2020-12-15 08:00:47.215 | + ./stack.sh:main:457 : exec 2020-12-15 08:00:47.215 | + ./stack.sh:main:465 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2020-12-15-080047' 2020-12-15 08:00:47.215 | ++ ./stack.sh:main:457 : /usr/bin/python3.6 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2020-12-15-080047.summary.2020-12-15-080047 2020-12-15 08:00:47.215 | + ./stack.sh:echo_summary:410 : [[ -t 3 ]] 2020-12-15 08:00:47.215 | + ./stack.sh:echo_summary:416 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2020-12-15-080047 2020-12-15 08:00:47.215 | + ./stack.sh:main:467 : ln -sf /opt/stack/logs/stack.sh.log.2020-12-15-080047 /opt/stack/logs/stack.sh.log 2020-12-15 08:00:47.215 | + ./stack.sh:main:468 : ln -sf /opt/stack/logs/stack.sh.log.2020-12-15-080047.summary.2020-12-15-080047 /opt/stack/logs/stack.sh.log.summary 2020-12-15 08:00:47.215 | + ./stack.sh:main:483 : check_path_perm_sanity /opt/stack 2020-12-15 08:00:47.215 | + functions:check_path_perm_sanity:620 : local real_path 2020-12-15 08:00:47.215 | ++ functions:check_path_perm_sanity:621 : readlink -f /opt/stack 2020-12-15 08:00:47.215 | + functions:check_path_perm_sanity:621 : real_path=/opt/stack 2020-12-15 08:00:47.215 | + functions:check_path_perm_sanity:622 : local rebuilt_path= 2020-12-15 08:00:47.215 | ++ functions:check_path_perm_sanity:623 : echo /opt/stack 2020-12-15 08:00:47.215 | ++ functions:check_path_perm_sanity:623 : tr / ' ' 2020-12-15 08:00:47.215 | + functions:check_path_perm_sanity:623 : for i in $(echo ${real_path} | tr "/" " ") 2020-12-15 08:00:47.215 | + functions:check_path_perm_sanity:624 : rebuilt_path=/opt 2020-12-15 08:00:47.215 | ++ functions:check_path_perm_sanity:626 : stat -c %a /opt 2020-12-15 08:00:47.215 | + functions:check_path_perm_sanity:626 : [[ 755 = 700 ]] 2020-12-15 08:00:47.215 | + functions:check_path_perm_sanity:623 : for i in $(echo ${real_path} | tr "/" " ") 2020-12-15 08:00:47.215 | + functions:check_path_perm_sanity:624 : rebuilt_path=/opt/stack 2020-12-15 08:00:47.215 | ++ functions:check_path_perm_sanity:626 : stat -c %a /opt/stack 2020-12-15 08:00:47.219 | + functions:check_path_perm_sanity:626 : [[ 755 = 700 ]] 2020-12-15 08:00:47.221 | + ./stack.sh:main:489 : trap exit_trap EXIT 2020-12-15 08:00:47.223 | + ./stack.sh:main:530 : trap err_trap ERR 2020-12-15 08:00:47.225 | + ./stack.sh:main:543 : set -o errexit 2020-12-15 08:00:47.227 | + ./stack.sh:main:546 : uname -a 2020-12-15 08:00:47.228 | Linux dv-osbrick-737446-19-smb 4.15.0-55-generic #60-Ubuntu SMP Tue Jul 2 18:22:20 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux 2020-12-15 08:00:47.230 | + ./stack.sh:main:549 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2020-12-15 08:00:47.231 | + ./stack.sh:main:550 : rm -f /opt/stack/data/ca-bundle.pem 2020-12-15 08:00:47.234 | + ./stack.sh:main:553 : source /home/ubuntu/devstack/lib/database 2020-12-15 08:00:47.259 | + ./stack.sh:main:554 : source /home/ubuntu/devstack/lib/rpc_backend 2020-12-15 08:00:47.274 | + ./stack.sh:main:560 : fetch_plugins 2020-12-15 08:00:47.276 | + functions-common:fetch_plugins:1652 : local plugins= 2020-12-15 08:00:47.277 | + functions-common:fetch_plugins:1653 : local plugin 2020-12-15 08:00:47.279 | + functions-common:fetch_plugins:1656 : [[ -z '' ]] 2020-12-15 08:00:47.281 | + functions-common:fetch_plugins:1657 : return 2020-12-15 08:00:47.283 | + ./stack.sh:main:564 : run_phase override_defaults 2020-12-15 08:00:47.285 | + functions-common:run_phase:1734 : local mode=override_defaults 2020-12-15 08:00:47.287 | + functions-common:run_phase:1735 : local phase= 2020-12-15 08:00:47.288 | + functions-common:run_phase:1736 : [[ -d /home/ubuntu/devstack/extras.d ]] 2020-12-15 08:00:47.290 | + functions-common:run_phase:1737 : local extra_plugin_file_name 2020-12-15 08:00:47.292 | + functions-common:run_phase:1738 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2020-12-15 08:00:47.294 | + functions-common:run_phase:1743 : local exceptions=80-tempest.sh 2020-12-15 08:00:47.296 | + functions-common:run_phase:1744 : local extra 2020-12-15 08:00:47.298 | ++ functions-common:run_phase:1745 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2020-12-15 08:00:47.300 | + functions-common:run_phase:1745 : extra=80-tempest.sh 2020-12-15 08:00:47.302 | + functions-common:run_phase:1746 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2020-12-15 08:00:47.304 | + functions-common:run_phase:1750 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2020-12-15 08:00:47.306 | + functions-common:run_phase:1750 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2020-12-15 08:00:47.308 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2020-12-15 08:00:47.321 | ++ functions-common:is_service_enabled:1962 : return 0 2020-12-15 08:00:47.323 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2020-12-15 08:00:47.325 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2020-12-15 08:00:47.326 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2020-12-15 08:00:47.328 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2020-12-15 08:00:47.330 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2020-12-15 08:00:47.332 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2020-12-15 08:00:47.333 | ++ extras.d/80-tempest.sh:source:26 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2020-12-15 08:00:47.335 | ++ extras.d/80-tempest.sh:source:31 : [[ override_defaults == \c\l\e\a\n ]] 2020-12-15 08:00:47.337 | + functions-common:run_phase:1755 : [[ override_defaults == \s\o\u\r\c\e ]] 2020-12-15 08:00:47.339 | + functions-common:run_phase:1758 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2020-12-15 08:00:47.340 | + functions-common:run_phase:1759 : plugin_override_defaults 2020-12-15 08:00:47.342 | + functions-common:plugin_override_defaults:1693 : local plugins= 2020-12-15 08:00:47.344 | + functions-common:plugin_override_defaults:1694 : local plugin 2020-12-15 08:00:47.346 | + functions-common:plugin_override_defaults:1697 : [[ -z '' ]] 2020-12-15 08:00:47.347 | + functions-common:plugin_override_defaults:1698 : return 2020-12-15 08:00:47.349 | + ./stack.sh:main:567 : source /home/ubuntu/devstack/lib/apache 2020-12-15 08:00:47.366 | + ./stack.sh:main:570 : source /home/ubuntu/devstack/lib/tls 2020-12-15 08:00:47.368 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2020-12-15 08:00:47.380 | ++ functions-common:is_service_enabled:1962 : return 1 2020-12-15 08:00:47.384 | +++ lib/tls:source:43 : hostname -f 2020-12-15 08:00:47.387 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2020-12-15 08:00:47.389 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2020-12-15 08:00:47.391 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2020-12-15 08:00:47.393 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2020-12-15 08:00:47.395 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2020-12-15 08:00:47.397 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2020-12-15 08:00:47.399 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2020-12-15 08:00:47.400 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2020-12-15 08:00:47.402 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2020-12-15 08:00:47.404 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2020-12-15 08:00:47.408 | + ./stack.sh:main:573 : source /home/ubuntu/devstack/lib/infra 2020-12-15 08:00:47.419 | + ./stack.sh:main:574 : source /home/ubuntu/devstack/lib/libraries 2020-12-15 08:00:47.435 | + ./stack.sh:main:575 : source /home/ubuntu/devstack/lib/lvm 2020-12-15 08:00:47.448 | + ./stack.sh:main:576 : source /home/ubuntu/devstack/lib/horizon 2020-12-15 08:00:47.459 | + ./stack.sh:main:577 : source /home/ubuntu/devstack/lib/keystone 2020-12-15 08:00:47.483 | + ./stack.sh:main:578 : source /home/ubuntu/devstack/lib/glance 2020-12-15 08:00:47.519 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/nova 2020-12-15 08:00:47.588 | + ./stack.sh:main:580 : source /home/ubuntu/devstack/lib/placement 2020-12-15 08:00:47.608 | + ./stack.sh:main:581 : source /home/ubuntu/devstack/lib/cinder 2020-12-15 08:00:47.639 | + ./stack.sh:main:582 : source /home/ubuntu/devstack/lib/swift 2020-12-15 08:00:47.686 | + ./stack.sh:main:583 : source /home/ubuntu/devstack/lib/neutron 2020-12-15 08:00:47.795 | + ./stack.sh:main:584 : source /home/ubuntu/devstack/lib/ldap 2020-12-15 08:00:47.809 | + ./stack.sh:main:585 : source /home/ubuntu/devstack/lib/dstat 2020-12-15 08:00:47.821 | + ./stack.sh:main:586 : source /home/ubuntu/devstack/lib/tcpdump 2020-12-15 08:00:47.832 | + ./stack.sh:main:587 : source /home/ubuntu/devstack/lib/etcd3 2020-12-15 08:00:47.922 | + ./stack.sh:main:593 : run_phase source 2020-12-15 08:00:47.924 | + functions-common:run_phase:1734 : local mode=source 2020-12-15 08:00:47.926 | + functions-common:run_phase:1735 : local phase= 2020-12-15 08:00:47.928 | + functions-common:run_phase:1736 : [[ -d /home/ubuntu/devstack/extras.d ]] 2020-12-15 08:00:47.931 | + functions-common:run_phase:1737 : local extra_plugin_file_name 2020-12-15 08:00:47.933 | + functions-common:run_phase:1738 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2020-12-15 08:00:47.935 | + functions-common:run_phase:1743 : local exceptions=80-tempest.sh 2020-12-15 08:00:47.937 | + functions-common:run_phase:1744 : local extra 2020-12-15 08:00:47.940 | ++ functions-common:run_phase:1745 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2020-12-15 08:00:47.943 | + functions-common:run_phase:1745 : extra=80-tempest.sh 2020-12-15 08:00:47.945 | + functions-common:run_phase:1746 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2020-12-15 08:00:47.947 | + functions-common:run_phase:1750 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2020-12-15 08:00:47.949 | + functions-common:run_phase:1750 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2020-12-15 08:00:47.951 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2020-12-15 08:00:47.965 | ++ functions-common:is_service_enabled:1962 : return 0 2020-12-15 08:00:47.967 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2020-12-15 08:00:47.969 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2020-12-15 08:00:48.003 | ++ extras.d/80-tempest.sh:source:26 : [[ source == \u\n\s\t\a\c\k ]] 2020-12-15 08:00:48.005 | ++ extras.d/80-tempest.sh:source:31 : [[ source == \c\l\e\a\n ]] 2020-12-15 08:00:48.008 | + functions-common:run_phase:1755 : [[ source == \s\o\u\r\c\e ]] 2020-12-15 08:00:48.010 | + functions-common:run_phase:1756 : load_plugin_settings 2020-12-15 08:00:48.012 | + functions-common:load_plugin_settings:1670 : local plugins= 2020-12-15 08:00:48.014 | + functions-common:load_plugin_settings:1671 : local plugin 2020-12-15 08:00:48.016 | + functions-common:load_plugin_settings:1674 : [[ -z '' ]] 2020-12-15 08:00:48.018 | + functions-common:load_plugin_settings:1675 : return 2020-12-15 08:00:48.020 | + functions-common:run_phase:1757 : verify_disabled_services 2020-12-15 08:00:48.022 | + functions-common:verify_disabled_services:2017 : local service 2020-12-15 08:00:48.025 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-15 08:00:48.027 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2020-12-15 08:00:48.030 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-15 08:00:48.032 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2020-12-15 08:00:48.034 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-15 08:00:48.037 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2020-12-15 08:00:48.039 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-15 08:00:48.042 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2020-12-15 08:00:48.044 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-15 08:00:48.046 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2020-12-15 08:00:48.049 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-15 08:00:48.051 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2020-12-15 08:00:48.053 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-15 08:00:48.055 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2020-12-15 08:00:48.058 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-15 08:00:48.060 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2020-12-15 08:00:48.062 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-15 08:00:48.065 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2020-12-15 08:00:48.067 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-15 08:00:48.069 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2020-12-15 08:00:48.072 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-15 08:00:48.074 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2020-12-15 08:00:48.076 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-15 08:00:48.078 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2020-12-15 08:00:48.081 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-15 08:00:48.083 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2020-12-15 08:00:48.085 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-15 08:00:48.088 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2020-12-15 08:00:48.090 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-15 08:00:48.092 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2020-12-15 08:00:48.094 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-15 08:00:48.097 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2020-12-15 08:00:48.099 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-15 08:00:48.101 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2020-12-15 08:00:48.104 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-15 08:00:48.106 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2020-12-15 08:00:48.109 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-15 08:00:48.111 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2020-12-15 08:00:48.113 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-15 08:00:48.115 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2020-12-15 08:00:48.118 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-15 08:00:48.120 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2020-12-15 08:00:48.122 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-15 08:00:48.124 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2020-12-15 08:00:48.127 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-15 08:00:48.129 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2020-12-15 08:00:48.131 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-15 08:00:48.133 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2020-12-15 08:00:48.136 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-15 08:00:48.138 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2020-12-15 08:00:48.140 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-15 08:00:48.143 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2020-12-15 08:00:48.145 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-15 08:00:48.147 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2020-12-15 08:00:48.150 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-15 08:00:48.152 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2020-12-15 08:00:48.155 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-15 08:00:48.157 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2020-12-15 08:00:48.159 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-15 08:00:48.162 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2020-12-15 08:00:48.164 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-15 08:00:48.167 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2020-12-15 08:00:48.169 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-15 08:00:48.171 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2020-12-15 08:00:48.173 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-15 08:00:48.179 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2020-12-15 08:00:48.181 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-15 08:00:48.183 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2020-12-15 08:00:48.186 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-15 08:00:48.189 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2020-12-15 08:00:48.191 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-15 08:00:48.193 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2020-12-15 08:00:48.195 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-15 08:00:48.198 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2020-12-15 08:00:48.200 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-15 08:00:48.202 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2020-12-15 08:00:48.205 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-15 08:00:48.207 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2020-12-15 08:00:48.209 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-15 08:00:48.212 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2020-12-15 08:00:48.215 | + ./stack.sh:main:664 : initialize_database_backends 2020-12-15 08:00:48.217 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2020-12-15 08:00:48.219 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2020-12-15 08:00:48.234 | + functions-common:is_service_enabled:1962 : return 0 2020-12-15 08:00:48.236 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2020-12-15 08:00:48.238 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2020-12-15 08:00:48.240 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2020-12-15 08:00:48.254 | + functions-common:is_service_enabled:1962 : return 1 2020-12-15 08:00:48.256 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2020-12-15 08:00:48.259 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2020-12-15 08:00:48.261 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2020-12-15 08:00:48.263 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2020-12-15 08:00:48.265 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2020-12-15 08:00:48.268 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2020-12-15 08:00:48.270 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2020-12-15 08:00:48.273 | ++ lib/database:initialize_database_backends:102 : get_database_type_mysql 2020-12-15 08:00:48.275 | ++ lib/databases/mysql:get_database_type_mysql:35 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2020-12-15 08:00:48.278 | ++ lib/databases/mysql:get_database_type_mysql:36 : echo mysql+pymysql 2020-12-15 08:00:48.280 | + lib/database:initialize_database_backends:102 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2020-12-15 08:00:48.282 | + lib/database:initialize_database_backends:104 : return 0 2020-12-15 08:00:48.285 | + ./stack.sh:main:665 : echo 'Using mysql database backend' 2020-12-15 08:00:48.285 | Using mysql database backend 2020-12-15 08:00:48.287 | + ./stack.sh:main:668 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2020-12-15 08:00:48.302 | + ./stack.sh:main:680 : is_service_enabled rabbit 2020-12-15 08:00:48.317 | + functions-common:is_service_enabled:1962 : return 0 2020-12-15 08:00:48.319 | + ./stack.sh:main:681 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2020-12-15 08:00:48.334 | + ./stack.sh:main:688 : is_service_enabled keystone 2020-12-15 08:00:48.349 | + functions-common:is_service_enabled:1962 : return 0 2020-12-15 08:00:48.352 | + ./stack.sh:main:690 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2020-12-15 08:00:48.366 | + ./stack.sh:main:692 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2020-12-15 08:00:48.381 | + ./stack.sh:main:703 : is_service_enabled ldap 2020-12-15 08:00:48.396 | + functions-common:is_service_enabled:1962 : return 1 2020-12-15 08:00:48.398 | + ./stack.sh:main:712 : is_service_enabled nova 2020-12-15 08:00:48.414 | + functions-common:is_service_enabled:1962 : return 0 2020-12-15 08:00:48.416 | + ./stack.sh:main:712 : [[ libvirt == \x\e\n\s\e\r\v\e\r ]] 2020-12-15 08:00:48.419 | + ./stack.sh:main:722 : is_service_enabled s-proxy 2020-12-15 08:00:48.433 | + functions-common:is_service_enabled:1962 : return 0 2020-12-15 08:00:48.436 | + ./stack.sh:main:726 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2020-12-15 08:00:48.451 | + ./stack.sh:main:728 : [[ -z '' ]] 2020-12-15 08:00:48.453 | + ./stack.sh:main:728 : [[ False == \T\r\u\e ]] 2020-12-15 08:00:48.455 | + ./stack.sh:main:734 : save_stackenv 734 2020-12-15 08:00:48.458 | + functions-common:save_stackenv:60 : local tag=734 2020-12-15 08:00:48.461 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2020-12-15 08:00:48.465 | + functions-common:save_stackenv:62 : time_stamp=2020-12-15-080048 2020-12-15 08:00:48.467 | + functions-common:save_stackenv:63 : echo '# 2020-12-15-080048 734' 2020-12-15 08:00:48.469 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-12-15 08:00:48.471 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2020-12-15 08:00:48.474 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-12-15 08:00:48.476 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2020-12-15 08:00:48.478 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-12-15 08:00:48.481 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2020-12-15 08:00:48.483 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-12-15 08:00:48.485 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2020-12-15 08:00:48.488 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-12-15 08:00:48.490 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.15 2020-12-15 08:00:48.492 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-12-15 08:00:48.494 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.15/identity 2020-12-15 08:00:48.497 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-12-15 08:00:48.499 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2020-12-15-080047 2020-12-15 08:00:48.501 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-12-15 08:00:48.504 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2020-12-15 08:00:48.506 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-12-15 08:00:48.508 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.15 2020-12-15 08:00:48.511 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-12-15 08:00:48.513 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2020-12-15 08:00:48.515 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-12-15 08:00:48.518 | + functions-common:save_stackenv:65 : echo TLS_IP= 2020-12-15 08:00:48.520 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-12-15 08:00:48.522 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2020-12-15 08:00:48.525 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-12-15 08:00:48.527 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2020-12-15 08:00:48.530 | + ./stack.sh:main:745 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2020-12-15 08:00:48.532 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/requirements.git 2020-12-15 08:00:48.534 | + functions-common:git_clone:526 : local git_dest=/opt/stack/requirements 2020-12-15 08:00:48.536 | + functions-common:git_clone:527 : local git_ref=master 2020-12-15 08:00:48.538 | + functions-common:git_clone:528 : local orig_dir 2020-12-15 08:00:48.541 | ++ functions-common:git_clone:529 : pwd 2020-12-15 08:00:48.543 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2020-12-15 08:00:48.545 | + functions-common:git_clone:530 : local git_clone_flags= 2020-12-15 08:00:48.548 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2020-12-15 08:00:48.562 | + functions-common:git_clone:532 : RECLONE=False 2020-12-15 08:00:48.564 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2020-12-15 08:00:48.566 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2020-12-15 08:00:48.569 | + functions-common:git_clone:546 : echo master 2020-12-15 08:00:48.569 | + functions-common:git_clone:546 : egrep -q '^refs' 2020-12-15 08:00:48.574 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/requirements ]] 2020-12-15 08:00:48.576 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2020-12-15 08:00:48.578 | + functions-common:git_clone:594 : cd /opt/stack/requirements 2020-12-15 08:00:48.581 | + functions-common:git_clone:595 : git show --oneline 2020-12-15 08:00:48.581 | + functions-common:git_clone:595 : head -1 2020-12-15 08:00:48.584 | 42e95166 Merge "Exclude packaging 20.5-20.7" 2020-12-15 08:00:48.586 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2020-12-15 08:00:48.589 | + ./stack.sh:main:749 : echo_summary 'Installing package prerequisites' 2020-12-15 08:00:48.592 | + ./stack.sh:echo_summary:410 : [[ -t 3 ]] 2020-12-15 08:00:48.594 | + ./stack.sh:echo_summary:416 : echo -e Installing package prerequisites 2020-12-15 08:00:48.596 | + ./stack.sh:main:750 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2020-12-15 08:00:48.599 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2020-12-15 08:00:48.601 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2020-12-15 08:00:48.603 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2020-12-15 08:00:48.606 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2020-12-15 08:00:48.608 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2020-12-15 08:00:48.610 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2020-12-15 08:00:48.613 | +++ tools/install_prereqs.sh:source:47 : date +%s 2020-12-15 08:00:48.617 | ++ tools/install_prereqs.sh:source:47 : NOW=1608019248 2020-12-15 08:00:48.620 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2020-12-15 08:00:48.624 | +++ tools/install_prereqs.sh:source:48 : echo 0 2020-12-15 08:00:48.627 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2020-12-15 08:00:48.629 | ++ tools/install_prereqs.sh:source:49 : DELTA=1608019248 2020-12-15 08:00:48.631 | ++ tools/install_prereqs.sh:source:50 : [[ 1608019248 -lt 7200 ]] 2020-12-15 08:00:48.634 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2020-12-15 08:00:48.637 | ++ functions-common:export_proxy_variables:2124 : isset http_proxy 2020-12-15 08:00:48.639 | ++ functions-common:isset:174 : [[ -v http_proxy ]] 2020-12-15 08:00:48.641 | ++ functions-common:export_proxy_variables:2127 : isset https_proxy 2020-12-15 08:00:48.643 | ++ functions-common:isset:174 : [[ -v https_proxy ]] 2020-12-15 08:00:48.646 | ++ functions-common:export_proxy_variables:2130 : isset no_proxy 2020-12-15 08:00:48.648 | ++ functions-common:isset:174 : [[ -v no_proxy ]] 2020-12-15 08:00:48.652 | +++ tools/install_prereqs.sh:source:64 : get_packages general,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2020-12-15 08:00:48.697 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2020-12-15 08:00:48.697 | apache2-dev 2020-12-15 08:00:48.697 | bc 2020-12-15 08:00:48.697 | bsdmainutils 2020-12-15 08:00:48.697 | curl 2020-12-15 08:00:48.697 | g++ 2020-12-15 08:00:48.697 | gcc 2020-12-15 08:00:48.697 | gettext 2020-12-15 08:00:48.697 | git 2020-12-15 08:00:48.697 | graphviz 2020-12-15 08:00:48.697 | iputils-ping 2020-12-15 08:00:48.698 | libapache2-mod-proxy-uwsgi 2020-12-15 08:00:48.698 | libffi-dev 2020-12-15 08:00:48.698 | libjpeg-dev 2020-12-15 08:00:48.698 | libmysqlclient-dev 2020-12-15 08:00:48.698 | libpcre3-dev 2020-12-15 08:00:48.698 | libpq-dev 2020-12-15 08:00:48.698 | libssl-dev 2020-12-15 08:00:48.698 | libsystemd-dev 2020-12-15 08:00:48.698 | libxml2-dev 2020-12-15 08:00:48.698 | libxslt1-dev 2020-12-15 08:00:48.698 | libyaml-dev 2020-12-15 08:00:48.698 | lsof 2020-12-15 08:00:48.698 | openssh-server 2020-12-15 08:00:48.698 | openssl 2020-12-15 08:00:48.698 | pkg-config 2020-12-15 08:00:48.698 | psmisc 2020-12-15 08:00:48.698 | python3-dev 2020-12-15 08:00:48.698 | python3-pip 2020-12-15 08:00:48.698 | python3-venv 2020-12-15 08:00:48.698 | tar 2020-12-15 08:00:48.698 | tcpdump 2020-12-15 08:00:48.698 | unzip 2020-12-15 08:00:48.698 | uuid-runtime 2020-12-15 08:00:48.698 | wget 2020-12-15 08:00:48.698 | wget 2020-12-15 08:00:48.698 | zlib1g-dev 2020-12-15 08:00:48.698 | libkrb5-dev 2020-12-15 08:00:48.698 | libldap2-dev 2020-12-15 08:00:48.698 | libsasl2-dev 2020-12-15 08:00:48.698 | memcached 2020-12-15 08:00:48.698 | python3-mysqldb 2020-12-15 08:00:48.698 | sqlite3 2020-12-15 08:00:48.698 | conntrack 2020-12-15 08:00:48.698 | curl 2020-12-15 08:00:48.698 | dnsmasq-base 2020-12-15 08:00:48.698 | dnsmasq-utils 2020-12-15 08:00:48.698 | ebtables 2020-12-15 08:00:48.698 | gawk 2020-12-15 08:00:48.699 | genisoimage 2020-12-15 08:00:48.699 | iptables 2020-12-15 08:00:48.699 | iputils-arping 2020-12-15 08:00:48.699 | kpartx 2020-12-15 08:00:48.699 | libjs-jquery-tablesorter 2020-12-15 08:00:48.699 | libmysqlclient-dev 2020-12-15 08:00:48.699 | parted 2020-12-15 08:00:48.699 | pm-utils 2020-12-15 08:00:48.699 | python3-mysqldb 2020-12-15 08:00:48.699 | socat 2020-12-15 08:00:48.699 | sqlite3 2020-12-15 08:00:48.699 | sudo 2020-12-15 08:00:48.699 | vlan 2020-12-15 08:00:48.699 | lsscsi 2020-12-15 08:00:48.699 | open-iscsi 2020-12-15 08:00:48.699 | lvm2 2020-12-15 08:00:48.699 | qemu-utils 2020-12-15 08:00:48.699 | thin-provisioning-tools 2020-12-15 08:00:48.699 | acl 2020-12-15 08:00:48.699 | dnsmasq-base 2020-12-15 08:00:48.699 | dnsmasq-utils 2020-12-15 08:00:48.699 | ebtables 2020-12-15 08:00:48.699 | haproxy 2020-12-15 08:00:48.699 | iptables 2020-12-15 08:00:48.699 | iputils-arping 2020-12-15 08:00:48.699 | iputils-ping 2020-12-15 08:00:48.699 | libmysqlclient-dev 2020-12-15 08:00:48.699 | postgresql-server-dev-all 2020-12-15 08:00:48.699 | python3-mysqldb 2020-12-15 08:00:48.699 | sqlite3 2020-12-15 08:00:48.699 | sudo 2020-12-15 08:00:48.699 | vlan 2020-12-15 08:00:48.699 | ipset 2020-12-15 08:00:48.699 | conntrack 2020-12-15 08:00:48.699 | conntrackd 2020-12-15 08:00:48.699 | keepalived 2020-12-15 08:00:48.699 | dstat 2020-12-15 08:00:48.699 | lvm2 2020-12-15 08:00:48.699 | qemu-utils 2020-12-15 08:00:48.700 | thin-provisioning-tools 2020-12-15 08:00:48.700 | curl 2020-12-15 08:00:48.700 | liberasurecode-dev 2020-12-15 08:00:48.700 | make 2020-12-15 08:00:48.700 | memcached 2020-12-15 08:00:48.700 | sqlite3 2020-12-15 08:00:48.700 | xfsprogs' 2020-12-15 08:00:48.700 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2020-12-15 08:00:48.716 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2020-12-15 08:00:48.716 | apache2-dev 2020-12-15 08:00:48.716 | bc 2020-12-15 08:00:48.716 | bsdmainutils 2020-12-15 08:00:48.716 | curl 2020-12-15 08:00:48.716 | g++ 2020-12-15 08:00:48.716 | gcc 2020-12-15 08:00:48.716 | gettext 2020-12-15 08:00:48.716 | git 2020-12-15 08:00:48.716 | graphviz 2020-12-15 08:00:48.716 | iputils-ping 2020-12-15 08:00:48.716 | libapache2-mod-proxy-uwsgi 2020-12-15 08:00:48.716 | libffi-dev 2020-12-15 08:00:48.716 | libjpeg-dev 2020-12-15 08:00:48.716 | libmysqlclient-dev 2020-12-15 08:00:48.717 | libpcre3-dev 2020-12-15 08:00:48.717 | libpq-dev 2020-12-15 08:00:48.717 | libssl-dev 2020-12-15 08:00:48.717 | libsystemd-dev 2020-12-15 08:00:48.717 | libxml2-dev 2020-12-15 08:00:48.717 | libxslt1-dev 2020-12-15 08:00:48.717 | libyaml-dev 2020-12-15 08:00:48.717 | lsof 2020-12-15 08:00:48.717 | openssh-server 2020-12-15 08:00:48.717 | openssl 2020-12-15 08:00:48.717 | pkg-config 2020-12-15 08:00:48.717 | psmisc 2020-12-15 08:00:48.717 | python3-dev 2020-12-15 08:00:48.717 | python3-pip 2020-12-15 08:00:48.717 | python3-venv 2020-12-15 08:00:48.717 | tar 2020-12-15 08:00:48.717 | tcpdump 2020-12-15 08:00:48.717 | unzip 2020-12-15 08:00:48.717 | uuid-runtime 2020-12-15 08:00:48.717 | wget 2020-12-15 08:00:48.717 | wget 2020-12-15 08:00:48.717 | zlib1g-dev 2020-12-15 08:00:48.717 | libkrb5-dev 2020-12-15 08:00:48.717 | libldap2-dev 2020-12-15 08:00:48.717 | libsasl2-dev 2020-12-15 08:00:48.717 | memcached 2020-12-15 08:00:48.717 | python3-mysqldb 2020-12-15 08:00:48.717 | sqlite3 2020-12-15 08:00:48.717 | conntrack 2020-12-15 08:00:48.717 | curl 2020-12-15 08:00:48.717 | dnsmasq-base 2020-12-15 08:00:48.717 | dnsmasq-utils 2020-12-15 08:00:48.717 | ebtables 2020-12-15 08:00:48.717 | gawk 2020-12-15 08:00:48.717 | genisoimage 2020-12-15 08:00:48.717 | iptables 2020-12-15 08:00:48.717 | iputils-arping 2020-12-15 08:00:48.717 | kpartx 2020-12-15 08:00:48.718 | libjs-jquery-tablesorter 2020-12-15 08:00:48.718 | libmysqlclient-dev 2020-12-15 08:00:48.718 | parted 2020-12-15 08:00:48.718 | pm-utils 2020-12-15 08:00:48.718 | python3-mysqldb 2020-12-15 08:00:48.718 | socat 2020-12-15 08:00:48.718 | sqlite3 2020-12-15 08:00:48.718 | sudo 2020-12-15 08:00:48.718 | vlan 2020-12-15 08:00:48.718 | lsscsi 2020-12-15 08:00:48.718 | open-iscsi 2020-12-15 08:00:48.718 | lvm2 2020-12-15 08:00:48.718 | qemu-utils 2020-12-15 08:00:48.718 | thin-provisioning-tools 2020-12-15 08:00:48.718 | acl 2020-12-15 08:00:48.718 | dnsmasq-base 2020-12-15 08:00:48.718 | dnsmasq-utils 2020-12-15 08:00:48.718 | ebtables 2020-12-15 08:00:48.718 | haproxy 2020-12-15 08:00:48.718 | iptables 2020-12-15 08:00:48.718 | iputils-arping 2020-12-15 08:00:48.718 | iputils-ping 2020-12-15 08:00:48.718 | libmysqlclient-dev 2020-12-15 08:00:48.718 | postgresql-server-dev-all 2020-12-15 08:00:48.718 | python3-mysqldb 2020-12-15 08:00:48.718 | sqlite3 2020-12-15 08:00:48.718 | sudo 2020-12-15 08:00:48.718 | vlan 2020-12-15 08:00:48.718 | ipset 2020-12-15 08:00:48.718 | conntrack 2020-12-15 08:00:48.718 | conntrackd 2020-12-15 08:00:48.718 | keepalived 2020-12-15 08:00:48.718 | dstat 2020-12-15 08:00:48.718 | lvm2 2020-12-15 08:00:48.718 | qemu-utils 2020-12-15 08:00:48.718 | thin-provisioning-tools 2020-12-15 08:00:48.718 | curl 2020-12-15 08:00:48.718 | liberasurecode-dev 2020-12-15 08:00:48.719 | make 2020-12-15 08:00:48.719 | memcached 2020-12-15 08:00:48.719 | sqlite3 2020-12-15 08:00:48.719 | xfsprogs ' 2020-12-15 08:00:48.721 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2020-12-15 08:00:48.723 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-15 08:00:48.725 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-15 08:00:48.728 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2020-12-15 08:00:48.729 | ++ tools/install_prereqs.sh:source:67 : echo apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2020-12-15 08:00:48.732 | ++ tools/install_prereqs.sh:source:72 : install_package apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2020-12-15 08:00:48.735 | ++ functions-common:install_package:1344 : update_package_repo 2020-12-15 08:00:48.737 | ++ functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-12-15 08:00:48.739 | ++ functions-common:update_package_repo:1317 : REPOS_UPDATED=False 2020-12-15 08:00:48.741 | ++ functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-12-15 08:00:48.744 | ++ functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-12-15 08:00:48.746 | ++ functions-common:update_package_repo:1324 : is_ubuntu 2020-12-15 08:00:48.748 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-15 08:00:48.750 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-15 08:00:48.752 | ++ functions-common:update_package_repo:1325 : apt_get_update 2020-12-15 08:00:48.755 | ++ functions-common:apt_get_update:1070 : [[ False == \T\r\u\e ]] 2020-12-15 08:00:48.757 | ++ functions-common:apt_get_update:1075 : [[ False = \T\r\u\e ]] 2020-12-15 08:00:48.759 | ++ functions-common:apt_get_update:1077 : local sudo=sudo 2020-12-15 08:00:48.762 | +++ functions-common:apt_get_update:1078 : id -u 2020-12-15 08:00:48.766 | ++ functions-common:apt_get_update:1078 : [[ 1000 = \0 ]] 2020-12-15 08:00:48.768 | ++ functions-common:apt_get_update:1081 : time_start apt-get-update 2020-12-15 08:00:48.770 | ++ functions-common:time_start:2292 : local name=apt-get-update 2020-12-15 08:00:48.772 | ++ functions-common:time_start:2293 : local start_time= 2020-12-15 08:00:48.775 | ++ functions-common:time_start:2294 : [[ -n '' ]] 2020-12-15 08:00:48.777 | +++ functions-common:time_start:2297 : date +%s%3N 2020-12-15 08:00:48.781 | ++ functions-common:time_start:2297 : _TIME_START[$name]=1608019248778 2020-12-15 08:00:48.783 | ++ functions-common:apt_get_update:1083 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2020-12-15 08:00:48.785 | ++ functions-common:apt_get_update:1084 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2020-12-15 08:00:48.787 | ++ functions-common:apt_get_update:1085 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2020-12-15 08:00:49.221 | Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 2020-12-15 08:00:49.322 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2020-12-15 08:00:49.450 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2020-12-15 08:00:49.582 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2020-12-15 08:00:51.538 | Reading package lists... 2020-12-15 08:00:51.597 | ++ functions-common:apt_get_update:1089 : REPOS_UPDATED=True 2020-12-15 08:00:51.599 | ++ functions-common:apt_get_update:1091 : time_stop apt-get-update 2020-12-15 08:00:51.601 | ++ functions-common:time_stop:2306 : local name 2020-12-15 08:00:51.603 | ++ functions-common:time_stop:2307 : local end_time 2020-12-15 08:00:51.605 | ++ functions-common:time_stop:2308 : local elapsed_time 2020-12-15 08:00:51.607 | ++ functions-common:time_stop:2309 : local total 2020-12-15 08:00:51.610 | ++ functions-common:time_stop:2310 : local start_time 2020-12-15 08:00:51.612 | ++ functions-common:time_stop:2312 : name=apt-get-update 2020-12-15 08:00:51.614 | ++ functions-common:time_stop:2313 : start_time=1608019248778 2020-12-15 08:00:51.616 | ++ functions-common:time_stop:2315 : [[ -z 1608019248778 ]] 2020-12-15 08:00:51.618 | +++ functions-common:time_stop:2318 : date +%s%3N 2020-12-15 08:00:51.622 | ++ functions-common:time_stop:2318 : end_time=1608019251620 2020-12-15 08:00:51.624 | ++ functions-common:time_stop:2319 : elapsed_time=2842 2020-12-15 08:00:51.626 | ++ functions-common:time_stop:2320 : total=0 2020-12-15 08:00:51.629 | ++ functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-15 08:00:51.631 | ++ functions-common:time_stop:2323 : _TIME_TOTAL[$name]=2842 2020-12-15 08:00:51.633 | ++ functions-common:install_package:1345 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2020-12-15 08:00:51.636 | ++ functions-common:real_install_package:1330 : is_ubuntu 2020-12-15 08:00:51.638 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-15 08:00:51.641 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-15 08:00:51.643 | ++ functions-common:real_install_package:1331 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2020-12-15 08:00:51.663 | ++ functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2020-12-15 08:00:51.781 | Reading package lists... 2020-12-15 08:00:52.017 | Building dependency tree... 2020-12-15 08:00:52.017 | Reading state information... 2020-12-15 08:00:52.254 | acl is already the newest version (2.2.52-3build1). 2020-12-15 08:00:52.254 | acl set to manually installed. 2020-12-15 08:00:52.254 | bc is already the newest version (1.07.1-2). 2020-12-15 08:00:52.254 | bc set to manually installed. 2020-12-15 08:00:52.254 | bsdmainutils is already the newest version (11.1.2ubuntu1). 2020-12-15 08:00:52.255 | bsdmainutils set to manually installed. 2020-12-15 08:00:52.255 | dnsmasq-base is already the newest version (2.79-1). 2020-12-15 08:00:52.255 | dnsmasq-base set to manually installed. 2020-12-15 08:00:52.255 | gawk is already the newest version (1:4.1.4+dfsg-1build1). 2020-12-15 08:00:52.255 | gawk set to manually installed. 2020-12-15 08:00:52.255 | iptables is already the newest version (1.6.1-2ubuntu2). 2020-12-15 08:00:52.255 | iptables set to manually installed. 2020-12-15 08:00:52.255 | libpcre3-dev is already the newest version (2:8.39-9). 2020-12-15 08:00:52.255 | lsof is already the newest version (4.89+dfsg-0.1). 2020-12-15 08:00:52.255 | lsof set to manually installed. 2020-12-15 08:00:52.255 | xfsprogs is already the newest version (4.9.0+nmu1ubuntu2). 2020-12-15 08:00:52.255 | ebtables is already the newest version (2.0.10.4-3.5ubuntu2.18.04.3). 2020-12-15 08:00:52.255 | ebtables set to manually installed. 2020-12-15 08:00:52.255 | gcc is already the newest version (4:7.4.0-1ubuntu2.3). 2020-12-15 08:00:52.255 | iputils-ping is already the newest version (3:20161105-1ubuntu3). 2020-12-15 08:00:52.255 | openssh-server is already the newest version (1:7.6p1-4ubuntu0.3). 2020-12-15 08:00:52.255 | parted is already the newest version (3.2-20ubuntu0.2). 2020-12-15 08:00:52.255 | parted set to manually installed. 2020-12-15 08:00:52.255 | psmisc is already the newest version (23.1-1ubuntu0.1). 2020-12-15 08:00:52.255 | psmisc set to manually installed. 2020-12-15 08:00:52.255 | python3-dev is already the newest version (3.6.7-1~18.04). 2020-12-15 08:00:52.255 | tar is already the newest version (1.29b-2ubuntu0.1). 2020-12-15 08:00:52.255 | tar set to manually installed. 2020-12-15 08:00:52.255 | wget is already the newest version (1.19.4-1ubuntu2.2). 2020-12-15 08:00:52.255 | wget set to manually installed. 2020-12-15 08:00:52.255 | The following packages were automatically installed and are no longer required: 2020-12-15 08:00:52.255 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2020-12-15 08:00:52.255 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2020-12-15 08:00:52.255 | python3-incremental python3-netifaces python3-pam python3-problem-report 2020-12-15 08:00:52.255 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2020-12-15 08:00:52.255 | python3-twisted-bin python3-zope.interface 2020-12-15 08:00:52.255 | Use 'sudo apt autoremove' to remove them. 2020-12-15 08:00:52.256 | The following additional packages will be installed: 2020-12-15 08:00:52.256 | apache2-bin apache2-data apache2-utils autoconf automake autopoint 2020-12-15 08:00:52.256 | autotools-dev build-essential comerr-dev dctrl-tools debhelper dh-autoreconf 2020-12-15 08:00:52.256 | dh-strip-nondeterminism dpkg-dev fakeroot fontconfig fontconfig-config 2020-12-15 08:00:52.256 | fonts-dejavu-core fonts-liberation g++-7 gir1.2-harfbuzz-0.0 2020-12-15 08:00:52.256 | ibverbs-providers icu-devtools intltool-debian ipvsadm javascript-common 2020-12-15 08:00:52.256 | krb5-multidev libaio1 libalgorithm-diff-perl libalgorithm-diff-xs-perl 2020-12-15 08:00:52.256 | libalgorithm-merge-perl libann0 libapr1 libapr1-dev libaprutil1 2020-12-15 08:00:52.256 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap 2020-12-15 08:00:52.256 | libarchive-cpio-perl libarchive-zip-perl libcairo2 libcdt5 libcgraph6 2020-12-15 08:00:52.256 | libcom-err2 libcroco3 libcurl4 libdatrie1 libdpkg-perl liberasurecode1 2020-12-15 08:00:52.256 | libfakeroot libfile-fcntllock-perl libfile-stripnondeterminism-perl 2020-12-15 08:00:52.256 | libfontconfig1 libgd3 libglib2.0-0 libglib2.0-bin libglib2.0-dev 2020-12-15 08:00:52.256 | libglib2.0-dev-bin libgraphite2-3 libgraphite2-dev libgssapi-krb5-2 2020-12-15 08:00:52.256 | libgssrpc4 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz-dev 2020-12-15 08:00:52.256 | libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz0b libibverbs1 libice6 2020-12-15 08:00:52.256 | libicu-dev libicu-le-hb-dev libicu-le-hb0 libicu60 libiculx60 libipset3 2020-12-15 08:00:52.256 | libiscsi7 libjansson4 libjbig0 libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2020-12-15 08:00:52.256 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libk5crypto3 2020-12-15 08:00:52.256 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-3 libkrb5support0 2020-12-15 08:00:52.256 | liblab-gamut1 libldap-2.4-2 libldap-common libltdl-dev libltdl7 liblua5.2-0 2020-12-15 08:00:52.256 | liblua5.3-0 libmail-sendmail-perl libmatheval1 libmysqlclient20 2020-12-15 08:00:52.256 | libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 2020-12-15 08:00:52.256 | libnl-route-3-200 libnorm1 libnspr4 libnss-systemd libnss3 libpam-systemd 2020-12-15 08:00:52.256 | libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 2020-12-15 08:00:52.256 | libpgm-5.2-0 libpixman-1-0 libpq5 librados2 librbd1 libsasl2-2 2020-12-15 08:00:52.256 | libsasl2-modules libsasl2-modules-db libsctp-dev libsctp1 libsensors4 libsm6 2020-12-15 08:00:52.256 | libsnmp-base libsnmp30 libsodium23 libsqlite3-0 libssl1.1 libstdc++-7-dev 2020-12-15 08:00:52.256 | libsys-hostname-long-perl libsystemd0 libthai-data libthai0 libtiff5 2020-12-15 08:00:52.256 | libtimedate-perl libtool libuuid1 libwebp6 libx86-1 libxaw7 libxcb-render0 2020-12-15 08:00:52.257 | libxcb-shm0 libxml2 libxmu6 libxpm4 libxrender1 libxslt1.1 libxt6 libzmq5 m4 2020-12-15 08:00:52.257 | mysql-common po-debconf postgresql-client-common postgresql-common 2020-12-15 08:00:52.257 | postgresql-server-dev-10 python-pip-whl python3-crypto python3-keyring 2020-12-15 08:00:52.257 | python3-keyrings.alt python3-secretstorage python3-setuptools python3-wheel 2020-12-15 08:00:52.257 | python3-xdg python3.6-venv qemu-block-extra sharutils ssl-cert systemd 2020-12-15 08:00:52.257 | uuid-dev uwsgi-core vbetool x11-common 2020-12-15 08:00:52.258 | Suggested packages: 2020-12-15 08:00:52.258 | www-browser apache2-doc apache2-suexec-pristine | apache2-suexec-custom 2020-12-15 08:00:52.258 | autoconf-archive gnu-standards autoconf-doc doc-base debtags dh-make dwz 2020-12-15 08:00:52.258 | debian-keyring g++-multilib g++-7-multilib gcc-7-doc libstdc++6-7-dbg wodim 2020-12-15 08:00:52.258 | cdrkit-doc gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run 2020-12-15 08:00:52.258 | | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs 2020-12-15 08:00:52.258 | git-mediawiki git-svn gsfonts graphviz-doc vim-haproxy haproxy-doc heartbeat 2020-12-15 08:00:52.258 | ldirectord krb5-doc uwsgi bzr libisal2 libjerasure2 libgd-tools 2020-12-15 08:00:52.258 | libglib2.0-doc libgraphite2-utils krb5-user icu-doc libtool-doc 2020-12-15 08:00:52.258 | postgresql-doc-10 libsasl2-modules-gssapi-mit 2020-12-15 08:00:52.258 | | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp 2020-12-15 08:00:52.258 | libsasl2-modules-sql lksctp-tools lm-sensors snmp-mibs-downloader libssl-doc 2020-12-15 08:00:52.258 | libstdc++-7-doc gfortran | fortran95-compiler gcj-jdk libyaml-doc m4-doc 2020-12-15 08:00:52.258 | make-doc libcache-memcached-perl libmemcached libanyevent-perl libyaml-perl 2020-12-15 08:00:52.258 | libterm-readkey-perl cpufrequtils wireless-tools radeontool libmail-box-perl 2020-12-15 08:00:52.258 | libjson-perl python-crypto-doc gnome-keyring libkf5wallet-bin 2020-12-15 08:00:52.258 | gir1.2-gnomekeyring-1.0 default-mysql-server | virtual-mysql-server 2020-12-15 08:00:52.258 | python-egenix-mxdatetime python3-mysqldb-dbg python-secretstorage-doc 2020-12-15 08:00:52.258 | python-setuptools-doc debootstrap sharutils-doc bsd-mailx | mailx 2020-12-15 08:00:52.258 | sqlite3-doc openssl-blacklist systemd-container zip uwsgi-plugins-all 2020-12-15 08:00:52.258 | uwsgi-extra uwsgi-dev 2020-12-15 08:00:52.509 | The following NEW packages will be installed: 2020-12-15 08:00:52.509 | apache2 apache2-bin apache2-data apache2-dev apache2-utils autoconf automake 2020-12-15 08:00:52.509 | autopoint autotools-dev build-essential comerr-dev conntrack conntrackd 2020-12-15 08:00:52.509 | dctrl-tools debhelper dh-autoreconf dh-strip-nondeterminism dnsmasq-utils 2020-12-15 08:00:52.509 | dpkg-dev dstat fakeroot fontconfig fontconfig-config fonts-dejavu-core 2020-12-15 08:00:52.509 | fonts-liberation g++ g++-7 genisoimage gettext gir1.2-harfbuzz-0.0 graphviz 2020-12-15 08:00:52.509 | haproxy ibverbs-providers icu-devtools intltool-debian ipset iputils-arping 2020-12-15 08:00:52.509 | ipvsadm javascript-common keepalived kpartx krb5-multidev libaio1 2020-12-15 08:00:52.509 | libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 2020-12-15 08:00:52.509 | libann0 libapache2-mod-proxy-uwsgi libapr1 libapr1-dev libaprutil1 2020-12-15 08:00:52.509 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap 2020-12-15 08:00:52.509 | libarchive-cpio-perl libarchive-zip-perl libcairo2 libcdt5 libcgraph6 2020-12-15 08:00:52.510 | libcroco3 libdatrie1 libdpkg-perl liberasurecode-dev liberasurecode1 2020-12-15 08:00:52.510 | libfakeroot libffi-dev libfile-fcntllock-perl 2020-12-15 08:00:52.510 | libfile-stripnondeterminism-perl libfontconfig1 libgd3 libglib2.0-bin 2020-12-15 08:00:52.510 | libglib2.0-dev libglib2.0-dev-bin libgraphite2-3 libgraphite2-dev libgssrpc4 2020-12-15 08:00:52.510 | libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz-dev 2020-12-15 08:00:52.510 | libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz0b libibverbs1 libice6 2020-12-15 08:00:52.510 | libicu-dev libicu-le-hb-dev libicu-le-hb0 libiculx60 libipset3 libiscsi7 2020-12-15 08:00:52.510 | libjansson4 libjbig0 libjpeg-dev libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2020-12-15 08:00:52.510 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libjs-jquery-tablesorter 2020-12-15 08:00:52.510 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-dev liblab-gamut1 2020-12-15 08:00:52.510 | libldap2-dev libltdl-dev libltdl7 liblua5.2-0 liblua5.3-0 2020-12-15 08:00:52.510 | libmail-sendmail-perl libmatheval1 libmysqlclient-dev libmysqlclient20 2020-12-15 08:00:52.510 | libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 2020-12-15 08:00:52.510 | libnl-route-3-200 libnorm1 libnspr4 libnss3 libpango-1.0-0 2020-12-15 08:00:52.510 | libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpgm-5.2-0 2020-12-15 08:00:52.510 | libpixman-1-0 libpq-dev libpq5 librados2 librbd1 libsasl2-dev libsctp-dev 2020-12-15 08:00:52.510 | libsctp1 libsensors4 libsm6 libsnmp-base libsnmp30 libsodium23 libssl-dev 2020-12-15 08:00:52.510 | libstdc++-7-dev libsys-hostname-long-perl libsystemd-dev libthai-data 2020-12-15 08:00:52.510 | libthai0 libtiff5 libtimedate-perl libtool libwebp6 libx86-1 libxaw7 2020-12-15 08:00:52.510 | libxcb-render0 libxcb-shm0 libxml2-dev libxmu6 libxpm4 libxrender1 2020-12-15 08:00:52.510 | libxslt1-dev libxt6 libyaml-dev libzmq5 lsscsi m4 make memcached 2020-12-15 08:00:52.510 | mysql-common pkg-config pm-utils po-debconf postgresql-client-common 2020-12-15 08:00:52.510 | postgresql-common postgresql-server-dev-10 postgresql-server-dev-all 2020-12-15 08:00:52.510 | python-pip-whl python3-crypto python3-keyring python3-keyrings.alt 2020-12-15 08:00:52.510 | python3-mysqldb python3-pip python3-secretstorage python3-setuptools 2020-12-15 08:00:52.510 | python3-venv python3-wheel python3-xdg python3.6-venv qemu-block-extra 2020-12-15 08:00:52.510 | qemu-utils sharutils socat sqlite3 ssl-cert thin-provisioning-tools unzip 2020-12-15 08:00:52.510 | uuid-dev uwsgi-core vbetool vlan x11-common zlib1g-dev 2020-12-15 08:00:52.510 | The following packages will be upgraded: 2020-12-15 08:00:52.511 | curl git libcom-err2 libcurl4 libglib2.0-0 libgssapi-krb5-2 libicu60 2020-12-15 08:00:52.511 | libk5crypto3 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common 2020-12-15 08:00:52.511 | libnss-systemd libpam-systemd libsasl2-2 libsasl2-modules 2020-12-15 08:00:52.511 | libsasl2-modules-db libsqlite3-0 libssl1.1 libsystemd0 libuuid1 libxml2 2020-12-15 08:00:52.511 | libxslt1.1 lvm2 open-iscsi openssl sudo systemd tcpdump uuid-runtime 2020-12-15 08:00:52.869 | 30 upgraded, 202 newly installed, 0 to remove and 144 not upgraded. 2020-12-15 08:00:52.869 | Need to get 84.3 MB of archives. 2020-12-15 08:00:52.869 | After this operation, 263 MB of additional disk space will be used. 2020-12-15 08:00:52.869 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss-systemd amd64 237-3ubuntu10.43 [105 kB] 2020-12-15 08:00:53.510 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-systemd amd64 237-3ubuntu10.43 [107 kB] 2020-12-15 08:00:53.589 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2,913 kB] 2020-12-15 08:00:54.676 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 2020-12-15 08:00:54.683 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 2020-12-15 08:00:54.684 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 uuid-runtime amd64 2.31.1-0.4ubuntu3.7 [34.8 kB] 2020-12-15 08:00:54.685 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libapr1 amd64 1.6.3-2 [90.9 kB] 2020-12-15 08:00:54.687 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1,301 kB] 2020-12-15 08:00:54.727 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1 amd64 1.6.1-2 [84.4 kB] 2020-12-15 08:00:54.729 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 2020-12-15 08:00:54.745 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-dbd-sqlite3 amd64 1.6.1-2 [10.6 kB] 2020-12-15 08:00:54.745 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] 2020-12-15 08:00:54.846 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] 2020-12-15 08:00:54.912 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 2020-12-15 08:00:54.913 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 2020-12-15 08:00:54.926 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-ldap amd64 1.6.1-2 [8,764 B] 2020-12-15 08:00:54.927 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liblua5.2-0 amd64 5.2.4-1.1build1 [108 kB] 2020-12-15 08:00:54.936 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu60 amd64 60.2-3ubuntu3.1 [8,054 kB] 2020-12-15 08:00:55.943 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2 amd64 2.9.4+dfsg1-6.1ubuntu1.3 [663 kB] 2020-12-15 08:00:56.076 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-bin amd64 2.4.29-1ubuntu4.14 [1,070 kB] 2020-12-15 08:00:56.353 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-utils amd64 2.4.29-1ubuntu4.14 [83.9 kB] 2020-12-15 08:00:56.357 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-data all 2.4.29-1ubuntu4.14 [160 kB] 2020-12-15 08:00:56.362 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2 amd64 2.4.29-1ubuntu4.14 [95.1 kB] 2020-12-15 08:00:56.365 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-dejavu-core all 2.37-1 [1,041 kB] 2020-12-15 08:00:56.586 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 fonts-liberation all 1:1.07.4-7~18.04.1 [822 kB] 2020-12-15 08:00:56.611 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig-config all 2.12.6-0ubuntu2 [55.8 kB] 2020-12-15 08:00:56.613 | Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfontconfig1 amd64 2.12.6-0ubuntu2 [137 kB] 2020-12-15 08:00:56.616 | Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig amd64 2.12.6-0ubuntu2 [169 kB] 2020-12-15 08:00:56.692 | Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblua5.3-0 amd64 5.3.3-1ubuntu0.18.04.1 [115 kB] 2020-12-15 08:00:56.696 | Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 haproxy amd64 1.8.8-1ubuntu0.11 [1,116 kB] 2020-12-15 08:00:56.794 | Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjpeg-turbo8 amd64 1.5.2-0ubuntu5.18.04.4 [110 kB] 2020-12-15 08:00:56.803 | Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 x11-common all 1:7.7+19ubuntu7.1 [22.5 kB] 2020-12-15 08:00:56.805 | Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libice6 amd64 2:1.0.9-2 [40.2 kB] 2020-12-15 08:00:56.808 | Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsm6 amd64 2:1.2.2-1 [15.8 kB] 2020-12-15 08:00:56.914 | Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 open-iscsi amd64 2.0.874-5ubuntu2.10 [280 kB] 2020-12-15 08:00:56.938 | Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnetfilter-cthelper0 amd64 1.0.0-1ubuntu1 [6,530 B] 2020-12-15 08:00:56.939 | Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8,848 B] 2020-12-15 08:00:56.940 | Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1,171 kB] 2020-12-15 08:00:57.167 | Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 2020-12-15 08:00:57.266 | Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 2020-12-15 08:00:57.294 | Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 2020-12-15 08:00:57.298 | Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 2020-12-15 08:00:57.332 | Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 2020-12-15 08:00:57.333 | Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 2020-12-15 08:00:57.336 | Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 tcpdump amd64 4.9.3-0ubuntu0.18.04.1 [364 kB] 2020-12-15 08:00:57.436 | Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 uuid-dev amd64 2.31.1-0.4ubuntu3.7 [33.2 kB] 2020-12-15 08:00:57.443 | Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsctp1 amd64 1.0.17+dfsg-2 [8,008 B] 2020-12-15 08:00:57.443 | Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsctp-dev amd64 1.0.17+dfsg-2 [61.9 kB] 2020-12-15 08:00:57.565 | Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libapr1-dev amd64 1.6.3-2 [690 kB] 2020-12-15 08:00:57.625 | Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap2-dev amd64 2.4.45+dfsg-1ubuntu1.8 [261 kB] 2020-12-15 08:00:57.647 | Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-dev amd64 1.6.1-2 [391 kB] 2020-12-15 08:00:57.680 | Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 autotools-dev all 20180224.1 [39.6 kB] 2020-12-15 08:00:57.683 | Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 m4 amd64 1.4.18-1 [197 kB] 2020-12-15 08:00:57.700 | Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 autoconf all 2.69-11 [322 kB] 2020-12-15 08:00:57.729 | Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 automake all 1:1.15.1-3ubuntu2 [509 kB] 2020-12-15 08:00:57.940 | Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 autopoint all 0.19.8.1-6ubuntu0.3 [426 kB] 2020-12-15 08:00:57.953 | Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libtool all 2.4.6-2 [194 kB] 2020-12-15 08:00:57.958 | Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dh-autoreconf all 17 [15.8 kB] 2020-12-15 08:00:57.959 | Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive-zip-perl all 1.60-1ubuntu0.1 [84.6 kB] 2020-12-15 08:00:57.962 | Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfile-stripnondeterminism-perl all 0.040-1.1~build1 [13.8 kB] 2020-12-15 08:00:57.963 | Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libtimedate-perl all 2.3000-2 [37.5 kB] 2020-12-15 08:00:57.964 | Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dh-strip-nondeterminism all 0.040-1.1~build1 [5,208 B] 2020-12-15 08:00:57.964 | Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 2020-12-15 08:00:57.971 | Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 2020-12-15 08:00:58.105 | Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 2020-12-15 08:00:58.259 | Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcroco3 amd64 0.6.12-2 [81.3 kB] 2020-12-15 08:00:58.267 | Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gettext amd64 0.19.8.1-6ubuntu0.3 [1,293 kB] 2020-12-15 08:00:58.379 | Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 intltool-debian all 0.35.0+20060710.4 [24.9 kB] 2020-12-15 08:00:58.381 | Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 po-debconf all 1.0.20 [232 kB] 2020-12-15 08:00:58.401 | Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 debhelper all 11.1.6ubuntu2 [902 kB] 2020-12-15 08:00:58.647 | Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-dev amd64 2.4.29-1ubuntu4.14 [177 kB] 2020-12-15 08:00:58.662 | Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1,471 kB] 2020-12-15 08:00:58.948 | Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9,697 kB] 2020-12-15 08:01:00.251 | Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1,568 B] 2020-12-15 08:01:00.251 | Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4,758 B] 2020-12-15 08:01:00.252 | Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 conntrack amd64 1:1.4.4+snapshot20161117-6ubuntu2 [30.6 kB] 2020-12-15 08:01:00.253 | Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnetfilter-queue1 amd64 1.0.2-2 [11.4 kB] 2020-12-15 08:01:00.254 | Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 conntrackd amd64 1:1.4.4+snapshot20161117-6ubuntu2 [126 kB] 2020-12-15 08:01:00.432 | Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.12 [159 kB] 2020-12-15 08:01:00.437 | Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.12 [214 kB] 2020-12-15 08:01:00.458 | Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dctrl-tools amd64 2.24-2build1 [60.9 kB] 2020-12-15 08:01:00.459 | Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dnsmasq-utils amd64 2.79-1 [12.9 kB] 2020-12-15 08:01:00.460 | Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 dstat all 0.7.3-1 [52.1 kB] 2020-12-15 08:01:00.589 | Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] 2020-12-15 08:01:00.590 | Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] 2020-12-15 08:01:00.592 | Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 genisoimage amd64 9:1.1.11-3ubuntu2 [328 kB] 2020-12-15 08:01:00.617 | Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-3 amd64 1.3.11-2 [78.7 kB] 2020-12-15 08:01:00.737 | Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz0b amd64 1.7.2-1ubuntu1 [232 kB] 2020-12-15 08:01:00.756 | Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 gir1.2-harfbuzz-0.0 amd64 1.7.2-1ubuntu1 [18.6 kB] 2020-12-15 08:01:00.758 | Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3,915 kB] 2020-12-15 08:01:01.240 | Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libann0 amd64 1.1.2+doc-6 [24.8 kB] 2020-12-15 08:01:01.241 | Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libcdt5 amd64 2.40.1-2 [19.6 kB] 2020-12-15 08:01:01.242 | Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libcgraph6 amd64 2.40.1-2 [40.8 kB] 2020-12-15 08:01:01.243 | Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2,194 B] 2020-12-15 08:01:01.244 | Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB] 2020-12-15 08:01:01.245 | Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtiff5 amd64 4.0.9-5ubuntu0.3 [153 kB] 2020-12-15 08:01:01.275 | Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libwebp6 amd64 0.6.1-2 [185 kB] 2020-12-15 08:01:01.280 | Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB] 2020-12-15 08:01:01.281 | Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgd3 amd64 2.2.5-4ubuntu0.4 [119 kB] 2020-12-15 08:01:01.457 | Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [150 kB] 2020-12-15 08:01:01.470 | Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libpixman-1-0 amd64 0.34.0-2 [229 kB] 2020-12-15 08:01:01.791 | Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-render0 amd64 1.13-2~ubuntu18.04 [14.7 kB] 2020-12-15 08:01:02.099 | Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-shm0 amd64 1.13-2~ubuntu18.04 [5,600 B] 2020-12-15 08:01:02.115 | Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB] 2020-12-15 08:01:02.180 | Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcairo2 amd64 1.15.10-2ubuntu0.1 [580 kB] 2020-12-15 08:01:02.828 | Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libltdl7 amd64 2.4.6-2 [38.8 kB] 2020-12-15 08:01:02.843 | Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libthai-data all 0.1.27-2 [133 kB] 2020-12-15 08:01:02.887 | Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libdatrie1 amd64 0.2.10-7 [17.8 kB] 2020-12-15 08:01:02.893 | Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libthai0 amd64 0.1.27-2 [18.0 kB] 2020-12-15 08:01:02.898 | Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpango-1.0-0 amd64 1.40.14-1ubuntu0.1 [153 kB] 2020-12-15 08:01:02.940 | Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpangoft2-1.0-0 amd64 1.40.14-1ubuntu0.1 [33.2 kB] 2020-12-15 08:01:02.948 | Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpangocairo-1.0-0 amd64 1.40.14-1ubuntu0.1 [20.8 kB] 2020-12-15 08:01:02.954 | Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libpathplan4 amd64 2.40.1-2 [22.6 kB] 2020-12-15 08:01:02.958 | Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgvc6 amd64 2.40.1-2 [601 kB] 2020-12-15 08:01:03.219 | Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgvpr2 amd64 2.40.1-2 [169 kB] 2020-12-15 08:01:03.226 | Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 liblab-gamut1 amd64 2.40.1-2 [178 kB] 2020-12-15 08:01:03.231 | Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB] 2020-12-15 08:01:03.235 | Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxmu6 amd64 2:1.1.2-2 [46.0 kB] 2020-12-15 08:01:03.236 | Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB] 2020-12-15 08:01:03.240 | Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 graphviz amd64 2.40.1-2 [601 kB] 2020-12-15 08:01:03.354 | Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-3-200 amd64 3.2.29-0ubuntu3 [52.8 kB] 2020-12-15 08:01:03.358 | Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-route-3-200 amd64 3.2.29-0ubuntu3 [146 kB] 2020-12-15 08:01:03.371 | Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libibverbs1 amd64 17.1-1ubuntu0.2 [44.4 kB] 2020-12-15 08:01:03.374 | Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ibverbs-providers amd64 17.1-1ubuntu0.2 [160 kB] 2020-12-15 08:01:03.529 | Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 icu-devtools amd64 60.2-3ubuntu3.1 [179 kB] 2020-12-15 08:01:03.544 | Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 iputils-arping amd64 3:20161105-1ubuntu3 [29.7 kB] 2020-12-15 08:01:03.547 | Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 javascript-common all 11 [6,066 B] 2020-12-15 08:01:03.548 | Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-genl-3-200 amd64 3.2.29-0ubuntu3 [11.2 kB] 2020-12-15 08:01:03.548 | Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsensors4 amd64 1:3.4.0-4 [28.8 kB] 2020-12-15 08:01:03.551 | Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsnmp-base all 5.7.3+dfsg-1.8ubuntu3.6 [224 kB] 2020-12-15 08:01:03.570 | Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsnmp30 amd64 5.7.3+dfsg-1.8ubuntu3.6 [926 kB] 2020-12-15 08:01:03.649 | Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 keepalived amd64 1:1.3.9-1ubuntu0.18.04.2 [244 kB] 2020-12-15 08:01:03.685 | Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssrpc4 amd64 1.16-2ubuntu0.2 [54.4 kB] 2020-12-15 08:01:03.690 | Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkdb5-9 amd64 1.16-2ubuntu0.2 [37.3 kB] 2020-12-15 08:01:03.845 | Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkadm5srv-mit11 amd64 1.16-2ubuntu0.2 [49.7 kB] 2020-12-15 08:01:03.849 | Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkadm5clnt-mit11 amd64 1.16-2ubuntu0.2 [38.0 kB] 2020-12-15 08:01:03.853 | Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 comerr-dev amd64 2.1-1.44.1-1ubuntu1.3 [38.5 kB] 2020-12-15 08:01:03.856 | Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 krb5-multidev amd64 1.16-2ubuntu0.2 [120 kB] 2020-12-15 08:01:03.866 | Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaio1 amd64 0.3.110-5ubuntu0.1 [6,476 B] 2020-12-15 08:01:03.866 | Get:140 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] 2020-12-15 08:01:03.871 | Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] 2020-12-15 08:01:03.872 | Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 2020-12-15 08:01:04.002 | Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libarchive-cpio-perl all 0.10-1 [9,644 B] 2020-12-15 08:01:04.003 | Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] 2020-12-15 08:01:04.162 | Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-bin amd64 2.56.4-0ubuntu0.18.04.6 [68.8 kB] 2020-12-15 08:01:04.169 | Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-dev-bin amd64 2.56.4-0ubuntu0.18.04.6 [102 kB] 2020-12-15 08:01:04.177 | Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 2020-12-15 08:01:04.180 | Get:148 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-0ubuntu2 [176 kB] 2020-12-15 08:01:04.195 | Get:149 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-dev amd64 2.56.4-0ubuntu0.18.04.6 [1,385 kB] 2020-12-15 08:01:04.314 | Get:150 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-dev amd64 1.3.11-2 [14.5 kB] 2020-12-15 08:01:04.315 | Get:151 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgts-bin amd64 0.7.6+darcs121130-4 [41.3 kB] 2020-12-15 08:01:04.318 | Get:152 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-icu0 amd64 1.7.2-1ubuntu1 [5,604 B] 2020-12-15 08:01:04.323 | Get:153 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-gobject0 amd64 1.7.2-1ubuntu1 [13.4 kB] 2020-12-15 08:01:04.324 | Get:154 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libicu-le-hb0 amd64 1.0.3+git161113-4 [14.3 kB] 2020-12-15 08:01:04.484 | Get:155 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libiculx60 amd64 60.2-3ubuntu3.1 [19.0 kB] 2020-12-15 08:01:04.486 | Get:156 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libicu-le-hb-dev amd64 1.0.3+git161113-4 [29.5 kB] 2020-12-15 08:01:04.489 | Get:157 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu-dev amd64 60.2-3ubuntu3.1 [8,889 kB] 2020-12-15 08:01:05.829 | Get:158 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-dev amd64 1.7.2-1ubuntu1 [302 kB] 2020-12-15 08:01:05.836 | Get:159 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libiscsi7 amd64 1.17.0-1.1 [55.4 kB] 2020-12-15 08:01:05.838 | Get:160 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjansson4 amd64 2.11-1 [29.3 kB] 2020-12-15 08:01:05.839 | Get:161 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjpeg-turbo8-dev amd64 1.5.2-0ubuntu5.18.04.4 [225 kB] 2020-12-15 08:01:05.846 | Get:162 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1,552 B] 2020-12-15 08:01:05.846 | Get:163 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1,546 B] 2020-12-15 08:01:05.846 | Get:164 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjs-jquery all 3.2.1-1 [152 kB] 2020-12-15 08:01:05.850 | Get:165 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libjs-jquery-metadata all 12-1 [6,930 B] 2020-12-15 08:01:05.850 | Get:166 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libjs-jquery-tablesorter all 1:2.29.5+dfsg1-1 [174 kB] 2020-12-15 08:01:05.995 | Get:167 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libltdl-dev amd64 2.4.6-2 [162 kB] 2020-12-15 08:01:06.017 | Get:168 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB] 2020-12-15 08:01:06.018 | Get:169 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB] 2020-12-15 08:01:06.020 | Get:170 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libmatheval1 amd64 1.1.11+dfsg-3build1 [20.5 kB] 2020-12-15 08:01:06.022 | Get:171 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 mysql-common all 5.8+1.0.4 [7,308 B] 2020-12-15 08:01:06.023 | Get:172 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmysqlclient20 amd64 5.7.32-0ubuntu0.18.04.1 [690 kB] 2020-12-15 08:01:06.082 | Get:173 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl-dev amd64 1.1.1-1ubuntu2.1~18.04.7 [1,566 kB] 2020-12-15 08:01:06.215 | Get:174 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmysqlclient-dev amd64 5.7.32-0ubuntu0.18.04.1 [988 kB] 2020-12-15 08:01:06.454 | Get:175 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 2020-12-15 08:01:06.527 | Get:176 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnspr4 amd64 2:4.18-1ubuntu1 [112 kB] 2020-12-15 08:01:06.535 | Get:177 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss3 amd64 2:3.35-2ubuntu2.12 [1,220 kB] 2020-12-15 08:01:06.732 | Get:178 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 2020-12-15 08:01:06.736 | Get:179 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpq5 amd64 10.15-0ubuntu0.18.04.1 [108 kB] 2020-12-15 08:01:06.739 | Get:180 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpq-dev amd64 10.15-0ubuntu0.18.04.1 [218 kB] 2020-12-15 08:01:06.746 | Get:181 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 librados2 amd64 12.2.13-0ubuntu0.18.04.5 [2,723 kB] 2020-12-15 08:01:07.146 | Get:182 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 librbd1 amd64 12.2.13-0ubuntu0.18.04.5 [923 kB] 2020-12-15 08:01:07.228 | Get:183 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-dev amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [256 kB] 2020-12-15 08:01:07.243 | Get:184 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [48.8 kB] 2020-12-15 08:01:07.245 | Get:185 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 2020-12-15 08:01:07.255 | Get:186 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd-dev amd64 237-3ubuntu10.43 [184 kB] 2020-12-15 08:01:07.347 | Get:187 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libx86-1 amd64 1.1+ds1-10.2 [75.2 kB] 2020-12-15 08:01:07.349 | Get:188 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2-dev amd64 2.9.4+dfsg1-6.1ubuntu1.3 [756 kB] 2020-12-15 08:01:07.459 | Get:189 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxslt1.1 amd64 1.1.29-5ubuntu0.2 [150 kB] 2020-12-15 08:01:07.499 | Get:190 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxslt1-dev amd64 1.1.29-5ubuntu0.2 [407 kB] 2020-12-15 08:01:07.755 | Get:191 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 2020-12-15 08:01:07.781 | Get:192 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 lsscsi amd64 0.28-0.1 [35.5 kB] 2020-12-15 08:01:07.782 | Get:193 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 lvm2 amd64 2.02.176-4.1ubuntu3.18.04.3 [929 kB] 2020-12-15 08:01:07.812 | Get:194 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 memcached amd64 1.5.6-0ubuntu1.2 [109 kB] 2020-12-15 08:01:07.816 | Get:195 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 pm-utils all 1.4.1-17 [48.3 kB] 2020-12-15 08:01:07.817 | Get:196 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 postgresql-client-common all 190ubuntu0.1 [29.6 kB] 2020-12-15 08:01:07.818 | Get:197 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 ssl-cert all 1.0.39 [17.0 kB] 2020-12-15 08:01:07.819 | Get:198 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 postgresql-common all 190ubuntu0.1 [157 kB] 2020-12-15 08:01:07.825 | Get:199 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 postgresql-server-dev-10 amd64 10.15-0ubuntu0.18.04.1 [838 kB] 2020-12-15 08:01:07.981 | Get:200 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 postgresql-server-dev-all all 190ubuntu0.1 [14.1 kB] 2020-12-15 08:01:07.981 | Get:201 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python-pip-whl all 9.0.1-2.3~ubuntu1.18.04.4 [1,653 kB] 2020-12-15 08:01:08.252 | Get:202 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-crypto amd64 2.6.1-8ubuntu2 [244 kB] 2020-12-15 08:01:08.689 | Get:203 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-secretstorage all 2.3.1-2 [12.1 kB] 2020-12-15 08:01:08.818 | Get:204 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-keyring all 10.6.0-1 [26.7 kB] 2020-12-15 08:01:08.892 | Get:205 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-keyrings.alt all 3.0-1 [16.6 kB] 2020-12-15 08:01:08.956 | Get:206 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-mysqldb amd64 1.3.10-1build1 [46.0 kB] 2020-12-15 08:01:09.085 | Get:207 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-pip all 9.0.1-2.3~ubuntu1.18.04.4 [114 kB] 2020-12-15 08:01:09.217 | Get:208 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-setuptools all 39.0.1-2 [248 kB] 2020-12-15 08:01:09.369 | Get:209 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3.6-venv amd64 3.6.9-1~18.04ubuntu1.3 [6,180 B] 2020-12-15 08:01:09.373 | Get:210 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-venv amd64 3.6.7-1~18.04 [1,208 B] 2020-12-15 08:01:09.373 | Get:211 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-wheel all 0.30.0-0.2 [36.5 kB] 2020-12-15 08:01:09.386 | Get:212 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-xdg all 0.25-4ubuntu1 [31.4 kB] 2020-12-15 08:01:09.397 | Get:213 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 qemu-block-extra amd64 1:2.11+dfsg-1ubuntu7.34 [40.2 kB] 2020-12-15 08:01:09.411 | Get:214 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 qemu-utils amd64 1:2.11+dfsg-1ubuntu7.34 [871 kB] 2020-12-15 08:01:09.581 | Get:215 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 sharutils amd64 1:4.15.2-3 [155 kB] 2020-12-15 08:01:09.599 | Get:216 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sqlite3 amd64 3.22.0-1ubuntu0.4 [752 kB] 2020-12-15 08:01:09.673 | Get:217 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 thin-provisioning-tools amd64 0.7.4-2ubuntu3 [359 kB] 2020-12-15 08:01:09.704 | Get:218 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 unzip amd64 6.0-21ubuntu1 [167 kB] 2020-12-15 08:01:09.718 | Get:219 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi-core amd64 2.0.15-10.2ubuntu2.1 [523 kB] 2020-12-15 08:01:09.763 | Get:220 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 vbetool amd64 1.1-4 [11.5 kB] 2020-12-15 08:01:09.764 | Get:221 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libipset3 amd64 6.34-1 [43.9 kB] 2020-12-15 08:01:09.767 | Get:222 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 ipset amd64 6.34-1 [33.7 kB] 2020-12-15 08:01:09.770 | Get:223 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ipvsadm amd64 1:1.28-3ubuntu0.18.04.1 [35.5 kB] 2020-12-15 08:01:09.773 | Get:224 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 kpartx amd64 0.7.4-2ubuntu3 [27.7 kB] 2020-12-15 08:01:09.876 | Get:225 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libapache2-mod-proxy-uwsgi amd64 2.0.15-10.2ubuntu2.1 [10.0 kB] 2020-12-15 08:01:09.877 | Get:226 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liberasurecode1 amd64 1.5.0-1 [40.0 kB] 2020-12-15 08:01:09.880 | Get:227 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liberasurecode-dev amd64 1.5.0-1 [14.9 kB] 2020-12-15 08:01:09.881 | Get:228 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libffi-dev amd64 3.2.1-8 [156 kB] 2020-12-15 08:01:10.004 | Get:229 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-dev amd64 1.16-2ubuntu0.2 [11.7 kB] 2020-12-15 08:01:10.005 | Get:230 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-dev amd64 0.1.7-2ubuntu3 [55.7 kB] 2020-12-15 08:01:10.009 | Get:231 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 socat amd64 1.7.3.2-2ubuntu2 [342 kB] 2020-12-15 08:01:10.040 | Get:232 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 vlan amd64 1.9-3.2ubuntu6 [30.7 kB] 2020-12-15 08:01:11.682 | Preconfiguring packages ... 2020-12-15 08:01:11.802 | Fetched 84.3 MB in 18s (4,813 kB/s) 2020-12-15 08:01:11.870 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 64590 files and directories currently installed.) 2020-12-15 08:01:11.872 | Preparing to unpack .../libnss-systemd_237-3ubuntu10.43_amd64.deb ... 2020-12-15 08:01:11.903 | Unpacking libnss-systemd:amd64 (237-3ubuntu10.43) over (237-3ubuntu10.25) ... 2020-12-15 08:01:12.030 | Preparing to unpack .../libpam-systemd_237-3ubuntu10.43_amd64.deb ... 2020-12-15 08:01:12.052 | Unpacking libpam-systemd:amd64 (237-3ubuntu10.43) over (237-3ubuntu10.25) ... 2020-12-15 08:01:12.198 | Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 2020-12-15 08:01:12.345 | Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10.25) ... 2020-12-15 08:01:13.062 | Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 2020-12-15 08:01:13.083 | Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10.25) ... 2020-12-15 08:01:13.187 | Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 2020-12-15 08:01:13.310 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 64590 files and directories currently installed.) 2020-12-15 08:01:13.313 | Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 2020-12-15 08:01:13.334 | Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3.3) ... 2020-12-15 08:01:13.422 | Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 2020-12-15 08:01:13.554 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 64590 files and directories currently installed.) 2020-12-15 08:01:13.558 | Preparing to unpack .../00-uuid-runtime_2.31.1-0.4ubuntu3.7_amd64.deb ... 2020-12-15 08:01:13.586 | Unpacking uuid-runtime (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3.3) ... 2020-12-15 08:01:13.848 | Selecting previously unselected package libapr1:amd64. 2020-12-15 08:01:13.855 | Preparing to unpack .../01-libapr1_1.6.3-2_amd64.deb ... 2020-12-15 08:01:13.857 | Unpacking libapr1:amd64 (1.6.3-2) ... 2020-12-15 08:01:13.987 | Preparing to unpack .../02-libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 2020-12-15 08:01:14.016 | Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.1-1ubuntu2.1~18.04.4) ... 2020-12-15 08:01:14.288 | Selecting previously unselected package libaprutil1:amd64. 2020-12-15 08:01:14.295 | Preparing to unpack .../03-libaprutil1_1.6.1-2_amd64.deb ... 2020-12-15 08:01:14.297 | Unpacking libaprutil1:amd64 (1.6.1-2) ... 2020-12-15 08:01:14.394 | Preparing to unpack .../04-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 2020-12-15 08:01:14.417 | Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1ubuntu0.1) ... 2020-12-15 08:01:14.557 | Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. 2020-12-15 08:01:14.563 | Preparing to unpack .../05-libaprutil1-dbd-sqlite3_1.6.1-2_amd64.deb ... 2020-12-15 08:01:14.566 | Unpacking libaprutil1-dbd-sqlite3:amd64 (1.6.1-2) ... 2020-12-15 08:01:14.630 | Preparing to unpack .../06-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 2020-12-15 08:01:14.652 | Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2020-12-15 08:01:14.765 | Preparing to unpack .../07-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 2020-12-15 08:01:14.798 | Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2020-12-15 08:01:14.892 | Preparing to unpack .../08-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 2020-12-15 08:01:14.914 | Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) over (2.4.45+dfsg-1ubuntu1.3) ... 2020-12-15 08:01:15.023 | Preparing to unpack .../09-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 2020-12-15 08:01:15.044 | Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) over (2.4.45+dfsg-1ubuntu1.3) ... 2020-12-15 08:01:15.141 | Selecting previously unselected package libaprutil1-ldap:amd64. 2020-12-15 08:01:15.148 | Preparing to unpack .../10-libaprutil1-ldap_1.6.1-2_amd64.deb ... 2020-12-15 08:01:15.150 | Unpacking libaprutil1-ldap:amd64 (1.6.1-2) ... 2020-12-15 08:01:15.227 | Selecting previously unselected package liblua5.2-0:amd64. 2020-12-15 08:01:15.234 | Preparing to unpack .../11-liblua5.2-0_5.2.4-1.1build1_amd64.deb ... 2020-12-15 08:01:15.236 | Unpacking liblua5.2-0:amd64 (5.2.4-1.1build1) ... 2020-12-15 08:01:15.346 | Preparing to unpack .../12-libicu60_60.2-3ubuntu3.1_amd64.deb ... 2020-12-15 08:01:15.372 | Unpacking libicu60:amd64 (60.2-3ubuntu3.1) over (60.2-3ubuntu3) ... 2020-12-15 08:01:16.683 | Preparing to unpack .../13-libxml2_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb ... 2020-12-15 08:01:16.704 | Unpacking libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) over (2.9.4+dfsg1-6.1ubuntu1.2) ... 2020-12-15 08:01:16.867 | Selecting previously unselected package apache2-bin. 2020-12-15 08:01:16.875 | Preparing to unpack .../14-apache2-bin_2.4.29-1ubuntu4.14_amd64.deb ... 2020-12-15 08:01:16.877 | Unpacking apache2-bin (2.4.29-1ubuntu4.14) ... 2020-12-15 08:01:17.091 | Selecting previously unselected package apache2-utils. 2020-12-15 08:01:17.097 | Preparing to unpack .../15-apache2-utils_2.4.29-1ubuntu4.14_amd64.deb ... 2020-12-15 08:01:17.100 | Unpacking apache2-utils (2.4.29-1ubuntu4.14) ... 2020-12-15 08:01:17.166 | Selecting previously unselected package apache2-data. 2020-12-15 08:01:17.173 | Preparing to unpack .../16-apache2-data_2.4.29-1ubuntu4.14_all.deb ... 2020-12-15 08:01:17.175 | Unpacking apache2-data (2.4.29-1ubuntu4.14) ... 2020-12-15 08:01:17.351 | Selecting previously unselected package apache2. 2020-12-15 08:01:17.358 | Preparing to unpack .../17-apache2_2.4.29-1ubuntu4.14_amd64.deb ... 2020-12-15 08:01:17.377 | Unpacking apache2 (2.4.29-1ubuntu4.14) ... 2020-12-15 08:01:17.483 | Selecting previously unselected package fonts-dejavu-core. 2020-12-15 08:01:17.490 | Preparing to unpack .../18-fonts-dejavu-core_2.37-1_all.deb ... 2020-12-15 08:01:17.492 | Unpacking fonts-dejavu-core (2.37-1) ... 2020-12-15 08:01:17.694 | Selecting previously unselected package fonts-liberation. 2020-12-15 08:01:17.700 | Preparing to unpack .../19-fonts-liberation_1%3a1.07.4-7~18.04.1_all.deb ... 2020-12-15 08:01:17.703 | Unpacking fonts-liberation (1:1.07.4-7~18.04.1) ... 2020-12-15 08:01:17.895 | Selecting previously unselected package fontconfig-config. 2020-12-15 08:01:17.902 | Preparing to unpack .../20-fontconfig-config_2.12.6-0ubuntu2_all.deb ... 2020-12-15 08:01:17.905 | Unpacking fontconfig-config (2.12.6-0ubuntu2) ... 2020-12-15 08:01:17.992 | Selecting previously unselected package libfontconfig1:amd64. 2020-12-15 08:01:17.998 | Preparing to unpack .../21-libfontconfig1_2.12.6-0ubuntu2_amd64.deb ... 2020-12-15 08:01:18.001 | Unpacking libfontconfig1:amd64 (2.12.6-0ubuntu2) ... 2020-12-15 08:01:18.100 | Selecting previously unselected package fontconfig. 2020-12-15 08:01:18.106 | Preparing to unpack .../22-fontconfig_2.12.6-0ubuntu2_amd64.deb ... 2020-12-15 08:01:18.109 | Unpacking fontconfig (2.12.6-0ubuntu2) ... 2020-12-15 08:01:18.202 | Selecting previously unselected package liblua5.3-0:amd64. 2020-12-15 08:01:18.208 | Preparing to unpack .../23-liblua5.3-0_5.3.3-1ubuntu0.18.04.1_amd64.deb ... 2020-12-15 08:01:18.211 | Unpacking liblua5.3-0:amd64 (5.3.3-1ubuntu0.18.04.1) ... 2020-12-15 08:01:18.325 | Selecting previously unselected package haproxy. 2020-12-15 08:01:18.331 | Preparing to unpack .../24-haproxy_1.8.8-1ubuntu0.11_amd64.deb ... 2020-12-15 08:01:18.341 | Unpacking haproxy (1.8.8-1ubuntu0.11) ... 2020-12-15 08:01:18.567 | Selecting previously unselected package libjpeg-turbo8:amd64. 2020-12-15 08:01:18.574 | Preparing to unpack .../25-libjpeg-turbo8_1.5.2-0ubuntu5.18.04.4_amd64.deb ... 2020-12-15 08:01:18.576 | Unpacking libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2020-12-15 08:01:18.689 | Selecting previously unselected package x11-common. 2020-12-15 08:01:18.695 | Preparing to unpack .../26-x11-common_1%3a7.7+19ubuntu7.1_all.deb ... 2020-12-15 08:01:18.720 | dpkg-query: no packages found matching nux-tools 2020-12-15 08:01:18.730 | Unpacking x11-common (1:7.7+19ubuntu7.1) ... 2020-12-15 08:01:18.818 | Selecting previously unselected package libice6:amd64. 2020-12-15 08:01:18.824 | Preparing to unpack .../27-libice6_2%3a1.0.9-2_amd64.deb ... 2020-12-15 08:01:18.827 | Unpacking libice6:amd64 (2:1.0.9-2) ... 2020-12-15 08:01:18.914 | Selecting previously unselected package libsm6:amd64. 2020-12-15 08:01:18.921 | Preparing to unpack .../28-libsm6_2%3a1.2.2-1_amd64.deb ... 2020-12-15 08:01:18.923 | Unpacking libsm6:amd64 (2:1.2.2-1) ... 2020-12-15 08:01:19.049 | Preparing to unpack .../29-open-iscsi_2.0.874-5ubuntu2.10_amd64.deb ... 2020-12-15 08:01:19.522 | Unpacking open-iscsi (2.0.874-5ubuntu2.10) over (2.0.874-5ubuntu2.7) ... 2020-12-15 08:01:19.963 | Selecting previously unselected package libnetfilter-cthelper0:amd64. 2020-12-15 08:01:19.970 | Preparing to unpack .../30-libnetfilter-cthelper0_1.0.0-1ubuntu1_amd64.deb ... 2020-12-15 08:01:19.973 | Unpacking libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu1) ... 2020-12-15 08:01:20.062 | Preparing to unpack .../31-libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 2020-12-15 08:01:20.083 | Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1ubuntu1.1) ... 2020-12-15 08:01:20.175 | Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 2020-12-15 08:01:20.326 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 65643 files and directories currently installed.) 2020-12-15 08:01:20.329 | Preparing to unpack .../000-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 2020-12-15 08:01:20.351 | Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) over (2.56.4-0ubuntu0.18.04.4) ... 2020-12-15 08:01:20.626 | Preparing to unpack .../001-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 2020-12-15 08:01:20.648 | Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.1-1ubuntu2.1~18.04.4) ... 2020-12-15 08:01:20.859 | Preparing to unpack .../002-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 2020-12-15 08:01:20.890 | Unpacking sudo (1.8.21p2-3ubuntu1.3) over (1.8.21p2-3ubuntu1) ... 2020-12-15 08:01:21.068 | Preparing to unpack .../003-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 2020-12-15 08:01:21.091 | Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2020-12-15 08:01:21.242 | Preparing to unpack .../004-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 2020-12-15 08:01:21.266 | Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2020-12-15 08:01:21.421 | Preparing to unpack .../005-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 2020-12-15 08:01:21.445 | Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2020-12-15 08:01:21.553 | Preparing to unpack .../006-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 2020-12-15 08:01:21.576 | Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2020-12-15 08:01:21.685 | Preparing to unpack .../007-tcpdump_4.9.3-0ubuntu0.18.04.1_amd64.deb ... 2020-12-15 08:01:21.710 | Unpacking tcpdump (4.9.3-0ubuntu0.18.04.1) over (4.9.2-3) ... 2020-12-15 08:01:21.837 | Selecting previously unselected package uuid-dev:amd64. 2020-12-15 08:01:21.844 | Preparing to unpack .../008-uuid-dev_2.31.1-0.4ubuntu3.7_amd64.deb ... 2020-12-15 08:01:21.847 | Unpacking uuid-dev:amd64 (2.31.1-0.4ubuntu3.7) ... 2020-12-15 08:01:21.931 | Selecting previously unselected package libsctp1:amd64. 2020-12-15 08:01:21.938 | Preparing to unpack .../009-libsctp1_1.0.17+dfsg-2_amd64.deb ... 2020-12-15 08:01:21.941 | Unpacking libsctp1:amd64 (1.0.17+dfsg-2) ... 2020-12-15 08:01:21.998 | Selecting previously unselected package libsctp-dev:amd64. 2020-12-15 08:01:22.004 | Preparing to unpack .../010-libsctp-dev_1.0.17+dfsg-2_amd64.deb ... 2020-12-15 08:01:22.007 | Unpacking libsctp-dev:amd64 (1.0.17+dfsg-2) ... 2020-12-15 08:01:22.067 | Selecting previously unselected package libapr1-dev. 2020-12-15 08:01:22.073 | Preparing to unpack .../011-libapr1-dev_1.6.3-2_amd64.deb ... 2020-12-15 08:01:22.076 | Unpacking libapr1-dev (1.6.3-2) ... 2020-12-15 08:01:22.348 | Selecting previously unselected package libldap2-dev:amd64. 2020-12-15 08:01:22.355 | Preparing to unpack .../012-libldap2-dev_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 2020-12-15 08:01:22.358 | Unpacking libldap2-dev:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 2020-12-15 08:01:22.490 | Selecting previously unselected package libaprutil1-dev. 2020-12-15 08:01:22.498 | Preparing to unpack .../013-libaprutil1-dev_1.6.1-2_amd64.deb ... 2020-12-15 08:01:22.500 | Unpacking libaprutil1-dev (1.6.1-2) ... 2020-12-15 08:01:22.762 | Selecting previously unselected package autotools-dev. 2020-12-15 08:01:22.769 | Preparing to unpack .../014-autotools-dev_20180224.1_all.deb ... 2020-12-15 08:01:22.772 | Unpacking autotools-dev (20180224.1) ... 2020-12-15 08:01:22.830 | Selecting previously unselected package m4. 2020-12-15 08:01:22.836 | Preparing to unpack .../015-m4_1.4.18-1_amd64.deb ... 2020-12-15 08:01:22.839 | Unpacking m4 (1.4.18-1) ... 2020-12-15 08:01:22.945 | Selecting previously unselected package autoconf. 2020-12-15 08:01:22.952 | Preparing to unpack .../016-autoconf_2.69-11_all.deb ... 2020-12-15 08:01:22.954 | Unpacking autoconf (2.69-11) ... 2020-12-15 08:01:23.078 | Selecting previously unselected package automake. 2020-12-15 08:01:23.084 | Preparing to unpack .../017-automake_1%3a1.15.1-3ubuntu2_all.deb ... 2020-12-15 08:01:23.088 | Unpacking automake (1:1.15.1-3ubuntu2) ... 2020-12-15 08:01:23.209 | Selecting previously unselected package autopoint. 2020-12-15 08:01:23.216 | Preparing to unpack .../018-autopoint_0.19.8.1-6ubuntu0.3_all.deb ... 2020-12-15 08:01:23.218 | Unpacking autopoint (0.19.8.1-6ubuntu0.3) ... 2020-12-15 08:01:23.288 | Selecting previously unselected package libtool. 2020-12-15 08:01:23.295 | Preparing to unpack .../019-libtool_2.4.6-2_all.deb ... 2020-12-15 08:01:23.298 | Unpacking libtool (2.4.6-2) ... 2020-12-15 08:01:23.378 | Selecting previously unselected package dh-autoreconf. 2020-12-15 08:01:23.385 | Preparing to unpack .../020-dh-autoreconf_17_all.deb ... 2020-12-15 08:01:23.387 | Unpacking dh-autoreconf (17) ... 2020-12-15 08:01:23.444 | Selecting previously unselected package libarchive-zip-perl. 2020-12-15 08:01:23.451 | Preparing to unpack .../021-libarchive-zip-perl_1.60-1ubuntu0.1_all.deb ... 2020-12-15 08:01:23.454 | Unpacking libarchive-zip-perl (1.60-1ubuntu0.1) ... 2020-12-15 08:01:23.516 | Selecting previously unselected package libfile-stripnondeterminism-perl. 2020-12-15 08:01:23.523 | Preparing to unpack .../022-libfile-stripnondeterminism-perl_0.040-1.1~build1_all.deb ... 2020-12-15 08:01:23.525 | Unpacking libfile-stripnondeterminism-perl (0.040-1.1~build1) ... 2020-12-15 08:01:23.582 | Selecting previously unselected package libtimedate-perl. 2020-12-15 08:01:23.588 | Preparing to unpack .../023-libtimedate-perl_2.3000-2_all.deb ... 2020-12-15 08:01:23.591 | Unpacking libtimedate-perl (2.3000-2) ... 2020-12-15 08:01:23.652 | Selecting previously unselected package dh-strip-nondeterminism. 2020-12-15 08:01:23.659 | Preparing to unpack .../024-dh-strip-nondeterminism_0.040-1.1~build1_all.deb ... 2020-12-15 08:01:23.661 | Unpacking dh-strip-nondeterminism (0.040-1.1~build1) ... 2020-12-15 08:01:23.718 | Selecting previously unselected package libdpkg-perl. 2020-12-15 08:01:23.724 | Preparing to unpack .../025-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 2020-12-15 08:01:23.727 | Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 2020-12-15 08:01:23.814 | Selecting previously unselected package make. 2020-12-15 08:01:23.821 | Preparing to unpack .../026-make_4.1-9.1ubuntu1_amd64.deb ... 2020-12-15 08:01:23.823 | Unpacking make (4.1-9.1ubuntu1) ... 2020-12-15 08:01:23.905 | Selecting previously unselected package dpkg-dev. 2020-12-15 08:01:23.912 | Preparing to unpack .../027-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 2020-12-15 08:01:23.915 | Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 2020-12-15 08:01:24.093 | Selecting previously unselected package libcroco3:amd64. 2020-12-15 08:01:24.101 | Preparing to unpack .../028-libcroco3_0.6.12-2_amd64.deb ... 2020-12-15 08:01:24.103 | Unpacking libcroco3:amd64 (0.6.12-2) ... 2020-12-15 08:01:24.174 | Selecting previously unselected package gettext. 2020-12-15 08:01:24.181 | Preparing to unpack .../029-gettext_0.19.8.1-6ubuntu0.3_amd64.deb ... 2020-12-15 08:01:24.184 | Unpacking gettext (0.19.8.1-6ubuntu0.3) ... 2020-12-15 08:01:24.443 | Selecting previously unselected package intltool-debian. 2020-12-15 08:01:24.450 | Preparing to unpack .../030-intltool-debian_0.35.0+20060710.4_all.deb ... 2020-12-15 08:01:24.452 | Unpacking intltool-debian (0.35.0+20060710.4) ... 2020-12-15 08:01:24.509 | Selecting previously unselected package po-debconf. 2020-12-15 08:01:24.515 | Preparing to unpack .../031-po-debconf_1.0.20_all.deb ... 2020-12-15 08:01:24.518 | Unpacking po-debconf (1.0.20) ... 2020-12-15 08:01:24.602 | Selecting previously unselected package debhelper. 2020-12-15 08:01:24.608 | Preparing to unpack .../032-debhelper_11.1.6ubuntu2_all.deb ... 2020-12-15 08:01:24.611 | Unpacking debhelper (11.1.6ubuntu2) ... 2020-12-15 08:01:24.826 | Selecting previously unselected package apache2-dev. 2020-12-15 08:01:24.833 | Preparing to unpack .../033-apache2-dev_2.4.29-1ubuntu4.14_amd64.deb ... 2020-12-15 08:01:24.835 | Unpacking apache2-dev (2.4.29-1ubuntu4.14) ... 2020-12-15 08:01:24.919 | Selecting previously unselected package libstdc++-7-dev:amd64. 2020-12-15 08:01:24.926 | Preparing to unpack .../034-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 2020-12-15 08:01:24.928 | Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 2020-12-15 08:01:25.375 | Selecting previously unselected package g++-7. 2020-12-15 08:01:25.382 | Preparing to unpack .../035-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 2020-12-15 08:01:25.384 | Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 2020-12-15 08:01:26.747 | Selecting previously unselected package g++. 2020-12-15 08:01:26.754 | Preparing to unpack .../036-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 2020-12-15 08:01:26.756 | Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 2020-12-15 08:01:26.806 | Selecting previously unselected package build-essential. 2020-12-15 08:01:26.813 | Preparing to unpack .../037-build-essential_12.4ubuntu1_amd64.deb ... 2020-12-15 08:01:26.816 | Unpacking build-essential (12.4ubuntu1) ... 2020-12-15 08:01:26.873 | Selecting previously unselected package conntrack. 2020-12-15 08:01:26.880 | Preparing to unpack .../038-conntrack_1%3a1.4.4+snapshot20161117-6ubuntu2_amd64.deb ... 2020-12-15 08:01:26.882 | Unpacking conntrack (1:1.4.4+snapshot20161117-6ubuntu2) ... 2020-12-15 08:01:26.964 | Selecting previously unselected package libnetfilter-queue1. 2020-12-15 08:01:26.971 | Preparing to unpack .../039-libnetfilter-queue1_1.0.2-2_amd64.deb ... 2020-12-15 08:01:26.973 | Unpacking libnetfilter-queue1 (1.0.2-2) ... 2020-12-15 08:01:27.064 | Selecting previously unselected package conntrackd. 2020-12-15 08:01:27.071 | Preparing to unpack .../040-conntrackd_1%3a1.4.4+snapshot20161117-6ubuntu2_amd64.deb ... 2020-12-15 08:01:27.073 | Unpacking conntrackd (1:1.4.4+snapshot20161117-6ubuntu2) ... 2020-12-15 08:01:27.149 | Preparing to unpack .../041-curl_7.58.0-2ubuntu3.12_amd64.deb ... 2020-12-15 08:01:27.170 | Unpacking curl (7.58.0-2ubuntu3.12) over (7.58.0-2ubuntu3.7) ... 2020-12-15 08:01:27.292 | Preparing to unpack .../042-libcurl4_7.58.0-2ubuntu3.12_amd64.deb ... 2020-12-15 08:01:27.327 | Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.12) over (7.58.0-2ubuntu3.7) ... 2020-12-15 08:01:27.445 | Selecting previously unselected package dctrl-tools. 2020-12-15 08:01:27.452 | Preparing to unpack .../043-dctrl-tools_2.24-2build1_amd64.deb ... 2020-12-15 08:01:27.469 | Unpacking dctrl-tools (2.24-2build1) ... 2020-12-15 08:01:27.535 | Selecting previously unselected package dnsmasq-utils. 2020-12-15 08:01:27.542 | Preparing to unpack .../044-dnsmasq-utils_2.79-1_amd64.deb ... 2020-12-15 08:01:27.544 | Unpacking dnsmasq-utils (2.79-1) ... 2020-12-15 08:01:27.636 | Selecting previously unselected package dstat. 2020-12-15 08:01:27.643 | Preparing to unpack .../045-dstat_0.7.3-1_all.deb ... 2020-12-15 08:01:27.645 | Unpacking dstat (0.7.3-1) ... 2020-12-15 08:01:27.761 | Selecting previously unselected package libfakeroot:amd64. 2020-12-15 08:01:27.768 | Preparing to unpack .../046-libfakeroot_1.22-2ubuntu1_amd64.deb ... 2020-12-15 08:01:27.770 | Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... 2020-12-15 08:01:27.861 | Selecting previously unselected package fakeroot. 2020-12-15 08:01:27.868 | Preparing to unpack .../047-fakeroot_1.22-2ubuntu1_amd64.deb ... 2020-12-15 08:01:27.870 | Unpacking fakeroot (1.22-2ubuntu1) ... 2020-12-15 08:01:27.937 | Selecting previously unselected package genisoimage. 2020-12-15 08:01:27.945 | Preparing to unpack .../048-genisoimage_9%3a1.1.11-3ubuntu2_amd64.deb ... 2020-12-15 08:01:27.947 | Unpacking genisoimage (9:1.1.11-3ubuntu2) ... 2020-12-15 08:01:28.076 | Selecting previously unselected package libgraphite2-3:amd64. 2020-12-15 08:01:28.083 | Preparing to unpack .../049-libgraphite2-3_1.3.11-2_amd64.deb ... 2020-12-15 08:01:28.086 | Unpacking libgraphite2-3:amd64 (1.3.11-2) ... 2020-12-15 08:01:28.183 | Selecting previously unselected package libharfbuzz0b:amd64. 2020-12-15 08:01:28.190 | Preparing to unpack .../050-libharfbuzz0b_1.7.2-1ubuntu1_amd64.deb ... 2020-12-15 08:01:28.192 | Unpacking libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ... 2020-12-15 08:01:28.286 | Selecting previously unselected package gir1.2-harfbuzz-0.0:amd64. 2020-12-15 08:01:28.293 | Preparing to unpack .../051-gir1.2-harfbuzz-0.0_1.7.2-1ubuntu1_amd64.deb ... 2020-12-15 08:01:28.304 | Unpacking gir1.2-harfbuzz-0.0:amd64 (1.7.2-1ubuntu1) ... 2020-12-15 08:01:28.418 | Preparing to unpack .../052-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 2020-12-15 08:01:28.504 | Unpacking git (1:2.17.1-1ubuntu0.7) over (1:2.17.1-1ubuntu0.4) ... 2020-12-15 08:01:29.398 | Selecting previously unselected package libann0. 2020-12-15 08:01:29.405 | Preparing to unpack .../053-libann0_1.1.2+doc-6_amd64.deb ... 2020-12-15 08:01:29.407 | Unpacking libann0 (1.1.2+doc-6) ... 2020-12-15 08:01:29.490 | Selecting previously unselected package libcdt5. 2020-12-15 08:01:29.497 | Preparing to unpack .../054-libcdt5_2.40.1-2_amd64.deb ... 2020-12-15 08:01:29.499 | Unpacking libcdt5 (2.40.1-2) ... 2020-12-15 08:01:29.582 | Selecting previously unselected package libcgraph6. 2020-12-15 08:01:29.588 | Preparing to unpack .../055-libcgraph6_2.40.1-2_amd64.deb ... 2020-12-15 08:01:29.591 | Unpacking libcgraph6 (2.40.1-2) ... 2020-12-15 08:01:29.649 | Selecting previously unselected package libjpeg8:amd64. 2020-12-15 08:01:29.656 | Preparing to unpack .../056-libjpeg8_8c-2ubuntu8_amd64.deb ... 2020-12-15 08:01:29.658 | Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... 2020-12-15 08:01:29.741 | Selecting previously unselected package libjbig0:amd64. 2020-12-15 08:01:29.747 | Preparing to unpack .../057-libjbig0_2.1-3.1build1_amd64.deb ... 2020-12-15 08:01:29.750 | Unpacking libjbig0:amd64 (2.1-3.1build1) ... 2020-12-15 08:01:29.841 | Selecting previously unselected package libtiff5:amd64. 2020-12-15 08:01:29.848 | Preparing to unpack .../058-libtiff5_4.0.9-5ubuntu0.3_amd64.deb ... 2020-12-15 08:01:29.850 | Unpacking libtiff5:amd64 (4.0.9-5ubuntu0.3) ... 2020-12-15 08:01:29.951 | Selecting previously unselected package libwebp6:amd64. 2020-12-15 08:01:29.958 | Preparing to unpack .../059-libwebp6_0.6.1-2_amd64.deb ... 2020-12-15 08:01:29.960 | Unpacking libwebp6:amd64 (0.6.1-2) ... 2020-12-15 08:01:30.063 | Selecting previously unselected package libxpm4:amd64. 2020-12-15 08:01:30.070 | Preparing to unpack .../060-libxpm4_1%3a3.5.12-1_amd64.deb ... 2020-12-15 08:01:30.072 | Unpacking libxpm4:amd64 (1:3.5.12-1) ... 2020-12-15 08:01:30.156 | Selecting previously unselected package libgd3:amd64. 2020-12-15 08:01:30.163 | Preparing to unpack .../061-libgd3_2.2.5-4ubuntu0.4_amd64.deb ... 2020-12-15 08:01:30.173 | Unpacking libgd3:amd64 (2.2.5-4ubuntu0.4) ... 2020-12-15 08:01:30.278 | Selecting previously unselected package libgts-0.7-5:amd64. 2020-12-15 08:01:30.285 | Preparing to unpack .../062-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ... 2020-12-15 08:01:30.296 | Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2020-12-15 08:01:30.403 | Selecting previously unselected package libpixman-1-0:amd64. 2020-12-15 08:01:30.411 | Preparing to unpack .../063-libpixman-1-0_0.34.0-2_amd64.deb ... 2020-12-15 08:01:30.413 | Unpacking libpixman-1-0:amd64 (0.34.0-2) ... 2020-12-15 08:01:30.528 | Selecting previously unselected package libxcb-render0:amd64. 2020-12-15 08:01:30.535 | Preparing to unpack .../064-libxcb-render0_1.13-2~ubuntu18.04_amd64.deb ... 2020-12-15 08:01:30.537 | Unpacking libxcb-render0:amd64 (1.13-2~ubuntu18.04) ... 2020-12-15 08:01:30.628 | Selecting previously unselected package libxcb-shm0:amd64. 2020-12-15 08:01:30.635 | Preparing to unpack .../065-libxcb-shm0_1.13-2~ubuntu18.04_amd64.deb ... 2020-12-15 08:01:30.645 | Unpacking libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ... 2020-12-15 08:01:30.728 | Selecting previously unselected package libxrender1:amd64. 2020-12-15 08:01:30.735 | Preparing to unpack .../066-libxrender1_1%3a0.9.10-1_amd64.deb ... 2020-12-15 08:01:30.737 | Unpacking libxrender1:amd64 (1:0.9.10-1) ... 2020-12-15 08:01:30.825 | Selecting previously unselected package libcairo2:amd64. 2020-12-15 08:01:30.833 | Preparing to unpack .../067-libcairo2_1.15.10-2ubuntu0.1_amd64.deb ... 2020-12-15 08:01:30.837 | Unpacking libcairo2:amd64 (1.15.10-2ubuntu0.1) ... 2020-12-15 08:01:30.979 | Selecting previously unselected package libltdl7:amd64. 2020-12-15 08:01:30.986 | Preparing to unpack .../068-libltdl7_2.4.6-2_amd64.deb ... 2020-12-15 08:01:30.988 | Unpacking libltdl7:amd64 (2.4.6-2) ... 2020-12-15 08:01:31.046 | Selecting previously unselected package libthai-data. 2020-12-15 08:01:31.053 | Preparing to unpack .../069-libthai-data_0.1.27-2_all.deb ... 2020-12-15 08:01:31.064 | Unpacking libthai-data (0.1.27-2) ... 2020-12-15 08:01:31.176 | Selecting previously unselected package libdatrie1:amd64. 2020-12-15 08:01:31.183 | Preparing to unpack .../070-libdatrie1_0.2.10-7_amd64.deb ... 2020-12-15 08:01:31.185 | Unpacking libdatrie1:amd64 (0.2.10-7) ... 2020-12-15 08:01:31.269 | Selecting previously unselected package libthai0:amd64. 2020-12-15 08:01:31.276 | Preparing to unpack .../071-libthai0_0.1.27-2_amd64.deb ... 2020-12-15 08:01:31.278 | Unpacking libthai0:amd64 (0.1.27-2) ... 2020-12-15 08:01:31.369 | Selecting previously unselected package libpango-1.0-0:amd64. 2020-12-15 08:01:31.376 | Preparing to unpack .../072-libpango-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2020-12-15 08:01:31.412 | Unpacking libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2020-12-15 08:01:31.512 | Selecting previously unselected package libpangoft2-1.0-0:amd64. 2020-12-15 08:01:31.519 | Preparing to unpack .../073-libpangoft2-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2020-12-15 08:01:31.522 | Unpacking libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2020-12-15 08:01:31.606 | Selecting previously unselected package libpangocairo-1.0-0:amd64. 2020-12-15 08:01:31.613 | Preparing to unpack .../074-libpangocairo-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2020-12-15 08:01:31.615 | Unpacking libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2020-12-15 08:01:31.693 | Selecting previously unselected package libpathplan4. 2020-12-15 08:01:31.700 | Preparing to unpack .../075-libpathplan4_2.40.1-2_amd64.deb ... 2020-12-15 08:01:31.702 | Unpacking libpathplan4 (2.40.1-2) ... 2020-12-15 08:01:31.794 | Selecting previously unselected package libgvc6. 2020-12-15 08:01:31.801 | Preparing to unpack .../076-libgvc6_2.40.1-2_amd64.deb ... 2020-12-15 08:01:31.803 | Unpacking libgvc6 (2.40.1-2) ... 2020-12-15 08:01:31.963 | Selecting previously unselected package libgvpr2. 2020-12-15 08:01:31.970 | Preparing to unpack .../077-libgvpr2_2.40.1-2_amd64.deb ... 2020-12-15 08:01:31.972 | Unpacking libgvpr2 (2.40.1-2) ... 2020-12-15 08:01:32.067 | Selecting previously unselected package liblab-gamut1. 2020-12-15 08:01:32.073 | Preparing to unpack .../078-liblab-gamut1_2.40.1-2_amd64.deb ... 2020-12-15 08:01:32.084 | Unpacking liblab-gamut1 (2.40.1-2) ... 2020-12-15 08:01:32.291 | Selecting previously unselected package libxt6:amd64. 2020-12-15 08:01:32.298 | Preparing to unpack .../079-libxt6_1%3a1.1.5-1_amd64.deb ... 2020-12-15 08:01:32.301 | Unpacking libxt6:amd64 (1:1.1.5-1) ... 2020-12-15 08:01:32.395 | Selecting previously unselected package libxmu6:amd64. 2020-12-15 08:01:32.402 | Preparing to unpack .../080-libxmu6_2%3a1.1.2-2_amd64.deb ... 2020-12-15 08:01:32.405 | Unpacking libxmu6:amd64 (2:1.1.2-2) ... 2020-12-15 08:01:32.490 | Selecting previously unselected package libxaw7:amd64. 2020-12-15 08:01:32.497 | Preparing to unpack .../081-libxaw7_2%3a1.0.13-1_amd64.deb ... 2020-12-15 08:01:32.507 | Unpacking libxaw7:amd64 (2:1.0.13-1) ... 2020-12-15 08:01:32.602 | Selecting previously unselected package graphviz. 2020-12-15 08:01:32.609 | Preparing to unpack .../082-graphviz_2.40.1-2_amd64.deb ... 2020-12-15 08:01:32.619 | Unpacking graphviz (2.40.1-2) ... 2020-12-15 08:01:32.823 | Selecting previously unselected package libnl-3-200:amd64. 2020-12-15 08:01:32.831 | Preparing to unpack .../083-libnl-3-200_3.2.29-0ubuntu3_amd64.deb ... 2020-12-15 08:01:32.833 | Unpacking libnl-3-200:amd64 (3.2.29-0ubuntu3) ... 2020-12-15 08:01:32.921 | Selecting previously unselected package libnl-route-3-200:amd64. 2020-12-15 08:01:32.928 | Preparing to unpack .../084-libnl-route-3-200_3.2.29-0ubuntu3_amd64.deb ... 2020-12-15 08:01:32.931 | Unpacking libnl-route-3-200:amd64 (3.2.29-0ubuntu3) ... 2020-12-15 08:01:33.041 | Selecting previously unselected package libibverbs1:amd64. 2020-12-15 08:01:33.048 | Preparing to unpack .../085-libibverbs1_17.1-1ubuntu0.2_amd64.deb ... 2020-12-15 08:01:33.051 | Unpacking libibverbs1:amd64 (17.1-1ubuntu0.2) ... 2020-12-15 08:01:33.151 | Selecting previously unselected package ibverbs-providers:amd64. 2020-12-15 08:01:33.159 | Preparing to unpack .../086-ibverbs-providers_17.1-1ubuntu0.2_amd64.deb ... 2020-12-15 08:01:33.161 | Unpacking ibverbs-providers:amd64 (17.1-1ubuntu0.2) ... 2020-12-15 08:01:33.241 | Selecting previously unselected package icu-devtools. 2020-12-15 08:01:33.248 | Preparing to unpack .../087-icu-devtools_60.2-3ubuntu3.1_amd64.deb ... 2020-12-15 08:01:33.250 | Unpacking icu-devtools (60.2-3ubuntu3.1) ... 2020-12-15 08:01:33.344 | Selecting previously unselected package iputils-arping. 2020-12-15 08:01:33.352 | Preparing to unpack .../088-iputils-arping_3%3a20161105-1ubuntu3_amd64.deb ... 2020-12-15 08:01:33.354 | Unpacking iputils-arping (3:20161105-1ubuntu3) ... 2020-12-15 08:01:33.463 | Selecting previously unselected package javascript-common. 2020-12-15 08:01:33.470 | Preparing to unpack .../089-javascript-common_11_all.deb ... 2020-12-15 08:01:33.484 | Unpacking javascript-common (11) ... 2020-12-15 08:01:33.563 | Selecting previously unselected package libnl-genl-3-200:amd64. 2020-12-15 08:01:33.570 | Preparing to unpack .../090-libnl-genl-3-200_3.2.29-0ubuntu3_amd64.deb ... 2020-12-15 08:01:33.581 | Unpacking libnl-genl-3-200:amd64 (3.2.29-0ubuntu3) ... 2020-12-15 08:01:33.679 | Selecting previously unselected package libsensors4:amd64. 2020-12-15 08:01:33.686 | Preparing to unpack .../091-libsensors4_1%3a3.4.0-4_amd64.deb ... 2020-12-15 08:01:33.766 | Unpacking libsensors4:amd64 (1:3.4.0-4) ... 2020-12-15 08:01:33.834 | Selecting previously unselected package libsnmp-base. 2020-12-15 08:01:33.841 | Preparing to unpack .../092-libsnmp-base_5.7.3+dfsg-1.8ubuntu3.6_all.deb ... 2020-12-15 08:01:33.843 | Unpacking libsnmp-base (5.7.3+dfsg-1.8ubuntu3.6) ... 2020-12-15 08:01:33.960 | Selecting previously unselected package libsnmp30:amd64. 2020-12-15 08:01:33.967 | Preparing to unpack .../093-libsnmp30_5.7.3+dfsg-1.8ubuntu3.6_amd64.deb ... 2020-12-15 08:01:33.970 | Unpacking libsnmp30:amd64 (5.7.3+dfsg-1.8ubuntu3.6) ... 2020-12-15 08:01:34.199 | Selecting previously unselected package keepalived. 2020-12-15 08:01:34.207 | Preparing to unpack .../094-keepalived_1%3a1.3.9-1ubuntu0.18.04.2_amd64.deb ... 2020-12-15 08:01:34.209 | Unpacking keepalived (1:1.3.9-1ubuntu0.18.04.2) ... 2020-12-15 08:01:34.347 | Selecting previously unselected package libgssrpc4:amd64. 2020-12-15 08:01:34.354 | Preparing to unpack .../095-libgssrpc4_1.16-2ubuntu0.2_amd64.deb ... 2020-12-15 08:01:34.356 | Unpacking libgssrpc4:amd64 (1.16-2ubuntu0.2) ... 2020-12-15 08:01:34.444 | Selecting previously unselected package libkdb5-9:amd64. 2020-12-15 08:01:34.451 | Preparing to unpack .../096-libkdb5-9_1.16-2ubuntu0.2_amd64.deb ... 2020-12-15 08:01:34.453 | Unpacking libkdb5-9:amd64 (1.16-2ubuntu0.2) ... 2020-12-15 08:01:34.544 | Selecting previously unselected package libkadm5srv-mit11:amd64. 2020-12-15 08:01:34.551 | Preparing to unpack .../097-libkadm5srv-mit11_1.16-2ubuntu0.2_amd64.deb ... 2020-12-15 08:01:34.554 | Unpacking libkadm5srv-mit11:amd64 (1.16-2ubuntu0.2) ... 2020-12-15 08:01:34.647 | Selecting previously unselected package libkadm5clnt-mit11:amd64. 2020-12-15 08:01:34.654 | Preparing to unpack .../098-libkadm5clnt-mit11_1.16-2ubuntu0.2_amd64.deb ... 2020-12-15 08:01:34.656 | Unpacking libkadm5clnt-mit11:amd64 (1.16-2ubuntu0.2) ... 2020-12-15 08:01:34.723 | Selecting previously unselected package comerr-dev:amd64. 2020-12-15 08:01:34.730 | Preparing to unpack .../099-comerr-dev_2.1-1.44.1-1ubuntu1.3_amd64.deb ... 2020-12-15 08:01:34.732 | Unpacking comerr-dev:amd64 (2.1-1.44.1-1ubuntu1.3) ... 2020-12-15 08:01:34.801 | Selecting previously unselected package krb5-multidev:amd64. 2020-12-15 08:01:34.808 | Preparing to unpack .../100-krb5-multidev_1.16-2ubuntu0.2_amd64.deb ... 2020-12-15 08:01:34.810 | Unpacking krb5-multidev:amd64 (1.16-2ubuntu0.2) ... 2020-12-15 08:01:34.915 | Selecting previously unselected package libaio1:amd64. 2020-12-15 08:01:34.923 | Preparing to unpack .../101-libaio1_0.3.110-5ubuntu0.1_amd64.deb ... 2020-12-15 08:01:34.925 | Unpacking libaio1:amd64 (0.3.110-5ubuntu0.1) ... 2020-12-15 08:01:34.991 | Selecting previously unselected package libalgorithm-diff-perl. 2020-12-15 08:01:34.998 | Preparing to unpack .../102-libalgorithm-diff-perl_1.19.03-1_all.deb ... 2020-12-15 08:01:35.000 | Unpacking libalgorithm-diff-perl (1.19.03-1) ... 2020-12-15 08:01:35.059 | Selecting previously unselected package libalgorithm-diff-xs-perl. 2020-12-15 08:01:35.066 | Preparing to unpack .../103-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... 2020-12-15 08:01:35.068 | Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 2020-12-15 08:01:35.126 | Selecting previously unselected package libalgorithm-merge-perl. 2020-12-15 08:01:35.133 | Preparing to unpack .../104-libalgorithm-merge-perl_0.08-3_all.deb ... 2020-12-15 08:01:35.135 | Unpacking libalgorithm-merge-perl (0.08-3) ... 2020-12-15 08:01:35.200 | Selecting previously unselected package libarchive-cpio-perl. 2020-12-15 08:01:35.208 | Preparing to unpack .../105-libarchive-cpio-perl_0.10-1_all.deb ... 2020-12-15 08:01:35.210 | Unpacking libarchive-cpio-perl (0.10-1) ... 2020-12-15 08:01:35.269 | Selecting previously unselected package libfile-fcntllock-perl. 2020-12-15 08:01:35.276 | Preparing to unpack .../106-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... 2020-12-15 08:01:35.287 | Unpacking libfile-fcntllock-perl (0.22-3build2) ... 2020-12-15 08:01:35.345 | Selecting previously unselected package libglib2.0-bin. 2020-12-15 08:01:35.352 | Preparing to unpack .../107-libglib2.0-bin_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 2020-12-15 08:01:35.364 | Unpacking libglib2.0-bin (2.56.4-0ubuntu0.18.04.6) ... 2020-12-15 08:01:35.443 | Selecting previously unselected package libglib2.0-dev-bin. 2020-12-15 08:01:35.450 | Preparing to unpack .../108-libglib2.0-dev-bin_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 2020-12-15 08:01:35.452 | Unpacking libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.6) ... 2020-12-15 08:01:35.555 | Selecting previously unselected package pkg-config. 2020-12-15 08:01:35.562 | Preparing to unpack .../109-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 2020-12-15 08:01:35.565 | Unpacking pkg-config (0.29.1-0ubuntu2) ... 2020-12-15 08:01:35.625 | Selecting previously unselected package zlib1g-dev:amd64. 2020-12-15 08:01:35.633 | Preparing to unpack .../110-zlib1g-dev_1%3a1.2.11.dfsg-0ubuntu2_amd64.deb ... 2020-12-15 08:01:35.635 | Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... 2020-12-15 08:01:35.735 | Selecting previously unselected package libglib2.0-dev:amd64. 2020-12-15 08:01:35.743 | Preparing to unpack .../111-libglib2.0-dev_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 2020-12-15 08:01:35.745 | Unpacking libglib2.0-dev:amd64 (2.56.4-0ubuntu0.18.04.6) ... 2020-12-15 08:01:36.076 | Selecting previously unselected package libgraphite2-dev:amd64. 2020-12-15 08:01:36.083 | Preparing to unpack .../112-libgraphite2-dev_1.3.11-2_amd64.deb ... 2020-12-15 08:01:36.094 | Unpacking libgraphite2-dev:amd64 (1.3.11-2) ... 2020-12-15 08:01:36.160 | Selecting previously unselected package libgts-bin. 2020-12-15 08:01:36.167 | Preparing to unpack .../113-libgts-bin_0.7.6+darcs121130-4_amd64.deb ... 2020-12-15 08:01:36.169 | Unpacking libgts-bin (0.7.6+darcs121130-4) ... 2020-12-15 08:01:36.264 | Selecting previously unselected package libharfbuzz-icu0:amd64. 2020-12-15 08:01:36.271 | Preparing to unpack .../114-libharfbuzz-icu0_1.7.2-1ubuntu1_amd64.deb ... 2020-12-15 08:01:36.274 | Unpacking libharfbuzz-icu0:amd64 (1.7.2-1ubuntu1) ... 2020-12-15 08:01:36.357 | Selecting previously unselected package libharfbuzz-gobject0:amd64. 2020-12-15 08:01:36.365 | Preparing to unpack .../115-libharfbuzz-gobject0_1.7.2-1ubuntu1_amd64.deb ... 2020-12-15 08:01:36.376 | Unpacking libharfbuzz-gobject0:amd64 (1.7.2-1ubuntu1) ... 2020-12-15 08:01:36.459 | Selecting previously unselected package libicu-le-hb0:amd64. 2020-12-15 08:01:36.466 | Preparing to unpack .../116-libicu-le-hb0_1.0.3+git161113-4_amd64.deb ... 2020-12-15 08:01:36.468 | Unpacking libicu-le-hb0:amd64 (1.0.3+git161113-4) ... 2020-12-15 08:01:36.542 | Selecting previously unselected package libiculx60:amd64. 2020-12-15 08:01:36.550 | Preparing to unpack .../117-libiculx60_60.2-3ubuntu3.1_amd64.deb ... 2020-12-15 08:01:36.552 | Unpacking libiculx60:amd64 (60.2-3ubuntu3.1) ... 2020-12-15 08:01:36.617 | Selecting previously unselected package libicu-le-hb-dev:amd64. 2020-12-15 08:01:36.625 | Preparing to unpack .../118-libicu-le-hb-dev_1.0.3+git161113-4_amd64.deb ... 2020-12-15 08:01:36.635 | Unpacking libicu-le-hb-dev:amd64 (1.0.3+git161113-4) ... 2020-12-15 08:01:36.695 | Selecting previously unselected package libicu-dev. 2020-12-15 08:01:36.702 | Preparing to unpack .../119-libicu-dev_60.2-3ubuntu3.1_amd64.deb ... 2020-12-15 08:01:36.704 | Unpacking libicu-dev (60.2-3ubuntu3.1) ... 2020-12-15 08:01:38.131 | Selecting previously unselected package libharfbuzz-dev:amd64. 2020-12-15 08:01:38.139 | Preparing to unpack .../120-libharfbuzz-dev_1.7.2-1ubuntu1_amd64.deb ... 2020-12-15 08:01:38.141 | Unpacking libharfbuzz-dev:amd64 (1.7.2-1ubuntu1) ... 2020-12-15 08:01:38.282 | Selecting previously unselected package libiscsi7:amd64. 2020-12-15 08:01:38.290 | Preparing to unpack .../121-libiscsi7_1.17.0-1.1_amd64.deb ... 2020-12-15 08:01:38.292 | Unpacking libiscsi7:amd64 (1.17.0-1.1) ... 2020-12-15 08:01:38.391 | Selecting previously unselected package libjansson4:amd64. 2020-12-15 08:01:38.399 | Preparing to unpack .../122-libjansson4_2.11-1_amd64.deb ... 2020-12-15 08:01:38.401 | Unpacking libjansson4:amd64 (2.11-1) ... 2020-12-15 08:01:38.459 | Selecting previously unselected package libjpeg-turbo8-dev:amd64. 2020-12-15 08:01:38.466 | Preparing to unpack .../123-libjpeg-turbo8-dev_1.5.2-0ubuntu5.18.04.4_amd64.deb ... 2020-12-15 08:01:38.468 | Unpacking libjpeg-turbo8-dev:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2020-12-15 08:01:38.567 | Selecting previously unselected package libjpeg8-dev:amd64. 2020-12-15 08:01:38.575 | Preparing to unpack .../124-libjpeg8-dev_8c-2ubuntu8_amd64.deb ... 2020-12-15 08:01:38.577 | Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2020-12-15 08:01:38.643 | Selecting previously unselected package libjpeg-dev:amd64. 2020-12-15 08:01:38.650 | Preparing to unpack .../125-libjpeg-dev_8c-2ubuntu8_amd64.deb ... 2020-12-15 08:01:38.653 | Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... 2020-12-15 08:01:38.719 | Selecting previously unselected package libjs-jquery. 2020-12-15 08:01:38.726 | Preparing to unpack .../126-libjs-jquery_3.2.1-1_all.deb ... 2020-12-15 08:01:38.728 | Unpacking libjs-jquery (3.2.1-1) ... 2020-12-15 08:01:38.802 | Selecting previously unselected package libjs-jquery-metadata. 2020-12-15 08:01:38.809 | Preparing to unpack .../127-libjs-jquery-metadata_12-1_all.deb ... 2020-12-15 08:01:38.820 | Unpacking libjs-jquery-metadata (12-1) ... 2020-12-15 08:01:38.877 | Selecting previously unselected package libjs-jquery-tablesorter. 2020-12-15 08:01:38.885 | Preparing to unpack .../128-libjs-jquery-tablesorter_1%3a2.29.5+dfsg1-1_all.deb ... 2020-12-15 08:01:38.888 | Unpacking libjs-jquery-tablesorter (1:2.29.5+dfsg1-1) ... 2020-12-15 08:01:39.004 | Selecting previously unselected package libltdl-dev:amd64. 2020-12-15 08:01:39.012 | Preparing to unpack .../129-libltdl-dev_2.4.6-2_amd64.deb ... 2020-12-15 08:01:39.014 | Unpacking libltdl-dev:amd64 (2.4.6-2) ... 2020-12-15 08:01:39.098 | Selecting previously unselected package libsys-hostname-long-perl. 2020-12-15 08:01:39.106 | Preparing to unpack .../130-libsys-hostname-long-perl_1.5-1_all.deb ... 2020-12-15 08:01:39.108 | Unpacking libsys-hostname-long-perl (1.5-1) ... 2020-12-15 08:01:39.174 | Selecting previously unselected package libmail-sendmail-perl. 2020-12-15 08:01:39.182 | Preparing to unpack .../131-libmail-sendmail-perl_0.80-1_all.deb ... 2020-12-15 08:01:39.185 | Unpacking libmail-sendmail-perl (0.80-1) ... 2020-12-15 08:01:39.280 | Selecting previously unselected package libmatheval1:amd64. 2020-12-15 08:01:39.288 | Preparing to unpack .../132-libmatheval1_1.1.11+dfsg-3build1_amd64.deb ... 2020-12-15 08:01:39.290 | Unpacking libmatheval1:amd64 (1.1.11+dfsg-3build1) ... 2020-12-15 08:01:39.399 | Selecting previously unselected package mysql-common. 2020-12-15 08:01:39.407 | Preparing to unpack .../133-mysql-common_5.8+1.0.4_all.deb ... 2020-12-15 08:01:39.423 | Unpacking mysql-common (5.8+1.0.4) ... 2020-12-15 08:01:39.511 | Selecting previously unselected package libmysqlclient20:amd64. 2020-12-15 08:01:39.519 | Preparing to unpack .../134-libmysqlclient20_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2020-12-15 08:01:39.521 | Unpacking libmysqlclient20:amd64 (5.7.32-0ubuntu0.18.04.1) ... 2020-12-15 08:01:39.699 | Selecting previously unselected package libssl-dev:amd64. 2020-12-15 08:01:39.707 | Preparing to unpack .../135-libssl-dev_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 2020-12-15 08:01:39.709 | Unpacking libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 2020-12-15 08:01:39.998 | Selecting previously unselected package libmysqlclient-dev. 2020-12-15 08:01:40.006 | Preparing to unpack .../136-libmysqlclient-dev_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2020-12-15 08:01:40.008 | Unpacking libmysqlclient-dev (5.7.32-0ubuntu0.18.04.1) ... 2020-12-15 08:01:40.261 | Selecting previously unselected package libnorm1:amd64. 2020-12-15 08:01:40.269 | Preparing to unpack .../137-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 2020-12-15 08:01:40.271 | Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 2020-12-15 08:01:40.383 | Selecting previously unselected package libnspr4:amd64. 2020-12-15 08:01:40.391 | Preparing to unpack .../138-libnspr4_2%3a4.18-1ubuntu1_amd64.deb ... 2020-12-15 08:01:40.393 | Unpacking libnspr4:amd64 (2:4.18-1ubuntu1) ... 2020-12-15 08:01:40.484 | Selecting previously unselected package libnss3:amd64. 2020-12-15 08:01:40.491 | Preparing to unpack .../139-libnss3_2%3a3.35-2ubuntu2.12_amd64.deb ... 2020-12-15 08:01:40.494 | Unpacking libnss3:amd64 (2:3.35-2ubuntu2.12) ... 2020-12-15 08:01:40.755 | Selecting previously unselected package libpgm-5.2-0:amd64. 2020-12-15 08:01:40.763 | Preparing to unpack .../140-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 2020-12-15 08:01:40.765 | Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 2020-12-15 08:01:40.868 | Selecting previously unselected package libpq5:amd64. 2020-12-15 08:01:40.876 | Preparing to unpack .../141-libpq5_10.15-0ubuntu0.18.04.1_amd64.deb ... 2020-12-15 08:01:40.878 | Unpacking libpq5:amd64 (10.15-0ubuntu0.18.04.1) ... 2020-12-15 08:01:40.951 | Selecting previously unselected package libpq-dev. 2020-12-15 08:01:40.959 | Preparing to unpack .../142-libpq-dev_10.15-0ubuntu0.18.04.1_amd64.deb ... 2020-12-15 08:01:40.961 | Unpacking libpq-dev (10.15-0ubuntu0.18.04.1) ... 2020-12-15 08:01:41.099 | Selecting previously unselected package librados2. 2020-12-15 08:01:41.106 | Preparing to unpack .../143-librados2_12.2.13-0ubuntu0.18.04.5_amd64.deb ... 2020-12-15 08:01:41.109 | Unpacking librados2 (12.2.13-0ubuntu0.18.04.5) ... 2020-12-15 08:01:41.588 | Selecting previously unselected package librbd1. 2020-12-15 08:01:41.595 | Preparing to unpack .../144-librbd1_12.2.13-0ubuntu0.18.04.5_amd64.deb ... 2020-12-15 08:01:41.598 | Unpacking librbd1 (12.2.13-0ubuntu0.18.04.5) ... 2020-12-15 08:01:41.806 | Selecting previously unselected package libsasl2-dev. 2020-12-15 08:01:41.814 | Preparing to unpack .../145-libsasl2-dev_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 2020-12-15 08:01:41.816 | Unpacking libsasl2-dev (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 2020-12-15 08:01:41.940 | Preparing to unpack .../146-libsasl2-modules_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 2020-12-15 08:01:41.969 | Unpacking libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2020-12-15 08:01:42.088 | Selecting previously unselected package libsodium23:amd64. 2020-12-15 08:01:42.095 | Preparing to unpack .../147-libsodium23_1.0.16-2_amd64.deb ... 2020-12-15 08:01:42.098 | Unpacking libsodium23:amd64 (1.0.16-2) ... 2020-12-15 08:01:42.180 | Selecting previously unselected package libsystemd-dev:amd64. 2020-12-15 08:01:42.187 | Preparing to unpack .../148-libsystemd-dev_237-3ubuntu10.43_amd64.deb ... 2020-12-15 08:01:42.190 | Unpacking libsystemd-dev:amd64 (237-3ubuntu10.43) ... 2020-12-15 08:01:42.323 | Selecting previously unselected package libx86-1:amd64. 2020-12-15 08:01:42.330 | Preparing to unpack .../149-libx86-1_1.1+ds1-10.2_amd64.deb ... 2020-12-15 08:01:42.333 | Unpacking libx86-1:amd64 (1.1+ds1-10.2) ... 2020-12-15 08:01:42.407 | Selecting previously unselected package libxml2-dev:amd64. 2020-12-15 08:01:42.414 | Preparing to unpack .../150-libxml2-dev_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb ... 2020-12-15 08:01:42.417 | Unpacking libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2020-12-15 08:01:42.632 | Preparing to unpack .../151-libxslt1.1_1.1.29-5ubuntu0.2_amd64.deb ... 2020-12-15 08:01:42.662 | Unpacking libxslt1.1:amd64 (1.1.29-5ubuntu0.2) over (1.1.29-5ubuntu0.1) ... 2020-12-15 08:01:42.757 | Selecting previously unselected package libxslt1-dev:amd64. 2020-12-15 08:01:42.765 | Preparing to unpack .../152-libxslt1-dev_1.1.29-5ubuntu0.2_amd64.deb ... 2020-12-15 08:01:42.767 | Unpacking libxslt1-dev:amd64 (1.1.29-5ubuntu0.2) ... 2020-12-15 08:01:42.936 | Selecting previously unselected package libzmq5:amd64. 2020-12-15 08:01:42.944 | Preparing to unpack .../153-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 2020-12-15 08:01:42.946 | Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 2020-12-15 08:01:43.043 | Selecting previously unselected package lsscsi. 2020-12-15 08:01:43.051 | Preparing to unpack .../154-lsscsi_0.28-0.1_amd64.deb ... 2020-12-15 08:01:43.062 | Unpacking lsscsi (0.28-0.1) ... 2020-12-15 08:01:43.184 | Preparing to unpack .../155-lvm2_2.02.176-4.1ubuntu3.18.04.3_amd64.deb ... 2020-12-15 08:01:43.218 | Unpacking lvm2 (2.02.176-4.1ubuntu3.18.04.3) over (2.02.176-4.1ubuntu3.18.04.1) ... 2020-12-15 08:01:44.107 | Selecting previously unselected package memcached. 2020-12-15 08:01:44.115 | Preparing to unpack .../156-memcached_1.5.6-0ubuntu1.2_amd64.deb ... 2020-12-15 08:01:44.118 | Unpacking memcached (1.5.6-0ubuntu1.2) ... 2020-12-15 08:01:44.199 | Selecting previously unselected package pm-utils. 2020-12-15 08:01:44.207 | Preparing to unpack .../157-pm-utils_1.4.1-17_all.deb ... 2020-12-15 08:01:44.209 | Unpacking pm-utils (1.4.1-17) ... 2020-12-15 08:01:44.307 | Selecting previously unselected package postgresql-client-common. 2020-12-15 08:01:44.315 | Preparing to unpack .../158-postgresql-client-common_190ubuntu0.1_all.deb ... 2020-12-15 08:01:44.326 | Unpacking postgresql-client-common (190ubuntu0.1) ... 2020-12-15 08:01:44.424 | Selecting previously unselected package ssl-cert. 2020-12-15 08:01:44.431 | Preparing to unpack .../159-ssl-cert_1.0.39_all.deb ... 2020-12-15 08:01:44.433 | Unpacking ssl-cert (1.0.39) ... 2020-12-15 08:01:44.568 | Selecting previously unselected package postgresql-common. 2020-12-15 08:01:44.575 | Preparing to unpack .../160-postgresql-common_190ubuntu0.1_all.deb ... 2020-12-15 08:01:44.618 | Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common' 2020-12-15 08:01:44.629 | Unpacking postgresql-common (190ubuntu0.1) ... 2020-12-15 08:01:44.731 | Selecting previously unselected package postgresql-server-dev-10. 2020-12-15 08:01:44.739 | Preparing to unpack .../161-postgresql-server-dev-10_10.15-0ubuntu0.18.04.1_amd64.deb ... 2020-12-15 08:01:44.742 | Unpacking postgresql-server-dev-10 (10.15-0ubuntu0.18.04.1) ... 2020-12-15 08:01:45.046 | Selecting previously unselected package postgresql-server-dev-all. 2020-12-15 08:01:45.054 | Preparing to unpack .../162-postgresql-server-dev-all_190ubuntu0.1_all.deb ... 2020-12-15 08:01:45.057 | Unpacking postgresql-server-dev-all (190ubuntu0.1) ... 2020-12-15 08:01:45.130 | Selecting previously unselected package python-pip-whl. 2020-12-15 08:01:45.138 | Preparing to unpack .../163-python-pip-whl_9.0.1-2.3~ubuntu1.18.04.4_all.deb ... 2020-12-15 08:01:45.148 | Unpacking python-pip-whl (9.0.1-2.3~ubuntu1.18.04.4) ... 2020-12-15 08:01:45.405 | Selecting previously unselected package python3-crypto. 2020-12-15 08:01:45.413 | Preparing to unpack .../164-python3-crypto_2.6.1-8ubuntu2_amd64.deb ... 2020-12-15 08:01:45.426 | Unpacking python3-crypto (2.6.1-8ubuntu2) ... 2020-12-15 08:01:45.558 | Selecting previously unselected package python3-secretstorage. 2020-12-15 08:01:45.566 | Preparing to unpack .../165-python3-secretstorage_2.3.1-2_all.deb ... 2020-12-15 08:01:45.569 | Unpacking python3-secretstorage (2.3.1-2) ... 2020-12-15 08:01:45.646 | Selecting previously unselected package python3-keyring. 2020-12-15 08:01:45.654 | Preparing to unpack .../166-python3-keyring_10.6.0-1_all.deb ... 2020-12-15 08:01:45.664 | Unpacking python3-keyring (10.6.0-1) ... 2020-12-15 08:01:45.752 | Selecting previously unselected package python3-keyrings.alt. 2020-12-15 08:01:45.760 | Preparing to unpack .../167-python3-keyrings.alt_3.0-1_all.deb ... 2020-12-15 08:01:45.762 | Unpacking python3-keyrings.alt (3.0-1) ... 2020-12-15 08:01:45.837 | Selecting previously unselected package python3-mysqldb. 2020-12-15 08:01:45.844 | Preparing to unpack .../168-python3-mysqldb_1.3.10-1build1_amd64.deb ... 2020-12-15 08:01:45.847 | Unpacking python3-mysqldb (1.3.10-1build1) ... 2020-12-15 08:01:45.945 | Selecting previously unselected package python3-pip. 2020-12-15 08:01:45.952 | Preparing to unpack .../169-python3-pip_9.0.1-2.3~ubuntu1.18.04.4_all.deb ... 2020-12-15 08:01:45.955 | Unpacking python3-pip (9.0.1-2.3~ubuntu1.18.04.4) ... 2020-12-15 08:01:46.052 | Selecting previously unselected package python3-setuptools. 2020-12-15 08:01:46.059 | Preparing to unpack .../170-python3-setuptools_39.0.1-2_all.deb ... 2020-12-15 08:01:46.062 | Unpacking python3-setuptools (39.0.1-2) ... 2020-12-15 08:01:46.180 | Selecting previously unselected package python3.6-venv. 2020-12-15 08:01:46.188 | Preparing to unpack .../171-python3.6-venv_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 2020-12-15 08:01:46.191 | Unpacking python3.6-venv (3.6.9-1~18.04ubuntu1.3) ... 2020-12-15 08:01:46.242 | Selecting previously unselected package python3-venv. 2020-12-15 08:01:46.250 | Preparing to unpack .../172-python3-venv_3.6.7-1~18.04_amd64.deb ... 2020-12-15 08:01:46.253 | Unpacking python3-venv (3.6.7-1~18.04) ... 2020-12-15 08:01:46.321 | Selecting previously unselected package python3-wheel. 2020-12-15 08:01:46.329 | Preparing to unpack .../173-python3-wheel_0.30.0-0.2_all.deb ... 2020-12-15 08:01:46.331 | Unpacking python3-wheel (0.30.0-0.2) ... 2020-12-15 08:01:46.408 | Selecting previously unselected package python3-xdg. 2020-12-15 08:01:46.415 | Preparing to unpack .../174-python3-xdg_0.25-4ubuntu1_all.deb ... 2020-12-15 08:01:46.418 | Unpacking python3-xdg (0.25-4ubuntu1) ... 2020-12-15 08:01:46.495 | Selecting previously unselected package qemu-block-extra:amd64. 2020-12-15 08:01:46.502 | Preparing to unpack .../175-qemu-block-extra_1%3a2.11+dfsg-1ubuntu7.34_amd64.deb ... 2020-12-15 08:01:46.505 | Unpacking qemu-block-extra:amd64 (1:2.11+dfsg-1ubuntu7.34) ... 2020-12-15 08:01:46.567 | Selecting previously unselected package qemu-utils. 2020-12-15 08:01:46.574 | Preparing to unpack .../176-qemu-utils_1%3a2.11+dfsg-1ubuntu7.34_amd64.deb ... 2020-12-15 08:01:46.577 | Unpacking qemu-utils (1:2.11+dfsg-1ubuntu7.34) ... 2020-12-15 08:01:46.778 | Selecting previously unselected package sharutils. 2020-12-15 08:01:46.786 | Preparing to unpack .../177-sharutils_1%3a4.15.2-3_amd64.deb ... 2020-12-15 08:01:46.788 | Unpacking sharutils (1:4.15.2-3) ... 2020-12-15 08:01:46.865 | Selecting previously unselected package sqlite3. 2020-12-15 08:01:46.873 | Preparing to unpack .../178-sqlite3_3.22.0-1ubuntu0.4_amd64.deb ... 2020-12-15 08:01:46.875 | Unpacking sqlite3 (3.22.0-1ubuntu0.4) ... 2020-12-15 08:01:47.036 | Selecting previously unselected package thin-provisioning-tools. 2020-12-15 08:01:47.044 | Preparing to unpack .../179-thin-provisioning-tools_0.7.4-2ubuntu3_amd64.deb ... 2020-12-15 08:01:47.046 | Unpacking thin-provisioning-tools (0.7.4-2ubuntu3) ... 2020-12-15 08:01:47.176 | Selecting previously unselected package unzip. 2020-12-15 08:01:47.183 | Preparing to unpack .../180-unzip_6.0-21ubuntu1_amd64.deb ... 2020-12-15 08:01:47.186 | Unpacking unzip (6.0-21ubuntu1) ... 2020-12-15 08:01:47.283 | Selecting previously unselected package uwsgi-core. 2020-12-15 08:01:47.291 | Preparing to unpack .../181-uwsgi-core_2.0.15-10.2ubuntu2.1_amd64.deb ... 2020-12-15 08:01:47.294 | Unpacking uwsgi-core (2.0.15-10.2ubuntu2.1) ... 2020-12-15 08:01:47.451 | Selecting previously unselected package vbetool. 2020-12-15 08:01:47.459 | Preparing to unpack .../182-vbetool_1.1-4_amd64.deb ... 2020-12-15 08:01:47.461 | Unpacking vbetool (1.1-4) ... 2020-12-15 08:01:47.544 | Selecting previously unselected package libipset3:amd64. 2020-12-15 08:01:47.552 | Preparing to unpack .../183-libipset3_6.34-1_amd64.deb ... 2020-12-15 08:01:47.554 | Unpacking libipset3:amd64 (6.34-1) ... 2020-12-15 08:01:47.623 | Selecting previously unselected package ipset. 2020-12-15 08:01:47.631 | Preparing to unpack .../184-ipset_6.34-1_amd64.deb ... 2020-12-15 08:01:47.634 | Unpacking ipset (6.34-1) ... 2020-12-15 08:01:47.726 | Selecting previously unselected package ipvsadm. 2020-12-15 08:01:47.734 | Preparing to unpack .../185-ipvsadm_1%3a1.28-3ubuntu0.18.04.1_amd64.deb ... 2020-12-15 08:01:47.736 | Unpacking ipvsadm (1:1.28-3ubuntu0.18.04.1) ... 2020-12-15 08:01:47.813 | Selecting previously unselected package kpartx. 2020-12-15 08:01:47.821 | Preparing to unpack .../186-kpartx_0.7.4-2ubuntu3_amd64.deb ... 2020-12-15 08:01:47.824 | Unpacking kpartx (0.7.4-2ubuntu3) ... 2020-12-15 08:01:47.891 | Selecting previously unselected package libapache2-mod-proxy-uwsgi. 2020-12-15 08:01:47.898 | Preparing to unpack .../187-libapache2-mod-proxy-uwsgi_2.0.15-10.2ubuntu2.1_amd64.deb ... 2020-12-15 08:01:47.901 | Unpacking libapache2-mod-proxy-uwsgi (2.0.15-10.2ubuntu2.1) ... 2020-12-15 08:01:47.986 | Selecting previously unselected package liberasurecode1:amd64. 2020-12-15 08:01:47.994 | Preparing to unpack .../188-liberasurecode1_1.5.0-1_amd64.deb ... 2020-12-15 08:01:47.997 | Unpacking liberasurecode1:amd64 (1.5.0-1) ... 2020-12-15 08:01:48.057 | Selecting previously unselected package liberasurecode-dev. 2020-12-15 08:01:48.066 | Preparing to unpack .../189-liberasurecode-dev_1.5.0-1_amd64.deb ... 2020-12-15 08:01:48.068 | Unpacking liberasurecode-dev (1.5.0-1) ... 2020-12-15 08:01:48.127 | Selecting previously unselected package libffi-dev:amd64. 2020-12-15 08:01:48.135 | Preparing to unpack .../190-libffi-dev_3.2.1-8_amd64.deb ... 2020-12-15 08:01:48.137 | Unpacking libffi-dev:amd64 (3.2.1-8) ... 2020-12-15 08:01:48.215 | Selecting previously unselected package libkrb5-dev:amd64. 2020-12-15 08:01:48.223 | Preparing to unpack .../191-libkrb5-dev_1.16-2ubuntu0.2_amd64.deb ... 2020-12-15 08:01:48.226 | Unpacking libkrb5-dev:amd64 (1.16-2ubuntu0.2) ... 2020-12-15 08:01:48.287 | Selecting previously unselected package libyaml-dev:amd64. 2020-12-15 08:01:48.294 | Preparing to unpack .../192-libyaml-dev_0.1.7-2ubuntu3_amd64.deb ... 2020-12-15 08:01:48.297 | Unpacking libyaml-dev:amd64 (0.1.7-2ubuntu3) ... 2020-12-15 08:01:48.361 | Selecting previously unselected package socat. 2020-12-15 08:01:48.369 | Preparing to unpack .../193-socat_1.7.3.2-2ubuntu2_amd64.deb ... 2020-12-15 08:01:48.371 | Unpacking socat (1.7.3.2-2ubuntu2) ... 2020-12-15 08:01:48.481 | Selecting previously unselected package vlan. 2020-12-15 08:01:48.490 | Preparing to unpack .../194-vlan_1.9-3.2ubuntu6_amd64.deb ... 2020-12-15 08:01:48.492 | Unpacking vlan (1.9-3.2ubuntu6) ... 2020-12-15 08:01:48.583 | Setting up libjs-jquery (3.2.1-1) ... 2020-12-15 08:01:48.604 | Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 2020-12-15 08:01:48.632 | Setting up libapr1:amd64 (1.6.3-2) ... 2020-12-15 08:01:48.660 | Setting up python-pip-whl (9.0.1-2.3~ubuntu1.18.04.4) ... 2020-12-15 08:01:48.688 | Processing triggers for ufw (0.36-0ubuntu0.18.04.1) ... 2020-12-15 08:01:48.864 | Setting up libpathplan4 (2.40.1-2) ... 2020-12-15 08:01:48.892 | Setting up conntrack (1:1.4.4+snapshot20161117-6ubuntu2) ... 2020-12-15 08:01:48.920 | Setting up libicu60:amd64 (60.2-3ubuntu3.1) ... 2020-12-15 08:01:48.948 | Setting up make (4.1-9.1ubuntu1) ... 2020-12-15 08:01:48.977 | Setting up liblab-gamut1 (2.40.1-2) ... 2020-12-15 08:01:49.004 | Setting up libxcb-render0:amd64 (1.13-2~ubuntu18.04) ... 2020-12-15 08:01:49.032 | Setting up vlan (1.9-3.2ubuntu6) ... 2020-12-15 08:01:49.101 | Setting up libarchive-zip-perl (1.60-1ubuntu0.1) ... 2020-12-15 08:01:49.129 | Setting up comerr-dev:amd64 (2.1-1.44.1-1ubuntu1.3) ... 2020-12-15 08:01:49.157 | Processing triggers for mime-support (3.60ubuntu1) ... 2020-12-15 08:01:49.185 | Setting up libsctp1:amd64 (1.0.17+dfsg-2) ... 2020-12-15 08:01:49.213 | Processing triggers for ureadahead (0.100.0-21) ... 2020-12-15 08:01:49.236 | Setting up sudo (1.8.21p2-3ubuntu1.3) ... 2020-12-15 08:01:49.299 | Setting up libtimedate-perl (2.3000-2) ... 2020-12-15 08:01:49.327 | Setting up libjbig0:amd64 (2.1-3.1build1) ... 2020-12-15 08:01:49.354 | Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 2020-12-15 08:01:49.395 | Setting up fonts-dejavu-core (2.37-1) ... 2020-12-15 08:01:49.535 | Setting up python3-crypto (2.6.1-8ubuntu2) ... 2020-12-15 08:01:49.956 | Processing triggers for install-info (6.5.0.dfsg.1-2) ... 2020-12-15 08:01:50.214 | Setting up libx86-1:amd64 (1.1+ds1-10.2) ... 2020-12-15 08:01:50.242 | Setting up lvm2 (2.02.176-4.1ubuntu3.18.04.3) ... 2020-12-15 08:01:50.615 | update-initramfs: deferring update (trigger activated) 2020-12-15 08:01:52.664 | Setting up lsscsi (0.28-0.1) ... 2020-12-15 08:01:52.692 | Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 2020-12-15 08:01:52.713 | No schema files found: doing nothing. 2020-12-15 08:01:52.720 | Setting up mysql-common (5.8+1.0.4) ... 2020-12-15 08:01:52.781 | update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2020-12-15 08:01:52.793 | Setting up sharutils (1:4.15.2-3) ... 2020-12-15 08:01:52.822 | Setting up libiscsi7:amd64 (1.17.0-1.1) ... 2020-12-15 08:01:52.851 | Setting up python3-xdg (0.25-4ubuntu1) ... 2020-12-15 08:01:53.145 | Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 2020-12-15 08:01:53.172 | Setting up libjansson4:amd64 (2.11-1) ... 2020-12-15 08:01:53.201 | Setting up python3-keyrings.alt (3.0-1) ... 2020-12-15 08:01:53.466 | Setting up unzip (6.0-21ubuntu1) ... 2020-12-15 08:01:53.501 | Setting up python3.6-venv (3.6.9-1~18.04ubuntu1.3) ... 2020-12-15 08:01:53.597 | Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 2020-12-15 08:01:53.625 | Setting up libarchive-cpio-perl (0.10-1) ... 2020-12-15 08:01:53.653 | Setting up genisoimage (9:1.1.11-3ubuntu2) ... 2020-12-15 08:01:53.681 | Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 2020-12-15 08:01:53.709 | Setting up uuid-dev:amd64 (2.31.1-0.4ubuntu3.7) ... 2020-12-15 08:01:53.737 | Setting up dctrl-tools (2.24-2build1) ... 2020-12-15 08:01:53.765 | Setting up apache2-data (2.4.29-1ubuntu4.14) ... 2020-12-15 08:01:53.793 | Setting up libffi-dev:amd64 (3.2.1-8) ... 2020-12-15 08:01:53.821 | Setting up libdatrie1:amd64 (0.2.10-7) ... 2020-12-15 08:01:53.849 | Setting up libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2020-12-15 08:01:53.877 | Setting up libyaml-dev:amd64 (0.1.7-2ubuntu3) ... 2020-12-15 08:01:53.905 | Processing triggers for initramfs-tools (0.130ubuntu3.8) ... 2020-12-15 08:01:53.977 | update-initramfs: Generating /boot/initrd.img-4.15.0-55-generic 2020-12-15 08:02:04.190 | Setting up pm-utils (1.4.1-17) ... 2020-12-15 08:02:04.229 | Setting up libnetfilter-queue1 (1.0.2-2) ... 2020-12-15 08:02:04.264 | Setting up python3-wheel (0.30.0-0.2) ... 2020-12-15 08:02:04.548 | Setting up m4 (1.4.18-1) ... 2020-12-15 08:02:04.576 | Setting up libipset3:amd64 (6.34-1) ... 2020-12-15 08:02:04.603 | Setting up fonts-liberation (1:1.07.4-7~18.04.1) ... 2020-12-15 08:02:04.631 | Setting up libsasl2-dev (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 2020-12-15 08:02:04.659 | Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 2020-12-15 08:02:04.687 | Setting up open-iscsi (2.0.874-5ubuntu2.10) ... 2020-12-15 08:02:04.776 | Installing new version of config file /etc/iscsi/iscsid.conf ... 2020-12-15 08:02:06.577 | Setting up libnspr4:amd64 (2:4.18-1ubuntu1) ... 2020-12-15 08:02:06.605 | Setting up libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2020-12-15 08:02:06.633 | Setting up uuid-runtime (2.31.1-0.4ubuntu3.7) ... 2020-12-15 08:02:07.484 | Setting up libgraphite2-3:amd64 (1.3.11-2) ... 2020-12-15 08:02:07.518 | Setting up libcroco3:amd64 (0.6.12-2) ... 2020-12-15 08:02:07.550 | Setting up libxslt1.1:amd64 (1.1.29-5ubuntu0.2) ... 2020-12-15 08:02:07.578 | Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 2020-12-15 08:02:07.606 | Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 2020-12-15 08:02:07.634 | Setting up libsys-hostname-long-perl (1.5-1) ... 2020-12-15 08:02:07.661 | Setting up libfile-fcntllock-perl (0.22-3build2) ... 2020-12-15 08:02:07.689 | Setting up dnsmasq-utils (2.79-1) ... 2020-12-15 08:02:07.717 | Setting up libsodium23:amd64 (1.0.16-2) ... 2020-12-15 08:02:07.744 | Setting up libpixman-1-0:amd64 (0.34.0-2) ... 2020-12-15 08:02:07.788 | Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 2020-12-15 08:02:07.834 | Setting up libjpeg-turbo8-dev:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2020-12-15 08:02:07.862 | Setting up libmail-sendmail-perl (0.80-1) ... 2020-12-15 08:02:07.890 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2020-12-15 08:02:07.925 | Setting up libaio1:amd64 (0.3.110-5ubuntu0.1) ... 2020-12-15 08:02:07.962 | Setting up autotools-dev (20180224.1) ... 2020-12-15 08:02:07.994 | Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 2020-12-15 08:02:08.025 | Setting up kpartx (0.7.4-2ubuntu3) ... 2020-12-15 08:02:08.054 | Setting up postgresql-client-common (190ubuntu0.1) ... 2020-12-15 08:02:08.100 | Setting up dstat (0.7.3-1) ... 2020-12-15 08:02:08.302 | Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 2020-12-15 08:02:08.543 | Setting up libaprutil1:amd64 (1.6.1-2) ... 2020-12-15 08:02:08.571 | Setting up ipset (6.34-1) ... 2020-12-15 08:02:08.599 | Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... 2020-12-15 08:02:08.636 | Setting up thin-provisioning-tools (0.7.4-2ubuntu3) ... 2020-12-15 08:02:08.664 | Setting up systemd (237-3ubuntu10.43) ... 2020-12-15 08:02:08.683 | Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 2020-12-15 08:02:09.792 | [/usr/lib/tmpfiles.d/haproxy.conf:1] Unknown user 'haproxy'. 2020-12-15 08:02:09.793 | [/usr/lib/tmpfiles.d/memcached.conf:1] Unknown user 'memcache'. 2020-12-15 08:02:09.795 | [/usr/lib/tmpfiles.d/postgresql.conf:2] Unknown user 'postgres'. 2020-12-15 08:02:09.796 | [/usr/lib/tmpfiles.d/postgresql.conf:4] Unknown group 'postgres'. 2020-12-15 08:02:09.873 | Setting up libltdl7:amd64 (2.4.6-2) ... 2020-12-15 08:02:09.901 | Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 2020-12-15 08:02:09.939 | Setting up python3-pip (9.0.1-2.3~ubuntu1.18.04.4) ... 2020-12-15 08:02:10.308 | Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 2020-12-15 08:02:10.336 | Setting up libann0 (1.1.2+doc-6) ... 2020-12-15 08:02:10.363 | Setting up libalgorithm-diff-perl (1.19.03-1) ... 2020-12-15 08:02:10.391 | Setting up libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ... 2020-12-15 08:02:10.419 | Setting up libxpm4:amd64 (1:3.5.12-1) ... 2020-12-15 08:02:10.447 | Setting up libxrender1:amd64 (1:0.9.10-1) ... 2020-12-15 08:02:10.475 | Setting up libsensors4:amd64 (1:3.4.0-4) ... 2020-12-15 08:02:10.521 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-12-15 08:02:31.840 | Setting up libsystemd-dev:amd64 (237-3ubuntu10.43) ... 2020-12-15 08:02:31.847 | Setting up libmysqlclient20:amd64 (5.7.32-0ubuntu0.18.04.1) ... 2020-12-15 08:02:31.874 | Setting up icu-devtools (60.2-3ubuntu3.1) ... 2020-12-15 08:02:31.903 | Setting up liblua5.2-0:amd64 (5.2.4-1.1build1) ... 2020-12-15 08:02:31.931 | Setting up libthai-data (0.1.27-2) ... 2020-12-15 08:02:31.959 | Setting up liberasurecode1:amd64 (1.5.0-1) ... 2020-12-15 08:02:31.987 | Setting up javascript-common (11) ... 2020-12-15 08:02:32.054 | Package apache2 is not configured yet. Will defer actions by package javascript-common. 2020-12-15 08:02:32.069 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2020-12-15 08:02:32.113 | Setting up python3-setuptools (39.0.1-2) ... 2020-12-15 08:02:32.557 | Setting up libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 2020-12-15 08:02:32.595 | Setting up libnl-3-200:amd64 (3.2.29-0ubuntu3) ... 2020-12-15 08:02:32.643 | Setting up libjs-jquery-metadata (12-1) ... 2020-12-15 08:02:32.671 | Setting up x11-common (1:7.7+19ubuntu7.1) ... 2020-12-15 08:02:33.053 | update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults 2020-12-15 08:02:33.418 | Setting up python3-secretstorage (2.3.1-2) ... 2020-12-15 08:02:33.677 | Setting up iputils-arping (3:20161105-1ubuntu3) ... 2020-12-15 08:02:33.706 | Setting up liblua5.3-0:amd64 (5.3.3-1ubuntu0.18.04.1) ... 2020-12-15 08:02:33.734 | Setting up libglib2.0-bin (2.56.4-0ubuntu0.18.04.6) ... 2020-12-15 08:02:33.763 | Setting up libgraphite2-dev:amd64 (1.3.11-2) ... 2020-12-15 08:02:33.791 | Setting up vbetool (1.1-4) ... 2020-12-15 08:02:33.818 | Setting up libcdt5 (2.40.1-2) ... 2020-12-15 08:02:33.846 | Setting up git (1:2.17.1-1ubuntu0.7) ... 2020-12-15 08:02:33.909 | Setting up libmatheval1:amd64 (1.1.11+dfsg-3build1) ... 2020-12-15 08:02:33.937 | Setting up autopoint (0.19.8.1-6ubuntu0.3) ... 2020-12-15 08:02:33.965 | Processing triggers for rsyslog (8.32.0-1ubuntu4) ... 2020-12-15 08:02:34.204 | Setting up libcgraph6 (2.40.1-2) ... 2020-12-15 08:02:34.233 | Setting up libaprutil1-ldap:amd64 (1.6.1-2) ... 2020-12-15 08:02:34.260 | Setting up libwebp6:amd64 (0.6.1-2) ... 2020-12-15 08:02:34.288 | Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... 2020-12-15 08:02:34.317 | Setting up libsnmp-base (5.7.3+dfsg-1.8ubuntu3.6) ... 2020-12-15 08:02:34.345 | Setting up libfile-stripnondeterminism-perl (0.040-1.1~build1) ... 2020-12-15 08:02:34.373 | Setting up libjpeg8:amd64 (8c-2ubuntu8) ... 2020-12-15 08:02:34.401 | Setting up python3-venv (3.6.7-1~18.04) ... 2020-12-15 08:02:34.429 | Setting up libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu1) ... 2020-12-15 08:02:34.463 | Setting up libldap2-dev:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 2020-12-15 08:02:34.492 | Setting up libtool (2.4.6-2) ... 2020-12-15 08:02:34.522 | Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2020-12-15 08:02:34.551 | Setting up libsctp-dev:amd64 (1.0.17+dfsg-2) ... 2020-12-15 08:02:34.579 | Setting up libnss-systemd:amd64 (237-3ubuntu10.43) ... 2020-12-15 08:02:34.607 | Setting up libjs-jquery-tablesorter (1:2.29.5+dfsg1-1) ... 2020-12-15 08:02:34.635 | Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 2020-12-15 08:02:34.663 | Setting up haproxy (1.8.8-1ubuntu0.11) ... 2020-12-15 08:02:35.236 | Created symlink /etc/systemd/system/multi-user.target.wants/haproxy.service → /lib/systemd/system/haproxy.service. 2020-12-15 08:02:35.817 | Setting up fontconfig-config (2.12.6-0ubuntu2) ... 2020-12-15 08:02:36.202 | Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 2020-12-15 08:02:36.230 | Setting up libsnmp30:amd64 (5.7.3+dfsg-1.8ubuntu3.6) ... 2020-12-15 08:02:36.258 | Setting up libpam-systemd:amd64 (237-3ubuntu10.43) ... 2020-12-15 08:02:36.656 | Setting up libapr1-dev (1.6.3-2) ... 2020-12-15 08:02:36.684 | Setting up libltdl-dev:amd64 (2.4.6-2) ... 2020-12-15 08:02:36.712 | Setting up python3-keyring (10.6.0-1) ... 2020-12-15 08:02:36.989 | Setting up libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.6) ... 2020-12-15 08:02:37.274 | Setting up gettext (0.19.8.1-6ubuntu0.3) ... 2020-12-15 08:02:37.302 | Setting up libaprutil1-dbd-sqlite3:amd64 (1.6.1-2) ... 2020-12-15 08:02:37.330 | Setting up libgvpr2 (2.40.1-2) ... 2020-12-15 08:02:37.358 | Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 2020-12-15 08:02:37.385 | Setting up memcached (1.5.6-0ubuntu1.2) ... 2020-12-15 08:02:37.964 | Created symlink /etc/systemd/system/multi-user.target.wants/memcached.service → /lib/systemd/system/memcached.service. 2020-12-15 08:02:38.522 | Setting up socat (1.7.3.2-2ubuntu2) ... 2020-12-15 08:02:38.543 | Setting up apache2-utils (2.4.29-1ubuntu4.14) ... 2020-12-15 08:02:38.571 | Setting up libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 2020-12-15 08:02:38.599 | Setting up libaprutil1-dev (1.6.1-2) ... 2020-12-15 08:02:38.628 | Setting up liberasurecode-dev (1.5.0-1) ... 2020-12-15 08:02:38.676 | Setting up apache2-bin (2.4.29-1ubuntu4.14) ... 2020-12-15 08:02:38.704 | Setting up libnl-genl-3-200:amd64 (3.2.29-0ubuntu3) ... 2020-12-15 08:02:38.732 | Setting up libnss3:amd64 (2:3.35-2ubuntu2.12) ... 2020-12-15 08:02:38.760 | Setting up libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ... 2020-12-15 08:02:38.788 | Setting up libtiff5:amd64 (4.0.9-5ubuntu0.3) ... 2020-12-15 08:02:38.816 | Setting up libnl-route-3-200:amd64 (3.2.29-0ubuntu3) ... 2020-12-15 08:02:38.844 | Setting up ssl-cert (1.0.39) ... 2020-12-15 08:02:39.412 | Setting up python3-mysqldb (1.3.10-1build1) ... 2020-12-15 08:02:39.703 | Setting up autoconf (2.69-11) ... 2020-12-15 08:02:39.743 | Setting up libthai0:amd64 (0.1.27-2) ... 2020-12-15 08:02:39.769 | Setting up fakeroot (1.22-2ubuntu1) ... 2020-12-15 08:02:39.791 | update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 2020-12-15 08:02:39.815 | Setting up tcpdump (4.9.3-0ubuntu0.18.04.1) ... 2020-12-15 08:02:40.023 | Setting up ipvsadm (1:1.28-3ubuntu0.18.04.1) ... 2020-12-15 08:02:40.451 | Setting up sqlite3 (3.22.0-1ubuntu0.4) ... 2020-12-15 08:02:40.480 | Setting up libalgorithm-merge-perl (0.08-3) ... 2020-12-15 08:02:40.509 | Setting up intltool-debian (0.35.0+20060710.4) ... 2020-12-15 08:02:40.536 | Setting up pkg-config (0.29.1-0ubuntu2) ... 2020-12-15 08:02:40.637 | Setting up libalgorithm-diff-xs-perl (0.04-5) ... 2020-12-15 08:02:40.664 | Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2020-12-15 08:02:40.692 | Setting up gir1.2-harfbuzz-0.0:amd64 (1.7.2-1ubuntu1) ... 2020-12-15 08:02:40.721 | Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... 2020-12-15 08:02:40.748 | Setting up keepalived (1:1.3.9-1ubuntu0.18.04.2) ... 2020-12-15 08:02:41.039 | Created symlink /etc/systemd/system/multi-user.target.wants/keepalived.service → /lib/systemd/system/keepalived.service. 2020-12-15 08:02:41.614 | Setting up postgresql-common (190ubuntu0.1) ... 2020-12-15 08:02:42.235 | Adding user postgres to group ssl-cert 2020-12-15 08:02:42.414 | 2020-12-15 08:02:42.414 | Creating config file /etc/postgresql-common/createcluster.conf with new version 2020-12-15 08:02:42.606 | Building PostgreSQL dictionaries from installed myspell/hunspell packages... 2020-12-15 08:02:42.606 | Removing obsolete dictionary files: 2020-12-15 08:02:42.855 | Created symlink /etc/systemd/system/multi-user.target.wants/postgresql.service → /lib/systemd/system/postgresql.service. 2020-12-15 08:02:43.474 | Setting up automake (1:1.15.1-3ubuntu2) ... 2020-12-15 08:02:43.498 | update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode 2020-12-15 08:02:43.521 | Setting up libapache2-mod-proxy-uwsgi (2.0.15-10.2ubuntu2.1) ... 2020-12-15 08:02:43.558 | Setting up libice6:amd64 (2:1.0.9-2) ... 2020-12-15 08:02:43.586 | Setting up g++ (4:7.4.0-1ubuntu2.3) ... 2020-12-15 08:02:43.659 | update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 2020-12-15 08:02:43.670 | Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 2020-12-15 08:02:43.700 | Setting up libgts-bin (0.7.6+darcs121130-4) ... 2020-12-15 08:02:43.729 | Setting up libharfbuzz-gobject0:amd64 (1.7.2-1ubuntu1) ... 2020-12-15 08:02:43.757 | Setting up uwsgi-core (2.0.15-10.2ubuntu2.1) ... 2020-12-15 08:02:43.794 | Setting up conntrackd (1:1.4.4+snapshot20161117-6ubuntu2) ... 2020-12-15 08:02:44.084 | Created symlink /etc/systemd/system/multi-user.target.wants/conntrackd.service → /lib/systemd/system/conntrackd.service. 2020-12-15 08:02:44.726 | Setting up libibverbs1:amd64 (17.1-1ubuntu0.2) ... 2020-12-15 08:02:44.856 | Setting up libfontconfig1:amd64 (2.12.6-0ubuntu2) ... 2020-12-15 08:02:44.883 | Setting up libsm6:amd64 (2:1.2.2-1) ... 2020-12-15 08:02:44.918 | Setting up libharfbuzz-icu0:amd64 (1.7.2-1ubuntu1) ... 2020-12-15 08:02:44.946 | Setting up apache2 (2.4.29-1ubuntu4.14) ... 2020-12-15 08:02:46.491 | Enabling module mpm_event. 2020-12-15 08:02:46.551 | Enabling module authz_core. 2020-12-15 08:02:46.556 | Enabling module authz_host. 2020-12-15 08:02:46.612 | Enabling module authn_core. 2020-12-15 08:02:46.618 | Enabling module auth_basic. 2020-12-15 08:02:46.675 | Enabling module access_compat. 2020-12-15 08:02:46.731 | Enabling module authn_file. 2020-12-15 08:02:46.787 | Enabling module authz_user. 2020-12-15 08:02:46.843 | Enabling module alias. 2020-12-15 08:02:46.900 | Enabling module dir. 2020-12-15 08:02:46.956 | Enabling module autoindex. 2020-12-15 08:02:47.013 | Enabling module env. 2020-12-15 08:02:47.070 | Enabling module mime. 2020-12-15 08:02:47.126 | Enabling module negotiation. 2020-12-15 08:02:47.182 | Enabling module setenvif. 2020-12-15 08:02:47.238 | Enabling module filter. 2020-12-15 08:02:47.295 | Enabling module deflate. 2020-12-15 08:02:47.351 | Enabling module status. 2020-12-15 08:02:47.408 | Enabling module reqtimeout. 2020-12-15 08:02:47.465 | Enabling conf charset. 2020-12-15 08:02:47.521 | Enabling conf localized-error-pages. 2020-12-15 08:02:47.577 | Enabling conf other-vhosts-access-log. 2020-12-15 08:02:47.633 | Enabling conf security. 2020-12-15 08:02:47.689 | Enabling conf serve-cgi-bin. 2020-12-15 08:02:47.745 | Enabling site 000-default. 2020-12-15 08:02:47.795 | info: Executing deferred 'a2enconf javascript-common' for package javascript-common 2020-12-15 08:02:47.848 | Enabling conf javascript-common. 2020-12-15 08:02:48.091 | Created symlink /etc/systemd/system/multi-user.target.wants/apache2.service → /lib/systemd/system/apache2.service. 2020-12-15 08:02:48.485 | Created symlink /etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service → /lib/systemd/system/apache-htcacheclean.service. 2020-12-15 08:02:49.834 | Setting up libmysqlclient-dev (5.7.32-0ubuntu0.18.04.1) ... 2020-12-15 08:02:49.861 | Setting up po-debconf (1.0.20) ... 2020-12-15 08:02:49.889 | Setting up build-essential (12.4ubuntu1) ... 2020-12-15 08:02:49.917 | Setting up libicu-le-hb0:amd64 (1.0.3+git161113-4) ... 2020-12-15 08:02:49.945 | Setting up libgd3:amd64 (2.2.5-4ubuntu0.4) ... 2020-12-15 08:02:49.973 | Setting up libglib2.0-dev:amd64 (2.56.4-0ubuntu0.18.04.6) ... 2020-12-15 08:02:50.001 | Setting up librados2 (12.2.13-0ubuntu0.18.04.5) ... 2020-12-15 08:02:50.029 | Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 2020-12-15 08:02:50.057 | Setting up libpq5:amd64 (10.15-0ubuntu0.18.04.1) ... 2020-12-15 08:02:50.085 | Setting up ibverbs-providers:amd64 (17.1-1ubuntu0.2) ... 2020-12-15 08:02:50.257 | Setting up libiculx60:amd64 (60.2-3ubuntu3.1) ... 2020-12-15 08:02:50.285 | Setting up libxt6:amd64 (1:1.1.5-1) ... 2020-12-15 08:02:50.313 | Setting up fontconfig (2.12.6-0ubuntu2) ... 2020-12-15 08:02:52.479 | Regenerating fonts cache... done. 2020-12-15 08:02:52.482 | Setting up libcairo2:amd64 (1.15.10-2ubuntu0.1) ... 2020-12-15 08:02:52.510 | Setting up libgssrpc4:amd64 (1.16-2ubuntu0.2) ... 2020-12-15 08:02:52.542 | Setting up libpq-dev (10.15-0ubuntu0.18.04.1) ... 2020-12-15 08:02:52.574 | Setting up libcurl4:amd64 (7.58.0-2ubuntu3.12) ... 2020-12-15 08:02:52.606 | Setting up postgresql-server-dev-10 (10.15-0ubuntu0.18.04.1) ... 2020-12-15 08:02:52.634 | Setting up librbd1 (12.2.13-0ubuntu0.18.04.5) ... 2020-12-15 08:02:52.663 | Setting up libkdb5-9:amd64 (1.16-2ubuntu0.2) ... 2020-12-15 08:02:52.692 | Setting up qemu-block-extra:amd64 (1:2.11+dfsg-1ubuntu7.34) ... 2020-12-15 08:02:52.720 | Setting up qemu-utils (1:2.11+dfsg-1ubuntu7.34) ... 2020-12-15 08:02:52.748 | Setting up libxmu6:amd64 (2:1.1.2-2) ... 2020-12-15 08:02:52.777 | Setting up postgresql-server-dev-all (190ubuntu0.1) ... 2020-12-15 08:02:52.805 | Setting up libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2020-12-15 08:02:52.834 | Setting up libkadm5srv-mit11:amd64 (1.16-2ubuntu0.2) ... 2020-12-15 08:02:52.863 | Setting up libkadm5clnt-mit11:amd64 (1.16-2ubuntu0.2) ... 2020-12-15 08:02:52.890 | Setting up libxaw7:amd64 (2:1.0.13-1) ... 2020-12-15 08:02:52.927 | Setting up curl (7.58.0-2ubuntu3.12) ... 2020-12-15 08:02:52.955 | Setting up libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2020-12-15 08:02:52.983 | Setting up krb5-multidev:amd64 (1.16-2ubuntu0.2) ... 2020-12-15 08:02:53.011 | Setting up libkrb5-dev:amd64 (1.16-2ubuntu0.2) ... 2020-12-15 08:02:53.040 | Setting up libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2020-12-15 08:02:53.069 | Setting up libgvc6 (2.40.1-2) ... 2020-12-15 08:02:53.115 | Setting up graphviz (2.40.1-2) ... 2020-12-15 08:02:53.161 | Setting up libicu-dev (60.2-3ubuntu3.1) ... 2020-12-15 08:02:53.189 | Setting up libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2020-12-15 08:02:53.218 | Setting up libharfbuzz-dev:amd64 (1.7.2-1ubuntu1) ... 2020-12-15 08:02:53.245 | Setting up libxslt1-dev:amd64 (1.1.29-5ubuntu0.2) ... 2020-12-15 08:02:53.273 | Setting up debhelper (11.1.6ubuntu2) ... 2020-12-15 08:02:53.302 | Setting up dh-autoreconf (17) ... 2020-12-15 08:02:53.330 | Setting up libicu-le-hb-dev:amd64 (1.0.3+git161113-4) ... 2020-12-15 08:02:53.358 | Setting up dh-strip-nondeterminism (0.040-1.1~build1) ... 2020-12-15 08:02:53.386 | Setting up apache2-dev (2.4.29-1ubuntu4.14) ... 2020-12-15 08:02:53.414 | Processing triggers for initramfs-tools (0.130ubuntu3.8) ... 2020-12-15 08:02:53.473 | update-initramfs: Generating /boot/initrd.img-4.15.0-55-generic 2020-12-15 08:03:02.477 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2020-12-15 08:03:02.510 | Processing triggers for systemd (237-3ubuntu10.43) ... 2020-12-15 08:03:02.688 | Processing triggers for ureadahead (0.100.0-21) ... 2020-12-15 08:03:02.711 | Processing triggers for rsyslog (8.32.0-1ubuntu4) ... 2020-12-15 08:03:02.957 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2020-12-15 08:03:02.976 | Processing triggers for ufw (0.36-0ubuntu0.18.04.1) ... 2020-12-15 08:03:04.995 | ++ functions-common:apt_get:1115 : result=0 2020-12-15 08:03:04.997 | ++ functions-common:apt_get:1118 : time_stop apt-get 2020-12-15 08:03:04.999 | ++ functions-common:time_stop:2306 : local name 2020-12-15 08:03:05.001 | ++ functions-common:time_stop:2307 : local end_time 2020-12-15 08:03:05.004 | ++ functions-common:time_stop:2308 : local elapsed_time 2020-12-15 08:03:05.006 | ++ functions-common:time_stop:2309 : local total 2020-12-15 08:03:05.008 | ++ functions-common:time_stop:2310 : local start_time 2020-12-15 08:03:05.010 | ++ functions-common:time_stop:2312 : name=apt-get 2020-12-15 08:03:05.012 | ++ functions-common:time_stop:2313 : start_time=1608019251660 2020-12-15 08:03:05.014 | ++ functions-common:time_stop:2315 : [[ -z 1608019251660 ]] 2020-12-15 08:03:05.017 | +++ functions-common:time_stop:2318 : date +%s%3N 2020-12-15 08:03:05.021 | ++ functions-common:time_stop:2318 : end_time=1608019385018 2020-12-15 08:03:05.023 | ++ functions-common:time_stop:2319 : elapsed_time=133358 2020-12-15 08:03:05.025 | ++ functions-common:time_stop:2320 : total=693 2020-12-15 08:03:05.027 | ++ functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-15 08:03:05.029 | ++ functions-common:time_stop:2323 : _TIME_TOTAL[$name]=134051 2020-12-15 08:03:05.032 | ++ functions-common:apt_get:1119 : return 0 2020-12-15 08:03:05.034 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2020-12-15 08:03:05.037 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2020-12-15 08:03:05.039 | ++ tools/install_prereqs.sh:source:88 : date +%s 2020-12-15 08:03:05.043 | ++ tools/install_prereqs.sh:source:89 : date 2020-12-15 08:03:05.047 | + ./stack.sh:main:753 : [[ False != \T\r\u\e ]] 2020-12-15 08:03:05.049 | + ./stack.sh:main:754 : PYPI_ALTERNATIVE_URL= 2020-12-15 08:03:05.052 | + ./stack.sh:main:754 : /home/ubuntu/devstack/tools/install_pip.sh 2020-12-15 08:03:06.471 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2020-12-15 08:03:06.473 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2020-12-15 08:03:06.475 | ++ tools/install_pip.sh:main:41 : basename https://bootstrap.pypa.io/get-pip.py 2020-12-15 08:03:06.479 | + tools/install_pip.sh:main:41 : LOCAL_PIP=/home/ubuntu/devstack/files/get-pip.py 2020-12-15 08:03:06.481 | + tools/install_pip.sh:main:43 : GetDistro 2020-12-15 08:03:06.482 | + functions-common:GetDistro:373 : GetOSVersion 2020-12-15 08:03:06.484 | + functions-common:GetOSVersion:350 : _ensure_lsb_release 2020-12-15 08:03:06.486 | ++ functions-common:_ensure_lsb_release:327 : command -v lsb_release 2020-12-15 08:03:06.488 | + functions-common:_ensure_lsb_release:327 : [[ -x /usr/bin/lsb_release ]] 2020-12-15 08:03:06.490 | + functions-common:_ensure_lsb_release:328 : return 2020-12-15 08:03:06.492 | ++ functions-common:GetOSVersion:352 : lsb_release -r -s 2020-12-15 08:03:06.563 | + functions-common:GetOSVersion:352 : os_RELEASE=18.04 2020-12-15 08:03:06.566 | ++ functions-common:GetOSVersion:353 : lsb_release -c -s 2020-12-15 08:03:06.637 | + functions-common:GetOSVersion:353 : os_CODENAME=bionic 2020-12-15 08:03:06.639 | ++ functions-common:GetOSVersion:354 : lsb_release -i -s 2020-12-15 08:03:06.711 | + functions-common:GetOSVersion:354 : os_VENDOR=Ubuntu 2020-12-15 08:03:06.713 | + functions-common:GetOSVersion:356 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2020-12-15 08:03:06.715 | + functions-common:GetOSVersion:357 : os_PACKAGE=deb 2020-12-15 08:03:06.717 | + functions-common:GetOSVersion:362 : typeset -xr os_VENDOR 2020-12-15 08:03:06.719 | + functions-common:GetOSVersion:363 : typeset -xr os_RELEASE 2020-12-15 08:03:06.720 | + functions-common:GetOSVersion:364 : typeset -xr os_PACKAGE 2020-12-15 08:03:06.722 | + functions-common:GetOSVersion:365 : typeset -xr os_CODENAME 2020-12-15 08:03:06.724 | + functions-common:GetDistro:375 : [[ Ubuntu =~ (Ubuntu) ]] 2020-12-15 08:03:06.726 | + functions-common:GetDistro:378 : DISTRO=bionic 2020-12-15 08:03:06.728 | + functions-common:GetDistro:424 : typeset -xr DISTRO 2020-12-15 08:03:06.730 | + tools/install_pip.sh:main:44 : echo 'Distro: bionic' 2020-12-15 08:03:06.730 | Distro: bionic 2020-12-15 08:03:06.732 | + tools/install_pip.sh:main:127 : get_versions 2020-12-15 08:03:06.734 | ++ tools/install_pip.sh:get_versions:49 : which pip 2020-12-15 08:03:06.738 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2020-12-15 08:03:06.739 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2020-12-15 08:03:06.742 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2020-12-15 08:03:06.742 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2020-12-15 08:03:07.084 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.2.2 2020-12-15 08:03:07.086 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.2.2' 2020-12-15 08:03:07.086 | pip: 20.2.2 2020-12-15 08:03:07.088 | + tools/install_pip.sh:get_versions:57 : python3.6 -m pip --version 2020-12-15 08:03:07.403 | pip 20.2.2 from /usr/local/lib/python3.6/dist-packages/pip (python 3.6) 2020-12-15 08:03:07.426 | + tools/install_pip.sh:main:129 : [[ -n '' ]] 2020-12-15 08:03:07.428 | + tools/install_pip.sh:main:134 : [[ bionic == focal ]] 2020-12-15 08:03:07.430 | + tools/install_pip.sh:main:143 : is_fedora 2020-12-15 08:03:07.432 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2020-12-15 08:03:07.434 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2020-12-15 08:03:07.435 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2020-12-15 08:03:07.437 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2020-12-15 08:03:07.439 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2020-12-15 08:03:07.441 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2020-12-15 08:03:07.443 | + functions-common:is_fedora:455 : '[' Ubuntu = OracleServer ']' 2020-12-15 08:03:07.445 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2020-12-15 08:03:07.446 | + tools/install_pip.sh:main:143 : is_suse 2020-12-15 08:03:07.448 | + functions-common:is_suse:464 : is_opensuse 2020-12-15 08:03:07.450 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2020-12-15 08:03:07.452 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2020-12-15 08:03:07.453 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2020-12-15 08:03:07.455 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2020-12-15 08:03:07.457 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2020-12-15 08:03:07.459 | + tools/install_pip.sh:main:144 : is_package_installed python3-pip 2020-12-15 08:03:07.461 | + functions-common:is_package_installed:1353 : [[ -z python3-pip ]] 2020-12-15 08:03:07.463 | + functions-common:is_package_installed:1357 : [[ -z deb ]] 2020-12-15 08:03:07.465 | + functions-common:is_package_installed:1361 : [[ deb = \d\e\b ]] 2020-12-15 08:03:07.467 | + functions-common:is_package_installed:1362 : dpkg -s python3-pip 2020-12-15 08:03:07.489 | + tools/install_pip.sh:main:145 : uninstall_package python3-pip 2020-12-15 08:03:07.491 | + functions-common:uninstall_package:1373 : is_ubuntu 2020-12-15 08:03:07.492 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-15 08:03:07.494 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-15 08:03:07.496 | + functions-common:uninstall_package:1374 : apt_get purge python3-pip 2020-12-15 08:03:07.511 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes purge python3-pip 2020-12-15 08:03:07.634 | Reading package lists... 2020-12-15 08:03:07.894 | Building dependency tree... 2020-12-15 08:03:07.895 | Reading state information... 2020-12-15 08:03:08.105 | The following packages were automatically installed and are no longer required: 2020-12-15 08:03:08.106 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2020-12-15 08:03:08.106 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2020-12-15 08:03:08.106 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2020-12-15 08:03:08.106 | python3-pam python3-problem-report python3-pyasn1 2020-12-15 08:03:08.106 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-12-15 08:03:08.106 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-12-15 08:03:08.106 | python3-zope.interface 2020-12-15 08:03:08.106 | Use 'sudo apt autoremove' to remove them. 2020-12-15 08:03:08.147 | The following packages will be REMOVED: 2020-12-15 08:03:08.147 | python3-pip* 2020-12-15 08:03:08.576 | 0 upgraded, 0 newly installed, 1 to remove and 144 not upgraded. 2020-12-15 08:03:08.576 | After this operation, 601 kB disk space will be freed. 2020-12-15 08:03:08.637 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 74799 files and directories currently installed.) 2020-12-15 08:03:08.641 | Removing python3-pip (9.0.1-2.3~ubuntu1.18.04.4) ... 2020-12-15 08:03:08.878 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-12-15 08:03:11.524 | + functions-common:apt_get:1115 : result=0 2020-12-15 08:03:11.526 | + functions-common:apt_get:1118 : time_stop apt-get 2020-12-15 08:03:11.528 | + functions-common:time_stop:2306 : local name 2020-12-15 08:03:11.529 | + functions-common:time_stop:2307 : local end_time 2020-12-15 08:03:11.531 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-15 08:03:11.533 | + functions-common:time_stop:2309 : local total 2020-12-15 08:03:11.534 | + functions-common:time_stop:2310 : local start_time 2020-12-15 08:03:11.536 | + functions-common:time_stop:2312 : name=apt-get 2020-12-15 08:03:11.538 | + functions-common:time_stop:2313 : start_time=1608019387509 2020-12-15 08:03:11.539 | + functions-common:time_stop:2315 : [[ -z 1608019387509 ]] 2020-12-15 08:03:11.542 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-15 08:03:11.544 | + functions-common:time_stop:2318 : end_time=1608019391542 2020-12-15 08:03:11.546 | + functions-common:time_stop:2319 : elapsed_time=4033 2020-12-15 08:03:11.547 | + functions-common:time_stop:2320 : total=0 2020-12-15 08:03:11.549 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-15 08:03:11.551 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=4033 2020-12-15 08:03:11.553 | + functions-common:apt_get:1119 : return 0 2020-12-15 08:03:11.555 | + tools/install_pip.sh:main:149 : install_get_pip 2020-12-15 08:03:11.557 | + tools/install_pip.sh:install_get_pip:64 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2020-12-15 08:03:11.558 | + tools/install_pip.sh:install_get_pip:81 : [[ ! -r /home/ubuntu/devstack/files/get-pip.py ]] 2020-12-15 08:03:11.560 | + tools/install_pip.sh:install_get_pip:84 : local timecond= 2020-12-15 08:03:11.562 | + tools/install_pip.sh:install_get_pip:85 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2020-12-15 08:03:11.564 | + tools/install_pip.sh:install_get_pip:89 : curl -f --retry 6 --retry-delay 5 -o /home/ubuntu/devstack/files/get-pip.py https://bootstrap.pypa.io/get-pip.py 2020-12-15 08:03:11.575 | % Total % Received % Xferd Average Speed Time Time Time Current 2020-12-15 08:03:11.575 | Dload Upload Total Spent Left Speed 2020-12-15 08:03:12.300 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1842k 100 1842k 0 0 2541k 0 --:--:-- --:--:-- --:--:-- 2541k 2020-12-15 08:03:12.304 | + tools/install_pip.sh:install_get_pip:92 : touch /home/ubuntu/devstack/files/get-pip.py.downloaded 2020-12-15 08:03:12.308 | + 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 2020-12-15 08:03:14.902 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-12-15 08:03:15.091 | Collecting pip<20.3 2020-12-15 08:03:15.103 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/51f/1c7514530bd5c/pip-20.2.4-py2.py3-none-any.whl (1.5 MB) 2020-12-15 08:03:15.430 | Installing collected packages: pip 2020-12-15 08:03:15.430 | Attempting uninstall: pip 2020-12-15 08:03:15.431 | Found existing installation: pip 20.2.2 2020-12-15 08:03:15.667 | Uninstalling pip-20.2.2: 2020-12-15 08:03:15.682 | Successfully uninstalled pip-20.2.2 2020-12-15 08:03:16.942 | Successfully installed pip-20.2.4 2020-12-15 08:03:17.070 | + tools/install_pip.sh:main:151 : set -x 2020-12-15 08:03:17.072 | + tools/install_pip.sh:main:155 : pip_install_gr setuptools 2020-12-15 08:03:17.074 | + inc/python:pip_install_gr:76 : local name=setuptools 2020-12-15 08:03:17.076 | + inc/python:pip_install_gr:77 : local clean_name 2020-12-15 08:03:17.078 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements setuptools 2020-12-15 08:03:17.080 | ++ inc/python:get_from_global_requirements:225 : local package=setuptools 2020-12-15 08:03:17.082 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2020-12-15 08:03:17.085 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^setuptools' /opt/stack/requirements/global-requirements.txt 2020-12-15 08:03:17.086 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2020-12-15 08:03:17.089 | ++ inc/python:get_from_global_requirements:227 : required_pkg='setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 ' 2020-12-15 08:03:17.091 | ++ inc/python:get_from_global_requirements:228 : [[ setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 == '' ]] 2020-12-15 08:03:17.093 | ++ inc/python:get_from_global_requirements:231 : echo 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2020-12-15 08:03:17.095 | + inc/python:pip_install_gr:78 : clean_name='setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2020-12-15 08:03:17.096 | + inc/python:pip_install_gr:79 : pip_install 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2020-12-15 08:03:17.111 | Using python 3.6 to install setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 2020-12-15 08:03:17.113 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2020-12-15 08:03:18.897 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-12-15 08:03:19.537 | Collecting setuptools===50.3.2 2020-12-15 08:03:19.546 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2c2/42a0856fbad7e/setuptools-50.3.2-py3-none-any.whl (785 kB) 2020-12-15 08:03:19.928 | Installing collected packages: setuptools 2020-12-15 08:03:19.928 | Attempting uninstall: setuptools 2020-12-15 08:03:19.929 | Found existing installation: setuptools 49.6.0 2020-12-15 08:03:20.014 | Uninstalling setuptools-49.6.0: 2020-12-15 08:03:20.044 | Successfully uninstalled setuptools-49.6.0 2020-12-15 08:03:20.558 | Successfully installed setuptools-50.3.2 2020-12-15 08:03:20.613 | WARNING: You are using pip version 20.2.4; however, version 20.3.1 is available. 2020-12-15 08:03:20.613 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2020-12-15 08:03:20.695 | + inc/python:pip_install:200 : result=0 2020-12-15 08:03:20.697 | + inc/python:pip_install:202 : time_stop pip_install 2020-12-15 08:03:20.699 | + functions-common:time_stop:2306 : local name 2020-12-15 08:03:20.701 | + functions-common:time_stop:2307 : local end_time 2020-12-15 08:03:20.702 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-15 08:03:20.704 | + functions-common:time_stop:2309 : local total 2020-12-15 08:03:20.706 | + functions-common:time_stop:2310 : local start_time 2020-12-15 08:03:20.707 | + functions-common:time_stop:2312 : name=pip_install 2020-12-15 08:03:20.709 | + functions-common:time_stop:2313 : start_time=1608019397108 2020-12-15 08:03:20.711 | + functions-common:time_stop:2315 : [[ -z 1608019397108 ]] 2020-12-15 08:03:20.713 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-15 08:03:20.716 | + functions-common:time_stop:2318 : end_time=1608019400714 2020-12-15 08:03:20.717 | + functions-common:time_stop:2319 : elapsed_time=3606 2020-12-15 08:03:20.719 | + functions-common:time_stop:2320 : total=0 2020-12-15 08:03:20.721 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-15 08:03:20.722 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=3606 2020-12-15 08:03:20.724 | + inc/python:pip_install:203 : return 0 2020-12-15 08:03:20.726 | + tools/install_pip.sh:main:157 : get_versions 2020-12-15 08:03:20.728 | ++ tools/install_pip.sh:get_versions:49 : which pip 2020-12-15 08:03:20.732 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2020-12-15 08:03:20.733 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2020-12-15 08:03:20.736 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2020-12-15 08:03:20.736 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2020-12-15 08:03:21.071 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.2.4 2020-12-15 08:03:21.073 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.2.4' 2020-12-15 08:03:21.073 | pip: 20.2.4 2020-12-15 08:03:21.075 | + tools/install_pip.sh:get_versions:57 : python3.6 -m pip --version 2020-12-15 08:03:21.383 | pip 20.2.4 from /usr/local/lib/python3.6/dist-packages/pip (python 3.6) 2020-12-15 08:03:21.407 | + ./stack.sh:main:758 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2020-12-15 08:03:21.409 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2020-12-15 08:03:21.413 | + ./stack.sh:main:759 : fixup_all 2020-12-15 08:03:21.415 | + tools/fixup_stuff.sh:fixup_all:188 : fixup_keystone 2020-12-15 08:03:21.417 | + tools/fixup_stuff.sh:fixup_keystone:39 : keystone_ports=35357,35358 2020-12-15 08:03:21.419 | + tools/fixup_stuff.sh:fixup_keystone:44 : sysctl net.ipv4.ip_local_reserved_ports 2020-12-15 08:03:21.429 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sysctl net.ipv4.ip_local_reserved_ports 2020-12-15 08:03:21.429 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : awk -F= '{print $2;}' 2020-12-15 08:03:21.429 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sed 's/^ //' 2020-12-15 08:03:21.434 | + tools/fixup_stuff.sh:fixup_keystone:46 : reserved_ports= 2020-12-15 08:03:21.436 | + tools/fixup_stuff.sh:fixup_keystone:48 : [[ -z '' ]] 2020-12-15 08:03:21.438 | + tools/fixup_stuff.sh:fixup_keystone:50 : sudo sysctl -w net.ipv4.ip_local_reserved_ports=35357,35358 2020-12-15 08:03:21.445 | net.ipv4.ip_local_reserved_ports = 35357,35358 2020-12-15 08:03:21.448 | + tools/fixup_stuff.sh:fixup_all:189 : fixup_ubuntu 2020-12-15 08:03:21.451 | + tools/fixup_stuff.sh:fixup_ubuntu:66 : [[ bionic != \b\i\o\n\i\c ]] 2020-12-15 08:03:21.453 | + tools/fixup_stuff.sh:fixup_ubuntu:71 : install_package software-properties-common 2020-12-15 08:03:21.455 | + functions-common:install_package:1344 : update_package_repo 2020-12-15 08:03:21.457 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-12-15 08:03:21.459 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2020-12-15 08:03:21.461 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-12-15 08:03:21.463 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-12-15 08:03:21.465 | + functions-common:update_package_repo:1324 : is_ubuntu 2020-12-15 08:03:21.467 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-15 08:03:21.469 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-15 08:03:21.471 | + functions-common:update_package_repo:1325 : apt_get_update 2020-12-15 08:03:21.474 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2020-12-15 08:03:21.476 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2020-12-15 08:03:21.478 | + functions-common:apt_get_update:1071 : return 2020-12-15 08:03:21.480 | + functions-common:install_package:1345 : real_install_package software-properties-common 2020-12-15 08:03:21.482 | + functions-common:real_install_package:1330 : is_ubuntu 2020-12-15 08:03:21.484 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-15 08:03:21.486 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-15 08:03:21.488 | + functions-common:real_install_package:1331 : apt_get install software-properties-common 2020-12-15 08:03:21.505 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install software-properties-common 2020-12-15 08:03:21.623 | Reading package lists... 2020-12-15 08:03:21.867 | Building dependency tree... 2020-12-15 08:03:21.868 | Reading state information... 2020-12-15 08:03:22.080 | The following packages were automatically installed and are no longer required: 2020-12-15 08:03:22.081 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2020-12-15 08:03:22.081 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2020-12-15 08:03:22.081 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2020-12-15 08:03:22.081 | python3-pam python3-problem-report python3-pyasn1 2020-12-15 08:03:22.081 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-12-15 08:03:22.081 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-12-15 08:03:22.081 | python3-zope.interface 2020-12-15 08:03:22.081 | Use 'sudo apt autoremove' to remove them. 2020-12-15 08:03:22.082 | The following additional packages will be installed: 2020-12-15 08:03:22.082 | python3-software-properties 2020-12-15 08:03:22.130 | The following packages will be upgraded: 2020-12-15 08:03:22.130 | python3-software-properties software-properties-common 2020-12-15 08:03:22.428 | 2 upgraded, 0 newly installed, 0 to remove and 142 not upgraded. 2020-12-15 08:03:22.428 | Need to get 33.9 kB of archives. 2020-12-15 08:03:22.428 | After this operation, 0 B of additional disk space will be used. 2020-12-15 08:03:22.428 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 software-properties-common all 0.96.24.32.14 [10.1 kB] 2020-12-15 08:03:22.838 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-software-properties all 0.96.24.32.14 [23.9 kB] 2020-12-15 08:03:23.404 | Fetched 33.9 kB in 1s (46.9 kB/s) 2020-12-15 08:03:23.488 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 74722 files and directories currently installed.) 2020-12-15 08:03:23.492 | Preparing to unpack .../software-properties-common_0.96.24.32.14_all.deb ... 2020-12-15 08:03:23.645 | Unpacking software-properties-common (0.96.24.32.14) over (0.96.24.32.9) ... 2020-12-15 08:03:23.786 | Preparing to unpack .../python3-software-properties_0.96.24.32.14_all.deb ... 2020-12-15 08:03:23.936 | Unpacking python3-software-properties (0.96.24.32.14) over (0.96.24.32.9) ... 2020-12-15 08:03:24.021 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-12-15 08:03:24.517 | Setting up python3-software-properties (0.96.24.32.14) ... 2020-12-15 08:03:24.793 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2020-12-15 08:03:24.811 | Setting up software-properties-common (0.96.24.32.14) ... 2020-12-15 08:03:26.937 | + functions-common:apt_get:1115 : result=0 2020-12-15 08:03:26.939 | + functions-common:apt_get:1118 : time_stop apt-get 2020-12-15 08:03:26.941 | + functions-common:time_stop:2306 : local name 2020-12-15 08:03:26.943 | + functions-common:time_stop:2307 : local end_time 2020-12-15 08:03:26.945 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-15 08:03:26.947 | + functions-common:time_stop:2309 : local total 2020-12-15 08:03:26.949 | + functions-common:time_stop:2310 : local start_time 2020-12-15 08:03:26.951 | + functions-common:time_stop:2312 : name=apt-get 2020-12-15 08:03:26.953 | + functions-common:time_stop:2313 : start_time=1608019401502 2020-12-15 08:03:26.955 | + functions-common:time_stop:2315 : [[ -z 1608019401502 ]] 2020-12-15 08:03:26.958 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-15 08:03:26.961 | + functions-common:time_stop:2318 : end_time=1608019406959 2020-12-15 08:03:26.963 | + functions-common:time_stop:2319 : elapsed_time=5457 2020-12-15 08:03:26.965 | + functions-common:time_stop:2320 : total=134051 2020-12-15 08:03:26.967 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-15 08:03:26.969 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=139508 2020-12-15 08:03:26.971 | + functions-common:apt_get:1119 : return 0 2020-12-15 08:03:26.974 | + tools/fixup_stuff.sh:fixup_ubuntu:74 : sudo add-apt-repository -y universe 2020-12-15 08:03:27.772 | 'universe' distribution component is already enabled for all sources. 2020-12-15 08:03:27.798 | + tools/fixup_stuff.sh:fixup_ubuntu:76 : [[ -f /etc/ci/mirror_info.sh ]] 2020-12-15 08:03:27.800 | + tools/fixup_stuff.sh:fixup_ubuntu:83 : sudo add-apt-repository -y cloud-archive:ussuri 2020-12-15 08:03:30.359 | Reading package lists... 2020-12-15 08:03:30.655 | Building dependency tree... 2020-12-15 08:03:30.656 | Reading state information... 2020-12-15 08:03:30.872 | The following packages were automatically installed and are no longer required: 2020-12-15 08:03:30.873 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2020-12-15 08:03:30.873 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2020-12-15 08:03:30.873 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2020-12-15 08:03:30.873 | python3-pam python3-problem-report python3-pyasn1 2020-12-15 08:03:30.873 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-12-15 08:03:30.873 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-12-15 08:03:30.873 | python3-zope.interface 2020-12-15 08:03:30.873 | Use 'sudo apt autoremove' to remove them. 2020-12-15 08:03:30.919 | The following NEW packages will be installed: 2020-12-15 08:03:30.919 | ubuntu-cloud-keyring 2020-12-15 08:03:31.046 | 0 upgraded, 1 newly installed, 0 to remove and 142 not upgraded. 2020-12-15 08:03:31.046 | Need to get 6,008 B of archives. 2020-12-15 08:03:31.047 | After this operation, 22.5 kB of additional disk space will be used. 2020-12-15 08:03:31.047 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-cloud-keyring all 2018.09.18.1~18.04.0 [6,008 B] 2020-12-15 08:03:31.583 | Fetched 6,008 B in 0s (53.1 kB/s) 2020-12-15 08:03:31.631 | Selecting previously unselected package ubuntu-cloud-keyring. 2020-12-15 08:03:31.669 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 74722 files and directories currently installed.) 2020-12-15 08:03:31.673 | Preparing to unpack .../ubuntu-cloud-keyring_2018.09.18.1~18.04.0_all.deb ... 2020-12-15 08:03:31.678 | Unpacking ubuntu-cloud-keyring (2018.09.18.1~18.04.0) ... 2020-12-15 08:03:31.768 | Setting up ubuntu-cloud-keyring (2018.09.18.1~18.04.0) ... 2020-12-15 08:03:33.942 | Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 2020-12-15 08:03:34.044 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2020-12-15 08:03:34.080 | Get:3 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri InRelease [8,769 B] 2020-12-15 08:03:34.101 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2020-12-15 08:03:34.158 | Hit:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2020-12-15 08:03:34.427 | Get:6 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 Packages [188 kB] 2020-12-15 08:03:38.299 | Fetched 197 kB in 1s (185 kB/s) 2020-12-15 08:03:40.005 | Reading package lists... 2020-12-15 08:03:40.066 | + tools/fixup_stuff.sh:fixup_ubuntu:85 : REPOS_UPDATED=False 2020-12-15 08:03:40.068 | + tools/fixup_stuff.sh:fixup_ubuntu:86 : apt_get_update 2020-12-15 08:03:40.070 | + functions-common:apt_get_update:1070 : [[ False == \T\r\u\e ]] 2020-12-15 08:03:40.072 | + functions-common:apt_get_update:1075 : [[ False = \T\r\u\e ]] 2020-12-15 08:03:40.075 | + functions-common:apt_get_update:1077 : local sudo=sudo 2020-12-15 08:03:40.077 | ++ functions-common:apt_get_update:1078 : id -u 2020-12-15 08:03:40.081 | + functions-common:apt_get_update:1078 : [[ 1000 = \0 ]] 2020-12-15 08:03:40.083 | + functions-common:apt_get_update:1081 : time_start apt-get-update 2020-12-15 08:03:40.086 | + functions-common:time_start:2292 : local name=apt-get-update 2020-12-15 08:03:40.088 | + functions-common:time_start:2293 : local start_time= 2020-12-15 08:03:40.090 | + functions-common:time_start:2294 : [[ -n '' ]] 2020-12-15 08:03:40.093 | ++ functions-common:time_start:2297 : date +%s%3N 2020-12-15 08:03:40.096 | + functions-common:time_start:2297 : _TIME_START[$name]=1608019420093 2020-12-15 08:03:40.099 | + functions-common:apt_get_update:1083 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2020-12-15 08:03:40.101 | + functions-common:apt_get_update:1084 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2020-12-15 08:03:40.103 | + functions-common:apt_get_update:1085 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2020-12-15 08:03:40.341 | Hit:1 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri InRelease 2020-12-15 08:03:40.475 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2020-12-15 08:03:40.476 | Hit:3 http://security.ubuntu.com/ubuntu bionic-security InRelease 2020-12-15 08:03:40.603 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2020-12-15 08:03:40.736 | Hit:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2020-12-15 08:03:42.855 | Reading package lists... 2020-12-15 08:03:42.916 | + functions-common:apt_get_update:1089 : REPOS_UPDATED=True 2020-12-15 08:03:42.918 | + functions-common:apt_get_update:1091 : time_stop apt-get-update 2020-12-15 08:03:42.920 | + functions-common:time_stop:2306 : local name 2020-12-15 08:03:42.922 | + functions-common:time_stop:2307 : local end_time 2020-12-15 08:03:42.924 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-15 08:03:42.926 | + functions-common:time_stop:2309 : local total 2020-12-15 08:03:42.928 | + functions-common:time_stop:2310 : local start_time 2020-12-15 08:03:42.930 | + functions-common:time_stop:2312 : name=apt-get-update 2020-12-15 08:03:42.932 | + functions-common:time_stop:2313 : start_time=1608019420093 2020-12-15 08:03:42.934 | + functions-common:time_stop:2315 : [[ -z 1608019420093 ]] 2020-12-15 08:03:42.937 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-15 08:03:42.940 | + functions-common:time_stop:2318 : end_time=1608019422938 2020-12-15 08:03:42.943 | + functions-common:time_stop:2319 : elapsed_time=2845 2020-12-15 08:03:42.945 | + functions-common:time_stop:2320 : total=2842 2020-12-15 08:03:42.947 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-15 08:03:42.949 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=5687 2020-12-15 08:03:42.952 | + tools/fixup_stuff.sh:fixup_ubuntu:94 : sudo rm -rf '/usr/lib/python3/dist-packages/httplib2-*.egg-info' 2020-12-15 08:03:42.963 | + tools/fixup_stuff.sh:fixup_ubuntu:95 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2020-12-15 08:03:42.973 | + tools/fixup_stuff.sh:fixup_ubuntu:96 : sudo rm -rf '/usr/lib/python3/dist-packages/PyYAML-*.egg-info' 2020-12-15 08:03:42.983 | + tools/fixup_stuff.sh:fixup_all:190 : fixup_fedora 2020-12-15 08:03:42.986 | + tools/fixup_stuff.sh:fixup_fedora:103 : is_fedora 2020-12-15 08:03:42.988 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2020-12-15 08:03:42.990 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2020-12-15 08:03:42.992 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2020-12-15 08:03:42.994 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2020-12-15 08:03:42.996 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2020-12-15 08:03:42.998 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2020-12-15 08:03:43.000 | + functions-common:is_fedora:455 : '[' Ubuntu = OracleServer ']' 2020-12-15 08:03:43.002 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2020-12-15 08:03:43.005 | + tools/fixup_stuff.sh:fixup_fedora:104 : return 2020-12-15 08:03:43.007 | + tools/fixup_stuff.sh:fixup_all:191 : fixup_suse 2020-12-15 08:03:43.010 | + tools/fixup_stuff.sh:fixup_suse:149 : is_suse 2020-12-15 08:03:43.012 | + functions-common:is_suse:464 : is_opensuse 2020-12-15 08:03:43.014 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2020-12-15 08:03:43.016 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2020-12-15 08:03:43.018 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2020-12-15 08:03:43.021 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2020-12-15 08:03:43.023 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2020-12-15 08:03:43.025 | + tools/fixup_stuff.sh:fixup_suse:150 : return 2020-12-15 08:03:43.028 | + ./stack.sh:main:762 : pip_install -U os-testr 2020-12-15 08:03:43.046 | Using python 3.6 to install os-testr 2020-12-15 08:03:43.048 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U os-testr 2020-12-15 08:03:44.815 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-12-15 08:03:44.919 | Collecting os-testr===2.0.0 2020-12-15 08:03:44.928 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/93a/e59a9d278e557/os_testr-2.0.0-py3-none-any.whl (46 kB) 2020-12-15 08:03:45.021 | Collecting python-subunit===1.4.0 2020-12-15 08:03:45.028 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/40f/34660c3da3e51/python_subunit-1.4.0-py2.py3-none-any.whl (106 kB) 2020-12-15 08:03:45.151 | Collecting stestr===3.1.0 2020-12-15 08:03:45.158 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/13c/8f771ea252290/stestr-3.1.0-py3-none-any.whl (120 kB) 2020-12-15 08:03:45.298 | Collecting testtools===2.4.0 2020-12-15 08:03:45.305 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/36f/f4998177c7d32/testtools-2.4.0-py2.py3-none-any.whl (185 kB) 2020-12-15 08:03:45.477 | Collecting pbr===5.5.1 2020-12-15 08:03:45.483 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b23/6cde0ac9a6aed/pbr-5.5.1-py2.py3-none-any.whl (106 kB) 2020-12-15 08:03:45.562 | Collecting extras===1.0.0 2020-12-15 08:03:45.569 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/f68/9f08df47e2dec/extras-1.0.0-py2.py3-none-any.whl (7.3 kB) 2020-12-15 08:03:45.700 | Collecting cliff===3.5.0 2020-12-15 08:03:45.706 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/31c/2e2bf04d826c2/cliff-3.5.0-py3-none-any.whl (81 kB) 2020-12-15 08:03:45.822 | Collecting voluptuous===0.12.0 2020-12-15 08:03:45.829 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/0ff/f348a097c9a74/voluptuous-0.12.0-py3-none-any.whl (29 kB) 2020-12-15 08:03:45.926 | Collecting future===0.18.2 2020-12-15 08:03:45.933 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b1b/ead90b70cf6ec/future-0.18.2.tar.gz (829 kB) 2020-12-15 08:03:46.811 | Collecting fixtures===3.0.0 2020-12-15 08:03:46.818 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67 kB) 2020-12-15 08:03:46.992 | Collecting PyYAML===5.3.1 2020-12-15 08:03:47.000 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b8e/ac752c5e14d3e/PyYAML-5.3.1.tar.gz (269 kB) 2020-12-15 08:03:47.808 | Collecting six===1.15.0 2020-12-15 08:03:47.813 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8b7/4bedcbbbaca38/six-1.15.0-py2.py3-none-any.whl (10 kB) 2020-12-15 08:03:47.865 | Collecting python-mimeparse===1.6.0 2020-12-15 08:03:47.871 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/a29/5f03ff2034149/python_mimeparse-1.6.0-py2.py3-none-any.whl (6.1 kB) 2020-12-15 08:03:47.953 | Collecting traceback2===1.4.0 2020-12-15 08:03:47.960 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/825/3cebec4b19094/traceback2-1.4.0-py2.py3-none-any.whl (16 kB) 2020-12-15 08:03:48.051 | Collecting unittest2===1.1.0 2020-12-15 08:03:48.059 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/13f/77d0875db6d9b/unittest2-1.1.0-py2.py3-none-any.whl (96 kB) 2020-12-15 08:03:48.249 | Collecting pyparsing===2.4.7 2020-12-15 08:03:48.256 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ef9/d7589ef3c200a/pyparsing-2.4.7-py2.py3-none-any.whl (67 kB) 2020-12-15 08:03:48.457 | Collecting cmd2===1.4.0 2020-12-15 08:03:48.465 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/87c/19e56c145fbc6/cmd2-1.4.0-py3-none-any.whl (133 kB) 2020-12-15 08:03:48.619 | Collecting prettytable===0.7.2 2020-12-15 08:03:48.626 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/788/48506f2c027f8/prettytable-0.7.2-py3-none-any.whl (13 kB) 2020-12-15 08:03:48.761 | Collecting stevedore===3.3.0 2020-12-15 08:03:48.768 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/50d/7b78fbaf0d04c/stevedore-3.3.0-py3-none-any.whl (49 kB) 2020-12-15 08:03:48.853 | Collecting linecache2===1.0.0 2020-12-15 08:03:48.860 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/e78/be9c0a0dfcbac/linecache2-1.0.0-py2.py3-none-any.whl (12 kB) 2020-12-15 08:03:48.951 | Collecting argparse 2020-12-15 08:03:48.958 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl (23 kB) 2020-12-15 08:03:49.054 | Collecting pyperclip===1.8.1 2020-12-15 08:03:49.060 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/8bb/51a8fb6ad32d5/pyperclip-1.8.1-py3-none-any.whl (11 kB) 2020-12-15 08:03:49.150 | Collecting wcwidth===0.2.5 2020-12-15 08:03:49.157 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/beb/4802a9cebb914/wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2020-12-15 08:03:49.228 | Collecting attrs===20.3.0 2020-12-15 08:03:49.235 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/31b/2eced602aa842/attrs-20.3.0-py2.py3-none-any.whl (49 kB) 2020-12-15 08:03:49.346 | Collecting importlib-metadata===3.1.1 2020-12-15 08:03:49.353 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/611/2e21359ef8f34/importlib_metadata-3.1.1-py3-none-any.whl (9.6 kB) 2020-12-15 08:03:49.447 | Collecting colorama===0.4.4 2020-12-15 08:03:49.453 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9f4/7eda37229f68e/colorama-0.4.4-py2.py3-none-any.whl (16 kB) 2020-12-15 08:03:49.459 | Requirement already satisfied, skipping upgrade: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 530)) (3.4.0) 2020-12-15 08:03:49.516 | Building wheels for collected packages: PyYAML, future 2020-12-15 08:03:49.517 | Building wheel for PyYAML (setup.py): started 2020-12-15 08:03:59.362 | Building wheel for PyYAML (setup.py): finished with status 'done' 2020-12-15 08:03:59.366 | Created wheel for PyYAML: filename=PyYAML-5.3.1-cp36-cp36m-linux_x86_64.whl size=403668 sha256=7ce4fc315c2dd9d536ec265e1ec432ca7b6c04ace8f7a17fba46b77302c0e473 2020-12-15 08:03:59.366 | Stored in directory: /root/.cache/pip/wheels/87/72/81/854eb4786f69e1920706847b6c06be3b0d589b7483cf247172 2020-12-15 08:03:59.368 | Building wheel for future (setup.py): started 2020-12-15 08:04:00.326 | Building wheel for future (setup.py): finished with status 'done' 2020-12-15 08:04:00.330 | Created wheel for future: filename=future-0.18.2-py3-none-any.whl size=491059 sha256=582eeae2fe4c247df63b114e669f46202feba89e8a2d0f1bec0b412adfd47020 2020-12-15 08:04:00.330 | Stored in directory: /root/.cache/pip/wheels/8c/58/d1/5f5b03a578242b7f6aaa86627fac27e15b5ffb03afb2150cb6 2020-12-15 08:04:00.331 | Successfully built PyYAML future 2020-12-15 08:04:00.837 | Installing collected packages: voluptuous, pbr, attrs, six, python-mimeparse, linecache2, traceback2, extras, argparse, unittest2, testtools, fixtures, wcwidth, prettytable, python-subunit, PyYAML, pyparsing, pyperclip, importlib-metadata, colorama, cmd2, stevedore, cliff, future, stestr, os-testr 2020-12-15 08:04:00.972 | Attempting uninstall: attrs 2020-12-15 08:04:00.974 | Found existing installation: attrs 17.4.0 2020-12-15 08:04:00.983 | Uninstalling attrs-17.4.0: 2020-12-15 08:04:01.039 | Successfully uninstalled attrs-17.4.0 2020-12-15 08:04:01.099 | Attempting uninstall: six 2020-12-15 08:04:01.099 | Found existing installation: six 1.11.0 2020-12-15 08:04:01.101 | Uninstalling six-1.11.0: 2020-12-15 08:04:01.132 | Successfully uninstalled six-1.11.0 2020-12-15 08:04:02.037 | Attempting uninstall: importlib-metadata 2020-12-15 08:04:02.037 | Found existing installation: importlib-metadata 3.3.0 2020-12-15 08:04:02.040 | Uninstalling importlib-metadata-3.3.0: 2020-12-15 08:04:02.041 | Successfully uninstalled importlib-metadata-3.3.0 2020-12-15 08:04:02.057 | Attempting uninstall: colorama 2020-12-15 08:04:02.057 | Found existing installation: colorama 0.3.7 2020-12-15 08:04:02.063 | Uninstalling colorama-0.3.7: 2020-12-15 08:04:02.093 | Successfully uninstalled colorama-0.3.7 2020-12-15 08:04:03.021 | Successfully installed PyYAML-5.3.1 argparse-1.4.0 attrs-20.3.0 cliff-3.5.0 cmd2-1.4.0 colorama-0.4.4 extras-1.0.0 fixtures-3.0.0 future-0.18.2 importlib-metadata-3.1.1 linecache2-1.0.0 os-testr-2.0.0 pbr-5.5.1 prettytable-0.7.2 pyparsing-2.4.7 pyperclip-1.8.1 python-mimeparse-1.6.0 python-subunit-1.4.0 six-1.15.0 stestr-3.1.0 stevedore-3.3.0 testtools-2.4.0 traceback2-1.4.0 unittest2-1.1.0 voluptuous-0.12.0 wcwidth-0.2.5 2020-12-15 08:04:03.088 | WARNING: You are using pip version 20.2.4; however, version 20.3.1 is available. 2020-12-15 08:04:03.088 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2020-12-15 08:04:03.235 | + inc/python:pip_install:200 : result=0 2020-12-15 08:04:03.237 | + inc/python:pip_install:202 : time_stop pip_install 2020-12-15 08:04:03.240 | + functions-common:time_stop:2306 : local name 2020-12-15 08:04:03.242 | + functions-common:time_stop:2307 : local end_time 2020-12-15 08:04:03.244 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-15 08:04:03.246 | + functions-common:time_stop:2309 : local total 2020-12-15 08:04:03.248 | + functions-common:time_stop:2310 : local start_time 2020-12-15 08:04:03.250 | + functions-common:time_stop:2312 : name=pip_install 2020-12-15 08:04:03.252 | + functions-common:time_stop:2313 : start_time=1608019423041 2020-12-15 08:04:03.255 | + functions-common:time_stop:2315 : [[ -z 1608019423041 ]] 2020-12-15 08:04:03.257 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-15 08:04:03.260 | + functions-common:time_stop:2318 : end_time=1608019443258 2020-12-15 08:04:03.263 | + functions-common:time_stop:2319 : elapsed_time=20217 2020-12-15 08:04:03.265 | + functions-common:time_stop:2320 : total=0 2020-12-15 08:04:03.267 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-15 08:04:03.269 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=20217 2020-12-15 08:04:03.272 | + inc/python:pip_install:203 : return 0 2020-12-15 08:04:03.274 | + ./stack.sh:main:764 : pip_install_gr systemd-python 2020-12-15 08:04:03.276 | + inc/python:pip_install_gr:76 : local name=systemd-python 2020-12-15 08:04:03.278 | + inc/python:pip_install_gr:77 : local clean_name 2020-12-15 08:04:03.281 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements systemd-python 2020-12-15 08:04:03.283 | ++ inc/python:get_from_global_requirements:225 : local package=systemd-python 2020-12-15 08:04:03.286 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2020-12-15 08:04:03.289 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^systemd-python' /opt/stack/requirements/global-requirements.txt 2020-12-15 08:04:03.289 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2020-12-15 08:04:03.293 | ++ inc/python:get_from_global_requirements:227 : required_pkg='systemd-python ' 2020-12-15 08:04:03.296 | ++ inc/python:get_from_global_requirements:228 : [[ systemd-python == '' ]] 2020-12-15 08:04:03.298 | ++ inc/python:get_from_global_requirements:231 : echo systemd-python 2020-12-15 08:04:03.301 | + inc/python:pip_install_gr:78 : clean_name=systemd-python 2020-12-15 08:04:03.303 | + inc/python:pip_install_gr:79 : pip_install systemd-python 2020-12-15 08:04:03.321 | Using python 3.6 to install systemd-python 2020-12-15 08:04:03.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 systemd-python 2020-12-15 08:04:05.126 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-12-15 08:04:05.148 | Requirement already satisfied: systemd-python===234 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 432)) (234) 2020-12-15 08:04:05.679 | WARNING: You are using pip version 20.2.4; however, version 20.3.1 is available. 2020-12-15 08:04:05.679 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2020-12-15 08:04:05.750 | + inc/python:pip_install:200 : result=0 2020-12-15 08:04:05.753 | + inc/python:pip_install:202 : time_stop pip_install 2020-12-15 08:04:05.755 | + functions-common:time_stop:2306 : local name 2020-12-15 08:04:05.757 | + functions-common:time_stop:2307 : local end_time 2020-12-15 08:04:05.760 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-15 08:04:05.762 | + functions-common:time_stop:2309 : local total 2020-12-15 08:04:05.764 | + functions-common:time_stop:2310 : local start_time 2020-12-15 08:04:05.766 | + functions-common:time_stop:2312 : name=pip_install 2020-12-15 08:04:05.768 | + functions-common:time_stop:2313 : start_time=1608019443317 2020-12-15 08:04:05.770 | + functions-common:time_stop:2315 : [[ -z 1608019443317 ]] 2020-12-15 08:04:05.773 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-15 08:04:05.776 | + functions-common:time_stop:2318 : end_time=1608019445773 2020-12-15 08:04:05.778 | + functions-common:time_stop:2319 : elapsed_time=2456 2020-12-15 08:04:05.780 | + functions-common:time_stop:2320 : total=20217 2020-12-15 08:04:05.782 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-15 08:04:05.784 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=22673 2020-12-15 08:04:05.786 | + inc/python:pip_install:203 : return 0 2020-12-15 08:04:05.789 | + ./stack.sh:main:767 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2020-12-15 08:04:05.833 | + ./stack.sh:main:768 : sudo systemctl restart systemd-journald 2020-12-15 08:04:05.900 | + ./stack.sh:main:774 : install_infra 2020-12-15 08:04:05.902 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2020-12-15 08:04:05.905 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2020-12-15 08:04:05.908 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack/requirements/.venv 2020-12-15 08:04:08.542 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2020-12-15 08:04:08.544 | + lib/infra:install_infra:34 : pip_install -U pbr 2020-12-15 08:04:08.565 | + inc/python:pip_install:193 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2020-12-15 08:04:11.216 | Collecting pbr===5.5.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) 2020-12-15 08:04:11.326 | Downloading http://10.100.0.9:8080/root/pypi/+f/b23/6cde0ac9a6aed/pbr-5.5.1-py2.py3-none-any.whl (106kB) 2020-12-15 08:04:11.355 | Installing collected packages: pbr 2020-12-15 08:04:11.459 | Successfully installed pbr-5.5.1 2020-12-15 08:04:11.525 | + inc/python:pip_install:200 : result=0 2020-12-15 08:04:11.527 | + inc/python:pip_install:202 : time_stop pip_install 2020-12-15 08:04:11.529 | + functions-common:time_stop:2306 : local name 2020-12-15 08:04:11.531 | + functions-common:time_stop:2307 : local end_time 2020-12-15 08:04:11.533 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-15 08:04:11.535 | + functions-common:time_stop:2309 : local total 2020-12-15 08:04:11.537 | + functions-common:time_stop:2310 : local start_time 2020-12-15 08:04:11.539 | + functions-common:time_stop:2312 : name=pip_install 2020-12-15 08:04:11.542 | + functions-common:time_stop:2313 : start_time=1608019448558 2020-12-15 08:04:11.544 | + functions-common:time_stop:2315 : [[ -z 1608019448558 ]] 2020-12-15 08:04:11.546 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-15 08:04:11.549 | + functions-common:time_stop:2318 : end_time=1608019451547 2020-12-15 08:04:11.552 | + functions-common:time_stop:2319 : elapsed_time=2989 2020-12-15 08:04:11.554 | + functions-common:time_stop:2320 : total=22673 2020-12-15 08:04:11.556 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-15 08:04:11.558 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=25662 2020-12-15 08:04:11.561 | + inc/python:pip_install:203 : return 0 2020-12-15 08:04:11.563 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2020-12-15 08:04:11.565 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2020-12-15 08:04:11.586 | + inc/python:pip_install:193 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt /opt/stack/requirements 2020-12-15 08:04:14.223 | Processing /opt/stack/requirements 2020-12-15 08:04:15.583 | Collecting fixtures===3.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 62)) 2020-12-15 08:04:15.651 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67kB) 2020-12-15 08:04:15.684 | Collecting PyYAML===5.3.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 174)) 2020-12-15 08:04:15.765 | Downloading http://10.100.0.9:8080/root/pypi/+f/b8e/ac752c5e14d3e/PyYAML-5.3.1.tar.gz (269kB) 2020-12-15 08:04:16.383 | Collecting requests===2.25.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 213)) 2020-12-15 08:04:16.488 | Downloading http://10.100.0.9:8080/root/pypi/+f/e78/6fa28d8c9154e/requests-2.25.0-py2.py3-none-any.whl (61kB) 2020-12-15 08:04:16.528 | Collecting packaging===20.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 322)) 2020-12-15 08:04:16.570 | Downloading http://10.100.0.9:8080/root/pypi/+f/998/416ba6962ae7f/packaging-20.4-py2.py3-none-any.whl 2020-12-15 08:04:16.591 | Collecting testtools===2.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 334)) 2020-12-15 08:04:16.635 | Downloading http://10.100.0.9:8080/root/pypi/+f/36f/f4998177c7d32/testtools-2.4.0-py2.py3-none-any.whl (185kB) 2020-12-15 08:04:16.691 | Collecting idna===2.10 (from -c /opt/stack/requirements/upper-constraints.txt (line 353)) 2020-12-15 08:04:16.724 | Downloading http://10.100.0.9:8080/root/pypi/+f/b97/d804b1e9b523b/idna-2.10-py2.py3-none-any.whl (58kB) 2020-12-15 08:04:16.743 | Collecting pyparsing===2.4.7 (from -c /opt/stack/requirements/upper-constraints.txt (line 398)) 2020-12-15 08:04:16.856 | Downloading http://10.100.0.9:8080/root/pypi/+f/ef9/d7589ef3c200a/pyparsing-2.4.7-py2.py3-none-any.whl (67kB) 2020-12-15 08:04:16.873 | Collecting six===1.15.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) 2020-12-15 08:04:16.906 | Downloading http://10.100.0.9:8080/root/pypi/+f/8b7/4bedcbbbaca38/six-1.15.0-py2.py3-none-any.whl 2020-12-15 08:04:16.919 | Collecting Parsley>=1.2 (from openstack-requirements==1.2.1.dev4217) 2020-12-15 08:04:16.937 | Downloading http://10.100.0.9:8080/root/pypi/+f/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88kB) 2020-12-15 08:04:16.964 | Collecting beagle>=0.2.1 (from openstack-requirements==1.2.1.dev4217) 2020-12-15 08:04:16.983 | Downloading http://10.100.0.9:8080/root/pypi/+f/34b/7236e550859b0/beagle-0.3.0-py3-none-any.whl 2020-12-15 08:04:17.029 | 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)) 2020-12-15 08:04:17.035 | Collecting certifi===2020.11.8 (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) 2020-12-15 08:04:17.084 | Downloading http://10.100.0.9:8080/root/pypi/+f/1f4/22849db327d53/certifi-2020.11.8-py2.py3-none-any.whl (155kB) 2020-12-15 08:04:17.105 | Collecting chardet===3.0.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2020-12-15 08:04:17.130 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/fc3/23ffcaeaed0e0/chardet-3.0.4-py2.py3-none-any.whl (133kB) 2020-12-15 08:04:17.158 | Collecting urllib3===1.26.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 165)) 2020-12-15 08:04:17.218 | Downloading http://10.100.0.9:8080/root/pypi/+f/d8f/f90d979214d7b/urllib3-1.26.2-py2.py3-none-any.whl (136kB) 2020-12-15 08:04:17.267 | Collecting python-mimeparse===1.6.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 94)) 2020-12-15 08:04:17.296 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/a29/5f03ff2034149/python_mimeparse-1.6.0-py2.py3-none-any.whl 2020-12-15 08:04:17.310 | Collecting unittest2===1.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 196)) 2020-12-15 08:04:17.339 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/13f/77d0875db6d9b/unittest2-1.1.0-py2.py3-none-any.whl (96kB) 2020-12-15 08:04:17.370 | Collecting extras===1.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) 2020-12-15 08:04:17.387 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/f68/9f08df47e2dec/extras-1.0.0-py2.py3-none-any.whl 2020-12-15 08:04:17.400 | Collecting traceback2===1.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 140)) 2020-12-15 08:04:17.422 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/825/3cebec4b19094/traceback2-1.4.0-py2.py3-none-any.whl 2020-12-15 08:04:17.437 | Collecting cliff===3.5.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 237)) 2020-12-15 08:04:17.700 | Downloading http://10.100.0.9:8080/root/pypi/+f/31c/2e2bf04d826c2/cliff-3.5.0-py3-none-any.whl (81kB) 2020-12-15 08:04:17.739 | Collecting argparse (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 196)) 2020-12-15 08:04:17.766 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl 2020-12-15 08:04:17.780 | Collecting linecache2===1.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 351)) 2020-12-15 08:04:17.796 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/e78/be9c0a0dfcbac/linecache2-1.0.0-py2.py3-none-any.whl 2020-12-15 08:04:17.810 | Collecting cmd2===1.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 418)) 2020-12-15 08:04:17.930 | Downloading http://10.100.0.9:8080/root/pypi/+f/87c/19e56c145fbc6/cmd2-1.4.0-py3-none-any.whl (133kB) 2020-12-15 08:04:18.011 | Collecting prettytable===0.7.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 137)) 2020-12-15 08:04:18.037 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/788/48506f2c027f8/prettytable-0.7.2-py3-none-any.whl 2020-12-15 08:04:18.051 | Collecting stevedore===3.3.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 409)) 2020-12-15 08:04:18.116 | Downloading http://10.100.0.9:8080/root/pypi/+f/50d/7b78fbaf0d04c/stevedore-3.3.0-py3-none-any.whl (49kB) 2020-12-15 08:04:18.146 | Collecting pyperclip===1.8.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 259)) 2020-12-15 08:04:18.197 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/8bb/51a8fb6ad32d5/pyperclip-1.8.1-py3-none-any.whl 2020-12-15 08:04:18.210 | Collecting wcwidth===0.2.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 134)) 2020-12-15 08:04:18.235 | Downloading http://10.100.0.9:8080/root/pypi/+f/beb/4802a9cebb914/wcwidth-0.2.5-py2.py3-none-any.whl 2020-12-15 08:04:18.256 | Collecting colorama===0.4.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 559)) 2020-12-15 08:04:18.317 | Downloading http://10.100.0.9:8080/root/pypi/+f/9f4/7eda37229f68e/colorama-0.4.4-py2.py3-none-any.whl 2020-12-15 08:04:18.333 | Collecting attrs===20.3.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 49)) 2020-12-15 08:04:18.474 | Downloading http://10.100.0.9:8080/root/pypi/+f/31b/2eced602aa842/attrs-20.3.0-py2.py3-none-any.whl (49kB) 2020-12-15 08:04:18.536 | Collecting importlib-metadata===3.1.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 271)) 2020-12-15 08:04:18.591 | Downloading http://10.100.0.9:8080/root/pypi/+f/611/2e21359ef8f34/importlib_metadata-3.1.1-py3-none-any.whl 2020-12-15 08:04:18.638 | Collecting zipp===3.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 530)) 2020-12-15 08:04:18.676 | Downloading http://10.100.0.9:8080/root/pypi/+f/102/c24ef8f171fd7/zipp-3.4.0-py3-none-any.whl 2020-12-15 08:04:18.711 | Building wheels for collected packages: PyYAML 2020-12-15 08:04:18.712 | Running setup.py bdist_wheel for PyYAML: started 2020-12-15 08:04:18.995 | Running setup.py bdist_wheel for PyYAML: finished with status 'error' 2020-12-15 08:04:18.995 | Complete output from command /opt/stack/requirements/.venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-eyasndjx/PyYAML/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpfkyzlulypip-wheel- --python-tag cp36: 2020-12-15 08:04:18.996 | usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2020-12-15 08:04:18.996 | or: -c --help [cmd1 cmd2 ...] 2020-12-15 08:04:18.996 | or: -c --help-commands 2020-12-15 08:04:18.996 | or: -c cmd --help 2020-12-15 08:04:18.996 | 2020-12-15 08:04:18.996 | error: invalid command 'bdist_wheel' 2020-12-15 08:04:18.996 | 2020-12-15 08:04:18.996 | ---------------------------------------- 2020-12-15 08:04:18.996 | Failed building wheel for PyYAML 2020-12-15 08:04:18.996 | Running setup.py clean for PyYAML 2020-12-15 08:04:19.284 | Failed to build PyYAML 2020-12-15 08:04:19.285 | Installing collected packages: chardet, certifi, attrs, six, python-mimeparse, argparse, linecache2, traceback2, unittest2, extras, testtools, fixtures, wcwidth, prettytable, urllib3, PyYAML, idna, requests, pyperclip, colorama, zipp, importlib-metadata, cmd2, pyparsing, stevedore, cliff, packaging, Parsley, beagle, openstack-requirements 2020-12-15 08:04:20.235 | Running setup.py install for PyYAML: started 2020-12-15 08:04:29.777 | Running setup.py install for PyYAML: finished with status 'done' 2020-12-15 08:04:30.530 | Running setup.py install for openstack-requirements: started 2020-12-15 08:04:32.841 | Running setup.py install for openstack-requirements: finished with status 'done' 2020-12-15 08:04:33.404 | Successfully installed Parsley-1.3 PyYAML-5.3.1 argparse-1.4.0 attrs-20.3.0 beagle-0.3.0 certifi-2020.11.8 chardet-3.0.4 cliff-3.5.0 cmd2-1.4.0 colorama-0.4.4 extras-1.0.0 fixtures-3.0.0 idna-2.10 importlib-metadata-3.1.1 linecache2-1.0.0 openstack-requirements-1.2.1.dev4217 packaging-20.4 prettytable-0.7.2 pyparsing-2.4.7 pyperclip-1.8.1 python-mimeparse-1.6.0 requests-2.25.0 six-1.15.0 stevedore-3.3.0 testtools-2.4.0 traceback2-1.4.0 unittest2-1.1.0 urllib3-1.26.2 wcwidth-0.2.5 zipp-3.4.0 2020-12-15 08:04:33.530 | + inc/python:pip_install:200 : result=0 2020-12-15 08:04:33.532 | + inc/python:pip_install:202 : time_stop pip_install 2020-12-15 08:04:33.534 | + functions-common:time_stop:2306 : local name 2020-12-15 08:04:33.537 | + functions-common:time_stop:2307 : local end_time 2020-12-15 08:04:33.539 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-15 08:04:33.541 | + functions-common:time_stop:2309 : local total 2020-12-15 08:04:33.543 | + functions-common:time_stop:2310 : local start_time 2020-12-15 08:04:33.545 | + functions-common:time_stop:2312 : name=pip_install 2020-12-15 08:04:33.547 | + functions-common:time_stop:2313 : start_time=1608019451579 2020-12-15 08:04:33.549 | + functions-common:time_stop:2315 : [[ -z 1608019451579 ]] 2020-12-15 08:04:33.552 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-15 08:04:33.555 | + functions-common:time_stop:2318 : end_time=1608019473553 2020-12-15 08:04:33.557 | + functions-common:time_stop:2319 : elapsed_time=21974 2020-12-15 08:04:33.559 | + functions-common:time_stop:2320 : total=25662 2020-12-15 08:04:33.561 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-15 08:04:33.563 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=47636 2020-12-15 08:04:33.565 | + inc/python:pip_install:203 : return 0 2020-12-15 08:04:33.568 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2020-12-15 08:04:33.570 | + lib/infra:install_infra:42 : use_library_from_git pbr 2020-12-15 08:04:33.573 | + inc/python:use_library_from_git:250 : local name=pbr 2020-12-15 08:04:33.575 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:04:33.577 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:04:33.579 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pbr, ]] 2020-12-15 08:04:33.583 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:04:33.585 | + lib/infra:install_infra:48 : pip_install -U pbr 2020-12-15 08:04:33.603 | Using python 3.6 to install pbr 2020-12-15 08:04:33.605 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2020-12-15 08:04:35.391 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-12-15 08:04:35.537 | 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) 2020-12-15 08:04:36.074 | WARNING: You are using pip version 20.2.4; however, version 20.3.1 is available. 2020-12-15 08:04:36.074 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2020-12-15 08:04:36.150 | + inc/python:pip_install:200 : result=0 2020-12-15 08:04:36.152 | + inc/python:pip_install:202 : time_stop pip_install 2020-12-15 08:04:36.154 | + functions-common:time_stop:2306 : local name 2020-12-15 08:04:36.156 | + functions-common:time_stop:2307 : local end_time 2020-12-15 08:04:36.158 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-15 08:04:36.161 | + functions-common:time_stop:2309 : local total 2020-12-15 08:04:36.163 | + functions-common:time_stop:2310 : local start_time 2020-12-15 08:04:36.165 | + functions-common:time_stop:2312 : name=pip_install 2020-12-15 08:04:36.167 | + functions-common:time_stop:2313 : start_time=1608019473599 2020-12-15 08:04:36.169 | + functions-common:time_stop:2315 : [[ -z 1608019473599 ]] 2020-12-15 08:04:36.172 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-15 08:04:36.175 | + functions-common:time_stop:2318 : end_time=1608019476172 2020-12-15 08:04:36.177 | + functions-common:time_stop:2319 : elapsed_time=2573 2020-12-15 08:04:36.179 | + functions-common:time_stop:2320 : total=47636 2020-12-15 08:04:36.181 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-15 08:04:36.183 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=50209 2020-12-15 08:04:36.185 | + inc/python:pip_install:203 : return 0 2020-12-15 08:04:36.188 | + ./stack.sh:main:777 : python3 -m venv /opt/stack/bindep-venv 2020-12-15 08:04:38.773 | + ./stack.sh:main:779 : /opt/stack/bindep-venv/bin/pip install bindep 2020-12-15 08:04:40.433 | Collecting bindep 2020-12-15 08:04:40.497 | Downloading http://10.100.0.9:8080/root/pypi/+f/755/6130a90d5c67a/bindep-2.8.1-py2.py3-none-any.whl 2020-12-15 08:04:40.520 | Collecting pbr>=2.0.0 (from bindep) 2020-12-15 08:04:40.608 | Downloading http://10.100.0.9:8080/root/pypi/+f/b23/6cde0ac9a6aed/pbr-5.5.1-py2.py3-none-any.whl (106kB) 2020-12-15 08:04:40.639 | Collecting distro (from bindep) 2020-12-15 08:04:40.680 | Downloading http://10.100.0.9:8080/root/pypi/+f/df7/4eed763e18d10/distro-1.5.0-py2.py3-none-any.whl 2020-12-15 08:04:40.692 | Collecting Parsley (from bindep) 2020-12-15 08:04:40.710 | Downloading http://10.100.0.9:8080/root/pypi/+f/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88kB) 2020-12-15 08:04:40.732 | Installing collected packages: pbr, distro, Parsley, bindep 2020-12-15 08:04:41.063 | Successfully installed Parsley-1.3 bindep-2.8.1 distro-1.5.0 pbr-5.5.1 2020-12-15 08:04:41.129 | + ./stack.sh:main:780 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2020-12-15 08:04:41.131 | + ./stack.sh:main:780 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2020-12-15 08:04:41.134 | ++ ./stack.sh:main:783 : _get_plugin_bindep_packages 2020-12-15 08:04:41.152 | + ./stack.sh:main:783 : pkgs= 2020-12-15 08:04:41.154 | + ./stack.sh:main:784 : [[ -n '' ]] 2020-12-15 08:04:41.157 | + ./stack.sh:main:791 : run_phase stack pre-install 2020-12-15 08:04:41.159 | + functions-common:run_phase:1734 : local mode=stack 2020-12-15 08:04:41.161 | + functions-common:run_phase:1735 : local phase=pre-install 2020-12-15 08:04:41.163 | + functions-common:run_phase:1736 : [[ -d /home/ubuntu/devstack/extras.d ]] 2020-12-15 08:04:41.166 | + functions-common:run_phase:1737 : local extra_plugin_file_name 2020-12-15 08:04:41.168 | + functions-common:run_phase:1738 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2020-12-15 08:04:41.170 | + functions-common:run_phase:1743 : local exceptions=80-tempest.sh 2020-12-15 08:04:41.172 | + functions-common:run_phase:1744 : local extra 2020-12-15 08:04:41.175 | ++ functions-common:run_phase:1745 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2020-12-15 08:04:41.178 | + functions-common:run_phase:1745 : extra=80-tempest.sh 2020-12-15 08:04:41.180 | + functions-common:run_phase:1746 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2020-12-15 08:04:41.183 | + functions-common:run_phase:1750 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2020-12-15 08:04:41.185 | + functions-common:run_phase:1750 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2020-12-15 08:04:41.187 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2020-12-15 08:04:41.202 | ++ functions-common:is_service_enabled:1962 : return 0 2020-12-15 08:04:41.204 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2020-12-15 08:04:41.206 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2020-12-15 08:04:41.209 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2020-12-15 08:04:41.211 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2020-12-15 08:04:41.213 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2020-12-15 08:04:41.215 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2020-12-15 08:04:41.217 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2020-12-15 08:04:41.219 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2020-12-15 08:04:41.221 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2020-12-15 08:04:41.223 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2020-12-15 08:04:41.225 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2020-12-15 08:04:41.227 | ++ extras.d/80-tempest.sh:source:26 : [[ stack == \u\n\s\t\a\c\k ]] 2020-12-15 08:04:41.229 | ++ extras.d/80-tempest.sh:source:31 : [[ stack == \c\l\e\a\n ]] 2020-12-15 08:04:41.232 | + functions-common:run_phase:1755 : [[ stack == \s\o\u\r\c\e ]] 2020-12-15 08:04:41.234 | + functions-common:run_phase:1758 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2020-12-15 08:04:41.236 | + functions-common:run_phase:1761 : run_plugins stack pre-install 2020-12-15 08:04:41.238 | + functions-common:run_plugins:1720 : local mode=stack 2020-12-15 08:04:41.241 | + functions-common:run_plugins:1721 : local phase=pre-install 2020-12-15 08:04:41.243 | + functions-common:run_plugins:1723 : local plugins= 2020-12-15 08:04:41.245 | + functions-common:run_plugins:1724 : local plugin 2020-12-15 08:04:41.247 | + ./stack.sh:main:794 : set_systemd_override DefaultLimitNOFILE 2048 2020-12-15 08:04:41.250 | + functions:set_systemd_override:849 : local key=DefaultLimitNOFILE 2020-12-15 08:04:41.252 | + functions:set_systemd_override:850 : local value=2048 2020-12-15 08:04:41.255 | + functions:set_systemd_override:852 : local sysconf=/etc/systemd/system.conf 2020-12-15 08:04:41.257 | + functions:set_systemd_override:853 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2020-12-15 08:04:41.304 | + functions:set_systemd_override:854 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2020-12-15 08:04:41.305 | Set systemd system override for DefaultLimitNOFILE=2048 2020-12-15 08:04:41.307 | + functions:set_systemd_override:856 : sudo systemctl daemon-reload 2020-12-15 08:04:41.488 | + ./stack.sh:main:796 : install_rpc_backend 2020-12-15 08:04:41.491 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2020-12-15 08:04:41.506 | + functions-common:is_service_enabled:1962 : return 0 2020-12-15 08:04:41.509 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2020-12-15 08:04:41.511 | + functions-common:install_package:1344 : update_package_repo 2020-12-15 08:04:41.513 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-12-15 08:04:41.515 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2020-12-15 08:04:41.518 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-12-15 08:04:41.521 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-12-15 08:04:41.523 | + functions-common:update_package_repo:1324 : is_ubuntu 2020-12-15 08:04:41.525 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-15 08:04:41.527 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-15 08:04:41.529 | + functions-common:update_package_repo:1325 : apt_get_update 2020-12-15 08:04:41.532 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2020-12-15 08:04:41.534 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2020-12-15 08:04:41.536 | + functions-common:apt_get_update:1071 : return 2020-12-15 08:04:41.538 | + functions-common:install_package:1345 : real_install_package rabbitmq-server 2020-12-15 08:04:41.541 | + functions-common:real_install_package:1330 : is_ubuntu 2020-12-15 08:04:41.543 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-15 08:04:41.545 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-15 08:04:41.547 | + functions-common:real_install_package:1331 : apt_get install rabbitmq-server 2020-12-15 08:04:41.566 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2020-12-15 08:04:41.685 | Reading package lists... 2020-12-15 08:04:41.927 | Building dependency tree... 2020-12-15 08:04:41.928 | Reading state information... 2020-12-15 08:04:42.138 | The following packages were automatically installed and are no longer required: 2020-12-15 08:04:42.139 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2020-12-15 08:04:42.139 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2020-12-15 08:04:42.139 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2020-12-15 08:04:42.139 | python3-pam python3-problem-report python3-pyasn1 2020-12-15 08:04:42.139 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-12-15 08:04:42.139 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-12-15 08:04:42.139 | python3-zope.interface 2020-12-15 08:04:42.139 | Use 'sudo apt autoremove' to remove them. 2020-12-15 08:04:42.140 | The following additional packages will be installed: 2020-12-15 08:04:42.140 | erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter 2020-12-15 08:04:42.140 | erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic 2020-12-15 08:04:42.140 | erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon 2020-12-15 08:04:42.140 | erlang-parsetools erlang-public-key erlang-runtime-tools erlang-snmp 2020-12-15 08:04:42.140 | erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools erlang-xmerl libodbc1 2020-12-15 08:04:42.142 | Suggested packages: 2020-12-15 08:04:42.142 | erlang erlang-manpages erlang-doc xsltproc fop erlang-ic-java libmyodbc 2020-12-15 08:04:42.142 | odbc-postgresql tdsodbc unixodbc-bin 2020-12-15 08:04:42.186 | The following NEW packages will be installed: 2020-12-15 08:04:42.186 | erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter 2020-12-15 08:04:42.186 | erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic 2020-12-15 08:04:42.186 | erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon 2020-12-15 08:04:42.186 | erlang-parsetools erlang-public-key erlang-runtime-tools erlang-snmp 2020-12-15 08:04:42.187 | erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools erlang-xmerl libodbc1 2020-12-15 08:04:42.187 | rabbitmq-server 2020-12-15 08:04:42.464 | 0 upgraded, 26 newly installed, 0 to remove and 164 not upgraded. 2020-12-15 08:04:42.464 | Need to get 24.5 MB of archives. 2020-12-15 08:04:42.464 | After this operation, 40.4 MB of additional disk space will be used. 2020-12-15 08:04:42.464 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-base amd64 1:20.2.2+dfsg-1ubuntu2 [7,323 kB] 2020-12-15 08:04:44.116 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-asn1 amd64 1:20.2.2+dfsg-1ubuntu2 [724 kB] 2020-12-15 08:04:44.178 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-mnesia amd64 1:20.2.2+dfsg-1ubuntu2 [724 kB] 2020-12-15 08:04:44.240 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-runtime-tools amd64 1:20.2.2+dfsg-1ubuntu2 [178 kB] 2020-12-15 08:04:44.255 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-crypto amd64 1:20.2.2+dfsg-1ubuntu2 [104 kB] 2020-12-15 08:04:44.466 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-public-key amd64 1:20.2.2+dfsg-1ubuntu2 [561 kB] 2020-12-15 08:04:44.480 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ssl amd64 1:20.2.2+dfsg-1ubuntu2 [814 kB] 2020-12-15 08:04:44.503 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-inets amd64 1:20.2.2+dfsg-1ubuntu2 [711 kB] 2020-12-15 08:04:44.710 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-corba amd64 1:20.2.2+dfsg-1ubuntu2 [2,251 kB] 2020-12-15 08:04:44.975 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-syntax-tools amd64 1:20.2.2+dfsg-1ubuntu2 [345 kB] 2020-12-15 08:04:44.984 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-diameter amd64 1:20.2.2+dfsg-1ubuntu2 [647 kB] 2020-12-15 08:04:45.042 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-xmerl amd64 1:20.2.2+dfsg-1ubuntu2 [964 kB] 2020-12-15 08:04:45.248 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-edoc amd64 1:20.2.2+dfsg-1ubuntu2 [283 kB] 2020-12-15 08:04:45.256 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-eldap amd64 1:20.2.2+dfsg-1ubuntu2 [101 kB] 2020-12-15 08:04:45.259 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-erl-docgen amd64 1:20.2.2+dfsg-1ubuntu2 [118 kB] 2020-12-15 08:04:45.262 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-eunit amd64 1:20.2.2+dfsg-1ubuntu2 [136 kB] 2020-12-15 08:04:45.267 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ic amd64 1:20.2.2+dfsg-1ubuntu2 [817 kB] 2020-12-15 08:04:45.602 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libodbc1 amd64 2.3.4-1.1ubuntu3 [183 kB] 2020-12-15 08:04:45.606 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-odbc amd64 1:20.2.2+dfsg-1ubuntu2 [47.5 kB] 2020-12-15 08:04:45.607 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-snmp amd64 1:20.2.2+dfsg-1ubuntu2 [1,531 kB] 2020-12-15 08:04:45.775 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-os-mon amd64 1:20.2.2+dfsg-1ubuntu2 [90.4 kB] 2020-12-15 08:04:45.777 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-parsetools amd64 1:20.2.2+dfsg-1ubuntu2 [153 kB] 2020-12-15 08:04:45.781 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ssh amd64 1:20.2.2+dfsg-1ubuntu2 [508 kB] 2020-12-15 08:04:45.879 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-tools amd64 1:20.2.2+dfsg-1ubuntu2 [503 kB] 2020-12-15 08:04:45.981 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-nox all 1:20.2.2+dfsg-1ubuntu2 [13.4 kB] 2020-12-15 08:04:45.982 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 rabbitmq-server all 3.6.10-1ubuntu0.4 [4,651 kB] 2020-12-15 08:04:47.191 | Fetched 24.5 MB in 4s (5,501 kB/s) 2020-12-15 08:04:47.226 | Selecting previously unselected package erlang-base. 2020-12-15 08:04:47.263 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 74728 files and directories currently installed.) 2020-12-15 08:04:47.266 | Preparing to unpack .../00-erlang-base_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-15 08:04:47.269 | Unpacking erlang-base (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:48.326 | Selecting previously unselected package erlang-asn1. 2020-12-15 08:04:48.334 | Preparing to unpack .../01-erlang-asn1_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-15 08:04:48.336 | Unpacking erlang-asn1 (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:48.475 | Selecting previously unselected package erlang-mnesia. 2020-12-15 08:04:48.482 | Preparing to unpack .../02-erlang-mnesia_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-15 08:04:48.484 | Unpacking erlang-mnesia (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:48.625 | Selecting previously unselected package erlang-runtime-tools. 2020-12-15 08:04:48.632 | Preparing to unpack .../03-erlang-runtime-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-15 08:04:48.635 | Unpacking erlang-runtime-tools (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:48.715 | Selecting previously unselected package erlang-crypto. 2020-12-15 08:04:48.722 | Preparing to unpack .../04-erlang-crypto_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-15 08:04:48.724 | Unpacking erlang-crypto (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:48.792 | Selecting previously unselected package erlang-public-key. 2020-12-15 08:04:48.799 | Preparing to unpack .../05-erlang-public-key_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-15 08:04:48.801 | Unpacking erlang-public-key (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:48.930 | Selecting previously unselected package erlang-ssl. 2020-12-15 08:04:48.938 | Preparing to unpack .../06-erlang-ssl_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-15 08:04:48.940 | Unpacking erlang-ssl (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:49.100 | Selecting previously unselected package erlang-inets. 2020-12-15 08:04:49.108 | Preparing to unpack .../07-erlang-inets_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-15 08:04:49.110 | Unpacking erlang-inets (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:49.257 | Selecting previously unselected package erlang-corba. 2020-12-15 08:04:49.264 | Preparing to unpack .../08-erlang-corba_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-15 08:04:49.266 | Unpacking erlang-corba (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:49.648 | Selecting previously unselected package erlang-syntax-tools. 2020-12-15 08:04:49.656 | Preparing to unpack .../09-erlang-syntax-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-15 08:04:49.658 | Unpacking erlang-syntax-tools (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:49.757 | Selecting previously unselected package erlang-diameter. 2020-12-15 08:04:49.765 | Preparing to unpack .../10-erlang-diameter_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-15 08:04:49.767 | Unpacking erlang-diameter (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:49.906 | Selecting previously unselected package erlang-xmerl. 2020-12-15 08:04:49.914 | Preparing to unpack .../11-erlang-xmerl_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-15 08:04:49.916 | Unpacking erlang-xmerl (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:50.098 | Selecting previously unselected package erlang-edoc. 2020-12-15 08:04:50.106 | Preparing to unpack .../12-erlang-edoc_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-15 08:04:50.109 | Unpacking erlang-edoc (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:50.199 | Selecting previously unselected package erlang-eldap. 2020-12-15 08:04:50.207 | Preparing to unpack .../13-erlang-eldap_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-15 08:04:50.209 | Unpacking erlang-eldap (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:50.275 | Selecting previously unselected package erlang-erl-docgen. 2020-12-15 08:04:50.282 | Preparing to unpack .../14-erlang-erl-docgen_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-15 08:04:50.284 | Unpacking erlang-erl-docgen (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:50.358 | Selecting previously unselected package erlang-eunit. 2020-12-15 08:04:50.365 | Preparing to unpack .../15-erlang-eunit_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-15 08:04:50.368 | Unpacking erlang-eunit (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:50.438 | Selecting previously unselected package erlang-ic. 2020-12-15 08:04:50.446 | Preparing to unpack .../16-erlang-ic_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-15 08:04:50.448 | Unpacking erlang-ic (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:50.638 | Selecting previously unselected package libodbc1:amd64. 2020-12-15 08:04:50.645 | Preparing to unpack .../17-libodbc1_2.3.4-1.1ubuntu3_amd64.deb ... 2020-12-15 08:04:50.657 | Unpacking libodbc1:amd64 (2.3.4-1.1ubuntu3) ... 2020-12-15 08:04:50.739 | Selecting previously unselected package erlang-odbc. 2020-12-15 08:04:50.746 | Preparing to unpack .../18-erlang-odbc_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-15 08:04:50.748 | Unpacking erlang-odbc (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:50.807 | Selecting previously unselected package erlang-snmp. 2020-12-15 08:04:50.815 | Preparing to unpack .../19-erlang-snmp_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-15 08:04:50.817 | Unpacking erlang-snmp (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:51.089 | Selecting previously unselected package erlang-os-mon. 2020-12-15 08:04:51.097 | Preparing to unpack .../20-erlang-os-mon_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-15 08:04:51.099 | Unpacking erlang-os-mon (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:51.164 | Selecting previously unselected package erlang-parsetools. 2020-12-15 08:04:51.172 | Preparing to unpack .../21-erlang-parsetools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-15 08:04:51.174 | Unpacking erlang-parsetools (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:51.248 | Selecting previously unselected package erlang-ssh. 2020-12-15 08:04:51.255 | Preparing to unpack .../22-erlang-ssh_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-15 08:04:51.258 | Unpacking erlang-ssh (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:51.376 | Selecting previously unselected package erlang-tools. 2020-12-15 08:04:51.384 | Preparing to unpack .../23-erlang-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-15 08:04:51.387 | Unpacking erlang-tools (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:51.507 | Selecting previously unselected package erlang-nox. 2020-12-15 08:04:51.515 | Preparing to unpack .../24-erlang-nox_1%3a20.2.2+dfsg-1ubuntu2_all.deb ... 2020-12-15 08:04:51.517 | Unpacking erlang-nox (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:51.608 | Selecting previously unselected package rabbitmq-server. 2020-12-15 08:04:51.616 | Preparing to unpack .../25-rabbitmq-server_3.6.10-1ubuntu0.4_all.deb ... 2020-12-15 08:04:51.618 | Unpacking rabbitmq-server (3.6.10-1ubuntu0.4) ... 2020-12-15 08:04:52.154 | Setting up libodbc1:amd64 (2.3.4-1.1ubuntu3) ... 2020-12-15 08:04:52.174 | Setting up erlang-base (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:52.988 | Searching for services which depend on erlang and should be started...none found. 2020-12-15 08:04:52.991 | Processing triggers for ureadahead (0.100.0-21) ... 2020-12-15 08:04:53.014 | Setting up erlang-ic (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:53.041 | Setting up erlang-xmerl (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:53.069 | Setting up erlang-crypto (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:53.096 | Setting up erlang-asn1 (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:53.124 | Setting up erlang-mnesia (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:53.151 | Setting up erlang-eunit (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:53.179 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2020-12-15 08:04:53.208 | Processing triggers for systemd (237-3ubuntu10.43) ... 2020-12-15 08:04:53.401 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-12-15 08:04:54.034 | Setting up erlang-runtime-tools (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:54.061 | Setting up erlang-syntax-tools (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:54.089 | Setting up erlang-odbc (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:54.117 | Setting up erlang-parsetools (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:54.144 | Setting up erlang-public-key (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:54.171 | Setting up erlang-snmp (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:54.199 | Setting up erlang-ssl (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:54.227 | Setting up erlang-inets (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:54.254 | Setting up erlang-tools (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:54.282 | Setting up erlang-diameter (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:54.309 | Setting up erlang-ssh (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:54.337 | Setting up erlang-os-mon (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:54.364 | Setting up erlang-eldap (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:54.391 | Setting up erlang-edoc (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:54.419 | Setting up erlang-corba (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:54.446 | Setting up erlang-erl-docgen (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:54.473 | Setting up erlang-nox (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-15 08:04:54.501 | Setting up rabbitmq-server (3.6.10-1ubuntu0.4) ... 2020-12-15 08:04:54.635 | Adding group `rabbitmq' (GID 121) ... 2020-12-15 08:04:54.667 | Done. 2020-12-15 08:04:54.740 | Adding system user `rabbitmq' (UID 115) ... 2020-12-15 08:04:54.740 | Adding new user `rabbitmq' (UID 115) with group `rabbitmq' ... 2020-12-15 08:04:54.816 | Not creating home directory `/var/lib/rabbitmq'. 2020-12-15 08:04:55.055 | Created symlink /etc/systemd/system/multi-user.target.wants/rabbitmq-server.service → /lib/systemd/system/rabbitmq-server.service. 2020-12-15 08:04:59.833 | Processing triggers for systemd (237-3ubuntu10.43) ... 2020-12-15 08:05:00.024 | Processing triggers for ureadahead (0.100.0-21) ... 2020-12-15 08:05:01.921 | + functions-common:apt_get:1115 : result=0 2020-12-15 08:05:01.923 | + functions-common:apt_get:1118 : time_stop apt-get 2020-12-15 08:05:01.925 | + functions-common:time_stop:2306 : local name 2020-12-15 08:05:01.927 | + functions-common:time_stop:2307 : local end_time 2020-12-15 08:05:01.930 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-15 08:05:01.932 | + functions-common:time_stop:2309 : local total 2020-12-15 08:05:01.934 | + functions-common:time_stop:2310 : local start_time 2020-12-15 08:05:01.936 | + functions-common:time_stop:2312 : name=apt-get 2020-12-15 08:05:01.938 | + functions-common:time_stop:2313 : start_time=1608019481563 2020-12-15 08:05:01.940 | + functions-common:time_stop:2315 : [[ -z 1608019481563 ]] 2020-12-15 08:05:01.944 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-15 08:05:01.947 | + functions-common:time_stop:2318 : end_time=1608019501945 2020-12-15 08:05:01.949 | + functions-common:time_stop:2319 : elapsed_time=20382 2020-12-15 08:05:01.952 | + functions-common:time_stop:2320 : total=139508 2020-12-15 08:05:01.954 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-15 08:05:01.956 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=159890 2020-12-15 08:05:01.958 | + functions-common:apt_get:1119 : return 0 2020-12-15 08:05:01.961 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2020-12-15 08:05:01.963 | + functions-common:is_suse:464 : is_opensuse 2020-12-15 08:05:01.965 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2020-12-15 08:05:01.968 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2020-12-15 08:05:01.970 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2020-12-15 08:05:01.972 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2020-12-15 08:05:01.974 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2020-12-15 08:05:01.977 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2020-12-15 08:05:01.979 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2020-12-15 08:05:01.981 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2020-12-15 08:05:01.983 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2020-12-15 08:05:01.985 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2020-12-15 08:05:01.988 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2020-12-15 08:05:01.990 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2020-12-15 08:05:01.992 | + functions-common:is_fedora:455 : '[' Ubuntu = OracleServer ']' 2020-12-15 08:05:01.994 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2020-12-15 08:05:01.997 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2020-12-15 08:05:01.999 | + functions-common:is_suse:464 : is_opensuse 2020-12-15 08:05:02.002 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2020-12-15 08:05:02.004 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2020-12-15 08:05:02.007 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2020-12-15 08:05:02.009 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2020-12-15 08:05:02.011 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2020-12-15 08:05:02.014 | + ./stack.sh:main:797 : restart_rpc_backend 2020-12-15 08:05:02.016 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2020-12-15 08:05:02.031 | + functions-common:is_service_enabled:1962 : return 0 2020-12-15 08:05:02.034 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2020-12-15 08:05:02.036 | + ./stack.sh:echo_summary:410 : [[ -t 3 ]] 2020-12-15 08:05:02.038 | + ./stack.sh:echo_summary:416 : echo -e Starting RabbitMQ 2020-12-15 08:05:02.040 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2020-12-15 08:05:02.043 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2020-12-15 08:05:02.047 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2020-12-15 08:05:02.049 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2020-12-15 08:05:02.051 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2020-12-15 08:05:02.054 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2020-12-15 08:05:02.056 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2020-12-15 08:05:02.058 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2020-12-15 08:05:02.061 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2020-12-15 08:05:03.083 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users 2020-12-15 08:05:03.083 | guest [administrator]' 2020-12-15 08:05:03.087 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users 2020-12-15 08:05:03.087 | guest [administrator]' 2020-12-15 08:05:03.087 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2020-12-15 08:05:03.092 | + lib/rpc_backend:rabbit_setuser:176 : found= 2020-12-15 08:05:03.095 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2020-12-15 08:05:03.097 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit Passw0rd 2020-12-15 08:05:04.111 | Creating user "stackrabbit" 2020-12-15 08:05:04.135 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2020-12-15 08:05:05.189 | Setting permissions for user "stackrabbit" in vhost "/" 2020-12-15 08:05:05.214 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2020-12-15 08:05:05.216 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2020-12-15 08:05:06.244 | Changing password for user "stackrabbit" 2020-12-15 08:05:06.268 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2020-12-15 08:05:06.271 | + lib/rpc_backend:restart_rpc_backend:116 : break 2020-12-15 08:05:06.273 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2020-12-15 08:05:07.273 | Deleting user "guest" 2020-12-15 08:05:07.297 | + ./stack.sh:main:799 : is_service_enabled mysql postgresql 2020-12-15 08:05:07.313 | + functions-common:is_service_enabled:1962 : return 0 2020-12-15 08:05:07.315 | + ./stack.sh:main:800 : install_database 2020-12-15 08:05:07.317 | + lib/database:install_database:116 : install_database_mysql 2020-12-15 08:05:07.320 | + lib/databases/mysql:install_database_mysql:150 : is_ubuntu 2020-12-15 08:05:07.322 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-15 08:05:07.325 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-15 08:05:07.327 | + lib/databases/mysql:install_database_mysql:153 : sudo debconf-set-selections 2020-12-15 08:05:07.524 | + lib/databases/mysql:install_database_mysql:163 : [[ ! -e /home/ubuntu/.my.cnf ]] 2020-12-15 08:05:07.527 | + lib/databases/mysql:install_database_mysql:164 : cat 2020-12-15 08:05:07.531 | + lib/databases/mysql:install_database_mysql:170 : is_ubuntu 2020-12-15 08:05:07.533 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-15 08:05:07.535 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-15 08:05:07.538 | + lib/databases/mysql:install_database_mysql:170 : '[' mysql '!=' mariadb ']' 2020-12-15 08:05:07.540 | + lib/databases/mysql:install_database_mysql:171 : echo host=127.0.0.1 2020-12-15 08:05:07.543 | + lib/databases/mysql:install_database_mysql:173 : chmod 0600 /home/ubuntu/.my.cnf 2020-12-15 08:05:07.546 | + lib/databases/mysql:install_database_mysql:176 : is_oraclelinux 2020-12-15 08:05:07.549 | + functions-common:is_oraclelinux:436 : [[ -z Ubuntu ]] 2020-12-15 08:05:07.551 | + functions-common:is_oraclelinux:440 : '[' Ubuntu = OracleServer ']' 2020-12-15 08:05:07.553 | + lib/databases/mysql:install_database_mysql:178 : is_fedora 2020-12-15 08:05:07.555 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2020-12-15 08:05:07.558 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2020-12-15 08:05:07.560 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2020-12-15 08:05:07.562 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2020-12-15 08:05:07.565 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2020-12-15 08:05:07.570 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2020-12-15 08:05:07.572 | + functions-common:is_fedora:455 : '[' Ubuntu = OracleServer ']' 2020-12-15 08:05:07.575 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2020-12-15 08:05:07.577 | + lib/databases/mysql:install_database_mysql:181 : is_suse 2020-12-15 08:05:07.579 | + functions-common:is_suse:464 : is_opensuse 2020-12-15 08:05:07.581 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2020-12-15 08:05:07.584 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2020-12-15 08:05:07.587 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2020-12-15 08:05:07.589 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2020-12-15 08:05:07.591 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2020-12-15 08:05:07.593 | + lib/databases/mysql:install_database_mysql:184 : is_ubuntu 2020-12-15 08:05:07.596 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-15 08:05:07.598 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-15 08:05:07.601 | + lib/databases/mysql:install_database_mysql:185 : install_package mysql-server 2020-12-15 08:05:07.603 | + functions-common:install_package:1344 : update_package_repo 2020-12-15 08:05:07.605 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-12-15 08:05:07.608 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2020-12-15 08:05:07.610 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-12-15 08:05:07.612 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-12-15 08:05:07.614 | + functions-common:update_package_repo:1324 : is_ubuntu 2020-12-15 08:05:07.616 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-15 08:05:07.619 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-15 08:05:07.621 | + functions-common:update_package_repo:1325 : apt_get_update 2020-12-15 08:05:07.623 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2020-12-15 08:05:07.625 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2020-12-15 08:05:07.627 | + functions-common:apt_get_update:1071 : return 2020-12-15 08:05:07.630 | + functions-common:install_package:1345 : real_install_package mysql-server 2020-12-15 08:05:07.632 | + functions-common:real_install_package:1330 : is_ubuntu 2020-12-15 08:05:07.634 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-15 08:05:07.637 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-15 08:05:07.639 | + functions-common:real_install_package:1331 : apt_get install mysql-server 2020-12-15 08:05:07.657 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server 2020-12-15 08:05:07.777 | Reading package lists... 2020-12-15 08:05:08.034 | Building dependency tree... 2020-12-15 08:05:08.035 | Reading state information... 2020-12-15 08:05:08.257 | The following packages were automatically installed and are no longer required: 2020-12-15 08:05:08.258 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2020-12-15 08:05:08.258 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2020-12-15 08:05:08.258 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2020-12-15 08:05:08.258 | python3-pam python3-problem-report python3-pyasn1 2020-12-15 08:05:08.258 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-12-15 08:05:08.258 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-12-15 08:05:08.258 | python3-zope.interface 2020-12-15 08:05:08.258 | Use 'sudo apt autoremove' to remove them. 2020-12-15 08:05:08.259 | The following additional packages will be installed: 2020-12-15 08:05:08.259 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-6 2020-12-15 08:05:08.259 | libfcgi-perl libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl 2020-12-15 08:05:08.259 | libhttp-date-perl libhttp-message-perl libio-html-perl 2020-12-15 08:05:08.259 | liblwp-mediatypes-perl liburi-perl mysql-client-5.7 mysql-client-core-5.7 2020-12-15 08:05:08.259 | mysql-server-5.7 mysql-server-core-5.7 2020-12-15 08:05:08.260 | Suggested packages: 2020-12-15 08:05:08.261 | libdata-dump-perl libipc-sharedcache-perl libwww-perl mailx tinyca 2020-12-15 08:05:08.312 | The following NEW packages will be installed: 2020-12-15 08:05:08.312 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-6 2020-12-15 08:05:08.312 | libfcgi-perl libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl 2020-12-15 08:05:08.312 | libhttp-date-perl libhttp-message-perl libio-html-perl 2020-12-15 08:05:08.312 | liblwp-mediatypes-perl liburi-perl mysql-client-5.7 mysql-client-core-5.7 2020-12-15 08:05:08.313 | mysql-server mysql-server-5.7 mysql-server-core-5.7 2020-12-15 08:05:08.441 | 0 upgraded, 18 newly installed, 0 to remove and 164 not upgraded. 2020-12-15 08:05:08.442 | Need to get 19.7 MB of archives. 2020-12-15 08:05:08.442 | After this operation, 156 MB of additional disk space will be used. 2020-12-15 08:05:08.442 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-client-core-5.7 amd64 5.7.32-0ubuntu0.18.04.1 [6,660 kB] 2020-12-15 08:05:09.381 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-client-5.7 amd64 5.7.32-0ubuntu0.18.04.1 [1,943 kB] 2020-12-15 08:05:09.606 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-server-core-5.7 amd64 5.7.32-0ubuntu0.18.04.1 [7,455 kB] 2020-12-15 08:05:10.728 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libevent-core-2.1-6 amd64 2.1.8-stable-4build1 [85.9 kB] 2020-12-15 08:05:10.741 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-server-5.7 amd64 5.7.32-0ubuntu0.18.04.1 [2,935 kB] 2020-12-15 08:05:11.231 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-tagset-perl all 3.20-3 [12.1 kB] 2020-12-15 08:05:11.235 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liburi-perl all 1.73-1 [77.2 kB] 2020-12-15 08:05:11.241 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-parser-perl amd64 3.72-3build1 [85.9 kB] 2020-12-15 08:05:11.243 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-pm-perl all 4.38-1 [185 kB] 2020-12-15 08:05:11.248 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfcgi-perl amd64 0.78-2build1 [32.8 kB] 2020-12-15 08:05:11.249 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-fast-perl all 1:2.13-1 [9,940 B] 2020-12-15 08:05:11.249 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB] 2020-12-15 08:05:11.250 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-template-perl all 2.97-1 [59.0 kB] 2020-12-15 08:05:11.255 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-date-perl all 6.02-1 [10.4 kB] 2020-12-15 08:05:11.286 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libio-html-perl all 1.001-1 [14.9 kB] 2020-12-15 08:05:11.341 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liblwp-mediatypes-perl all 6.02-1 [21.7 kB] 2020-12-15 08:05:11.344 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-message-perl all 6.14-1 [72.1 kB] 2020-12-15 08:05:11.355 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-server all 5.7.32-0ubuntu0.18.04.1 [9,944 B] 2020-12-15 08:05:11.848 | Preconfiguring packages ... 2020-12-15 08:05:11.960 | Fetched 19.7 MB in 3s (6,502 kB/s) 2020-12-15 08:05:11.992 | Selecting previously unselected package mysql-client-core-5.7. 2020-12-15 08:05:12.032 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 76729 files and directories currently installed.) 2020-12-15 08:05:12.035 | Preparing to unpack .../00-mysql-client-core-5.7_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2020-12-15 08:05:12.038 | Unpacking mysql-client-core-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2020-12-15 08:05:13.058 | Selecting previously unselected package mysql-client-5.7. 2020-12-15 08:05:13.066 | Preparing to unpack .../01-mysql-client-5.7_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2020-12-15 08:05:13.069 | Unpacking mysql-client-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2020-12-15 08:05:13.533 | Selecting previously unselected package mysql-server-core-5.7. 2020-12-15 08:05:13.541 | Preparing to unpack .../02-mysql-server-core-5.7_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2020-12-15 08:05:13.543 | Unpacking mysql-server-core-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2020-12-15 08:05:14.751 | Selecting previously unselected package libevent-core-2.1-6:amd64. 2020-12-15 08:05:14.760 | Preparing to unpack .../03-libevent-core-2.1-6_2.1.8-stable-4build1_amd64.deb ... 2020-12-15 08:05:14.771 | Unpacking libevent-core-2.1-6:amd64 (2.1.8-stable-4build1) ... 2020-12-15 08:05:14.897 | Selecting previously unselected package mysql-server-5.7. 2020-12-15 08:05:14.904 | Preparing to unpack .../04-mysql-server-5.7_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2020-12-15 08:05:15.386 | Unpacking mysql-server-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2020-12-15 08:05:16.017 | Selecting previously unselected package libhtml-tagset-perl. 2020-12-15 08:05:16.025 | Preparing to unpack .../05-libhtml-tagset-perl_3.20-3_all.deb ... 2020-12-15 08:05:16.028 | Unpacking libhtml-tagset-perl (3.20-3) ... 2020-12-15 08:05:16.086 | Selecting previously unselected package liburi-perl. 2020-12-15 08:05:16.094 | Preparing to unpack .../06-liburi-perl_1.73-1_all.deb ... 2020-12-15 08:05:16.097 | Unpacking liburi-perl (1.73-1) ... 2020-12-15 08:05:16.168 | Selecting previously unselected package libhtml-parser-perl. 2020-12-15 08:05:16.176 | Preparing to unpack .../07-libhtml-parser-perl_3.72-3build1_amd64.deb ... 2020-12-15 08:05:16.179 | Unpacking libhtml-parser-perl (3.72-3build1) ... 2020-12-15 08:05:16.245 | Selecting previously unselected package libcgi-pm-perl. 2020-12-15 08:05:16.253 | Preparing to unpack .../08-libcgi-pm-perl_4.38-1_all.deb ... 2020-12-15 08:05:16.255 | Unpacking libcgi-pm-perl (4.38-1) ... 2020-12-15 08:05:16.334 | Selecting previously unselected package libfcgi-perl. 2020-12-15 08:05:16.342 | Preparing to unpack .../09-libfcgi-perl_0.78-2build1_amd64.deb ... 2020-12-15 08:05:16.345 | Unpacking libfcgi-perl (0.78-2build1) ... 2020-12-15 08:05:16.408 | Selecting previously unselected package libcgi-fast-perl. 2020-12-15 08:05:16.416 | Preparing to unpack .../10-libcgi-fast-perl_1%3a2.13-1_all.deb ... 2020-12-15 08:05:16.418 | Unpacking libcgi-fast-perl (1:2.13-1) ... 2020-12-15 08:05:16.478 | Selecting previously unselected package libencode-locale-perl. 2020-12-15 08:05:16.486 | Preparing to unpack .../11-libencode-locale-perl_1.05-1_all.deb ... 2020-12-15 08:05:16.488 | Unpacking libencode-locale-perl (1.05-1) ... 2020-12-15 08:05:16.546 | Selecting previously unselected package libhtml-template-perl. 2020-12-15 08:05:16.554 | Preparing to unpack .../12-libhtml-template-perl_2.97-1_all.deb ... 2020-12-15 08:05:16.557 | Unpacking libhtml-template-perl (2.97-1) ... 2020-12-15 08:05:16.621 | Selecting previously unselected package libhttp-date-perl. 2020-12-15 08:05:16.629 | Preparing to unpack .../13-libhttp-date-perl_6.02-1_all.deb ... 2020-12-15 08:05:16.632 | Unpacking libhttp-date-perl (6.02-1) ... 2020-12-15 08:05:16.690 | Selecting previously unselected package libio-html-perl. 2020-12-15 08:05:16.699 | Preparing to unpack .../14-libio-html-perl_1.001-1_all.deb ... 2020-12-15 08:05:16.701 | Unpacking libio-html-perl (1.001-1) ... 2020-12-15 08:05:16.761 | Selecting previously unselected package liblwp-mediatypes-perl. 2020-12-15 08:05:16.769 | Preparing to unpack .../15-liblwp-mediatypes-perl_6.02-1_all.deb ... 2020-12-15 08:05:16.772 | Unpacking liblwp-mediatypes-perl (6.02-1) ... 2020-12-15 08:05:16.831 | Selecting previously unselected package libhttp-message-perl. 2020-12-15 08:05:16.839 | Preparing to unpack .../16-libhttp-message-perl_6.14-1_all.deb ... 2020-12-15 08:05:16.842 | Unpacking libhttp-message-perl (6.14-1) ... 2020-12-15 08:05:16.909 | Selecting previously unselected package mysql-server. 2020-12-15 08:05:16.916 | Preparing to unpack .../17-mysql-server_5.7.32-0ubuntu0.18.04.1_all.deb ... 2020-12-15 08:05:16.919 | Unpacking mysql-server (5.7.32-0ubuntu0.18.04.1) ... 2020-12-15 08:05:16.999 | Setting up libhtml-tagset-perl (3.20-3) ... 2020-12-15 08:05:17.020 | Setting up libhttp-date-perl (6.02-1) ... 2020-12-15 08:05:17.048 | Setting up libevent-core-2.1-6:amd64 (2.1.8-stable-4build1) ... 2020-12-15 08:05:17.076 | Processing triggers for ureadahead (0.100.0-21) ... 2020-12-15 08:05:17.098 | Setting up libencode-locale-perl (1.05-1) ... 2020-12-15 08:05:17.126 | Setting up mysql-server-core-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2020-12-15 08:05:17.154 | Setting up libio-html-perl (1.001-1) ... 2020-12-15 08:05:17.181 | Setting up liblwp-mediatypes-perl (6.02-1) ... 2020-12-15 08:05:17.209 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2020-12-15 08:05:17.237 | Setting up liburi-perl (1.73-1) ... 2020-12-15 08:05:17.265 | Processing triggers for systemd (237-3ubuntu10.43) ... 2020-12-15 08:05:17.445 | Setting up libhtml-parser-perl (3.72-3build1) ... 2020-12-15 08:05:17.475 | Setting up libcgi-pm-perl (4.38-1) ... 2020-12-15 08:05:17.501 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-12-15 08:05:19.259 | Setting up libhttp-message-perl (6.14-1) ... 2020-12-15 08:05:19.287 | Setting up mysql-client-core-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2020-12-15 08:05:19.314 | Setting up libfcgi-perl (0.78-2build1) ... 2020-12-15 08:05:19.342 | Setting up libhtml-template-perl (2.97-1) ... 2020-12-15 08:05:19.370 | Setting up libcgi-fast-perl (1:2.13-1) ... 2020-12-15 08:05:19.398 | Setting up mysql-client-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2020-12-15 08:05:19.425 | Setting up mysql-server-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2020-12-15 08:05:20.040 | update-alternatives: using /etc/mysql/mysql.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2020-12-15 08:05:20.067 | Renaming removed key_buffer and myisam-recover options (if present) 2020-12-15 08:05:30.366 | Created symlink /etc/systemd/system/multi-user.target.wants/mysql.service → /lib/systemd/system/mysql.service. 2020-12-15 08:05:31.359 | Setting up mysql-server (5.7.32-0ubuntu0.18.04.1) ... 2020-12-15 08:05:31.372 | Processing triggers for systemd (237-3ubuntu10.43) ... 2020-12-15 08:05:31.569 | Processing triggers for ureadahead (0.100.0-21) ... 2020-12-15 08:05:33.513 | + functions-common:apt_get:1115 : result=0 2020-12-15 08:05:33.515 | + functions-common:apt_get:1118 : time_stop apt-get 2020-12-15 08:05:33.517 | + functions-common:time_stop:2306 : local name 2020-12-15 08:05:33.519 | + functions-common:time_stop:2307 : local end_time 2020-12-15 08:05:33.522 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-15 08:05:33.524 | + functions-common:time_stop:2309 : local total 2020-12-15 08:05:33.526 | + functions-common:time_stop:2310 : local start_time 2020-12-15 08:05:33.528 | + functions-common:time_stop:2312 : name=apt-get 2020-12-15 08:05:33.530 | + functions-common:time_stop:2313 : start_time=1608019507655 2020-12-15 08:05:33.533 | + functions-common:time_stop:2315 : [[ -z 1608019507655 ]] 2020-12-15 08:05:33.535 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-15 08:05:33.538 | + functions-common:time_stop:2318 : end_time=1608019533536 2020-12-15 08:05:33.540 | + functions-common:time_stop:2319 : elapsed_time=25881 2020-12-15 08:05:33.543 | + functions-common:time_stop:2320 : total=159890 2020-12-15 08:05:33.545 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-15 08:05:33.547 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=185771 2020-12-15 08:05:33.549 | + functions-common:apt_get:1119 : return 0 2020-12-15 08:05:33.551 | + ./stack.sh:main:802 : '[' -n mysql ']' 2020-12-15 08:05:33.554 | + ./stack.sh:main:803 : install_database_python 2020-12-15 08:05:33.556 | + lib/database:install_database_python:121 : install_database_python_mysql 2020-12-15 08:05:33.558 | + lib/databases/mysql:install_database_python_mysql:193 : pip_install_gr PyMySQL 2020-12-15 08:05:33.561 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2020-12-15 08:05:33.563 | + inc/python:pip_install_gr:77 : local clean_name 2020-12-15 08:05:33.566 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2020-12-15 08:05:33.569 | ++ inc/python:get_from_global_requirements:225 : local package=PyMySQL 2020-12-15 08:05:33.571 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2020-12-15 08:05:33.575 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2020-12-15 08:05:33.575 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2020-12-15 08:05:33.579 | ++ inc/python:get_from_global_requirements:227 : required_pkg='PyMySQL ' 2020-12-15 08:05:33.581 | ++ inc/python:get_from_global_requirements:228 : [[ PyMySQL == '' ]] 2020-12-15 08:05:33.583 | ++ inc/python:get_from_global_requirements:231 : echo PyMySQL 2020-12-15 08:05:33.586 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2020-12-15 08:05:33.588 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2020-12-15 08:05:33.606 | Using python 3.6 to install PyMySQL 2020-12-15 08:05:33.609 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt PyMySQL 2020-12-15 08:05:35.413 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-12-15 08:05:35.539 | Collecting PyMySQL===0.10.1 2020-12-15 08:05:35.547 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/44f/47128dda8676e/PyMySQL-0.10.1-py2.py3-none-any.whl (47 kB) 2020-12-15 08:05:36.054 | Installing collected packages: PyMySQL 2020-12-15 08:05:36.133 | Successfully installed PyMySQL-0.10.1 2020-12-15 08:05:36.199 | WARNING: You are using pip version 20.2.4; however, version 20.3.1 is available. 2020-12-15 08:05:36.199 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2020-12-15 08:05:36.278 | + inc/python:pip_install:200 : result=0 2020-12-15 08:05:36.280 | + inc/python:pip_install:202 : time_stop pip_install 2020-12-15 08:05:36.283 | + functions-common:time_stop:2306 : local name 2020-12-15 08:05:36.285 | + functions-common:time_stop:2307 : local end_time 2020-12-15 08:05:36.287 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-15 08:05:36.289 | + functions-common:time_stop:2309 : local total 2020-12-15 08:05:36.291 | + functions-common:time_stop:2310 : local start_time 2020-12-15 08:05:36.294 | + functions-common:time_stop:2312 : name=pip_install 2020-12-15 08:05:36.296 | + functions-common:time_stop:2313 : start_time=1608019533601 2020-12-15 08:05:36.298 | + functions-common:time_stop:2315 : [[ -z 1608019533601 ]] 2020-12-15 08:05:36.301 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-15 08:05:36.304 | + functions-common:time_stop:2318 : end_time=1608019536302 2020-12-15 08:05:36.306 | + functions-common:time_stop:2319 : elapsed_time=2701 2020-12-15 08:05:36.309 | + functions-common:time_stop:2320 : total=50209 2020-12-15 08:05:36.311 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-15 08:05:36.313 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=52910 2020-12-15 08:05:36.316 | + inc/python:pip_install:203 : return 0 2020-12-15 08:05:36.318 | + lib/databases/mysql:install_database_python_mysql:194 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2020-12-15 08:05:36.321 | + lib/databases/mysql:install_database_python_mysql:196 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2020-12-15 08:05:36.323 | + lib/databases/mysql:install_database_python_mysql:197 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2020-12-15 08:05:36.325 | + ./stack.sh:main:806 : is_service_enabled neutron 2020-12-15 08:05:36.342 | + functions-common:is_service_enabled:1962 : return 0 2020-12-15 08:05:36.344 | + ./stack.sh:main:807 : install_neutron_agent_packages 2020-12-15 08:05:36.346 | + lib/neutron:install_neutron_agent_packages:684 : is_neutron_legacy_enabled 2020-12-15 08:05:36.350 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2020-12-15 08:05:36.353 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2020-12-15 08:05:36.356 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2020-12-15 08:05:36.358 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2020-12-15 08:05:36.361 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2020-12-15 08:05:36.363 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2020-12-15 08:05:36.365 | + lib/neutron:install_neutron_agent_packages:686 : install_neutron_agent_packages_mutnauq 2020-12-15 08:05:36.368 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:457 : is_service_enabled q-l3 2020-12-15 08:05:36.384 | + functions-common:is_service_enabled:1962 : return 0 2020-12-15 08:05:36.386 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:458 : install_package radvd 2020-12-15 08:05:36.388 | + functions-common:install_package:1344 : update_package_repo 2020-12-15 08:05:36.391 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-12-15 08:05:36.394 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2020-12-15 08:05:36.397 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-12-15 08:05:36.399 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-12-15 08:05:36.402 | + functions-common:update_package_repo:1324 : is_ubuntu 2020-12-15 08:05:36.404 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-15 08:05:36.406 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-15 08:05:36.408 | + functions-common:update_package_repo:1325 : apt_get_update 2020-12-15 08:05:36.411 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2020-12-15 08:05:36.413 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2020-12-15 08:05:36.415 | + functions-common:apt_get_update:1071 : return 2020-12-15 08:05:36.417 | + functions-common:install_package:1345 : real_install_package radvd 2020-12-15 08:05:36.420 | + functions-common:real_install_package:1330 : is_ubuntu 2020-12-15 08:05:36.422 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-15 08:05:36.424 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-15 08:05:36.427 | + functions-common:real_install_package:1331 : apt_get install radvd 2020-12-15 08:05:36.445 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2020-12-15 08:05:36.566 | Reading package lists... 2020-12-15 08:05:36.827 | Building dependency tree... 2020-12-15 08:05:36.829 | Reading state information... 2020-12-15 08:05:37.050 | The following packages were automatically installed and are no longer required: 2020-12-15 08:05:37.051 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2020-12-15 08:05:37.051 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2020-12-15 08:05:37.051 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2020-12-15 08:05:37.051 | python3-pam python3-problem-report python3-pyasn1 2020-12-15 08:05:37.051 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-12-15 08:05:37.051 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-12-15 08:05:37.051 | python3-zope.interface 2020-12-15 08:05:37.052 | Use 'sudo apt autoremove' to remove them. 2020-12-15 08:05:37.095 | The following NEW packages will be installed: 2020-12-15 08:05:37.096 | radvd 2020-12-15 08:05:37.542 | 0 upgraded, 1 newly installed, 0 to remove and 164 not upgraded. 2020-12-15 08:05:37.542 | Need to get 59.0 kB of archives. 2020-12-15 08:05:37.542 | After this operation, 164 kB of additional disk space will be used. 2020-12-15 08:05:37.542 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 radvd amd64 1:2.16-3 [59.0 kB] 2020-12-15 08:05:38.362 | Fetched 59.0 kB in 1s (82.3 kB/s) 2020-12-15 08:05:38.414 | Selecting previously unselected package radvd. 2020-12-15 08:05:38.455 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 77186 files and directories currently installed.) 2020-12-15 08:05:38.459 | Preparing to unpack .../radvd_1%3a2.16-3_amd64.deb ... 2020-12-15 08:05:38.461 | Unpacking radvd (1:2.16-3) ... 2020-12-15 08:05:38.568 | Processing triggers for ureadahead (0.100.0-21) ... 2020-12-15 08:05:38.583 | Setting up radvd (1:2.16-3) ... 2020-12-15 08:05:39.379 | Job for radvd.service failed because the control process exited with error code. 2020-12-15 08:05:39.379 | See "systemctl status radvd.service" and "journalctl -xe" for details. 2020-12-15 08:05:39.381 | invoke-rc.d: initscript radvd, action "start" failed. 2020-12-15 08:05:39.390 | ● radvd.service - Router advertisement daemon for IPv6 2020-12-15 08:05:39.390 | Loaded: loaded (/lib/systemd/system/radvd.service; disabled; vendor preset: enabled) 2020-12-15 08:05:39.390 | Active: failed (Result: exit-code) since Tue 2020-12-15 08:05:39 UTC; 13ms ago 2020-12-15 08:05:39.391 | Docs: man:radvd(8) 2020-12-15 08:05:39.391 | Process: 41806 ExecStartPre=/usr/sbin/radvd --logmethod stderr_clean --configtest (code=exited, status=1/FAILURE) 2020-12-15 08:05:39.391 | 2020-12-15 08:05:39.391 | Dec 15 08:05:39 dv-osbrick-737446-19-smb systemd[1]: Starting Router advertisement daemon for IPv6... 2020-12-15 08:05:39.391 | Dec 15 08:05:39 dv-osbrick-737446-19-smb radvd[41806]: can't open /etc/radvd.conf: No such file or directory 2020-12-15 08:05:39.391 | Dec 15 08:05:39 dv-osbrick-737446-19-smb radvd[41806]: Insecure file permissions, but continuing anyway 2020-12-15 08:05:39.391 | Dec 15 08:05:39 dv-osbrick-737446-19-smb radvd[41806]: exiting, failed to read config file 2020-12-15 08:05:39.391 | Dec 15 08:05:39 dv-osbrick-737446-19-smb systemd[1]: radvd.service: Control process exited, code=exited status=1 2020-12-15 08:05:39.391 | Dec 15 08:05:39 dv-osbrick-737446-19-smb systemd[1]: radvd.service: Failed with result 'exit-code'. 2020-12-15 08:05:39.391 | Dec 15 08:05:39 dv-osbrick-737446-19-smb systemd[1]: Failed to start Router advertisement daemon for IPv6. 2020-12-15 08:05:39.395 | Processing triggers for systemd (237-3ubuntu10.43) ... 2020-12-15 08:05:39.590 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-12-15 08:05:39.814 | Processing triggers for ureadahead (0.100.0-21) ... 2020-12-15 08:05:41.738 | + functions-common:apt_get:1115 : result=0 2020-12-15 08:05:41.741 | + functions-common:apt_get:1118 : time_stop apt-get 2020-12-15 08:05:41.744 | + functions-common:time_stop:2306 : local name 2020-12-15 08:05:41.746 | + functions-common:time_stop:2307 : local end_time 2020-12-15 08:05:41.748 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-15 08:05:41.750 | + functions-common:time_stop:2309 : local total 2020-12-15 08:05:41.752 | + functions-common:time_stop:2310 : local start_time 2020-12-15 08:05:41.754 | + functions-common:time_stop:2312 : name=apt-get 2020-12-15 08:05:41.757 | + functions-common:time_stop:2313 : start_time=1608019536442 2020-12-15 08:05:41.759 | + functions-common:time_stop:2315 : [[ -z 1608019536442 ]] 2020-12-15 08:05:41.761 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-15 08:05:41.765 | + functions-common:time_stop:2318 : end_time=1608019541762 2020-12-15 08:05:41.767 | + functions-common:time_stop:2319 : elapsed_time=5320 2020-12-15 08:05:41.769 | + functions-common:time_stop:2320 : total=185771 2020-12-15 08:05:41.771 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-15 08:05:41.773 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=191091 2020-12-15 08:05:41.775 | + functions-common:apt_get:1119 : return 0 2020-12-15 08:05:41.778 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:461 : is_service_enabled q-agt q-dhcp q-l3 2020-12-15 08:05:41.793 | + functions-common:is_service_enabled:1962 : return 0 2020-12-15 08:05:41.795 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:462 : neutron_plugin_install_agent_packages 2020-12-15 08:05:41.798 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2020-12-15 08:05:41.800 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : get_packages openvswitch 2020-12-15 08:05:41.819 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : install_package fakeroot make openvswitch-switch 2020-12-15 08:05:41.822 | + functions-common:install_package:1344 : update_package_repo 2020-12-15 08:05:41.824 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-12-15 08:05:41.826 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2020-12-15 08:05:41.829 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-12-15 08:05:41.831 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-12-15 08:05:41.833 | + functions-common:update_package_repo:1324 : is_ubuntu 2020-12-15 08:05:41.836 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-15 08:05:41.838 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-15 08:05:41.840 | + functions-common:update_package_repo:1325 : apt_get_update 2020-12-15 08:05:41.842 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2020-12-15 08:05:41.844 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2020-12-15 08:05:41.846 | + functions-common:apt_get_update:1071 : return 2020-12-15 08:05:41.849 | + functions-common:install_package:1345 : real_install_package fakeroot make openvswitch-switch 2020-12-15 08:05:41.852 | + functions-common:real_install_package:1330 : is_ubuntu 2020-12-15 08:05:41.854 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-15 08:05:41.856 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-15 08:05:41.858 | + functions-common:real_install_package:1331 : apt_get install fakeroot make openvswitch-switch 2020-12-15 08:05:41.875 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch 2020-12-15 08:05:41.996 | Reading package lists... 2020-12-15 08:05:42.238 | Building dependency tree... 2020-12-15 08:05:42.239 | Reading state information... 2020-12-15 08:05:42.449 | fakeroot is already the newest version (1.22-2ubuntu1). 2020-12-15 08:05:42.449 | fakeroot set to manually installed. 2020-12-15 08:05:42.450 | make is already the newest version (4.1-9.1ubuntu1). 2020-12-15 08:05:42.450 | The following packages were automatically installed and are no longer required: 2020-12-15 08:05:42.450 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2020-12-15 08:05:42.450 | python3-click python3-colorama python3-configobj python3-constantly 2020-12-15 08:05:42.450 | python3-hyperlink python3-incremental python3-keyring python3-keyrings.alt 2020-12-15 08:05:42.450 | python3-pam python3-problem-report python3-pyasn1 2020-12-15 08:05:42.450 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-12-15 08:05:42.450 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-12-15 08:05:42.450 | python3-zope.interface 2020-12-15 08:05:42.450 | Use 'sudo apt autoremove' to remove them. 2020-12-15 08:05:42.451 | The following additional packages will be installed: 2020-12-15 08:05:42.451 | libunbound2 openvswitch-common python3-openvswitch python3-sortedcontainers 2020-12-15 08:05:42.452 | Suggested packages: 2020-12-15 08:05:42.452 | openvswitch-doc python-sortedcontainers-doc 2020-12-15 08:05:42.504 | The following NEW packages will be installed: 2020-12-15 08:05:42.505 | libunbound2 python3-openvswitch python3-sortedcontainers 2020-12-15 08:05:42.506 | The following packages will be upgraded: 2020-12-15 08:05:42.506 | openvswitch-common openvswitch-switch 2020-12-15 08:05:42.641 | 2 upgraded, 3 newly installed, 0 to remove and 162 not upgraded. 2020-12-15 08:05:42.641 | Need to get 3,109 kB of archives. 2020-12-15 08:05:42.641 | After this operation, 3,368 kB of additional disk space will be used. 2020-12-15 08:05:42.641 | Get:1 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 python3-openvswitch all 2.13.1-0ubuntu0.20.04.1~cloud0 [108 kB] 2020-12-15 08:05:42.787 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunbound2 amd64 1.6.7-1ubuntu2.3 [267 kB] 2020-12-15 08:05:42.862 | Get:3 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 openvswitch-switch amd64 2.13.1-0ubuntu0.20.04.1~cloud0 [1,544 kB] 2020-12-15 08:05:43.106 | Get:4 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 openvswitch-common amd64 2.13.1-0ubuntu0.20.04.1~cloud0 [1,164 kB] 2020-12-15 08:05:43.529 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-sortedcontainers all 1.5.7-1 [26.3 kB] 2020-12-15 08:05:44.081 | Fetched 3,109 kB in 1s (3,075 kB/s) 2020-12-15 08:05:44.145 | Selecting previously unselected package libunbound2:amd64. 2020-12-15 08:05:44.184 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 77199 files and directories currently installed.) 2020-12-15 08:05:44.188 | Preparing to unpack .../libunbound2_1.6.7-1ubuntu2.3_amd64.deb ... 2020-12-15 08:05:44.200 | Unpacking libunbound2:amd64 (1.6.7-1ubuntu2.3) ... 2020-12-15 08:05:44.308 | Selecting previously unselected package python3-sortedcontainers. 2020-12-15 08:05:44.316 | Preparing to unpack .../python3-sortedcontainers_1.5.7-1_all.deb ... 2020-12-15 08:05:44.319 | Unpacking python3-sortedcontainers (1.5.7-1) ... 2020-12-15 08:05:44.394 | Selecting previously unselected package python3-openvswitch. 2020-12-15 08:05:44.402 | Preparing to unpack .../python3-openvswitch_2.13.1-0ubuntu0.20.04.1~cloud0_all.deb ... 2020-12-15 08:05:44.404 | Unpacking python3-openvswitch (2.13.1-0ubuntu0.20.04.1~cloud0) ... 2020-12-15 08:05:44.515 | Preparing to unpack .../openvswitch-switch_2.13.1-0ubuntu0.20.04.1~cloud0_amd64.deb ... 2020-12-15 08:05:44.536 | Unpacking openvswitch-switch (2.13.1-0ubuntu0.20.04.1~cloud0) over (2.9.5-0ubuntu0.18.04.1) ... 2020-12-15 08:05:45.950 | Preparing to unpack .../openvswitch-common_2.13.1-0ubuntu0.20.04.1~cloud0_amd64.deb ... 2020-12-15 08:05:45.971 | Unpacking openvswitch-common (2.13.1-0ubuntu0.20.04.1~cloud0) over (2.9.5-0ubuntu0.18.04.1) ... 2020-12-15 08:05:46.232 | Setting up libunbound2:amd64 (1.6.7-1ubuntu2.3) ... 2020-12-15 08:05:46.253 | Processing triggers for ureadahead (0.100.0-21) ... 2020-12-15 08:05:46.277 | Setting up openvswitch-common (2.13.1-0ubuntu0.20.04.1~cloud0) ... 2020-12-15 08:05:46.304 | Setting up python3-sortedcontainers (1.5.7-1) ... 2020-12-15 08:05:46.584 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2020-12-15 08:05:46.612 | Processing triggers for systemd (237-3ubuntu10.43) ... 2020-12-15 08:05:46.802 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-12-15 08:05:47.618 | Setting up python3-openvswitch (2.13.1-0ubuntu0.20.04.1~cloud0) ... 2020-12-15 08:05:47.975 | Setting up openvswitch-switch (2.13.1-0ubuntu0.20.04.1~cloud0) ... 2020-12-15 08:05:48.024 | update-alternatives: using /usr/lib/openvswitch-switch/ovs-vswitchd to provide /usr/sbin/ovs-vswitchd (ovs-vswitchd) in auto mode 2020-12-15 08:05:51.052 | + functions-common:apt_get:1115 : result=0 2020-12-15 08:05:51.054 | + functions-common:apt_get:1118 : time_stop apt-get 2020-12-15 08:05:51.056 | + functions-common:time_stop:2306 : local name 2020-12-15 08:05:51.058 | + functions-common:time_stop:2307 : local end_time 2020-12-15 08:05:51.060 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-15 08:05:51.062 | + functions-common:time_stop:2309 : local total 2020-12-15 08:05:51.065 | + functions-common:time_stop:2310 : local start_time 2020-12-15 08:05:51.067 | + functions-common:time_stop:2312 : name=apt-get 2020-12-15 08:05:51.069 | + functions-common:time_stop:2313 : start_time=1608019541873 2020-12-15 08:05:51.071 | + functions-common:time_stop:2315 : [[ -z 1608019541873 ]] 2020-12-15 08:05:51.074 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-15 08:05:51.077 | + functions-common:time_stop:2318 : end_time=1608019551075 2020-12-15 08:05:51.079 | + functions-common:time_stop:2319 : elapsed_time=9202 2020-12-15 08:05:51.081 | + functions-common:time_stop:2320 : total=191091 2020-12-15 08:05:51.084 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-15 08:05:51.086 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=200293 2020-12-15 08:05:51.088 | + functions-common:apt_get:1119 : return 0 2020-12-15 08:05:51.090 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:65 : is_ubuntu 2020-12-15 08:05:51.092 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-15 08:05:51.095 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-15 08:05:51.097 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:66 : _neutron_ovs_base_install_ubuntu_dkms 2020-12-15 08:05:51.100 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:52 : local kernel_version 2020-12-15 08:05:51.103 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : uname -r 2020-12-15 08:05:51.106 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : kernel_version=4.15.0-55-generic 2020-12-15 08:05:51.108 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:54 : local kernel_major_minor 2020-12-15 08:05:51.111 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : echo 4.15.0-55-generic 2020-12-15 08:05:51.112 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : cut -d. -f1-2 2020-12-15 08:05:51.116 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : kernel_major_minor=4.15 2020-12-15 08:05:51.118 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:57 : vercmp 4.15 '<' 3.13 2020-12-15 08:05:51.120 | + functions:vercmp:652 : local v1=4.15 2020-12-15 08:05:51.122 | + functions:vercmp:653 : local 'op=<' 2020-12-15 08:05:51.124 | + functions:vercmp:654 : local v2=3.13 2020-12-15 08:05:51.126 | + functions:vercmp:655 : local result 2020-12-15 08:05:51.130 | ++ functions:vercmp:659 : sort -V 2020-12-15 08:05:51.130 | ++ functions:vercmp:659 : echo -e '4.15\n3.13' 2020-12-15 08:05:51.131 | ++ functions:vercmp:659 : head -1 2020-12-15 08:05:51.135 | + functions:vercmp:659 : result=3.13 2020-12-15 08:05:51.137 | + functions:vercmp:661 : case $op in 2020-12-15 08:05:51.139 | + functions:vercmp:671 : '[' 4.15 '!=' 3.13 ']' 2020-12-15 08:05:51.141 | + functions:vercmp:671 : '[' 3.13 = 4.15 ']' 2020-12-15 08:05:51.143 | + functions:vercmp:672 : return 2020-12-15 08:05:51.145 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:67 : restart_service openvswitch-switch 2020-12-15 08:05:51.148 | + functions-common:restart_service:2190 : '[' -x /bin/systemctl ']' 2020-12-15 08:05:51.150 | + functions-common:restart_service:2191 : sudo /bin/systemctl restart openvswitch-switch 2020-12-15 08:05:51.594 | + ./stack.sh:main:810 : is_service_enabled etcd3 2020-12-15 08:05:51.610 | + functions-common:is_service_enabled:1962 : return 0 2020-12-15 08:05:51.612 | + ./stack.sh:main:811 : install_etcd3 2020-12-15 08:05:51.614 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2020-12-15 08:05:51.614 | Installing etcd 2020-12-15 08:05:51.617 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2020-12-15 08:05:51.628 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2020-12-15 08:05:51.640 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2020-12-15 08:05:51.642 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2020-12-15 08:05:51.653 | + lib/etcd3:install_etcd3:113 : local etcd_file 2020-12-15 08:05:51.657 | ++ lib/etcd3:install_etcd3:114 : get_extra_file https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2020-12-15 08:05:51.659 | ++ functions:get_extra_file:61 : local file_url=https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2020-12-15 08:05:51.662 | +++ functions:get_extra_file:63 : basename https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2020-12-15 08:05:51.666 | ++ functions:get_extra_file:63 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2020-12-15 08:05:51.669 | ++ functions:get_extra_file:64 : [[ https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz != file* ]] 2020-12-15 08:05:51.671 | ++ functions:get_extra_file:66 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2020-12-15 08:05:51.673 | ++ functions:get_extra_file:67 : wget --progress=dot:giga -t 2 -c https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz -O /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2020-12-15 08:05:51.693 | --2020-12-15 08:05:51-- https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2020-12-15 08:05:51.698 | Resolving github.com (github.com)... 140.82.121.3 2020-12-15 08:05:51.744 | Connecting to github.com (github.com)|140.82.121.3|:443... connected. 2020-12-15 08:05:51.887 | HTTP request sent, awaiting response... 302 Found 2020-12-15 08:05:51.893 | Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/11225014/686bc180-2acf-11e9-9edb-e79e93487a0e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20201215%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20201215T080344Z&X-Amz-Expires=300&X-Amz-Signature=d486f79a471a312219c98596d2d7191d19483eb975f7851397d0d8e83032f628&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=11225014&response-content-disposition=attachment%3B%20filename%3Detcd-v3.3.12-linux-amd64.tar.gz&response-content-type=application%2Foctet-stream [following] 2020-12-15 08:05:51.893 | --2020-12-15 08:05:51-- https://github-production-release-asset-2e65be.s3.amazonaws.com/11225014/686bc180-2acf-11e9-9edb-e79e93487a0e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20201215%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20201215T080344Z&X-Amz-Expires=300&X-Amz-Signature=d486f79a471a312219c98596d2d7191d19483eb975f7851397d0d8e83032f628&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=11225014&response-content-disposition=attachment%3B%20filename%3Detcd-v3.3.12-linux-amd64.tar.gz&response-content-type=application%2Foctet-stream 2020-12-15 08:05:51.954 | Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... 52.216.21.187 2020-12-15 08:05:52.108 | Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.216.21.187|:443... connected. 2020-12-15 08:05:52.599 | HTTP request sent, awaiting response... 200 OK 2020-12-15 08:05:52.599 | Length: 11350736 (11M) [application/octet-stream] 2020-12-15 08:05:52.599 | Saving to: ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2020-12-15 08:05:53.371 | 2020-12-15 08:05:54.619 | 0K ........ .. 100% 5.36M=2.0s 2020-12-15 08:05:54.619 | 2020-12-15 08:05:54.619 | 2020-12-15 08:05:54 (5.36 MB/s) - ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2020-12-15 08:05:54.620 | 2020-12-15 08:05:54.623 | ++ functions:get_extra_file:68 : [[ 0 -ne 0 ]] 2020-12-15 08:05:54.626 | ++ functions:get_extra_file:72 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2020-12-15 08:05:54.628 | ++ functions:get_extra_file:73 : return 2020-12-15 08:05:54.631 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2020-12-15 08:05:54.634 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2020-12-15 08:05:54.636 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2020-12-15 08:05:54.638 | + lib/etcd3:install_etcd3:118 : sha256sum -c /home/ubuntu/devstack/files/etcd.sha256sum 2020-12-15 08:05:54.771 | /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2020-12-15 08:05:54.774 | + lib/etcd3:install_etcd3:120 : tar xzvf /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz -C /home/ubuntu/devstack/files 2020-12-15 08:05:54.778 | etcd-v3.3.12-linux-amd64/ 2020-12-15 08:05:54.778 | etcd-v3.3.12-linux-amd64/README.md 2020-12-15 08:05:54.778 | etcd-v3.3.12-linux-amd64/Documentation/ 2020-12-15 08:05:54.778 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2020-12-15 08:05:54.778 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2020-12-15 08:05:54.778 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2020-12-15 08:05:54.778 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2020-12-15 08:05:54.778 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2020-12-15 08:05:54.778 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2020-12-15 08:05:54.778 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2020-12-15 08:05:54.778 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2020-12-15 08:05:54.778 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2020-12-15 08:05:54.778 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2020-12-15 08:05:54.778 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2020-12-15 08:05:54.779 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2020-12-15 08:05:54.779 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2020-12-15 08:05:54.779 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2020-12-15 08:05:54.779 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2020-12-15 08:05:54.779 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2020-12-15 08:05:54.779 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2020-12-15 08:05:54.779 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2020-12-15 08:05:54.779 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2020-12-15 08:05:54.779 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2020-12-15 08:05:54.779 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2020-12-15 08:05:54.780 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2020-12-15 08:05:54.780 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2020-12-15 08:05:54.780 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2020-12-15 08:05:54.780 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2020-12-15 08:05:54.780 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2020-12-15 08:05:54.780 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2020-12-15 08:05:54.780 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2020-12-15 08:05:54.780 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2020-12-15 08:05:54.780 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2020-12-15 08:05:54.780 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2020-12-15 08:05:54.780 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2020-12-15 08:05:54.780 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2020-12-15 08:05:54.780 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2020-12-15 08:05:54.780 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2020-12-15 08:05:54.780 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2020-12-15 08:05:54.780 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2020-12-15 08:05:54.781 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2020-12-15 08:05:54.781 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2020-12-15 08:05:54.781 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2020-12-15 08:05:54.781 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2020-12-15 08:05:54.781 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2020-12-15 08:05:54.781 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2020-12-15 08:05:54.781 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2020-12-15 08:05:54.781 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2020-12-15 08:05:54.781 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2020-12-15 08:05:54.781 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2020-12-15 08:05:54.781 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2020-12-15 08:05:54.781 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2020-12-15 08:05:54.781 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2020-12-15 08:05:54.781 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2020-12-15 08:05:54.781 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2020-12-15 08:05:54.781 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2020-12-15 08:05:54.781 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2020-12-15 08:05:54.781 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2020-12-15 08:05:54.781 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2020-12-15 08:05:54.782 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2020-12-15 08:05:54.782 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2020-12-15 08:05:54.782 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2020-12-15 08:05:54.782 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2020-12-15 08:05:54.782 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2020-12-15 08:05:54.782 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2020-12-15 08:05:54.782 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2020-12-15 08:05:54.782 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2020-12-15 08:05:54.782 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2020-12-15 08:05:54.782 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2020-12-15 08:05:54.782 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2020-12-15 08:05:54.782 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2020-12-15 08:05:54.783 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2020-12-15 08:05:54.783 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2020-12-15 08:05:54.783 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2020-12-15 08:05:54.783 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2020-12-15 08:05:54.783 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2020-12-15 08:05:54.783 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2020-12-15 08:05:54.783 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2020-12-15 08:05:54.783 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2020-12-15 08:05:54.783 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2020-12-15 08:05:54.783 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2020-12-15 08:05:54.783 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2020-12-15 08:05:54.783 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2020-12-15 08:05:54.783 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2020-12-15 08:05:54.783 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2020-12-15 08:05:54.783 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2020-12-15 08:05:54.783 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2020-12-15 08:05:54.784 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2020-12-15 08:05:54.784 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2020-12-15 08:05:54.784 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2020-12-15 08:05:54.784 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2020-12-15 08:05:54.784 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2020-12-15 08:05:54.784 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2020-12-15 08:05:54.784 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2020-12-15 08:05:54.784 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2020-12-15 08:05:54.784 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2020-12-15 08:05:54.784 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2020-12-15 08:05:54.784 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2020-12-15 08:05:54.785 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2020-12-15 08:05:54.785 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2020-12-15 08:05:54.785 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2020-12-15 08:05:54.785 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2020-12-15 08:05:54.785 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2020-12-15 08:05:54.785 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2020-12-15 08:05:54.785 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2020-12-15 08:05:54.785 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2020-12-15 08:05:54.785 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2020-12-15 08:05:54.785 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2020-12-15 08:05:54.785 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2020-12-15 08:05:54.785 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2020-12-15 08:05:54.785 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2020-12-15 08:05:54.785 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2020-12-15 08:05:54.786 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2020-12-15 08:05:54.786 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2020-12-15 08:05:54.786 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2020-12-15 08:05:54.786 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2020-12-15 08:05:54.786 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2020-12-15 08:05:54.786 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2020-12-15 08:05:54.786 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2020-12-15 08:05:54.786 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2020-12-15 08:05:54.786 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2020-12-15 08:05:54.787 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2020-12-15 08:05:54.787 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2020-12-15 08:05:54.787 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2020-12-15 08:05:54.787 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2020-12-15 08:05:54.787 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2020-12-15 08:05:54.788 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2020-12-15 08:05:54.789 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2020-12-15 08:05:54.789 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2020-12-15 08:05:54.789 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2020-12-15 08:05:54.789 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2020-12-15 08:05:54.789 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2020-12-15 08:05:54.789 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2020-12-15 08:05:54.789 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2020-12-15 08:05:54.790 | etcd-v3.3.12-linux-amd64/etcdctl 2020-12-15 08:05:54.999 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2020-12-15 08:05:54.999 | etcd-v3.3.12-linux-amd64/etcd 2020-12-15 08:05:55.254 | + lib/etcd3:install_etcd3:121 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack/bin/etcd 2020-12-15 08:05:55.288 | + lib/etcd3:install_etcd3:122 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack/bin/etcdctl 2020-12-15 08:05:55.319 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2020-12-15 08:05:55.321 | + ./stack.sh:main:820 : is_service_enabled tls-proxy 2020-12-15 08:05:55.337 | + functions-common:is_service_enabled:1962 : return 1 2020-12-15 08:05:55.339 | + ./stack.sh:main:830 : install_dstat 2020-12-15 08:05:55.342 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2020-12-15 08:05:55.357 | + functions-common:is_service_enabled:1962 : return 1 2020-12-15 08:05:55.359 | + ./stack.sh:main:836 : echo_summary 'Installing OpenStack project source' 2020-12-15 08:05:55.362 | + ./stack.sh:echo_summary:410 : [[ -t 3 ]] 2020-12-15 08:05:55.364 | + ./stack.sh:echo_summary:416 : echo -e Installing OpenStack project source 2020-12-15 08:05:55.366 | + ./stack.sh:main:839 : install_libs 2020-12-15 08:05:55.369 | + lib/libraries:install_libs:88 : _install_lib_from_source automaton 2020-12-15 08:05:55.371 | + lib/libraries:_install_lib_from_source:72 : local name=automaton 2020-12-15 08:05:55.373 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git automaton 2020-12-15 08:05:55.376 | + inc/python:use_library_from_git:250 : local name=automaton 2020-12-15 08:05:55.378 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:05:55.380 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:05:55.382 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,automaton, ]] 2020-12-15 08:05:55.384 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:05:55.387 | + lib/libraries:install_libs:89 : _install_lib_from_source castellan 2020-12-15 08:05:55.389 | + lib/libraries:_install_lib_from_source:72 : local name=castellan 2020-12-15 08:05:55.391 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git castellan 2020-12-15 08:05:55.393 | + inc/python:use_library_from_git:250 : local name=castellan 2020-12-15 08:05:55.395 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:05:55.398 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:05:55.400 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,castellan, ]] 2020-12-15 08:05:55.402 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:05:55.405 | + lib/libraries:install_libs:90 : _install_lib_from_source cliff 2020-12-15 08:05:55.407 | + lib/libraries:_install_lib_from_source:72 : local name=cliff 2020-12-15 08:05:55.409 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git cliff 2020-12-15 08:05:55.411 | + inc/python:use_library_from_git:250 : local name=cliff 2020-12-15 08:05:55.414 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:05:55.416 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:05:55.418 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cliff, ]] 2020-12-15 08:05:55.420 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:05:55.423 | + lib/libraries:install_libs:91 : _install_lib_from_source cursive 2020-12-15 08:05:55.425 | + lib/libraries:_install_lib_from_source:72 : local name=cursive 2020-12-15 08:05:55.427 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git cursive 2020-12-15 08:05:55.429 | + inc/python:use_library_from_git:250 : local name=cursive 2020-12-15 08:05:55.431 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:05:55.433 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:05:55.435 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cursive, ]] 2020-12-15 08:05:55.438 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:05:55.440 | + lib/libraries:install_libs:92 : _install_lib_from_source debtcollector 2020-12-15 08:05:55.442 | + lib/libraries:_install_lib_from_source:72 : local name=debtcollector 2020-12-15 08:05:55.444 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git debtcollector 2020-12-15 08:05:55.447 | + inc/python:use_library_from_git:250 : local name=debtcollector 2020-12-15 08:05:55.449 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:05:55.451 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:05:55.453 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,debtcollector, ]] 2020-12-15 08:05:55.455 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:05:55.458 | + lib/libraries:install_libs:93 : _install_lib_from_source futurist 2020-12-15 08:05:55.460 | + lib/libraries:_install_lib_from_source:72 : local name=futurist 2020-12-15 08:05:55.462 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git futurist 2020-12-15 08:05:55.464 | + inc/python:use_library_from_git:250 : local name=futurist 2020-12-15 08:05:55.467 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:05:55.469 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:05:55.471 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,futurist, ]] 2020-12-15 08:05:55.473 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:05:55.476 | + lib/libraries:install_libs:94 : _install_lib_from_source openstacksdk 2020-12-15 08:05:55.478 | + lib/libraries:_install_lib_from_source:72 : local name=openstacksdk 2020-12-15 08:05:55.480 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git openstacksdk 2020-12-15 08:05:55.482 | + inc/python:use_library_from_git:250 : local name=openstacksdk 2020-12-15 08:05:55.485 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:05:55.487 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:05:55.489 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,openstacksdk, ]] 2020-12-15 08:05:55.491 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:05:55.493 | + lib/libraries:install_libs:95 : _install_lib_from_source osc-lib 2020-12-15 08:05:55.495 | + lib/libraries:_install_lib_from_source:72 : local name=osc-lib 2020-12-15 08:05:55.498 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osc-lib 2020-12-15 08:05:55.500 | + inc/python:use_library_from_git:250 : local name=osc-lib 2020-12-15 08:05:55.502 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:05:55.504 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:05:55.506 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-lib, ]] 2020-12-15 08:05:55.509 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:05:55.511 | + lib/libraries:install_libs:96 : _install_lib_from_source osc-placement 2020-12-15 08:05:55.513 | + lib/libraries:_install_lib_from_source:72 : local name=osc-placement 2020-12-15 08:05:55.515 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osc-placement 2020-12-15 08:05:55.517 | + inc/python:use_library_from_git:250 : local name=osc-placement 2020-12-15 08:05:55.520 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:05:55.522 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:05:55.524 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-placement, ]] 2020-12-15 08:05:55.527 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:05:55.529 | + lib/libraries:install_libs:97 : _install_lib_from_source os-client-config 2020-12-15 08:05:55.531 | + lib/libraries:_install_lib_from_source:72 : local name=os-client-config 2020-12-15 08:05:55.533 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-client-config 2020-12-15 08:05:55.535 | + inc/python:use_library_from_git:250 : local name=os-client-config 2020-12-15 08:05:55.538 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:05:55.540 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:05:55.543 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-client-config, ]] 2020-12-15 08:05:55.545 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:05:55.547 | + lib/libraries:install_libs:98 : _install_lib_from_source oslo.cache 2020-12-15 08:05:55.549 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.cache 2020-12-15 08:05:55.551 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.cache 2020-12-15 08:05:55.554 | + inc/python:use_library_from_git:250 : local name=oslo.cache 2020-12-15 08:05:55.556 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:05:55.558 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:05:55.560 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.cache, ]] 2020-12-15 08:05:55.562 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:05:55.565 | + lib/libraries:install_libs:99 : _install_lib_from_source oslo.concurrency 2020-12-15 08:05:55.567 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.concurrency 2020-12-15 08:05:55.569 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.concurrency 2020-12-15 08:05:55.571 | + inc/python:use_library_from_git:250 : local name=oslo.concurrency 2020-12-15 08:05:55.574 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:05:55.576 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:05:55.578 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.concurrency, ]] 2020-12-15 08:05:55.580 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:05:55.582 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.config 2020-12-15 08:05:55.585 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.config 2020-12-15 08:05:55.587 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.config 2020-12-15 08:05:55.589 | + inc/python:use_library_from_git:250 : local name=oslo.config 2020-12-15 08:05:55.591 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:05:55.594 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:05:55.596 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.config, ]] 2020-12-15 08:05:55.598 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:05:55.601 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.context 2020-12-15 08:05:55.603 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.context 2020-12-15 08:05:55.605 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.context 2020-12-15 08:05:55.607 | + inc/python:use_library_from_git:250 : local name=oslo.context 2020-12-15 08:05:55.610 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:05:55.612 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:05:55.614 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.context, ]] 2020-12-15 08:05:55.616 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:05:55.618 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.db 2020-12-15 08:05:55.621 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.db 2020-12-15 08:05:55.623 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.db 2020-12-15 08:05:55.625 | + inc/python:use_library_from_git:250 : local name=oslo.db 2020-12-15 08:05:55.627 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:05:55.629 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:05:55.632 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.db, ]] 2020-12-15 08:05:55.634 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:05:55.636 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.i18n 2020-12-15 08:05:55.638 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.i18n 2020-12-15 08:05:55.640 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.i18n 2020-12-15 08:05:55.643 | + inc/python:use_library_from_git:250 : local name=oslo.i18n 2020-12-15 08:05:55.645 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:05:55.648 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:05:55.650 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.i18n, ]] 2020-12-15 08:05:55.652 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:05:55.654 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.log 2020-12-15 08:05:55.657 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.log 2020-12-15 08:05:55.659 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.log 2020-12-15 08:05:55.661 | + inc/python:use_library_from_git:250 : local name=oslo.log 2020-12-15 08:05:55.664 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:05:55.666 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:05:55.668 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.log, ]] 2020-12-15 08:05:55.670 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:05:55.673 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.messaging 2020-12-15 08:05:55.675 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.messaging 2020-12-15 08:05:55.677 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.messaging 2020-12-15 08:05:55.679 | + inc/python:use_library_from_git:250 : local name=oslo.messaging 2020-12-15 08:05:55.682 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:05:55.684 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:05:55.686 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.messaging, ]] 2020-12-15 08:05:55.688 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:05:55.691 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.middleware 2020-12-15 08:05:55.693 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.middleware 2020-12-15 08:05:55.696 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.middleware 2020-12-15 08:05:55.698 | + inc/python:use_library_from_git:250 : local name=oslo.middleware 2020-12-15 08:05:55.701 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:05:55.703 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:05:55.705 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.middleware, ]] 2020-12-15 08:05:55.708 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:05:55.711 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.policy 2020-12-15 08:05:55.713 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.policy 2020-12-15 08:05:55.715 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.policy 2020-12-15 08:05:55.718 | + inc/python:use_library_from_git:250 : local name=oslo.policy 2020-12-15 08:05:55.720 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:05:55.722 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:05:55.724 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.policy, ]] 2020-12-15 08:05:55.727 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:05:55.729 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.privsep 2020-12-15 08:05:55.731 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.privsep 2020-12-15 08:05:55.733 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.privsep 2020-12-15 08:05:55.736 | + inc/python:use_library_from_git:250 : local name=oslo.privsep 2020-12-15 08:05:55.738 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:05:55.740 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:05:55.742 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.privsep, ]] 2020-12-15 08:05:55.744 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:05:55.747 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.reports 2020-12-15 08:05:55.749 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.reports 2020-12-15 08:05:55.751 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.reports 2020-12-15 08:05:55.753 | + inc/python:use_library_from_git:250 : local name=oslo.reports 2020-12-15 08:05:55.756 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:05:55.758 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:05:55.760 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.reports, ]] 2020-12-15 08:05:55.763 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:05:55.765 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.rootwrap 2020-12-15 08:05:55.767 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.rootwrap 2020-12-15 08:05:55.769 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.rootwrap 2020-12-15 08:05:55.772 | + inc/python:use_library_from_git:250 : local name=oslo.rootwrap 2020-12-15 08:05:55.775 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:05:55.777 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:05:55.779 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.rootwrap, ]] 2020-12-15 08:05:55.781 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:05:55.783 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.serialization 2020-12-15 08:05:55.786 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.serialization 2020-12-15 08:05:55.788 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.serialization 2020-12-15 08:05:55.790 | + inc/python:use_library_from_git:250 : local name=oslo.serialization 2020-12-15 08:05:55.792 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:05:55.795 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:05:55.797 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.serialization, ]] 2020-12-15 08:05:55.799 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:05:55.801 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.service 2020-12-15 08:05:55.804 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.service 2020-12-15 08:05:55.806 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.service 2020-12-15 08:05:55.808 | + inc/python:use_library_from_git:250 : local name=oslo.service 2020-12-15 08:05:55.810 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:05:55.813 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:05:55.815 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.service, ]] 2020-12-15 08:05:55.817 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:05:55.820 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.utils 2020-12-15 08:05:55.822 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.utils 2020-12-15 08:05:55.824 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.utils 2020-12-15 08:05:55.827 | + inc/python:use_library_from_git:250 : local name=oslo.utils 2020-12-15 08:05:55.829 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:05:55.831 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:05:55.833 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.utils, ]] 2020-12-15 08:05:55.836 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:05:55.838 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.versionedobjects 2020-12-15 08:05:55.841 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.versionedobjects 2020-12-15 08:05:55.843 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.versionedobjects 2020-12-15 08:05:55.845 | + inc/python:use_library_from_git:250 : local name=oslo.versionedobjects 2020-12-15 08:05:55.847 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:05:55.849 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:05:55.852 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.versionedobjects, ]] 2020-12-15 08:05:55.854 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:05:55.856 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.vmware 2020-12-15 08:05:55.858 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.vmware 2020-12-15 08:05:55.861 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.vmware 2020-12-15 08:05:55.863 | + inc/python:use_library_from_git:250 : local name=oslo.vmware 2020-12-15 08:05:55.865 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:05:55.867 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:05:55.870 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.vmware, ]] 2020-12-15 08:05:55.872 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:05:55.874 | + lib/libraries:install_libs:116 : _install_lib_from_source osprofiler 2020-12-15 08:05:55.876 | + lib/libraries:_install_lib_from_source:72 : local name=osprofiler 2020-12-15 08:05:55.878 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osprofiler 2020-12-15 08:05:55.881 | + inc/python:use_library_from_git:250 : local name=osprofiler 2020-12-15 08:05:55.883 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:05:55.886 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:05:55.888 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osprofiler, ]] 2020-12-15 08:05:55.890 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:05:55.892 | + lib/libraries:install_libs:117 : _install_lib_from_source pycadf 2020-12-15 08:05:55.895 | + lib/libraries:_install_lib_from_source:72 : local name=pycadf 2020-12-15 08:05:55.897 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git pycadf 2020-12-15 08:05:55.900 | + inc/python:use_library_from_git:250 : local name=pycadf 2020-12-15 08:05:55.902 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:05:55.904 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:05:55.906 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pycadf, ]] 2020-12-15 08:05:55.909 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:05:55.911 | + lib/libraries:install_libs:118 : _install_lib_from_source stevedore 2020-12-15 08:05:55.913 | + lib/libraries:_install_lib_from_source:72 : local name=stevedore 2020-12-15 08:05:55.915 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git stevedore 2020-12-15 08:05:55.918 | + inc/python:use_library_from_git:250 : local name=stevedore 2020-12-15 08:05:55.920 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:05:55.922 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:05:55.924 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,stevedore, ]] 2020-12-15 08:05:55.927 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:05:55.929 | + lib/libraries:install_libs:119 : _install_lib_from_source taskflow 2020-12-15 08:05:55.931 | + lib/libraries:_install_lib_from_source:72 : local name=taskflow 2020-12-15 08:05:55.933 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git taskflow 2020-12-15 08:05:55.936 | + inc/python:use_library_from_git:250 : local name=taskflow 2020-12-15 08:05:55.938 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:05:55.940 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:05:55.942 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,taskflow, ]] 2020-12-15 08:05:55.945 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:05:55.948 | + lib/libraries:install_libs:120 : _install_lib_from_source tooz 2020-12-15 08:05:55.950 | + lib/libraries:_install_lib_from_source:72 : local name=tooz 2020-12-15 08:05:55.952 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git tooz 2020-12-15 08:05:55.954 | + inc/python:use_library_from_git:250 : local name=tooz 2020-12-15 08:05:55.956 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:05:55.959 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:05:55.962 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,tooz, ]] 2020-12-15 08:05:55.964 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:05:55.966 | + lib/libraries:install_libs:124 : _install_lib_from_source os-brick 2020-12-15 08:05:55.968 | + lib/libraries:_install_lib_from_source:72 : local name=os-brick 2020-12-15 08:05:55.970 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-brick 2020-12-15 08:05:55.973 | + inc/python:use_library_from_git:250 : local name=os-brick 2020-12-15 08:05:55.975 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:05:55.977 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:05:55.980 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-brick, ]] 2020-12-15 08:05:55.982 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:05:55.984 | + lib/libraries:install_libs:125 : _install_lib_from_source os-traits 2020-12-15 08:05:55.986 | + lib/libraries:_install_lib_from_source:72 : local name=os-traits 2020-12-15 08:05:55.989 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-traits 2020-12-15 08:05:55.991 | + inc/python:use_library_from_git:250 : local name=os-traits 2020-12-15 08:05:55.993 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:05:55.996 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:05:55.998 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-traits, ]] 2020-12-15 08:05:56.000 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:05:56.002 | + lib/libraries:install_libs:128 : _install_lib_from_source python-barbicanclient 2020-12-15 08:05:56.005 | + lib/libraries:_install_lib_from_source:72 : local name=python-barbicanclient 2020-12-15 08:05:56.007 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git python-barbicanclient 2020-12-15 08:05:56.010 | + inc/python:use_library_from_git:250 : local name=python-barbicanclient 2020-12-15 08:05:56.012 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:05:56.014 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:05:56.016 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-barbicanclient, ]] 2020-12-15 08:05:56.019 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:05:56.022 | + lib/libraries:install_libs:135 : pip_install etcd3 2020-12-15 08:05:56.040 | Using python 3.6 to install etcd3 2020-12-15 08:05:56.042 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3 2020-12-15 08:05:57.844 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-12-15 08:05:57.949 | Collecting etcd3===0.12.0 2020-12-15 08:05:57.956 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/89a/704cb389bf0a0/etcd3-0.12.0.tar.gz (63 kB) 2020-12-15 08:06:00.466 | Collecting grpcio===1.34.0 2020-12-15 08:06:00.480 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/72b/6a89aabf937d7/grpcio-1.34.0-cp36-cp36m-manylinux2014_x86_64.whl (4.0 MB) 2020-12-15 08:06:01.039 | Collecting protobuf===3.14.0 2020-12-15 08:06:01.048 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ecc/33531a213eee2/protobuf-3.14.0-cp36-cp36m-manylinux1_x86_64.whl (1.0 MB) 2020-12-15 08:06:01.114 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (1.15.0) 2020-12-15 08:06:01.202 | Collecting tenacity===6.2.0 2020-12-15 08:06:01.209 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5a5/d3dcd46381abe/tenacity-6.2.0-py2.py3-none-any.whl (24 kB) 2020-12-15 08:06:01.264 | Building wheels for collected packages: etcd3 2020-12-15 08:06:01.265 | Building wheel for etcd3 (setup.py): started 2020-12-15 08:06:01.917 | Building wheel for etcd3 (setup.py): finished with status 'done' 2020-12-15 08:06:01.918 | Created wheel for etcd3: filename=etcd3-0.12.0-py2.py3-none-any.whl size=42857 sha256=79dbd726f094535b47ba7d10907f51da6bef185a2977f45ad4c2133cd470e01e 2020-12-15 08:06:01.919 | Stored in directory: /root/.cache/pip/wheels/75/25/38/ecbbf43a26553f22e22e86f19f7252d5840cbb6afdb2d5c4a9 2020-12-15 08:06:01.920 | Successfully built etcd3 2020-12-15 08:06:02.437 | Installing collected packages: grpcio, protobuf, tenacity, etcd3 2020-12-15 08:06:03.030 | Successfully installed etcd3-0.12.0 grpcio-1.34.0 protobuf-3.14.0 tenacity-6.2.0 2020-12-15 08:06:03.098 | WARNING: You are using pip version 20.2.4; however, version 20.3.1 is available. 2020-12-15 08:06:03.098 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2020-12-15 08:06:03.197 | + inc/python:pip_install:200 : result=0 2020-12-15 08:06:03.199 | + inc/python:pip_install:202 : time_stop pip_install 2020-12-15 08:06:03.201 | + functions-common:time_stop:2306 : local name 2020-12-15 08:06:03.204 | + functions-common:time_stop:2307 : local end_time 2020-12-15 08:06:03.206 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-15 08:06:03.208 | + functions-common:time_stop:2309 : local total 2020-12-15 08:06:03.210 | + functions-common:time_stop:2310 : local start_time 2020-12-15 08:06:03.212 | + functions-common:time_stop:2312 : name=pip_install 2020-12-15 08:06:03.214 | + functions-common:time_stop:2313 : start_time=1608019556035 2020-12-15 08:06:03.216 | + functions-common:time_stop:2315 : [[ -z 1608019556035 ]] 2020-12-15 08:06:03.219 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-15 08:06:03.222 | + functions-common:time_stop:2318 : end_time=1608019563219 2020-12-15 08:06:03.224 | + functions-common:time_stop:2319 : elapsed_time=7184 2020-12-15 08:06:03.227 | + functions-common:time_stop:2320 : total=52910 2020-12-15 08:06:03.229 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-15 08:06:03.231 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=60094 2020-12-15 08:06:03.233 | + inc/python:pip_install:203 : return 0 2020-12-15 08:06:03.235 | + lib/libraries:install_libs:136 : pip_install etcd3gw 2020-12-15 08:06:03.254 | Using python 3.6 to install etcd3gw 2020-12-15 08:06:03.257 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3gw 2020-12-15 08:06:05.072 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-12-15 08:06:05.181 | Collecting etcd3gw===0.2.5 2020-12-15 08:06:05.189 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f33/eab0d1f4a9600/etcd3gw-0.2.5-py2.py3-none-any.whl (21 kB) 2020-12-15 08:06:05.357 | Collecting futurist===2.3.0 2020-12-15 08:06:05.364 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/54f/6ffc02f09316b/futurist-2.3.0-py3-none-any.whl (34 kB) 2020-12-15 08:06:05.410 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (1.15.0) 2020-12-15 08:06:05.413 | 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) 2020-12-15 08:06:05.480 | Collecting urllib3===1.26.2 2020-12-15 08:06:05.487 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d8f/f90d979214d7b/urllib3-1.26.2-py2.py3-none-any.whl (136 kB) 2020-12-15 08:06:05.632 | Collecting requests===2.25.0 2020-12-15 08:06:05.639 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e78/6fa28d8c9154e/requests-2.25.0-py2.py3-none-any.whl (61 kB) 2020-12-15 08:06:05.664 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (3.0.4) 2020-12-15 08:06:05.718 | Collecting certifi===2020.11.8 2020-12-15 08:06:05.726 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1f4/22849db327d53/certifi-2020.11.8-py2.py3-none-any.whl (155 kB) 2020-12-15 08:06:05.763 | Collecting idna===2.10 2020-12-15 08:06:05.770 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b97/d804b1e9b523b/idna-2.10-py2.py3-none-any.whl (58 kB) 2020-12-15 08:06:06.285 | Installing collected packages: certifi, urllib3, idna, requests, futurist, etcd3gw 2020-12-15 08:06:06.285 | Attempting uninstall: certifi 2020-12-15 08:06:06.287 | Found existing installation: certifi 2018.1.18 2020-12-15 08:06:06.295 | Uninstalling certifi-2018.1.18: 2020-12-15 08:06:06.327 | Successfully uninstalled certifi-2018.1.18 2020-12-15 08:06:06.343 | Attempting uninstall: urllib3 2020-12-15 08:06:06.344 | Found existing installation: urllib3 1.22 2020-12-15 08:06:06.351 | Uninstalling urllib3-1.22: 2020-12-15 08:06:06.383 | Successfully uninstalled urllib3-1.22 2020-12-15 08:06:06.496 | Attempting uninstall: idna 2020-12-15 08:06:06.497 | Found existing installation: idna 2.6 2020-12-15 08:06:06.508 | Uninstalling idna-2.6: 2020-12-15 08:06:06.538 | Successfully uninstalled idna-2.6 2020-12-15 08:06:06.653 | Attempting uninstall: requests 2020-12-15 08:06:06.653 | Found existing installation: requests 2.18.4 2020-12-15 08:06:06.658 | Uninstalling requests-2.18.4: 2020-12-15 08:06:06.688 | Successfully uninstalled requests-2.18.4 2020-12-15 08:06:06.845 | Successfully installed certifi-2020.11.8 etcd3gw-0.2.5 futurist-2.3.0 idna-2.10 requests-2.25.0 urllib3-1.26.2 2020-12-15 08:06:06.913 | WARNING: You are using pip version 20.2.4; however, version 20.3.1 is available. 2020-12-15 08:06:06.913 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2020-12-15 08:06:06.995 | + inc/python:pip_install:200 : result=0 2020-12-15 08:06:06.998 | + inc/python:pip_install:202 : time_stop pip_install 2020-12-15 08:06:07.000 | + functions-common:time_stop:2306 : local name 2020-12-15 08:06:07.003 | + functions-common:time_stop:2307 : local end_time 2020-12-15 08:06:07.005 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-15 08:06:07.007 | + functions-common:time_stop:2309 : local total 2020-12-15 08:06:07.009 | + functions-common:time_stop:2310 : local start_time 2020-12-15 08:06:07.012 | + functions-common:time_stop:2312 : name=pip_install 2020-12-15 08:06:07.014 | + functions-common:time_stop:2313 : start_time=1608019563250 2020-12-15 08:06:07.016 | + functions-common:time_stop:2315 : [[ -z 1608019563250 ]] 2020-12-15 08:06:07.019 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-15 08:06:07.022 | + functions-common:time_stop:2318 : end_time=1608019567019 2020-12-15 08:06:07.025 | + functions-common:time_stop:2319 : elapsed_time=3769 2020-12-15 08:06:07.027 | + functions-common:time_stop:2320 : total=60094 2020-12-15 08:06:07.029 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-15 08:06:07.031 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=63863 2020-12-15 08:06:07.034 | + inc/python:pip_install:203 : return 0 2020-12-15 08:06:07.037 | + ./stack.sh:main:842 : install_apache_uwsgi 2020-12-15 08:06:07.039 | + lib/apache:install_apache_uwsgi:80 : local apxs=apxs2 2020-12-15 08:06:07.044 | + lib/apache:install_apache_uwsgi:81 : is_fedora 2020-12-15 08:06:07.046 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2020-12-15 08:06:07.048 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2020-12-15 08:06:07.051 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2020-12-15 08:06:07.053 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2020-12-15 08:06:07.057 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2020-12-15 08:06:07.059 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2020-12-15 08:06:07.062 | + functions-common:is_fedora:455 : '[' Ubuntu = OracleServer ']' 2020-12-15 08:06:07.064 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2020-12-15 08:06:07.067 | + lib/apache:install_apache_uwsgi:92 : UWSGI_PYTHON_PLUGIN=python3 2020-12-15 08:06:07.070 | + lib/apache:install_apache_uwsgi:94 : is_ubuntu 2020-12-15 08:06:07.072 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-15 08:06:07.075 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-15 08:06:07.077 | + lib/apache:install_apache_uwsgi:95 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2020-12-15 08:06:07.079 | + lib/apache:install_apache_uwsgi:96 : [[ bionic == \b\i\o\n\i\c ]] 2020-12-15 08:06:07.081 | + lib/apache:install_apache_uwsgi:97 : pkg_list='uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python' 2020-12-15 08:06:07.084 | + lib/apache:install_apache_uwsgi:99 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python 2020-12-15 08:06:07.087 | + functions-common:install_package:1344 : update_package_repo 2020-12-15 08:06:07.089 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-12-15 08:06:07.092 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2020-12-15 08:06:07.094 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-12-15 08:06:07.096 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-12-15 08:06:07.099 | + functions-common:update_package_repo:1324 : is_ubuntu 2020-12-15 08:06:07.102 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-15 08:06:07.104 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-15 08:06:07.106 | + functions-common:update_package_repo:1325 : apt_get_update 2020-12-15 08:06:07.108 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2020-12-15 08:06:07.111 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2020-12-15 08:06:07.113 | + functions-common:apt_get_update:1071 : return 2020-12-15 08:06:07.115 | + functions-common:install_package:1345 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python 2020-12-15 08:06:07.118 | + functions-common:real_install_package:1330 : is_ubuntu 2020-12-15 08:06:07.120 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-15 08:06:07.122 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-15 08:06:07.124 | + functions-common:real_install_package:1331 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python 2020-12-15 08:06:07.143 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python 2020-12-15 08:06:07.267 | Reading package lists... 2020-12-15 08:06:07.526 | Building dependency tree... 2020-12-15 08:06:07.527 | Reading state information... 2020-12-15 08:06:07.750 | libapache2-mod-proxy-uwsgi is already the newest version (2.0.15-10.2ubuntu2.1). 2020-12-15 08:06:07.750 | The following packages were automatically installed and are no longer required: 2020-12-15 08:06:07.751 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2020-12-15 08:06:07.751 | python3-click python3-colorama python3-configobj python3-constantly 2020-12-15 08:06:07.751 | python3-hyperlink python3-incremental python3-keyring python3-keyrings.alt 2020-12-15 08:06:07.751 | python3-pam python3-problem-report python3-pyasn1 2020-12-15 08:06:07.751 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-12-15 08:06:07.751 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-12-15 08:06:07.751 | python3-zope.interface 2020-12-15 08:06:07.751 | Use 'sudo apt autoremove' to remove them. 2020-12-15 08:06:07.753 | Suggested packages: 2020-12-15 08:06:07.753 | python-uwsgidecorators python3-uwsgidecorators 2020-12-15 08:06:07.801 | The following NEW packages will be installed: 2020-12-15 08:06:07.801 | uwsgi uwsgi-plugin-python uwsgi-plugin-python3 2020-12-15 08:06:08.077 | 0 upgraded, 3 newly installed, 0 to remove and 162 not upgraded. 2020-12-15 08:06:08.077 | Need to get 163 kB of archives. 2020-12-15 08:06:08.077 | After this operation, 634 kB of additional disk space will be used. 2020-12-15 08:06:08.077 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi amd64 2.0.15-10.2ubuntu2.1 [16.9 kB] 2020-12-15 08:06:08.333 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi-plugin-python amd64 2.0.15-10.2ubuntu2.1 [72.4 kB] 2020-12-15 08:06:08.550 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi-plugin-python3 amd64 2.0.15-10.2ubuntu2.1 [73.2 kB] 2020-12-15 08:06:09.199 | Fetched 163 kB in 1s (193 kB/s) 2020-12-15 08:06:09.259 | Selecting previously unselected package uwsgi. 2020-12-15 08:06:09.300 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 77268 files and directories currently installed.) 2020-12-15 08:06:09.305 | Preparing to unpack .../uwsgi_2.0.15-10.2ubuntu2.1_amd64.deb ... 2020-12-15 08:06:09.309 | Unpacking uwsgi (2.0.15-10.2ubuntu2.1) ... 2020-12-15 08:06:09.399 | Selecting previously unselected package uwsgi-plugin-python. 2020-12-15 08:06:09.407 | Preparing to unpack .../uwsgi-plugin-python_2.0.15-10.2ubuntu2.1_amd64.deb ... 2020-12-15 08:06:09.410 | Unpacking uwsgi-plugin-python (2.0.15-10.2ubuntu2.1) ... 2020-12-15 08:06:09.502 | Selecting previously unselected package uwsgi-plugin-python3. 2020-12-15 08:06:09.510 | Preparing to unpack .../uwsgi-plugin-python3_2.0.15-10.2ubuntu2.1_amd64.deb ... 2020-12-15 08:06:09.512 | Unpacking uwsgi-plugin-python3 (2.0.15-10.2ubuntu2.1) ... 2020-12-15 08:06:09.597 | Setting up uwsgi-plugin-python3 (2.0.15-10.2ubuntu2.1) ... 2020-12-15 08:06:09.644 | Processing triggers for ureadahead (0.100.0-21) ... 2020-12-15 08:06:09.667 | Setting up uwsgi (2.0.15-10.2ubuntu2.1) ... 2020-12-15 08:06:10.197 | Setting up uwsgi-plugin-python (2.0.15-10.2ubuntu2.1) ... 2020-12-15 08:06:10.250 | Processing triggers for systemd (237-3ubuntu10.43) ... 2020-12-15 08:06:10.451 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-12-15 08:06:10.968 | Processing triggers for ureadahead (0.100.0-21) ... 2020-12-15 08:06:12.882 | + functions-common:apt_get:1115 : result=0 2020-12-15 08:06:12.884 | + functions-common:apt_get:1118 : time_stop apt-get 2020-12-15 08:06:12.887 | + functions-common:time_stop:2306 : local name 2020-12-15 08:06:12.889 | + functions-common:time_stop:2307 : local end_time 2020-12-15 08:06:12.891 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-15 08:06:12.893 | + functions-common:time_stop:2309 : local total 2020-12-15 08:06:12.895 | + functions-common:time_stop:2310 : local start_time 2020-12-15 08:06:12.897 | + functions-common:time_stop:2312 : name=apt-get 2020-12-15 08:06:12.899 | + functions-common:time_stop:2313 : start_time=1608019567141 2020-12-15 08:06:12.902 | + functions-common:time_stop:2315 : [[ -z 1608019567141 ]] 2020-12-15 08:06:12.904 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-15 08:06:12.907 | + functions-common:time_stop:2318 : end_time=1608019572905 2020-12-15 08:06:12.910 | + functions-common:time_stop:2319 : elapsed_time=5764 2020-12-15 08:06:12.912 | + functions-common:time_stop:2320 : total=200293 2020-12-15 08:06:12.914 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-15 08:06:12.916 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=206057 2020-12-15 08:06:12.918 | + functions-common:apt_get:1119 : return 0 2020-12-15 08:06:12.921 | + lib/apache:install_apache_uwsgi:131 : is_ubuntu 2020-12-15 08:06:12.923 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-15 08:06:12.925 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-15 08:06:12.928 | + lib/apache:install_apache_uwsgi:133 : sudo a2enmod proxy 2020-12-15 08:06:12.985 | Enabling module proxy. 2020-12-15 08:06:12.990 | To activate the new configuration, you need to run: 2020-12-15 08:06:12.990 | systemctl restart apache2 2020-12-15 08:06:12.994 | + lib/apache:install_apache_uwsgi:134 : sudo a2enmod proxy_uwsgi 2020-12-15 08:06:13.051 | Considering dependency proxy for proxy_uwsgi: 2020-12-15 08:06:13.051 | Module proxy already enabled 2020-12-15 08:06:13.051 | Enabling module proxy_uwsgi. 2020-12-15 08:06:13.056 | To activate the new configuration, you need to run: 2020-12-15 08:06:13.056 | systemctl restart apache2 2020-12-15 08:06:13.060 | + lib/apache:install_apache_uwsgi:140 : restart_apache_server 2020-12-15 08:06:13.063 | + lib/apache:restart_apache_server:253 : restart_service apache2 2020-12-15 08:06:13.065 | + functions-common:restart_service:2190 : '[' -x /bin/systemctl ']' 2020-12-15 08:06:13.067 | + functions-common:restart_service:2191 : sudo /bin/systemctl restart apache2 2020-12-15 08:06:13.207 | + ./stack.sh:main:845 : install_keystoneauth 2020-12-15 08:06:13.210 | + lib/keystone:install_keystoneauth:462 : use_library_from_git keystoneauth 2020-12-15 08:06:13.213 | + inc/python:use_library_from_git:250 : local name=keystoneauth 2020-12-15 08:06:13.215 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:06:13.218 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:06:13.221 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystoneauth, ]] 2020-12-15 08:06:13.224 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:06:13.227 | + ./stack.sh:main:846 : install_keystoneclient 2020-12-15 08:06:13.229 | + lib/keystone:install_keystoneclient:470 : use_library_from_git python-keystoneclient 2020-12-15 08:06:13.232 | + inc/python:use_library_from_git:250 : local name=python-keystoneclient 2020-12-15 08:06:13.234 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:06:13.236 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:06:13.239 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-keystoneclient, ]] 2020-12-15 08:06:13.241 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:06:13.244 | + ./stack.sh:main:847 : install_glanceclient 2020-12-15 08:06:13.246 | + lib/glance:install_glanceclient:427 : use_library_from_git python-glanceclient 2020-12-15 08:06:13.248 | + inc/python:use_library_from_git:250 : local name=python-glanceclient 2020-12-15 08:06:13.251 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:06:13.253 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:06:13.255 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-glanceclient, ]] 2020-12-15 08:06:13.258 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:06:13.260 | + ./stack.sh:main:848 : install_cinderclient 2020-12-15 08:06:13.262 | + lib/cinder:install_cinderclient:431 : use_library_from_git python-brick-cinderclient-ext 2020-12-15 08:06:13.265 | + inc/python:use_library_from_git:250 : local name=python-brick-cinderclient-ext 2020-12-15 08:06:13.267 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:06:13.269 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:06:13.271 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2020-12-15 08:06:13.274 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:06:13.276 | + lib/cinder:install_cinderclient:436 : use_library_from_git python-cinderclient 2020-12-15 08:06:13.278 | + inc/python:use_library_from_git:250 : local name=python-cinderclient 2020-12-15 08:06:13.281 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:06:13.283 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:06:13.285 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-cinderclient, ]] 2020-12-15 08:06:13.288 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:06:13.290 | + ./stack.sh:main:849 : install_novaclient 2020-12-15 08:06:13.293 | + lib/nova:install_novaclient:788 : use_library_from_git python-novaclient 2020-12-15 08:06:13.295 | + inc/python:use_library_from_git:250 : local name=python-novaclient 2020-12-15 08:06:13.297 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:06:13.299 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:06:13.302 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-novaclient, ]] 2020-12-15 08:06:13.305 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:06:13.307 | + ./stack.sh:main:850 : is_service_enabled swift glance horizon 2020-12-15 08:06:13.323 | + functions-common:is_service_enabled:1962 : return 0 2020-12-15 08:06:13.325 | + ./stack.sh:main:851 : install_swiftclient 2020-12-15 08:06:13.327 | + lib/swift:install_swiftclient:751 : use_library_from_git python-swiftclient 2020-12-15 08:06:13.330 | + inc/python:use_library_from_git:250 : local name=python-swiftclient 2020-12-15 08:06:13.332 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:06:13.335 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:06:13.337 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-swiftclient, ]] 2020-12-15 08:06:13.339 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:06:13.342 | + ./stack.sh:main:853 : is_service_enabled neutron nova horizon 2020-12-15 08:06:13.357 | + functions-common:is_service_enabled:1962 : return 0 2020-12-15 08:06:13.359 | + ./stack.sh:main:854 : install_neutronclient 2020-12-15 08:06:13.362 | + lib/neutron:install_neutronclient:440 : use_library_from_git python-neutronclient 2020-12-15 08:06:13.364 | + inc/python:use_library_from_git:250 : local name=python-neutronclient 2020-12-15 08:06:13.366 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:06:13.369 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:06:13.371 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-neutronclient, ]] 2020-12-15 08:06:13.373 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:06:13.377 | + ./stack.sh:main:858 : install_keystonemiddleware 2020-12-15 08:06:13.379 | + lib/keystone:install_keystonemiddleware:480 : use_library_from_git keystonemiddleware 2020-12-15 08:06:13.382 | + inc/python:use_library_from_git:250 : local name=keystonemiddleware 2020-12-15 08:06:13.384 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:06:13.386 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:06:13.388 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystonemiddleware, ]] 2020-12-15 08:06:13.391 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:06:13.393 | + lib/keystone:install_keystonemiddleware:485 : pip_install_gr keystonemiddleware 2020-12-15 08:06:13.395 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2020-12-15 08:06:13.398 | + inc/python:pip_install_gr:77 : local clean_name 2020-12-15 08:06:13.401 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2020-12-15 08:06:13.404 | ++ inc/python:get_from_global_requirements:225 : local package=keystonemiddleware 2020-12-15 08:06:13.406 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2020-12-15 08:06:13.409 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2020-12-15 08:06:13.410 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2020-12-15 08:06:13.415 | ++ inc/python:get_from_global_requirements:227 : required_pkg='keystonemiddleware ' 2020-12-15 08:06:13.417 | ++ inc/python:get_from_global_requirements:228 : [[ keystonemiddleware == '' ]] 2020-12-15 08:06:13.419 | ++ inc/python:get_from_global_requirements:231 : echo keystonemiddleware 2020-12-15 08:06:13.422 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2020-12-15 08:06:13.425 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2020-12-15 08:06:13.442 | Using python 3.6 to install keystonemiddleware 2020-12-15 08:06:13.445 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt keystonemiddleware 2020-12-15 08:06:15.254 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-12-15 08:06:15.424 | Collecting keystonemiddleware===9.2.0 2020-12-15 08:06:15.432 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/921/fa4f305c8070a/keystonemiddleware-9.2.0-py3-none-any.whl (119 kB) 2020-12-15 08:06:15.691 | Collecting oslo.cache===2.6.1 2020-12-15 08:06:15.697 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ab7/718f31294f6d2/oslo.cache-2.6.1-py3-none-any.whl (61 kB) 2020-12-15 08:06:15.961 | Collecting oslo.config===8.4.0 2020-12-15 08:06:15.968 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/453/2e94c2da67cde/oslo.config-8.4.0-py3-none-any.whl (127 kB) 2020-12-15 08:06:16.131 | Collecting dogpile.cache===1.1.1 2020-12-15 08:06:16.138 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/658/0a63ee595dd42/dogpile.cache-1.1.1-py3-none-any.whl (49 kB) 2020-12-15 08:06:16.185 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 409)) (3.3.0) 2020-12-15 08:06:16.194 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (1.15.0) 2020-12-15 08:06:16.260 | Collecting rfc3986===1.4.0 2020-12-15 08:06:16.266 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/af9/147e9aceda37c/rfc3986-1.4.0-py2.py3-none-any.whl (31 kB) 2020-12-15 08:06:16.436 | Collecting keystoneauth1===4.3.0 2020-12-15 08:06:16.442 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/db4/38f606c098f83/keystoneauth1-4.3.0-py3-none-any.whl (314 kB) 2020-12-15 08:06:16.689 | Collecting python-keystoneclient===4.2.0 2020-12-15 08:06:16.696 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/570/2f387e2a3f364/python_keystoneclient-4.2.0-py3-none-any.whl (397 kB) 2020-12-15 08:06:16.841 | Collecting decorator===4.4.2 2020-12-15 08:06:16.848 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/41f/a54c2a0cc4ba6/decorator-4.4.2-py2.py3-none-any.whl (9.2 kB) 2020-12-15 08:06:17.056 | Collecting oslo.utils===4.7.0 2020-12-15 08:06:17.062 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/51c/1127c518e44be/oslo.utils-4.7.0-py3-none-any.whl (97 kB) 2020-12-15 08:06:17.471 | Collecting pytz===2020.4 2020-12-15 08:06:17.479 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5c5/5e189b682d420/pytz-2020.4-py2.py3-none-any.whl (509 kB) 2020-12-15 08:06:17.545 | 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) 2020-12-15 08:06:17.547 | Requirement already satisfied: requests===2.25.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 213)) (2.25.0) 2020-12-15 08:06:17.673 | Collecting oslo.context===3.1.1 2020-12-15 08:06:17.679 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9b4/d59c515d0dcaa/oslo.context-3.1.1-py3-none-any.whl (16 kB) 2020-12-15 08:06:17.904 | Collecting oslo.log===4.4.0 2020-12-15 08:06:17.910 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/189/726ef91641f36/oslo.log-4.4.0-py3-none-any.whl (66 kB) 2020-12-15 08:06:18.095 | Collecting WebOb===1.8.6 2020-12-15 08:06:18.102 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a3c/89a8e9ba0aeb1/WebOb-1.8.6-py2.py3-none-any.whl (114 kB) 2020-12-15 08:06:18.266 | Collecting oslo.i18n===5.0.1 2020-12-15 08:06:18.273 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/99a/6453b9b7a9d16/oslo.i18n-5.0.1-py3-none-any.whl (42 kB) 2020-12-15 08:06:18.400 | Collecting pycadf===3.1.1 2020-12-15 08:06:18.406 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b1f/a1dea7638c0f6/pycadf-3.1.1-py3-none-any.whl (39 kB) 2020-12-15 08:06:18.572 | Collecting oslo.serialization===4.0.1 2020-12-15 08:06:18.578 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6ed/86d8378a845a2/oslo.serialization-4.0.1-py3-none-any.whl (21 kB) 2020-12-15 08:06:18.714 | Collecting debtcollector===2.2.0 2020-12-15 08:06:18.720 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/346/63e5de257c67b/debtcollector-2.2.0-py3-none-any.whl (20 kB) 2020-12-15 08:06:18.768 | Requirement already satisfied: importlib-metadata===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 271)) (3.1.1) 2020-12-15 08:06:18.803 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 174)) (5.3.1) 2020-12-15 08:06:18.806 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 129)) (0.8.0) 2020-12-15 08:06:18.875 | Collecting iso8601===0.1.13 2020-12-15 08:06:18.882 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6f0/2f01dd13320a7/iso8601-0.1.13-py3-none-any.whl (9.3 kB) 2020-12-15 08:06:18.983 | Collecting os-service-types===1.7.0 2020-12-15 08:06:18.991 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/050/5c72205690910/os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 2020-12-15 08:06:19.116 | Collecting packaging===20.4 2020-12-15 08:06:19.122 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/998/416ba6962ae7f/packaging-20.4-py2.py3-none-any.whl (37 kB) 2020-12-15 08:06:19.167 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 398)) (2.4.7) 2020-12-15 08:06:19.248 | Collecting netifaces===0.10.9 2020-12-15 08:06:19.254 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/30e/d89ab8aff715c/netifaces-0.10.9-cp36-cp36m-manylinux1_x86_64.whl (32 kB) 2020-12-15 08:06:19.259 | Requirement already satisfied: urllib3===1.26.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 165)) (1.26.2) 2020-12-15 08:06:19.281 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (3.0.4) 2020-12-15 08:06:19.283 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 353)) (2.10) 2020-12-15 08:06:19.286 | Requirement already satisfied: certifi===2020.11.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) (2020.11.8) 2020-12-15 08:06:19.360 | Collecting python-dateutil===2.8.1 2020-12-15 08:06:19.368 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/75b/b3f31ea686f11/python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB) 2020-12-15 08:06:19.466 | Collecting pyinotify===0.9.6 2020-12-15 08:06:19.472 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9c9/98a5d7606ca83/pyinotify-0.9.6.tar.gz (60 kB) 2020-12-15 08:06:20.193 | Collecting msgpack===1.0.0 2020-12-15 08:06:20.200 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/25b/3bc3190f3d9d9/msgpack-1.0.0-cp36-cp36m-manylinux1_x86_64.whl (274 kB) 2020-12-15 08:06:20.313 | Collecting wrapt===1.12.1 2020-12-15 08:06:20.320 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b62/ffa81fb85f433/wrapt-1.12.1.tar.gz (27 kB) 2020-12-15 08:06:20.871 | Requirement already satisfied: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 530)) (3.4.0) 2020-12-15 08:06:20.899 | Requirement already satisfied: importlib-resources===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 501)) (3.3.0) 2020-12-15 08:06:20.919 | Building wheels for collected packages: pyinotify, wrapt 2020-12-15 08:06:20.920 | Building wheel for pyinotify (setup.py): started 2020-12-15 08:06:21.506 | Building wheel for pyinotify (setup.py): finished with status 'done' 2020-12-15 08:06:21.507 | Created wheel for pyinotify: filename=pyinotify-0.9.6-py3-none-any.whl size=25339 sha256=95d7380dd4191ba7d796ef24857add53b6e38a2241cdae71baf4f3744bcbc851 2020-12-15 08:06:21.508 | Stored in directory: /root/.cache/pip/wheels/f3/7a/03/56564493d2862ac4c0677c91d99261394dd512a1bbb90af9a7 2020-12-15 08:06:21.509 | Building wheel for wrapt (setup.py): started 2020-12-15 08:06:23.006 | Building wheel for wrapt (setup.py): finished with status 'done' 2020-12-15 08:06:23.007 | Created wheel for wrapt: filename=wrapt-1.12.1-cp36-cp36m-linux_x86_64.whl size=67489 sha256=a33415311f98a14c01704dd3b05753032ed58e1afb74b9c3f1b215ca7d73ce90 2020-12-15 08:06:23.007 | Stored in directory: /root/.cache/pip/wheels/27/b0/63/c6302d953c843aa78fedbee048633aa67fa3f28a2ab130c797 2020-12-15 08:06:23.008 | Successfully built pyinotify wrapt 2020-12-15 08:06:23.763 | Installing collected packages: WebOb, oslo.i18n, wrapt, debtcollector, oslo.context, pytz, msgpack, packaging, netifaces, iso8601, oslo.utils, oslo.serialization, rfc3986, oslo.config, pycadf, pyinotify, python-dateutil, oslo.log, os-service-types, decorator, dogpile.cache, oslo.cache, keystoneauth1, python-keystoneclient, keystonemiddleware 2020-12-15 08:06:24.303 | Attempting uninstall: netifaces 2020-12-15 08:06:24.304 | Found existing installation: netifaces 0.10.4 2020-12-15 08:06:24.312 | Uninstalling netifaces-0.10.4: 2020-12-15 08:06:24.341 | Successfully uninstalled netifaces-0.10.4 2020-12-15 08:06:25.994 | Successfully installed WebOb-1.8.6 debtcollector-2.2.0 decorator-4.4.2 dogpile.cache-1.1.1 iso8601-0.1.13 keystoneauth1-4.3.0 keystonemiddleware-9.2.0 msgpack-1.0.0 netifaces-0.10.9 os-service-types-1.7.0 oslo.cache-2.6.1 oslo.config-8.4.0 oslo.context-3.1.1 oslo.i18n-5.0.1 oslo.log-4.4.0 oslo.serialization-4.0.1 oslo.utils-4.7.0 packaging-20.4 pycadf-3.1.1 pyinotify-0.9.6 python-dateutil-2.8.1 python-keystoneclient-4.2.0 pytz-2020.4 rfc3986-1.4.0 wrapt-1.12.1 2020-12-15 08:06:26.073 | WARNING: You are using pip version 20.2.4; however, version 20.3.1 is available. 2020-12-15 08:06:26.073 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2020-12-15 08:06:26.179 | + inc/python:pip_install:200 : result=0 2020-12-15 08:06:26.182 | + inc/python:pip_install:202 : time_stop pip_install 2020-12-15 08:06:26.184 | + functions-common:time_stop:2306 : local name 2020-12-15 08:06:26.186 | + functions-common:time_stop:2307 : local end_time 2020-12-15 08:06:26.188 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-15 08:06:26.190 | + functions-common:time_stop:2309 : local total 2020-12-15 08:06:26.192 | + functions-common:time_stop:2310 : local start_time 2020-12-15 08:06:26.195 | + functions-common:time_stop:2312 : name=pip_install 2020-12-15 08:06:26.197 | + functions-common:time_stop:2313 : start_time=1608019573438 2020-12-15 08:06:26.199 | + functions-common:time_stop:2315 : [[ -z 1608019573438 ]] 2020-12-15 08:06:26.202 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-15 08:06:26.205 | + functions-common:time_stop:2318 : end_time=1608019586202 2020-12-15 08:06:26.207 | + functions-common:time_stop:2319 : elapsed_time=12764 2020-12-15 08:06:26.210 | + functions-common:time_stop:2320 : total=63863 2020-12-15 08:06:26.212 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-15 08:06:26.214 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=76627 2020-12-15 08:06:26.216 | + inc/python:pip_install:203 : return 0 2020-12-15 08:06:26.219 | + lib/keystone:install_keystonemiddleware:489 : pip_install_gr python-memcached 2020-12-15 08:06:26.221 | + inc/python:pip_install_gr:76 : local name=python-memcached 2020-12-15 08:06:26.223 | + inc/python:pip_install_gr:77 : local clean_name 2020-12-15 08:06:26.227 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2020-12-15 08:06:26.229 | ++ inc/python:get_from_global_requirements:225 : local package=python-memcached 2020-12-15 08:06:26.231 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2020-12-15 08:06:26.235 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2020-12-15 08:06:26.235 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2020-12-15 08:06:26.239 | ++ inc/python:get_from_global_requirements:227 : required_pkg='python-memcached ' 2020-12-15 08:06:26.241 | ++ inc/python:get_from_global_requirements:228 : [[ python-memcached == '' ]] 2020-12-15 08:06:26.244 | ++ inc/python:get_from_global_requirements:231 : echo python-memcached 2020-12-15 08:06:26.246 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2020-12-15 08:06:26.249 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2020-12-15 08:06:26.267 | Using python 3.6 to install python-memcached 2020-12-15 08:06:26.269 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt python-memcached 2020-12-15 08:06:28.126 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-12-15 08:06:28.234 | Collecting python-memcached===1.59 2020-12-15 08:06:28.241 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4da/c64916871bd35/python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2020-12-15 08:06:28.292 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (1.15.0) 2020-12-15 08:06:29.067 | Installing collected packages: python-memcached 2020-12-15 08:06:29.126 | Successfully installed python-memcached-1.59 2020-12-15 08:06:29.205 | WARNING: You are using pip version 20.2.4; however, version 20.3.1 is available. 2020-12-15 08:06:29.205 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2020-12-15 08:06:29.283 | + inc/python:pip_install:200 : result=0 2020-12-15 08:06:29.286 | + inc/python:pip_install:202 : time_stop pip_install 2020-12-15 08:06:29.289 | + functions-common:time_stop:2306 : local name 2020-12-15 08:06:29.291 | + functions-common:time_stop:2307 : local end_time 2020-12-15 08:06:29.293 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-15 08:06:29.295 | + functions-common:time_stop:2309 : local total 2020-12-15 08:06:29.297 | + functions-common:time_stop:2310 : local start_time 2020-12-15 08:06:29.299 | + functions-common:time_stop:2312 : name=pip_install 2020-12-15 08:06:29.301 | + functions-common:time_stop:2313 : start_time=1608019586262 2020-12-15 08:06:29.304 | + functions-common:time_stop:2315 : [[ -z 1608019586262 ]] 2020-12-15 08:06:29.306 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-15 08:06:29.310 | + functions-common:time_stop:2318 : end_time=1608019589307 2020-12-15 08:06:29.312 | + functions-common:time_stop:2319 : elapsed_time=3045 2020-12-15 08:06:29.314 | + functions-common:time_stop:2320 : total=76627 2020-12-15 08:06:29.316 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-15 08:06:29.318 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=79672 2020-12-15 08:06:29.321 | + inc/python:pip_install:203 : return 0 2020-12-15 08:06:29.323 | + ./stack.sh:main:860 : is_service_enabled keystone 2020-12-15 08:06:29.339 | + functions-common:is_service_enabled:1962 : return 0 2020-12-15 08:06:29.341 | + ./stack.sh:main:861 : '[' 10.222.0.15 == 10.222.0.15 ']' 2020-12-15 08:06:29.343 | + ./stack.sh:main:862 : stack_install_service keystone 2020-12-15 08:06:29.346 | + lib/stack:stack_install_service:20 : local service=keystone 2020-12-15 08:06:29.348 | + lib/stack:stack_install_service:21 : type install_keystone 2020-12-15 08:06:29.351 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2020-12-15 08:06:29.353 | + lib/stack:stack_install_service:32 : install_keystone 2020-12-15 08:06:29.356 | + lib/keystone:install_keystone:495 : is_service_enabled ldap 2020-12-15 08:06:29.370 | + functions-common:is_service_enabled:1962 : return 1 2020-12-15 08:06:29.372 | + lib/keystone:install_keystone:499 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone master 2020-12-15 08:06:29.375 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/keystone.git 2020-12-15 08:06:29.377 | + functions-common:git_clone:526 : local git_dest=/opt/stack/keystone 2020-12-15 08:06:29.379 | + functions-common:git_clone:527 : local git_ref=master 2020-12-15 08:06:29.381 | + functions-common:git_clone:528 : local orig_dir 2020-12-15 08:06:29.384 | ++ functions-common:git_clone:529 : pwd 2020-12-15 08:06:29.386 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2020-12-15 08:06:29.388 | + functions-common:git_clone:530 : local git_clone_flags= 2020-12-15 08:06:29.391 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2020-12-15 08:06:29.405 | + functions-common:git_clone:532 : RECLONE=False 2020-12-15 08:06:29.407 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2020-12-15 08:06:29.409 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2020-12-15 08:06:29.412 | + functions-common:git_clone:546 : echo master 2020-12-15 08:06:29.413 | + functions-common:git_clone:546 : egrep -q '^refs' 2020-12-15 08:06:29.417 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/keystone ]] 2020-12-15 08:06:29.419 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2020-12-15 08:06:29.421 | + functions-common:git_clone:594 : cd /opt/stack/keystone 2020-12-15 08:06:29.424 | + functions-common:git_clone:595 : git show --oneline 2020-12-15 08:06:29.424 | + functions-common:git_clone:595 : head -1 2020-12-15 08:06:29.428 | b0b93c039 Merge "Generalize release note for bug 1878938" 2020-12-15 08:06:29.430 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2020-12-15 08:06:29.433 | + lib/keystone:install_keystone:500 : setup_develop /opt/stack/keystone 2020-12-15 08:06:29.435 | + inc/python:setup_develop:338 : local bindep 2020-12-15 08:06:29.437 | + inc/python:setup_develop:339 : [[ /opt/stack/keystone == -bindep* ]] 2020-12-15 08:06:29.440 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/keystone 2020-12-15 08:06:29.442 | + inc/python:setup_develop:344 : local extras= 2020-12-15 08:06:29.445 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2020-12-15 08:06:29.447 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2020-12-15 08:06:29.450 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/keystone == -bindep* ]] 2020-12-15 08:06:29.452 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/keystone 2020-12-15 08:06:29.454 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2020-12-15 08:06:29.456 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2020-12-15 08:06:29.460 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/keystone 2020-12-15 08:06:29.462 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2020-12-15 08:06:29.465 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/keystone 2020-12-15 08:06:29.467 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2020-12-15 08:06:29.469 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2020-12-15 08:06:29.472 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2020-12-15 08:06:29.477 | + inc/python:_setup_package_with_constraints_edit:383 : name=keystone 2020-12-15 08:06:29.480 | + inc/python:_setup_package_with_constraints_edit:385 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone '-e file:///opt/stack/keystone#egg=keystone' 2020-12-15 08:06:30.155 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/keystone -e 2020-12-15 08:06:30.157 | + inc/python:setup_package:417 : local bindep=0 2020-12-15 08:06:30.160 | + inc/python:setup_package:418 : local bindep_flag= 2020-12-15 08:06:30.162 | + inc/python:setup_package:419 : local bindep_profiles= 2020-12-15 08:06:30.165 | + inc/python:setup_package:420 : [[ /opt/stack/keystone == -bindep* ]] 2020-12-15 08:06:30.167 | + inc/python:setup_package:425 : local project_dir=/opt/stack/keystone 2020-12-15 08:06:30.169 | + inc/python:setup_package:426 : local flags=-e 2020-12-15 08:06:30.171 | + inc/python:setup_package:427 : local extras= 2020-12-15 08:06:30.173 | + inc/python:setup_package:431 : [[ -n -e ]] 2020-12-15 08:06:30.175 | + inc/python:setup_package:431 : [[ -z '' ]] 2020-12-15 08:06:30.177 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2020-12-15 08:06:30.180 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2020-12-15 08:06:30.182 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2020-12-15 08:06:30.184 | + inc/python:setup_package:445 : pip_install -e /opt/stack/keystone 2020-12-15 08:06:30.202 | Using python 3.6 to install /opt/stack/keystone 2020-12-15 08:06:30.204 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/keystone 2020-12-15 08:06:32.042 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-12-15 08:06:32.042 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2020-12-15 08:06:32.064 | Obtaining file:///opt/stack/keystone 2020-12-15 08:06:33.619 | Obtaining keystone from file:///opt/stack/keystone#egg=keystone (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2020-12-15 08:06:35.251 | Collecting Flask===1.1.2 2020-12-15 08:06:35.260 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8a4/fdd8936eba251/Flask-1.1.2-py2.py3-none-any.whl (94 kB) 2020-12-15 08:06:35.419 | Collecting Flask-RESTful===0.3.8 2020-12-15 08:06:35.425 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d89/1118b951921f1/Flask_RESTful-0.3.8-py2.py3-none-any.whl (25 kB) 2020-12-15 08:06:35.527 | Collecting Jinja2===2.11.2 2020-12-15 08:06:35.534 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f0a/4641d3cf95532/Jinja2-2.11.2-py2.py3-none-any.whl (125 kB) 2020-12-15 08:06:35.609 | Collecting MarkupSafe===1.1.1 2020-12-15 08:06:35.616 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/717/ba8fe3ae9cc00/MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl (27 kB) 2020-12-15 08:06:35.681 | Collecting PyJWT===1.7.1 2020-12-15 08:06:35.688 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5c6/eca3c2940464d/PyJWT-1.7.1-py2.py3-none-any.whl (18 kB) 2020-12-15 08:06:35.958 | Collecting SQLAlchemy===1.3.20 2020-12-15 08:06:35.969 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c09/2fe282de83d48/SQLAlchemy-1.3.20-cp36-cp36m-manylinux2010_x86_64.whl (1.3 MB) 2020-12-15 08:06:36.079 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.6) 2020-12-15 08:06:36.202 | Collecting Werkzeug===1.0.1 2020-12-15 08:06:36.210 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2de/2a5db0baeae7b/Werkzeug-1.0.1-py2.py3-none-any.whl (298 kB) 2020-12-15 08:06:36.358 | Collecting aniso8601===8.1.0 2020-12-15 08:06:36.365 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/510/47d4fb51d7b8a/aniso8601-8.1.0-py2.py3-none-any.whl (44 kB) 2020-12-15 08:06:36.615 | Collecting bcrypt===3.2.0 2020-12-15 08:06:36.622 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cd1/ea2ff3038509e/bcrypt-3.2.0-cp36-abi3-manylinux2010_x86_64.whl (63 kB) 2020-12-15 08:06:37.260 | Collecting cffi===1.14.4 2020-12-15 08:06:37.269 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/063/8c3ae1a0edfb7/cffi-1.14.4-cp36-cp36m-manylinux1_x86_64.whl (401 kB) 2020-12-15 08:06:37.409 | Collecting click===7.1.2 2020-12-15 08:06:37.416 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dac/ca89f4bfadd5d/click-7.1.2-py2.py3-none-any.whl (82 kB) 2020-12-15 08:06:38.144 | Collecting cryptography===3.2.1 2020-12-15 08:06:38.157 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/324/34673d8505b42/cryptography-3.2.1-cp35-abi3-manylinux2010_x86_64.whl (2.6 MB) 2020-12-15 08:06:38.262 | Requirement already satisfied: dogpile.cache===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (1.1.1) 2020-12-15 08:06:38.334 | Collecting itsdangerous===1.1.0 2020-12-15 08:06:38.340 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b12/271b2047cb23e/itsdangerous-1.1.0-py2.py3-none-any.whl (16 kB) 2020-12-15 08:06:38.437 | Collecting jsonschema===3.2.0 2020-12-15 08:06:38.445 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4e5/b3cf8216f577b/jsonschema-3.2.0-py2.py3-none-any.whl (56 kB) 2020-12-15 08:06:38.483 | Requirement already satisfied: keystonemiddleware===9.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 220)) (9.2.0) 2020-12-15 08:06:38.542 | Requirement already satisfied: msgpack===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) (1.0.0) 2020-12-15 08:06:38.581 | Collecting oauthlib===3.1.0 2020-12-15 08:06:38.589 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/df8/84cd6cbe20e32/oauthlib-3.1.0-py2.py3-none-any.whl (147 kB) 2020-12-15 08:06:38.606 | Requirement already satisfied: oslo.cache===2.6.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 291)) (2.6.1) 2020-12-15 08:06:38.645 | Requirement already satisfied: oslo.config===8.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293)) (8.4.0) 2020-12-15 08:06:38.691 | Requirement already satisfied: oslo.context===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (3.1.1) 2020-12-15 08:06:38.876 | Collecting oslo.db===8.4.0 2020-12-15 08:06:38.884 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/de0/76489ec9dce77/oslo.db-8.4.0-py3-none-any.whl (172 kB) 2020-12-15 08:06:38.987 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 296)) (5.0.1) 2020-12-15 08:06:38.994 | Requirement already satisfied: oslo.log===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (4.4.0) 2020-12-15 08:06:39.263 | Collecting oslo.messaging===12.6.0 2020-12-15 08:06:39.269 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e17/200f2741a84c7/oslo.messaging-12.6.0-py3-none-any.whl (240 kB) 2020-12-15 08:06:39.554 | Collecting oslo.middleware===4.1.1 2020-12-15 08:06:39.562 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ce8/859e6bf38d53d/oslo.middleware-4.1.1-py3-none-any.whl (56 kB) 2020-12-15 08:06:39.792 | Collecting oslo.policy===3.6.0 2020-12-15 08:06:39.800 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c30/265ab0563689d/oslo.policy-3.6.0-py3-none-any.whl (83 kB) 2020-12-15 08:06:39.865 | Requirement already satisfied: oslo.serialization===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (4.0.1) 2020-12-15 08:06:40.019 | Collecting oslo.service===2.4.0 2020-12-15 08:06:40.026 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/453/99fc3b445febf/oslo.service-2.4.0-py3-none-any.whl (73 kB) 2020-12-15 08:06:40.170 | Collecting oslo.upgradecheck===1.3.0 2020-12-15 08:06:40.176 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/beb/62920db8b773e/oslo.upgradecheck-1.3.0-py3-none-any.whl (14 kB) 2020-12-15 08:06:40.233 | Requirement already satisfied: oslo.utils===4.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (4.7.0) 2020-12-15 08:06:40.356 | Collecting osprofiler===3.4.0 2020-12-15 08:06:40.363 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4cc/de8ab98fd2861/osprofiler-3.4.0-py3-none-any.whl (85 kB) 2020-12-15 08:06:40.465 | Requirement already satisfied: packaging===20.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (20.4) 2020-12-15 08:06:40.548 | Collecting passlib===1.7.4 2020-12-15 08:06:40.555 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aa6/bca462b8d8bda/passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2020-12-15 08:06:40.628 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) (5.5.1) 2020-12-15 08:06:40.631 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 329)) (0.7.2) 2020-12-15 08:06:40.633 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 343)) (3.1.1) 2020-12-15 08:06:40.711 | Collecting pycparser===2.20 2020-12-15 08:06:40.718 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/758/2ad22678f0fcd/pycparser-2.20-py2.py3-none-any.whl (112 kB) 2020-12-15 08:06:40.769 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 350)) (0.9.6) 2020-12-15 08:06:40.771 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (2.4.7) 2020-12-15 08:06:40.863 | Collecting pyrsistent===0.17.3 2020-12-15 08:06:40.870 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2e6/36185d9eb976a/pyrsistent-0.17.3.tar.gz (106 kB) 2020-12-15 08:06:41.572 | Collecting pysaml2===6.3.1 2020-12-15 08:06:41.579 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/df3/7dc93a93232bd/pysaml2-6.3.1-py2.py3-none-any.whl (338 kB) 2020-12-15 08:06:41.652 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 382)) (2.8.1) 2020-12-15 08:06:41.657 | Requirement already satisfied: python-keystoneclient===4.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 393)) (4.2.0) 2020-12-15 08:06:41.678 | Requirement already satisfied: pytz===2020.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 424)) (2020.4) 2020-12-15 08:06:41.681 | Requirement already satisfied: requests===2.25.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2.25.0) 2020-12-15 08:06:41.703 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (1.4.0) 2020-12-15 08:06:41.907 | Collecting scrypt===0.8.17 2020-12-15 08:06:41.916 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dae/9bc00391fab92/scrypt-0.8.17-cp36-cp36m-manylinux2010_x86_64.whl (924 kB) 2020-12-15 08:06:41.984 | Requirement already satisfied: setuptools===50.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 466)) (50.3.2) 2020-12-15 08:06:42.032 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 469)) (1.15.0) 2020-12-15 08:06:42.110 | Collecting sqlalchemy-migrate===0.13.0 2020-12-15 08:06:42.117 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e5d/2348db19a5062/sqlalchemy_migrate-0.13.0-py2.py3-none-any.whl (109 kB) 2020-12-15 08:06:42.252 | Collecting sqlparse===0.4.1 2020-12-15 08:06:42.258 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/017/cde379adbd6a1/sqlparse-0.4.1-py3-none-any.whl (42 kB) 2020-12-15 08:06:42.377 | Collecting statsd===3.3.0 2020-12-15 08:06:42.383 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c61/0fb80347fca0e/statsd-3.3.0-py2.py3-none-any.whl (11 kB) 2020-12-15 08:06:42.431 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 500)) (3.3.0) 2020-12-15 08:06:42.501 | Collecting testresources===2.0.1 2020-12-15 08:06:42.508 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/67a/361c3a2412231/testresources-2.0.1-py2.py3-none-any.whl (36 kB) 2020-12-15 08:06:42.620 | Collecting testscenarios===0.5.0 2020-12-15 08:06:42.627 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/480/263fa5d6e6181/testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) 2020-12-15 08:06:42.679 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 519)) (2.4.0) 2020-12-15 08:06:42.701 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 530)) (1.4.0) 2020-12-15 08:06:42.705 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 539)) (1.1.0) 2020-12-15 08:06:42.712 | Requirement already satisfied: urllib3===1.26.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 541)) (1.26.2) 2020-12-15 08:06:42.797 | Collecting yappi===1.3.2 2020-12-15 08:06:42.804 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a51/d3e6e5563cc74/yappi-1.3.2.tar.gz (58 kB) 2020-12-15 08:06:43.474 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128)) (4.4.2) 2020-12-15 08:06:43.477 | Requirement already satisfied: importlib-metadata===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 196)) (3.1.1) 2020-12-15 08:06:43.514 | 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) 2020-12-15 08:06:43.558 | Requirement already satisfied: keystoneauth1===4.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (4.3.0) 2020-12-15 08:06:43.625 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 127)) (2.2.0) 2020-12-15 08:06:43.633 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.3.1) 2020-12-15 08:06:43.636 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 249)) (0.8.0) 2020-12-15 08:06:43.744 | Collecting alembic===1.4.3 2020-12-15 08:06:43.752 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4e0/2ed2aa796bd17/alembic-1.4.3-py2.py3-none-any.whl (159 kB) 2020-12-15 08:06:44.011 | Collecting kombu===5.0.2 2020-12-15 08:06:44.019 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6dc/509178ac4269b/kombu-5.0.2-py2.py3-none-any.whl (180 kB) 2020-12-15 08:06:44.202 | Collecting cachetools===4.1.1 2020-12-15 08:06:44.209 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/513/d4ff98dd27f85/cachetools-4.1.1-py3-none-any.whl (10 kB) 2020-12-15 08:06:44.257 | Requirement already satisfied: futurist===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (2.3.0) 2020-12-15 08:06:44.368 | Collecting amqp===5.0.2 2020-12-15 08:06:44.375 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5b9/062d5c0812335/amqp-5.0.2-py3-none-any.whl (46 kB) 2020-12-15 08:06:44.498 | Collecting PasteDeploy===2.1.1 2020-12-15 08:06:44.506 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/149/23cfd6ad4281b/PasteDeploy-2.1.1-py2.py3-none-any.whl (17 kB) 2020-12-15 08:06:44.816 | Collecting greenlet===0.4.17 2020-12-15 08:06:44.825 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bee/111161420f341/greenlet-0.4.17-cp36-cp36m-manylinux1_x86_64.whl (44 kB) 2020-12-15 08:06:44.875 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163)) (3.0.0) 2020-12-15 08:06:44.966 | Collecting Routes===2.5.1 2020-12-15 08:06:44.972 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/fab/5a042a3a87778/Routes-2.5.1-py2.py3-none-any.whl (40 kB) 2020-12-15 08:06:45.152 | Collecting Paste===3.5.0 2020-12-15 08:06:45.160 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8e0/8200a570f7e29/Paste-3.5.0-py2.py3-none-any.whl (593 kB) 2020-12-15 08:06:45.360 | Collecting oslo.concurrency===4.3.1 2020-12-15 08:06:45.368 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/367/2179805822f15/oslo.concurrency-4.3.1-py3-none-any.whl (42 kB) 2020-12-15 08:06:45.514 | Collecting eventlet===0.29.1 2020-12-15 08:06:45.521 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a07/b8c8e1f43bc4c/eventlet-0.29.1-py2.py3-none-any.whl (223 kB) 2020-12-15 08:06:45.584 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 250)) (0.10.9) 2020-12-15 08:06:45.586 | Requirement already satisfied: iso8601===0.1.13 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (0.1.13) 2020-12-15 08:06:45.651 | Collecting defusedxml===0.6.0 2020-12-15 08:06:45.658 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/668/7150770438374/defusedxml-0.6.0-py2.py3-none-any.whl (23 kB) 2020-12-15 08:06:45.758 | Collecting pyOpenSSL===20.0.0 2020-12-15 08:06:45.765 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/898/aefbde331ba71/pyOpenSSL-20.0.0-py2.py3-none-any.whl (54 kB) 2020-12-15 08:06:45.784 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (3.0.4) 2020-12-15 08:06:45.786 | Requirement already satisfied: certifi===2020.11.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) (2020.11.8) 2020-12-15 08:06:45.788 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 192)) (2.10) 2020-12-15 08:06:45.852 | Collecting Tempita===0.5.2 2020-12-15 08:06:45.858 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/52d/39a6dbde3c2df/Tempita-0.5.2-py3-none-any.whl (12 kB) 2020-12-15 08:06:45.905 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 159)) (1.0.0) 2020-12-15 08:06:45.907 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 399)) (1.6.0) 2020-12-15 08:06:45.909 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (1.0.0) 2020-12-15 08:06:45.911 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 539)) (1.4.0) 2020-12-15 08:06:45.913 | Requirement already satisfied: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 568)) (3.4.0) 2020-12-15 08:06:45.940 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283)) (1.7.0) 2020-12-15 08:06:45.945 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 556)) (1.12.1) 2020-12-15 08:06:45.947 | Requirement already satisfied: importlib-resources===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) (3.3.0) 2020-12-15 08:06:46.052 | Collecting Mako===1.1.3 2020-12-15 08:06:46.061 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/937/29a258e4ff074/Mako-1.1.3-py2.py3-none-any.whl (75 kB) 2020-12-15 08:06:46.179 | Collecting python-editor===1.0.4 2020-12-15 08:06:46.185 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1bf/6e860a8ad52a1/python_editor-1.0.4-py3-none-any.whl (4.9 kB) 2020-12-15 08:06:46.303 | Collecting vine===5.0.0 2020-12-15 08:06:46.310 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4c9/dceab6f76ed92/vine-5.0.0-py2.py3-none-any.whl (9.4 kB) 2020-12-15 08:06:46.417 | Collecting repoze.lru===0.7 2020-12-15 08:06:46.423 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f77/bf0e1096ea445/repoze.lru-0.7-py3-none-any.whl (10 kB) 2020-12-15 08:06:46.543 | Collecting fasteners===0.14.1 2020-12-15 08:06:46.550 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/564/a115ff9698767/fasteners-0.14.1-py2.py3-none-any.whl (20 kB) 2020-12-15 08:06:46.663 | Collecting dnspython===1.16.0 2020-12-15 08:06:46.669 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f69/c21288a962f4d/dnspython-1.16.0-py2.py3-none-any.whl (188 kB) 2020-12-15 08:06:46.794 | Collecting monotonic===1.5 2020-12-15 08:06:46.801 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/552/a91f381532e33/monotonic-1.5-py2.py3-none-any.whl (5.3 kB) 2020-12-15 08:06:46.851 | Building wheels for collected packages: pyrsistent, yappi 2020-12-15 08:06:46.852 | Building wheel for pyrsistent (setup.py): started 2020-12-15 08:06:48.264 | Building wheel for pyrsistent (setup.py): finished with status 'done' 2020-12-15 08:06:48.265 | Created wheel for pyrsistent: filename=pyrsistent-0.17.3-cp36-cp36m-linux_x86_64.whl size=97031 sha256=0297fae8ed43fb881c37ecebb8708823fd0292cafcd73c7e3b2cf4c8e33811bb 2020-12-15 08:06:48.265 | Stored in directory: /root/.cache/pip/wheels/d9/35/06/14a1989d794cd957ba6aff4bd2bd7ba2db723cfa921ed47738 2020-12-15 08:06:48.267 | Building wheel for yappi (setup.py): started 2020-12-15 08:06:50.688 | Building wheel for yappi (setup.py): finished with status 'done' 2020-12-15 08:06:50.690 | Created wheel for yappi: filename=yappi-1.3.2-cp36-cp36m-linux_x86_64.whl size=90027 sha256=be63eb205168ea45ce388d7a35b229eaec5ea1dbdf8bb32177f5446f7b337130 2020-12-15 08:06:50.690 | Stored in directory: /root/.cache/pip/wheels/2c/f6/ed/37af57410b5f53067a2a196175f565d15ab76949cca6b2c3b9 2020-12-15 08:06:50.691 | Successfully built pyrsistent yappi 2020-12-15 08:06:51.662 | Installing collected packages: Werkzeug, click, itsdangerous, MarkupSafe, Jinja2, Flask, aniso8601, Flask-RESTful, pycparser, cffi, cryptography, SQLAlchemy, Tempita, sqlparse, sqlalchemy-migrate, passlib, bcrypt, scrypt, vine, amqp, kombu, statsd, oslo.middleware, cachetools, PasteDeploy, greenlet, repoze.lru, Routes, Paste, yappi, monotonic, fasteners, oslo.concurrency, dnspython, eventlet, oslo.service, oslo.messaging, Mako, python-editor, alembic, testresources, testscenarios, oslo.db, oslo.policy, oslo.upgradecheck, oauthlib, defusedxml, pyOpenSSL, pysaml2, PyJWT, pyrsistent, jsonschema, osprofiler, keystone 2020-12-15 08:06:51.845 | Attempting uninstall: click 2020-12-15 08:06:51.846 | Found existing installation: click 6.7 2020-12-15 08:06:51.859 | Uninstalling click-6.7: 2020-12-15 08:06:51.888 | Successfully uninstalled click-6.7 2020-12-15 08:06:51.988 | Attempting uninstall: MarkupSafe 2020-12-15 08:06:51.989 | Found existing installation: MarkupSafe 1.0 2020-12-15 08:06:51.991 | Uninstalling MarkupSafe-1.0: 2020-12-15 08:06:52.020 | Successfully uninstalled MarkupSafe-1.0 2020-12-15 08:06:52.038 | Attempting uninstall: Jinja2 2020-12-15 08:06:52.039 | Found existing installation: Jinja2 2.10 2020-12-15 08:06:52.041 | Uninstalling Jinja2-2.10: 2020-12-15 08:06:52.070 | Successfully uninstalled Jinja2-2.10 2020-12-15 08:06:52.651 | Attempting uninstall: cryptography 2020-12-15 08:06:52.652 | Found existing installation: cryptography 2.1.4 2020-12-15 08:06:52.656 | Uninstalling cryptography-2.1.4: 2020-12-15 08:06:52.685 | Successfully uninstalled cryptography-2.1.4 2020-12-15 08:06:56.711 | Attempting uninstall: oauthlib 2020-12-15 08:06:56.712 | Found existing installation: oauthlib 2.0.6 2020-12-15 08:06:56.720 | Uninstalling oauthlib-2.0.6: 2020-12-15 08:06:56.746 | Successfully uninstalled oauthlib-2.0.6 2020-12-15 08:06:56.890 | Attempting uninstall: pyOpenSSL 2020-12-15 08:06:56.891 | Found existing installation: pyOpenSSL 17.5.0 2020-12-15 08:06:56.898 | Uninstalling pyOpenSSL-17.5.0: 2020-12-15 08:06:56.922 | Successfully uninstalled pyOpenSSL-17.5.0 2020-12-15 08:06:57.466 | Attempting uninstall: PyJWT 2020-12-15 08:06:57.467 | Found existing installation: PyJWT 1.5.3 2020-12-15 08:06:57.473 | Uninstalling PyJWT-1.5.3: 2020-12-15 08:06:57.497 | Successfully uninstalled PyJWT-1.5.3 2020-12-15 08:06:57.583 | Attempting uninstall: jsonschema 2020-12-15 08:06:57.584 | Found existing installation: jsonschema 2.6.0 2020-12-15 08:06:57.587 | Uninstalling jsonschema-2.6.0: 2020-12-15 08:06:57.622 | Successfully uninstalled jsonschema-2.6.0 2020-12-15 08:06:57.795 | Running setup.py develop for keystone 2020-12-15 08:06:59.551 | Successfully installed Flask-1.1.2 Flask-RESTful-0.3.8 Jinja2-2.11.2 Mako-1.1.3 MarkupSafe-1.1.1 Paste-3.5.0 PasteDeploy-2.1.1 PyJWT-1.7.1 Routes-2.5.1 SQLAlchemy-1.3.20 Tempita-0.5.2 Werkzeug-1.0.1 alembic-1.4.3 amqp-5.0.2 aniso8601-8.1.0 bcrypt-3.2.0 cachetools-4.1.1 cffi-1.14.4 click-7.1.2 cryptography-3.2.1 defusedxml-0.6.0 dnspython-1.16.0 eventlet-0.29.1 fasteners-0.14.1 greenlet-0.4.17 itsdangerous-1.1.0 jsonschema-3.2.0 keystone kombu-5.0.2 monotonic-1.5 oauthlib-3.1.0 oslo.concurrency-4.3.1 oslo.db-8.4.0 oslo.messaging-12.6.0 oslo.middleware-4.1.1 oslo.policy-3.6.0 oslo.service-2.4.0 oslo.upgradecheck-1.3.0 osprofiler-3.4.0 passlib-1.7.4 pyOpenSSL-20.0.0 pycparser-2.20 pyrsistent-0.17.3 pysaml2-6.3.1 python-editor-1.0.4 repoze.lru-0.7 scrypt-0.8.17 sqlalchemy-migrate-0.13.0 sqlparse-0.4.1 statsd-3.3.0 testresources-2.0.1 testscenarios-0.5.0 vine-5.0.0 yappi-1.3.2 2020-12-15 08:06:59.649 | WARNING: You are using pip version 20.2.4; however, version 20.3.1 is available. 2020-12-15 08:06:59.649 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2020-12-15 08:06:59.804 | + inc/python:pip_install:200 : result=0 2020-12-15 08:06:59.806 | + inc/python:pip_install:202 : time_stop pip_install 2020-12-15 08:06:59.808 | + functions-common:time_stop:2306 : local name 2020-12-15 08:06:59.810 | + functions-common:time_stop:2307 : local end_time 2020-12-15 08:06:59.812 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-15 08:06:59.814 | + functions-common:time_stop:2309 : local total 2020-12-15 08:06:59.816 | + functions-common:time_stop:2310 : local start_time 2020-12-15 08:06:59.818 | + functions-common:time_stop:2312 : name=pip_install 2020-12-15 08:06:59.820 | + functions-common:time_stop:2313 : start_time=1608019590198 2020-12-15 08:06:59.823 | + functions-common:time_stop:2315 : [[ -z 1608019590198 ]] 2020-12-15 08:06:59.825 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-15 08:06:59.829 | + functions-common:time_stop:2318 : end_time=1608019619826 2020-12-15 08:06:59.831 | + functions-common:time_stop:2319 : elapsed_time=29628 2020-12-15 08:06:59.833 | + functions-common:time_stop:2320 : total=79672 2020-12-15 08:06:59.835 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-15 08:06:59.838 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=109300 2020-12-15 08:06:59.840 | + inc/python:pip_install:203 : return 0 2020-12-15 08:06:59.842 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2020-12-15 08:06:59.844 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2020-12-15 08:06:59.846 | + functions-common:safe_chown:2207 : _safe_permission_operation chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2020-12-15 08:06:59.863 | + functions-common:_safe_permission_operation:2055 : sudo chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2020-12-15 08:06:59.875 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/keystone 2020-12-15 08:06:59.877 | + inc/python:use_library_from_git:250 : local name=/opt/stack/keystone 2020-12-15 08:06:59.880 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:06:59.882 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:06:59.884 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/keystone, ]] 2020-12-15 08:06:59.887 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:06:59.889 | + lib/keystone:install_keystone:502 : is_service_enabled ldap 2020-12-15 08:06:59.904 | + functions-common:is_service_enabled:1962 : return 1 2020-12-15 08:06:59.907 | + lib/keystone:install_keystone:506 : '[' uwsgi == mod_wsgi ']' 2020-12-15 08:06:59.909 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2020-12-15 08:06:59.912 | + ./stack.sh:main:863 : configure_keystone 2020-12-15 08:06:59.914 | + lib/keystone:configure_keystone:202 : sudo install -d -o ubuntu /etc/keystone 2020-12-15 08:06:59.926 | + lib/keystone:configure_keystone:204 : [[ /etc/keystone != \/\o\p\t\/\s\t\a\c\k\/\k\e\y\s\t\o\n\e\/\e\t\c ]] 2020-12-15 08:06:59.928 | + lib/keystone:configure_keystone:205 : install -m 600 /dev/null /etc/keystone/keystone.conf 2020-12-15 08:06:59.932 | + lib/keystone:configure_keystone:208 : is_service_enabled ldap 2020-12-15 08:06:59.947 | + functions-common:is_service_enabled:1962 : return 1 2020-12-15 08:06:59.949 | + lib/keystone:configure_keystone:212 : iniset /etc/keystone/keystone.conf identity driver sql 2020-12-15 08:06:59.975 | + lib/keystone:configure_keystone:213 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2020-12-15 08:06:59.999 | + lib/keystone:configure_keystone:214 : iniset /etc/keystone/keystone.conf assignment driver sql 2020-12-15 08:07:00.025 | + lib/keystone:configure_keystone:215 : iniset /etc/keystone/keystone.conf role driver sql 2020-12-15 08:07:00.050 | + lib/keystone:configure_keystone:216 : iniset /etc/keystone/keystone.conf resource driver sql 2020-12-15 08:07:00.077 | + lib/keystone:configure_keystone:219 : iniset /etc/keystone/keystone.conf cache enabled True 2020-12-15 08:07:00.102 | + lib/keystone:configure_keystone:220 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2020-12-15 08:07:00.126 | + lib/keystone:configure_keystone:221 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2020-12-15 08:07:00.150 | + lib/keystone:configure_keystone:223 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2020-12-15 08:07:00.153 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2020-12-15 08:07:00.155 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2020-12-15 08:07:00.157 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2020-12-15 08:07:00.159 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2020-12-15 08:07:00.161 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2020-12-15 08:07:00.176 | + functions-common:is_service_enabled:1962 : return 0 2020-12-15 08:07:00.179 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2020-12-15 08:07:00.181 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2020-12-15 08:07:00.184 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2020-12-15 08:07:00.198 | ++ functions-common:is_service_enabled:1962 : return 0 2020-12-15 08:07:00.201 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.15:5672/ 2020-12-15 08:07:00.203 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.15:5672/ 2020-12-15 08:07:00.230 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2020-12-15 08:07:00.232 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2020-12-15 08:07:00.234 | + lib/keystone:configure_keystone:225 : local service_port=5000 2020-12-15 08:07:00.236 | + lib/keystone:configure_keystone:226 : local auth_port=35357 2020-12-15 08:07:00.239 | + lib/keystone:configure_keystone:228 : is_service_enabled tls-proxy 2020-12-15 08:07:00.254 | + functions-common:is_service_enabled:1962 : return 1 2020-12-15 08:07:00.257 | + lib/keystone:configure_keystone:240 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.222.0.15/identity 2020-12-15 08:07:00.282 | + lib/keystone:configure_keystone:241 : iniset /etc/keystone/keystone.conf DEFAULT admin_endpoint http://10.222.0.15/identity 2020-12-15 08:07:00.306 | + lib/keystone:configure_keystone:243 : [[ fernet != '' ]] 2020-12-15 08:07:00.309 | + lib/keystone:configure_keystone:244 : iniset /etc/keystone/keystone.conf token provider fernet 2020-12-15 08:07:00.335 | ++ lib/keystone:configure_keystone:247 : database_connection_url keystone 2020-12-15 08:07:00.338 | ++ lib/database:database_connection_url:132 : local db=keystone 2020-12-15 08:07:00.340 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql keystone 2020-12-15 08:07:00.342 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=keystone 2020-12-15 08:07:00.344 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2020-12-15 08:07:00.347 | + lib/keystone:configure_keystone:247 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2020-12-15 08:07:00.374 | + lib/keystone:configure_keystone:250 : '[' False '!=' False ']' 2020-12-15 08:07:00.377 | + lib/keystone:configure_keystone:255 : setup_logging /etc/keystone/keystone.conf 2020-12-15 08:07:00.379 | + functions:setup_logging:698 : setup_systemd_logging /etc/keystone/keystone.conf 2020-12-15 08:07:00.381 | + functions:setup_systemd_logging:713 : local conf_file=/etc/keystone/keystone.conf 2020-12-15 08:07:00.384 | ++ functions:setup_systemd_logging:718 : trueorfalse False USE_JOURNAL 2020-12-15 08:07:00.400 | + functions:setup_systemd_logging:718 : USE_JOURNAL=False 2020-12-15 08:07:00.402 | + functions:setup_systemd_logging:719 : local pidstr= 2020-12-15 08:07:00.404 | + functions:setup_systemd_logging:720 : [[ False == \T\r\u\e ]] 2020-12-15 08:07:00.406 | + functions:setup_systemd_logging:724 : pidstr='(pid=%(process)d) ' 2020-12-15 08:07:00.409 | + functions:setup_systemd_logging:726 : iniset /etc/keystone/keystone.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2020-12-15 08:07:00.434 | + functions:setup_systemd_logging:728 : iniset /etc/keystone/keystone.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2020-12-15 08:07:00.458 | + functions:setup_systemd_logging:729 : iniset /etc/keystone/keystone.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2020-12-15 08:07:00.482 | + functions:setup_systemd_logging:730 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2020-12-15 08:07:00.507 | + lib/keystone:configure_keystone:257 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2020-12-15 08:07:00.530 | + lib/keystone:configure_keystone:259 : '[' uwsgi == mod_wsgi ']' 2020-12-15 08:07:00.533 | + lib/keystone:configure_keystone:263 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2020-12-15 08:07:00.535 | + lib/apache:write_uwsgi_config:257 : local file=/etc/keystone/keystone-uwsgi-public.ini 2020-12-15 08:07:00.538 | + lib/apache:write_uwsgi_config:258 : local wsgi=/usr/local/bin/keystone-wsgi-public 2020-12-15 08:07:00.540 | + lib/apache:write_uwsgi_config:259 : local url=/identity 2020-12-15 08:07:00.542 | + lib/apache:write_uwsgi_config:260 : local http= 2020-12-15 08:07:00.544 | + lib/apache:write_uwsgi_config:261 : local name= 2020-12-15 08:07:00.547 | ++ lib/apache:write_uwsgi_config:262 : basename /usr/local/bin/keystone-wsgi-public 2020-12-15 08:07:00.550 | + lib/apache:write_uwsgi_config:262 : name=keystone-wsgi-public 2020-12-15 08:07:00.553 | + lib/apache:write_uwsgi_config:266 : local socket_dir=/var/run/uwsgi 2020-12-15 08:07:00.555 | + lib/apache:write_uwsgi_config:270 : sudo mkdir -p /etc/tmpfiles.d/ 2020-12-15 08:07:00.567 | + lib/apache:write_uwsgi_config:271 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2020-12-15 08:07:00.567 | + lib/apache:write_uwsgi_config:271 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2020-12-15 08:07:00.574 | d /var/run/uwsgi 0755 ubuntu root 2020-12-15 08:07:00.577 | + lib/apache:write_uwsgi_config:272 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2020-12-15 08:07:00.592 | + lib/apache:write_uwsgi_config:274 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2020-12-15 08:07:00.594 | + lib/apache:write_uwsgi_config:277 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2020-12-15 08:07:00.597 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2020-12-15 08:07:00.622 | + lib/apache:write_uwsgi_config:279 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2020-12-15 08:07:00.645 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2020-12-15 08:07:00.669 | + lib/apache:write_uwsgi_config:283 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2020-12-15 08:07:00.692 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2020-12-15 08:07:00.716 | + lib/apache:write_uwsgi_config:287 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 90 2020-12-15 08:07:00.740 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2020-12-15 08:07:00.763 | + lib/apache:write_uwsgi_config:289 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2020-12-15 08:07:00.788 | + lib/apache:write_uwsgi_config:291 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2020-12-15 08:07:00.812 | + lib/apache:write_uwsgi_config:293 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2020-12-15 08:07:00.836 | + lib/apache:write_uwsgi_config:295 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2020-12-15 08:07:00.859 | + lib/apache:write_uwsgi_config:297 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2020-12-15 08:07:00.883 | + lib/apache:write_uwsgi_config:299 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2020-12-15 08:07:00.907 | + lib/apache:write_uwsgi_config:302 : [[ -n '' ]] 2020-12-15 08:07:00.909 | + lib/apache:write_uwsgi_config:305 : local apache_conf= 2020-12-15 08:07:00.912 | ++ lib/apache:write_uwsgi_config:306 : apache_site_config_for keystone-wsgi-public 2020-12-15 08:07:00.915 | ++ lib/apache:apache_site_config_for:189 : local site=keystone-wsgi-public 2020-12-15 08:07:00.917 | ++ lib/apache:apache_site_config_for:190 : is_ubuntu 2020-12-15 08:07:00.919 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-15 08:07:00.922 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-15 08:07:00.924 | ++ lib/apache:apache_site_config_for:192 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2020-12-15 08:07:00.926 | + lib/apache:write_uwsgi_config:306 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2020-12-15 08:07:00.929 | + lib/apache:write_uwsgi_config:307 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2020-12-15 08:07:00.954 | + lib/apache:write_uwsgi_config:308 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2020-12-15 08:07:00.978 | + lib/apache:write_uwsgi_config:309 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2020-12-15 08:07:00.979 | + lib/apache:write_uwsgi_config:309 : echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public/" retry=0 ' 2020-12-15 08:07:00.985 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public/" retry=0 2020-12-15 08:07:00.989 | + lib/apache:write_uwsgi_config:310 : enable_apache_site keystone-wsgi-public 2020-12-15 08:07:00.991 | + lib/apache:enable_apache_site:206 : local site=keystone-wsgi-public 2020-12-15 08:07:00.993 | + lib/apache:enable_apache_site:208 : enable_apache_mod version 2020-12-15 08:07:00.995 | + lib/apache:enable_apache_mod:54 : local mod=version 2020-12-15 08:07:00.998 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2020-12-15 08:07:01.000 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-15 08:07:01.002 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-15 08:07:01.004 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2020-12-15 08:07:01.007 | + lib/apache:enable_apache_site:209 : is_ubuntu 2020-12-15 08:07:01.009 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-15 08:07:01.012 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-15 08:07:01.014 | + lib/apache:enable_apache_site:210 : sudo a2ensite keystone-wsgi-public 2020-12-15 08:07:01.071 | Enabling site keystone-wsgi-public. 2020-12-15 08:07:01.076 | To activate the new configuration, you need to run: 2020-12-15 08:07:01.076 | systemctl reload apache2 2020-12-15 08:07:01.080 | + lib/apache:write_uwsgi_config:311 : restart_apache_server 2020-12-15 08:07:01.082 | + lib/apache:restart_apache_server:253 : restart_service apache2 2020-12-15 08:07:01.085 | + functions-common:restart_service:2190 : '[' -x /bin/systemctl ']' 2020-12-15 08:07:01.087 | + functions-common:restart_service:2191 : sudo /bin/systemctl restart apache2 2020-12-15 08:07:01.228 | + lib/keystone:configure_keystone:264 : write_uwsgi_config /etc/keystone/keystone-uwsgi-admin.ini /usr/local/bin/keystone-wsgi-admin /identity_admin 2020-12-15 08:07:01.231 | + lib/apache:write_uwsgi_config:257 : local file=/etc/keystone/keystone-uwsgi-admin.ini 2020-12-15 08:07:01.234 | + lib/apache:write_uwsgi_config:258 : local wsgi=/usr/local/bin/keystone-wsgi-admin 2020-12-15 08:07:01.236 | + lib/apache:write_uwsgi_config:259 : local url=/identity_admin 2020-12-15 08:07:01.238 | + lib/apache:write_uwsgi_config:260 : local http= 2020-12-15 08:07:01.240 | + lib/apache:write_uwsgi_config:261 : local name= 2020-12-15 08:07:01.243 | ++ lib/apache:write_uwsgi_config:262 : basename /usr/local/bin/keystone-wsgi-admin 2020-12-15 08:07:01.247 | + lib/apache:write_uwsgi_config:262 : name=keystone-wsgi-admin 2020-12-15 08:07:01.249 | + lib/apache:write_uwsgi_config:266 : local socket_dir=/var/run/uwsgi 2020-12-15 08:07:01.251 | + lib/apache:write_uwsgi_config:270 : sudo mkdir -p /etc/tmpfiles.d/ 2020-12-15 08:07:01.264 | + lib/apache:write_uwsgi_config:271 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2020-12-15 08:07:01.264 | + lib/apache:write_uwsgi_config:271 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2020-12-15 08:07:01.272 | d /var/run/uwsgi 0755 ubuntu root 2020-12-15 08:07:01.275 | + lib/apache:write_uwsgi_config:272 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2020-12-15 08:07:01.289 | + lib/apache:write_uwsgi_config:274 : local socket=/var/run/uwsgi/keystone-wsgi-admin.socket 2020-12-15 08:07:01.291 | + lib/apache:write_uwsgi_config:277 : rm -rf /etc/keystone/keystone-uwsgi-admin.ini 2020-12-15 08:07:01.295 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-admin 2020-12-15 08:07:01.323 | + lib/apache:write_uwsgi_config:279 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi processes 2 2020-12-15 08:07:01.346 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi master true 2020-12-15 08:07:01.370 | + lib/apache:write_uwsgi_config:283 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi die-on-term true 2020-12-15 08:07:01.396 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi exit-on-reload false 2020-12-15 08:07:01.420 | + lib/apache:write_uwsgi_config:287 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi worker-reload-mercy 90 2020-12-15 08:07:01.445 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi enable-threads true 2020-12-15 08:07:01.469 | + lib/apache:write_uwsgi_config:289 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi plugins http,python3 2020-12-15 08:07:01.493 | + lib/apache:write_uwsgi_config:291 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi thunder-lock true 2020-12-15 08:07:01.517 | + lib/apache:write_uwsgi_config:293 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2020-12-15 08:07:01.541 | + lib/apache:write_uwsgi_config:295 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi buffer-size 65535 2020-12-15 08:07:01.566 | + lib/apache:write_uwsgi_config:297 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi add-header 'Connection: close' 2020-12-15 08:07:01.590 | + lib/apache:write_uwsgi_config:299 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi lazy-apps true 2020-12-15 08:07:01.613 | + lib/apache:write_uwsgi_config:302 : [[ -n '' ]] 2020-12-15 08:07:01.615 | + lib/apache:write_uwsgi_config:305 : local apache_conf= 2020-12-15 08:07:01.618 | ++ lib/apache:write_uwsgi_config:306 : apache_site_config_for keystone-wsgi-admin 2020-12-15 08:07:01.621 | ++ lib/apache:apache_site_config_for:189 : local site=keystone-wsgi-admin 2020-12-15 08:07:01.623 | ++ lib/apache:apache_site_config_for:190 : is_ubuntu 2020-12-15 08:07:01.625 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-15 08:07:01.628 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-15 08:07:01.630 | ++ lib/apache:apache_site_config_for:192 : echo /etc/apache2/sites-available/keystone-wsgi-admin.conf 2020-12-15 08:07:01.633 | + lib/apache:write_uwsgi_config:306 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-admin.conf 2020-12-15 08:07:01.635 | + lib/apache:write_uwsgi_config:307 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-admin.socket 2020-12-15 08:07:01.659 | + lib/apache:write_uwsgi_config:308 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi chmod-socket 666 2020-12-15 08:07:01.683 | + lib/apache:write_uwsgi_config:309 : echo 'ProxyPass "/identity_admin" "unix:/var/run/uwsgi/keystone-wsgi-admin.socket|uwsgi://uwsgi-uds-keystone-wsgi-admin/" retry=0 ' 2020-12-15 08:07:01.684 | + lib/apache:write_uwsgi_config:309 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-admin.conf 2020-12-15 08:07:01.691 | ProxyPass "/identity_admin" "unix:/var/run/uwsgi/keystone-wsgi-admin.socket|uwsgi://uwsgi-uds-keystone-wsgi-admin/" retry=0 2020-12-15 08:07:01.694 | + lib/apache:write_uwsgi_config:310 : enable_apache_site keystone-wsgi-admin 2020-12-15 08:07:01.697 | + lib/apache:enable_apache_site:206 : local site=keystone-wsgi-admin 2020-12-15 08:07:01.699 | + lib/apache:enable_apache_site:208 : enable_apache_mod version 2020-12-15 08:07:01.702 | + lib/apache:enable_apache_mod:54 : local mod=version 2020-12-15 08:07:01.704 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2020-12-15 08:07:01.706 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-15 08:07:01.708 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-15 08:07:01.711 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2020-12-15 08:07:01.713 | + lib/apache:enable_apache_site:209 : is_ubuntu 2020-12-15 08:07:01.715 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-15 08:07:01.717 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-15 08:07:01.720 | + lib/apache:enable_apache_site:210 : sudo a2ensite keystone-wsgi-admin 2020-12-15 08:07:01.776 | Enabling site keystone-wsgi-admin. 2020-12-15 08:07:01.781 | To activate the new configuration, you need to run: 2020-12-15 08:07:01.781 | systemctl reload apache2 2020-12-15 08:07:01.785 | + lib/apache:write_uwsgi_config:311 : restart_apache_server 2020-12-15 08:07:01.788 | + lib/apache:restart_apache_server:253 : restart_service apache2 2020-12-15 08:07:01.790 | + functions-common:restart_service:2190 : '[' -x /bin/systemctl ']' 2020-12-15 08:07:01.793 | + functions-common:restart_service:2191 : sudo /bin/systemctl restart apache2 2020-12-15 08:07:01.931 | + lib/keystone:configure_keystone:267 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2020-12-15 08:07:01.956 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2020-12-15 08:07:01.983 | + lib/keystone:configure_keystone:271 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2020-12-15 08:07:02.009 | + lib/keystone:configure_keystone:279 : [[ True = True ]] 2020-12-15 08:07:02.011 | + lib/keystone:configure_keystone:280 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2020-12-15 08:07:02.038 | + lib/keystone:configure_keystone:281 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2020-12-15 08:07:02.062 | + lib/keystone:configure_keystone:282 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2020-12-15 08:07:02.087 | + ./stack.sh:main:867 : is_service_enabled swift 2020-12-15 08:07:02.102 | + functions-common:is_service_enabled:1962 : return 0 2020-12-15 08:07:02.105 | + ./stack.sh:main:868 : is_service_enabled ceilometer 2020-12-15 08:07:02.120 | + functions-common:is_service_enabled:1962 : return 1 2020-12-15 08:07:02.123 | + ./stack.sh:main:871 : stack_install_service swift 2020-12-15 08:07:02.125 | + lib/stack:stack_install_service:20 : local service=swift 2020-12-15 08:07:02.127 | + lib/stack:stack_install_service:21 : type install_swift 2020-12-15 08:07:02.130 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2020-12-15 08:07:02.132 | + lib/stack:stack_install_service:32 : install_swift 2020-12-15 08:07:02.134 | + lib/swift:install_swift:743 : git_clone https://opendev.org/openstack/swift.git /opt/stack/swift master 2020-12-15 08:07:02.137 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/swift.git 2020-12-15 08:07:02.139 | + functions-common:git_clone:526 : local git_dest=/opt/stack/swift 2020-12-15 08:07:02.141 | + functions-common:git_clone:527 : local git_ref=master 2020-12-15 08:07:02.143 | + functions-common:git_clone:528 : local orig_dir 2020-12-15 08:07:02.147 | ++ functions-common:git_clone:529 : pwd 2020-12-15 08:07:02.149 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2020-12-15 08:07:02.151 | + functions-common:git_clone:530 : local git_clone_flags= 2020-12-15 08:07:02.154 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2020-12-15 08:07:02.170 | + functions-common:git_clone:532 : RECLONE=False 2020-12-15 08:07:02.172 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2020-12-15 08:07:02.174 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2020-12-15 08:07:02.177 | + functions-common:git_clone:546 : echo master 2020-12-15 08:07:02.177 | + functions-common:git_clone:546 : egrep -q '^refs' 2020-12-15 08:07:02.181 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/swift ]] 2020-12-15 08:07:02.183 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2020-12-15 08:07:02.185 | + functions-common:git_clone:594 : cd /opt/stack/swift 2020-12-15 08:07:02.188 | + functions-common:git_clone:595 : git show --oneline 2020-12-15 08:07:02.189 | + functions-common:git_clone:595 : head -1 2020-12-15 08:07:02.191 | 34d474c12 Merge "s3api: Clone ACLs when creating +segments container" 2020-12-15 08:07:02.194 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2020-12-15 08:07:02.197 | + lib/swift:install_swift:744 : setup_develop /opt/stack/swift 2020-12-15 08:07:02.199 | + inc/python:setup_develop:338 : local bindep 2020-12-15 08:07:02.202 | + inc/python:setup_develop:339 : [[ /opt/stack/swift == -bindep* ]] 2020-12-15 08:07:02.204 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/swift 2020-12-15 08:07:02.206 | + inc/python:setup_develop:344 : local extras= 2020-12-15 08:07:02.209 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/swift -e 2020-12-15 08:07:02.212 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2020-12-15 08:07:02.214 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/swift == -bindep* ]] 2020-12-15 08:07:02.216 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/swift 2020-12-15 08:07:02.219 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2020-12-15 08:07:02.221 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2020-12-15 08:07:02.224 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/swift 2020-12-15 08:07:02.227 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2020-12-15 08:07:02.229 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/swift 2020-12-15 08:07:02.232 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2020-12-15 08:07:02.234 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2020-12-15 08:07:02.237 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/swift/setup.cfg 2020-12-15 08:07:02.242 | + inc/python:_setup_package_with_constraints_edit:383 : name=swift 2020-12-15 08:07:02.244 | + inc/python:_setup_package_with_constraints_edit:385 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- swift '-e file:///opt/stack/swift#egg=swift' 2020-12-15 08:07:02.924 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/swift -e 2020-12-15 08:07:02.927 | + inc/python:setup_package:417 : local bindep=0 2020-12-15 08:07:02.930 | + inc/python:setup_package:418 : local bindep_flag= 2020-12-15 08:07:02.932 | + inc/python:setup_package:419 : local bindep_profiles= 2020-12-15 08:07:02.934 | + inc/python:setup_package:420 : [[ /opt/stack/swift == -bindep* ]] 2020-12-15 08:07:02.936 | + inc/python:setup_package:425 : local project_dir=/opt/stack/swift 2020-12-15 08:07:02.939 | + inc/python:setup_package:426 : local flags=-e 2020-12-15 08:07:02.941 | + inc/python:setup_package:427 : local extras= 2020-12-15 08:07:02.944 | + inc/python:setup_package:431 : [[ -n -e ]] 2020-12-15 08:07:02.946 | + inc/python:setup_package:431 : [[ -z '' ]] 2020-12-15 08:07:02.948 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2020-12-15 08:07:02.951 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2020-12-15 08:07:02.953 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2020-12-15 08:07:02.955 | + inc/python:setup_package:445 : pip_install -e /opt/stack/swift 2020-12-15 08:07:02.973 | Using python 3.6 to install /opt/stack/swift 2020-12-15 08:07:02.975 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/swift 2020-12-15 08:07:04.993 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-12-15 08:07:04.993 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2020-12-15 08:07:05.014 | Obtaining file:///opt/stack/swift 2020-12-15 08:07:06.279 | Obtaining swift from file:///opt/stack/swift#egg=swift (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2020-12-15 08:07:07.543 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (2.1.1) 2020-12-15 08:07:07.552 | Requirement already satisfied: cryptography===3.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 122)) (3.2.1) 2020-12-15 08:07:07.595 | Requirement already satisfied: eventlet===0.29.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) (0.29.1) 2020-12-15 08:07:07.605 | Requirement already satisfied: greenlet===0.4.17 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 182)) (0.4.17) 2020-12-15 08:07:08.440 | Collecting lxml===4.6.2 2020-12-15 08:07:08.460 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4fb/85c447e288df5/lxml-4.6.2-cp36-cp36m-manylinux1_x86_64.whl (5.5 MB) 2020-12-15 08:07:08.672 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 251)) (0.10.9) 2020-12-15 08:07:08.760 | Collecting pyeclib===1.6.0 2020-12-15 08:07:08.781 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/801/1e31ee89ae7fb/pyeclib-1.6.0.tar.gz (6.7 MB) 2020-12-15 08:07:09.787 | Requirement already satisfied: requests===2.25.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 436)) (2.25.0) 2020-12-15 08:07:09.808 | Requirement already satisfied: setuptools===50.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 467)) (50.3.2) 2020-12-15 08:07:09.856 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 470)) (1.15.0) 2020-12-15 08:07:09.859 | Requirement already satisfied: urllib3===1.26.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 542)) (1.26.2) 2020-12-15 08:07:10.007 | Collecting xattr===0.9.7 2020-12-15 08:07:10.015 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b0b/bca828e04ef2d/xattr-0.9.7.tar.gz (13 kB) 2020-12-15 08:07:10.747 | Requirement already satisfied: cffi===1.14.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (1.14.4) 2020-12-15 08:07:10.750 | Requirement already satisfied: dnspython===1.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 143)) (1.16.0) 2020-12-15 08:07:10.760 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 192)) (2.10) 2020-12-15 08:07:10.763 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (3.0.4) 2020-12-15 08:07:10.765 | Requirement already satisfied: certifi===2020.11.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) (2020.11.8) 2020-12-15 08:07:10.768 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 345)) (2.20) 2020-12-15 08:07:10.771 | Building wheels for collected packages: pyeclib, xattr 2020-12-15 08:07:10.772 | Building wheel for pyeclib (setup.py): started 2020-12-15 08:07:11.916 | Building wheel for pyeclib (setup.py): finished with status 'done' 2020-12-15 08:07:11.917 | Created wheel for pyeclib: filename=pyeclib-1.6.0-cp36-cp36m-linux_x86_64.whl size=53039 sha256=d177dfdbea303c541b2b6e65a1a3241bec4390c9f02a7c7fe0a3662d467df915 2020-12-15 08:07:11.917 | Stored in directory: /root/.cache/pip/wheels/d1/e7/5c/187cdc036d5d2f2d7173a0c15ffdcd6a80b739475f849c4829 2020-12-15 08:07:11.919 | Building wheel for xattr (setup.py): started 2020-12-15 08:07:13.163 | Building wheel for xattr (setup.py): finished with status 'done' 2020-12-15 08:07:13.164 | Created wheel for xattr: filename=xattr-0.9.7-cp36-cp36m-linux_x86_64.whl size=30926 sha256=6057a1dff65413fb17ca13cb6d315b21f5582bbdb0ce1da28067bc0dd0875d32 2020-12-15 08:07:13.164 | Stored in directory: /root/.cache/pip/wheels/6f/e1/5d/b2a3587e1783702a1ae6ae1c99d9d21d246d5a189b4b1a2038 2020-12-15 08:07:13.165 | Successfully built pyeclib xattr 2020-12-15 08:07:14.339 | Installing collected packages: lxml, xattr, pyeclib, swift 2020-12-15 08:07:14.671 | Running setup.py develop for swift 2020-12-15 08:07:16.214 | Successfully installed lxml-4.6.2 pyeclib-1.6.0 swift xattr-0.9.7 2020-12-15 08:07:16.316 | WARNING: You are using pip version 20.2.4; however, version 20.3.1 is available. 2020-12-15 08:07:16.316 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2020-12-15 08:07:16.433 | + inc/python:pip_install:200 : result=0 2020-12-15 08:07:16.435 | + inc/python:pip_install:202 : time_stop pip_install 2020-12-15 08:07:16.437 | + functions-common:time_stop:2306 : local name 2020-12-15 08:07:16.440 | + functions-common:time_stop:2307 : local end_time 2020-12-15 08:07:16.442 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-15 08:07:16.444 | + functions-common:time_stop:2309 : local total 2020-12-15 08:07:16.447 | + functions-common:time_stop:2310 : local start_time 2020-12-15 08:07:16.449 | + functions-common:time_stop:2312 : name=pip_install 2020-12-15 08:07:16.451 | + functions-common:time_stop:2313 : start_time=1608019622969 2020-12-15 08:07:16.453 | + functions-common:time_stop:2315 : [[ -z 1608019622969 ]] 2020-12-15 08:07:16.456 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-15 08:07:16.459 | + functions-common:time_stop:2318 : end_time=1608019636457 2020-12-15 08:07:16.462 | + functions-common:time_stop:2319 : elapsed_time=13488 2020-12-15 08:07:16.464 | + functions-common:time_stop:2320 : total=109300 2020-12-15 08:07:16.466 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-15 08:07:16.468 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=122788 2020-12-15 08:07:16.470 | + inc/python:pip_install:203 : return 0 2020-12-15 08:07:16.473 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2020-12-15 08:07:16.475 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/swift/swift.egg-info 2020-12-15 08:07:16.477 | + functions-common:safe_chown:2207 : _safe_permission_operation chown -R ubuntu /opt/stack/swift/swift.egg-info 2020-12-15 08:07:16.495 | + functions-common:_safe_permission_operation:2055 : sudo chown -R ubuntu /opt/stack/swift/swift.egg-info 2020-12-15 08:07:16.507 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/swift 2020-12-15 08:07:16.509 | + inc/python:use_library_from_git:250 : local name=/opt/stack/swift 2020-12-15 08:07:16.512 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:07:16.514 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:07:16.517 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/swift, ]] 2020-12-15 08:07:16.519 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:07:16.521 | + lib/swift:install_swift:745 : '[' False == True ']' 2020-12-15 08:07:16.524 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2020-12-15 08:07:16.526 | + ./stack.sh:main:872 : configure_swift 2020-12-15 08:07:16.528 | + lib/swift:configure_swift:334 : local swift_pipeline=crossdomain 2020-12-15 08:07:16.530 | + lib/swift:configure_swift:335 : local node_number 2020-12-15 08:07:16.532 | + lib/swift:configure_swift:336 : local swift_node_config 2020-12-15 08:07:16.534 | + lib/swift:configure_swift:337 : local swift_log_dir 2020-12-15 08:07:16.536 | + lib/swift:configure_swift:338 : local user_group 2020-12-15 08:07:16.538 | + lib/swift:configure_swift:341 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2020-12-15 08:07:17.408 | No object-updater running 2020-12-15 08:07:17.409 | No object-replicator running 2020-12-15 08:07:17.409 | No container-reconciler running 2020-12-15 08:07:17.409 | No container-updater running 2020-12-15 08:07:17.409 | No account-server running 2020-12-15 08:07:17.409 | No account-auditor running 2020-12-15 08:07:17.409 | No object-auditor running 2020-12-15 08:07:17.409 | No object-reconstructor running 2020-12-15 08:07:17.409 | No account-reaper running 2020-12-15 08:07:17.409 | No container-sharder running 2020-12-15 08:07:17.409 | No container-auditor running 2020-12-15 08:07:17.409 | No container-replicator running 2020-12-15 08:07:17.409 | No object-expirer running 2020-12-15 08:07:17.409 | No object-server running 2020-12-15 08:07:17.409 | No proxy-server running 2020-12-15 08:07:17.409 | No account-replicator running 2020-12-15 08:07:17.409 | No container-sync running 2020-12-15 08:07:17.409 | No container-server running 2020-12-15 08:07:17.460 | + lib/swift:configure_swift:341 : true 2020-12-15 08:07:17.462 | + lib/swift:configure_swift:343 : sudo install -d -o ubuntu /etc/swift 2020-12-15 08:07:17.475 | + lib/swift:configure_swift:344 : sudo install -d -o ubuntu /etc/swift/object-server /etc/swift/container-server /etc/swift/account-server 2020-12-15 08:07:17.486 | + lib/swift:configure_swift:346 : [[ /etc/swift != \/\e\t\c\/\s\w\i\f\t ]] 2020-12-15 08:07:17.489 | + lib/swift:configure_swift:355 : sed -e ' 2020-12-15 08:07:17.489 | s/%GROUP%//; 2020-12-15 08:07:17.489 | s/%USER%/ubuntu/; 2020-12-15 08:07:17.489 | s,%SWIFT_DATA_DIR%,/opt/stack/data/swift,; 2020-12-15 08:07:17.489 | ' /home/ubuntu/devstack/files/swift/rsyncd.conf 2020-12-15 08:07:17.489 | + lib/swift:configure_swift:359 : sudo tee /etc/rsyncd.conf 2020-12-15 08:07:17.498 | uid = ubuntu 2020-12-15 08:07:17.498 | gid = 2020-12-15 08:07:17.498 | log file = /opt/stack/data/swift/logs/rsyncd.log 2020-12-15 08:07:17.498 | pid file = /opt/stack/data/swift/run/rsyncd.pid 2020-12-15 08:07:17.498 | address = 127.0.0.1 2020-12-15 08:07:17.498 | 2020-12-15 08:07:17.498 | [account6612] 2020-12-15 08:07:17.498 | max connections = 25 2020-12-15 08:07:17.498 | path = /opt/stack/data/swift/1/node/ 2020-12-15 08:07:17.498 | read only = false 2020-12-15 08:07:17.498 | lock file = /opt/stack/data/swift/run/account6612.lock 2020-12-15 08:07:17.498 | 2020-12-15 08:07:17.498 | [account6622] 2020-12-15 08:07:17.498 | max connections = 25 2020-12-15 08:07:17.498 | path = /opt/stack/data/swift/2/node/ 2020-12-15 08:07:17.498 | read only = false 2020-12-15 08:07:17.498 | lock file = /opt/stack/data/swift/run/account6622.lock 2020-12-15 08:07:17.498 | 2020-12-15 08:07:17.498 | [account6632] 2020-12-15 08:07:17.498 | max connections = 25 2020-12-15 08:07:17.498 | path = /opt/stack/data/swift/3/node/ 2020-12-15 08:07:17.498 | read only = false 2020-12-15 08:07:17.498 | lock file = /opt/stack/data/swift/run/account6632.lock 2020-12-15 08:07:17.498 | 2020-12-15 08:07:17.498 | [account6642] 2020-12-15 08:07:17.498 | max connections = 25 2020-12-15 08:07:17.498 | path = /opt/stack/data/swift/4/node/ 2020-12-15 08:07:17.498 | read only = false 2020-12-15 08:07:17.498 | lock file = /opt/stack/data/swift/run/account6642.lock 2020-12-15 08:07:17.498 | 2020-12-15 08:07:17.499 | 2020-12-15 08:07:17.499 | [container6611] 2020-12-15 08:07:17.499 | max connections = 25 2020-12-15 08:07:17.499 | path = /opt/stack/data/swift/1/node/ 2020-12-15 08:07:17.499 | read only = false 2020-12-15 08:07:17.499 | lock file = /opt/stack/data/swift/run/container6611.lock 2020-12-15 08:07:17.499 | 2020-12-15 08:07:17.499 | [container6621] 2020-12-15 08:07:17.499 | max connections = 25 2020-12-15 08:07:17.499 | path = /opt/stack/data/swift/2/node/ 2020-12-15 08:07:17.499 | read only = false 2020-12-15 08:07:17.499 | lock file = /opt/stack/data/swift/run/container6621.lock 2020-12-15 08:07:17.499 | 2020-12-15 08:07:17.499 | [container6631] 2020-12-15 08:07:17.499 | max connections = 25 2020-12-15 08:07:17.499 | path = /opt/stack/data/swift/3/node/ 2020-12-15 08:07:17.499 | read only = false 2020-12-15 08:07:17.499 | lock file = /opt/stack/data/swift/run/container6631.lock 2020-12-15 08:07:17.499 | 2020-12-15 08:07:17.499 | [container6641] 2020-12-15 08:07:17.499 | max connections = 25 2020-12-15 08:07:17.499 | path = /opt/stack/data/swift/4/node/ 2020-12-15 08:07:17.499 | read only = false 2020-12-15 08:07:17.499 | lock file = /opt/stack/data/swift/run/container6641.lock 2020-12-15 08:07:17.499 | 2020-12-15 08:07:17.499 | 2020-12-15 08:07:17.499 | [object6613] 2020-12-15 08:07:17.499 | max connections = 25 2020-12-15 08:07:17.499 | path = /opt/stack/data/swift/1/node/ 2020-12-15 08:07:17.499 | read only = false 2020-12-15 08:07:17.499 | lock file = /opt/stack/data/swift/run/object6613.lock 2020-12-15 08:07:17.499 | 2020-12-15 08:07:17.499 | [object6623] 2020-12-15 08:07:17.499 | max connections = 25 2020-12-15 08:07:17.499 | path = /opt/stack/data/swift/2/node/ 2020-12-15 08:07:17.499 | read only = false 2020-12-15 08:07:17.499 | lock file = /opt/stack/data/swift/run/object6623.lock 2020-12-15 08:07:17.500 | 2020-12-15 08:07:17.500 | [object6633] 2020-12-15 08:07:17.500 | max connections = 25 2020-12-15 08:07:17.500 | path = /opt/stack/data/swift/3/node/ 2020-12-15 08:07:17.500 | read only = false 2020-12-15 08:07:17.500 | lock file = /opt/stack/data/swift/run/object6633.lock 2020-12-15 08:07:17.500 | 2020-12-15 08:07:17.500 | [object6643] 2020-12-15 08:07:17.500 | max connections = 25 2020-12-15 08:07:17.500 | path = /opt/stack/data/swift/4/node/ 2020-12-15 08:07:17.500 | read only = false 2020-12-15 08:07:17.500 | lock file = /opt/stack/data/swift/run/object6643.lock 2020-12-15 08:07:17.501 | + lib/swift:configure_swift:361 : is_ubuntu 2020-12-15 08:07:17.503 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-15 08:07:17.506 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-15 08:07:17.508 | + lib/swift:configure_swift:362 : sudo sed -i '/^RSYNC_ENABLE=false/ { s/false/true/ }' /etc/default/rsync 2020-12-15 08:07:17.525 | + lib/swift:configure_swift:367 : SWIFT_CONFIG_PROXY_SERVER=/etc/swift/proxy-server.conf 2020-12-15 08:07:17.527 | + lib/swift:configure_swift:368 : cp /opt/stack/swift/etc/proxy-server.conf-sample /etc/swift/proxy-server.conf 2020-12-15 08:07:17.531 | + lib/swift:configure_swift:369 : cp /opt/stack/swift/etc/internal-client.conf-sample /etc/swift/internal-client.conf 2020-12-15 08:07:17.535 | + lib/swift:configure_swift:373 : local csyncfile=/etc/swift/container-sync-realms.conf 2020-12-15 08:07:17.537 | + lib/swift:configure_swift:374 : cp /opt/stack/swift/etc/container-sync-realms.conf-sample /etc/swift/container-sync-realms.conf 2020-12-15 08:07:17.541 | + lib/swift:configure_swift:375 : iniset /etc/swift/container-sync-realms.conf realm1 key realm1key 2020-12-15 08:07:17.564 | + lib/swift:configure_swift:376 : iniset /etc/swift/container-sync-realms.conf realm1 cluster_name1 http://10.222.0.15:8080/v1/ 2020-12-15 08:07:17.588 | + lib/swift:configure_swift:378 : iniuncomment /etc/swift/proxy-server.conf DEFAULT user 2020-12-15 08:07:17.607 | + lib/swift:configure_swift:379 : iniset /etc/swift/proxy-server.conf DEFAULT user ubuntu 2020-12-15 08:07:17.635 | + lib/swift:configure_swift:381 : iniuncomment /etc/swift/proxy-server.conf DEFAULT swift_dir 2020-12-15 08:07:17.655 | + lib/swift:configure_swift:382 : iniset /etc/swift/proxy-server.conf DEFAULT swift_dir /etc/swift 2020-12-15 08:07:17.682 | + lib/swift:configure_swift:384 : iniuncomment /etc/swift/proxy-server.conf DEFAULT workers 2020-12-15 08:07:17.702 | + lib/swift:configure_swift:385 : iniset /etc/swift/proxy-server.conf DEFAULT workers 1 2020-12-15 08:07:17.730 | + lib/swift:configure_swift:387 : iniuncomment /etc/swift/proxy-server.conf DEFAULT log_level 2020-12-15 08:07:17.749 | + lib/swift:configure_swift:388 : iniset /etc/swift/proxy-server.conf DEFAULT log_level DEBUG 2020-12-15 08:07:17.777 | + lib/swift:configure_swift:390 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_ip 2020-12-15 08:07:17.797 | + lib/swift:configure_swift:391 : iniset /etc/swift/proxy-server.conf DEFAULT bind_ip 0.0.0.0 2020-12-15 08:07:17.825 | + lib/swift:configure_swift:393 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_port 2020-12-15 08:07:17.844 | + lib/swift:configure_swift:394 : is_service_enabled tls-proxy 2020-12-15 08:07:17.858 | + functions-common:is_service_enabled:1962 : return 1 2020-12-15 08:07:17.860 | + lib/swift:configure_swift:397 : iniset /etc/swift/proxy-server.conf DEFAULT bind_port 8080 2020-12-15 08:07:17.888 | + lib/swift:configure_swift:403 : iniset /etc/swift/proxy-server.conf app:proxy-server node_timeout 120 2020-12-15 08:07:17.915 | + lib/swift:configure_swift:404 : iniset /etc/swift/proxy-server.conf app:proxy-server conn_timeout 20 2020-12-15 08:07:17.942 | + lib/swift:configure_swift:407 : iniset /etc/swift/proxy-server.conf filter:versioned_writes allow_versioned_writes true 2020-12-15 08:07:17.970 | + lib/swift:configure_swift:410 : is_service_enabled ceilometer 2020-12-15 08:07:17.984 | + functions-common:is_service_enabled:1962 : return 1 2020-12-15 08:07:17.986 | + lib/swift:configure_swift:421 : iniset /etc/swift/proxy-server.conf filter:proxy-logging reveal_sensitive_prefix 12 2020-12-15 08:07:18.015 | + lib/swift:configure_swift:427 : is_service_enabled s3api 2020-12-15 08:07:18.028 | + functions-common:is_service_enabled:1962 : return 1 2020-12-15 08:07:18.030 | + lib/swift:configure_swift:430 : is_service_enabled keystone 2020-12-15 08:07:18.044 | + functions-common:is_service_enabled:1962 : return 0 2020-12-15 08:07:18.046 | + lib/swift:configure_swift:431 : swift_pipeline+=' authtoken' 2020-12-15 08:07:18.048 | + lib/swift:configure_swift:432 : is_service_enabled s3api 2020-12-15 08:07:18.062 | + functions-common:is_service_enabled:1962 : return 1 2020-12-15 08:07:18.064 | + lib/swift:configure_swift:437 : swift_pipeline+=' keystoneauth' 2020-12-15 08:07:18.066 | + lib/swift:configure_swift:440 : swift_pipeline+=' tempauth ' 2020-12-15 08:07:18.069 | + lib/swift:configure_swift:442 : sed -i '/^pipeline/ { s/tempauth/crossdomain authtoken keystoneauth tempauth formpost staticweb/ ;}' /etc/swift/proxy-server.conf 2020-12-15 08:07:18.077 | + lib/swift:configure_swift:443 : sed -i '/^pipeline/ { s/proxy-server/ proxy-server/ ; }' /etc/swift/proxy-server.conf 2020-12-15 08:07:18.085 | + lib/swift:configure_swift:445 : iniset /etc/swift/proxy-server.conf app:proxy-server account_autocreate true 2020-12-15 08:07:18.111 | + lib/swift:configure_swift:446 : iniset /etc/swift/proxy-server.conf app:proxy-server allow_account_management true 2020-12-15 08:07:18.139 | + lib/swift:configure_swift:449 : iniset /etc/swift/proxy-server.conf filter:crossdomain use egg:swift#crossdomain 2020-12-15 08:07:18.167 | + lib/swift:configure_swift:454 : iniset /etc/swift/proxy-server.conf filter:authtoken log_name swift 2020-12-15 08:07:18.197 | + lib/swift:configure_swift:456 : iniset /etc/swift/proxy-server.conf filter:authtoken paste.filter_factory keystonemiddleware.auth_token:filter_factory 2020-12-15 08:07:18.223 | + lib/swift:configure_swift:457 : configure_keystone_authtoken_middleware /etc/swift/proxy-server.conf swift filter:authtoken 2020-12-15 08:07:18.226 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/swift/proxy-server.conf 2020-12-15 08:07:18.228 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=swift 2020-12-15 08:07:18.230 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=filter:authtoken 2020-12-15 08:07:18.232 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_type password 2020-12-15 08:07:18.259 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/swift/proxy-server.conf filter:authtoken interface public 2020-12-15 08:07:18.285 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_url http://10.222.0.15/identity 2020-12-15 08:07:18.313 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/swift/proxy-server.conf filter:authtoken username swift 2020-12-15 08:07:18.340 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/swift/proxy-server.conf filter:authtoken password Passw0rd 2020-12-15 08:07:18.368 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/swift/proxy-server.conf filter:authtoken user_domain_name Default 2020-12-15 08:07:18.395 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/swift/proxy-server.conf filter:authtoken project_name service 2020-12-15 08:07:18.423 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/swift/proxy-server.conf filter:authtoken project_domain_name Default 2020-12-15 08:07:18.451 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/swift/proxy-server.conf filter:authtoken cafile /opt/stack/data/ca-bundle.pem 2020-12-15 08:07:18.478 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/swift/proxy-server.conf filter:authtoken memcached_servers localhost:11211 2020-12-15 08:07:18.506 | + lib/swift:configure_swift:458 : iniset /etc/swift/proxy-server.conf filter:authtoken delay_auth_decision 1 2020-12-15 08:07:18.532 | + lib/swift:configure_swift:459 : iniset /etc/swift/proxy-server.conf filter:authtoken cache swift.cache 2020-12-15 08:07:18.560 | + lib/swift:configure_swift:460 : iniset /etc/swift/proxy-server.conf filter:authtoken include_service_catalog False 2020-12-15 08:07:18.590 | + lib/swift:configure_swift:462 : iniset /etc/swift/proxy-server.conf filter:keystoneauth use egg:swift#keystoneauth 2020-12-15 08:07:18.619 | + lib/swift:configure_swift:463 : iniset /etc/swift/proxy-server.conf filter:keystoneauth operator_roles 'Member, admin' 2020-12-15 08:07:18.647 | + lib/swift:configure_swift:468 : iniuncomment /etc/swift/proxy-server.conf filter:tempauth account_autocreate 2020-12-15 08:07:18.667 | + lib/swift:configure_swift:469 : iniset /etc/swift/proxy-server.conf filter:tempauth reseller_prefix TEMPAUTH 2020-12-15 08:07:18.694 | + lib/swift:configure_swift:472 : iniset /etc/swift/proxy-server.conf filter:domain_remap reseller_prefixes 'AUTH, TEMPAUTH' 2020-12-15 08:07:18.721 | + lib/swift:configure_swift:474 : cp /opt/stack/swift/etc/swift.conf-sample /etc/swift/swift.conf 2020-12-15 08:07:18.725 | + lib/swift:configure_swift:475 : iniset /etc/swift/swift.conf swift-hash swift_hash_path_suffix 66a3d6b56c1f479c8b4e70ab5d2014f6 2020-12-15 08:07:18.749 | + lib/swift:configure_swift:476 : iniset /etc/swift/swift.conf swift-constraints max_header_size 16384 2020-12-15 08:07:18.773 | + lib/swift:configure_swift:477 : iniset /etc/swift/swift.conf swift-constraints max_file_size 5368709122 2020-12-15 08:07:18.796 | + lib/swift:configure_swift:479 : local node_number 2020-12-15 08:07:18.798 | + lib/swift:configure_swift:480 : for node_number in ${SWIFT_REPLICAS_SEQ} 2020-12-15 08:07:18.800 | + lib/swift:configure_swift:481 : local swift_node_config=/etc/swift/object-server/1.conf 2020-12-15 08:07:18.803 | + lib/swift:configure_swift:482 : cp /opt/stack/swift/etc/object-server.conf-sample /etc/swift/object-server/1.conf 2020-12-15 08:07:18.806 | + lib/swift:configure_swift:483 : generate_swift_config_services /etc/swift/object-server/1.conf 1 6613 object 2020-12-15 08:07:18.809 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/object-server/1.conf 2020-12-15 08:07:18.811 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2020-12-15 08:07:18.813 | + lib/swift:generate_swift_config_services:294 : local bind_port=6613 2020-12-15 08:07:18.815 | + lib/swift:generate_swift_config_services:295 : local server_type=object 2020-12-15 08:07:18.817 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2020-12-15 08:07:18.819 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2020-12-15 08:07:18.821 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/object-server/1.conf DEFAULT user 2020-12-15 08:07:18.839 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/object-server/1.conf DEFAULT user ubuntu 2020-12-15 08:07:18.864 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_port 2020-12-15 08:07:18.881 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/object-server/1.conf DEFAULT bind_port 6613 2020-12-15 08:07:18.907 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/object-server/1.conf DEFAULT swift_dir 2020-12-15 08:07:18.925 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/object-server/1.conf DEFAULT swift_dir /etc/swift 2020-12-15 08:07:18.951 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/object-server/1.conf DEFAULT devices 2020-12-15 08:07:18.969 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/object-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2020-12-15 08:07:18.994 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/object-server/1.conf DEFAULT log_facility 2020-12-15 08:07:19.012 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/object-server/1.conf DEFAULT log_facility LOG_LOCAL0 2020-12-15 08:07:19.038 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/object-server/1.conf DEFAULT workers 2020-12-15 08:07:19.056 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/object-server/1.conf DEFAULT workers 2 2020-12-15 08:07:19.081 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/object-server/1.conf DEFAULT disable_fallocate 2020-12-15 08:07:19.100 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/object-server/1.conf DEFAULT disable_fallocate true 2020-12-15 08:07:19.125 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/object-server/1.conf DEFAULT mount_check 2020-12-15 08:07:19.143 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/object-server/1.conf DEFAULT mount_check false 2020-12-15 08:07:19.169 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/object-server/1.conf object-replicator vm_test_mode 2020-12-15 08:07:19.187 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/object-server/1.conf object-replicator vm_test_mode yes 2020-12-15 08:07:19.213 | + lib/swift:generate_swift_config_services:329 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/object-server/1.conf 2020-12-15 08:07:19.218 | + lib/swift:configure_swift:484 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_ip 2020-12-15 08:07:19.236 | + lib/swift:configure_swift:485 : iniset /etc/swift/object-server/1.conf DEFAULT bind_ip 0.0.0.0 2020-12-15 08:07:19.263 | + lib/swift:configure_swift:486 : iniset /etc/swift/object-server/1.conf filter:recon recon_cache_path /opt/stack/data/swift/cache 2020-12-15 08:07:19.290 | + lib/swift:configure_swift:488 : swift_node_config=/etc/swift/container-server/1.conf 2020-12-15 08:07:19.292 | + lib/swift:configure_swift:489 : cp /opt/stack/swift/etc/container-server.conf-sample /etc/swift/container-server/1.conf 2020-12-15 08:07:19.296 | + lib/swift:configure_swift:490 : generate_swift_config_services /etc/swift/container-server/1.conf 1 6611 container 2020-12-15 08:07:19.298 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/container-server/1.conf 2020-12-15 08:07:19.300 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2020-12-15 08:07:19.303 | + lib/swift:generate_swift_config_services:294 : local bind_port=6611 2020-12-15 08:07:19.305 | + lib/swift:generate_swift_config_services:295 : local server_type=container 2020-12-15 08:07:19.307 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2020-12-15 08:07:19.309 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2020-12-15 08:07:19.311 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/container-server/1.conf DEFAULT user 2020-12-15 08:07:19.329 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/container-server/1.conf DEFAULT user ubuntu 2020-12-15 08:07:19.354 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_port 2020-12-15 08:07:19.372 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/container-server/1.conf DEFAULT bind_port 6611 2020-12-15 08:07:19.398 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/container-server/1.conf DEFAULT swift_dir 2020-12-15 08:07:19.416 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/container-server/1.conf DEFAULT swift_dir /etc/swift 2020-12-15 08:07:19.442 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/container-server/1.conf DEFAULT devices 2020-12-15 08:07:19.460 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/container-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2020-12-15 08:07:19.486 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/container-server/1.conf DEFAULT log_facility 2020-12-15 08:07:19.503 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/container-server/1.conf DEFAULT log_facility LOG_LOCAL0 2020-12-15 08:07:19.529 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/container-server/1.conf DEFAULT workers 2020-12-15 08:07:19.547 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/container-server/1.conf DEFAULT workers 2 2020-12-15 08:07:19.574 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/container-server/1.conf DEFAULT disable_fallocate 2020-12-15 08:07:19.592 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/container-server/1.conf DEFAULT disable_fallocate true 2020-12-15 08:07:19.618 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/container-server/1.conf DEFAULT mount_check 2020-12-15 08:07:19.636 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/container-server/1.conf DEFAULT mount_check false 2020-12-15 08:07:19.662 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/container-server/1.conf container-replicator vm_test_mode 2020-12-15 08:07:19.680 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/container-server/1.conf container-replicator vm_test_mode yes 2020-12-15 08:07:19.711 | + lib/swift:generate_swift_config_services:329 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/container-server/1.conf 2020-12-15 08:07:19.716 | + lib/swift:configure_swift:491 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_ip 2020-12-15 08:07:19.734 | + lib/swift:configure_swift:492 : iniset /etc/swift/container-server/1.conf DEFAULT bind_ip 0.0.0.0 2020-12-15 08:07:19.760 | + lib/swift:configure_swift:494 : swift_node_config=/etc/swift/account-server/1.conf 2020-12-15 08:07:19.762 | + lib/swift:configure_swift:495 : cp /opt/stack/swift/etc/account-server.conf-sample /etc/swift/account-server/1.conf 2020-12-15 08:07:19.766 | + lib/swift:configure_swift:496 : generate_swift_config_services /etc/swift/account-server/1.conf 1 6612 account 2020-12-15 08:07:19.768 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/account-server/1.conf 2020-12-15 08:07:19.770 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2020-12-15 08:07:19.772 | + lib/swift:generate_swift_config_services:294 : local bind_port=6612 2020-12-15 08:07:19.774 | + lib/swift:generate_swift_config_services:295 : local server_type=account 2020-12-15 08:07:19.776 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2020-12-15 08:07:19.778 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2020-12-15 08:07:19.781 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/account-server/1.conf DEFAULT user 2020-12-15 08:07:19.798 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/account-server/1.conf DEFAULT user ubuntu 2020-12-15 08:07:19.823 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_port 2020-12-15 08:07:19.840 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/account-server/1.conf DEFAULT bind_port 6612 2020-12-15 08:07:19.866 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/account-server/1.conf DEFAULT swift_dir 2020-12-15 08:07:19.883 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/account-server/1.conf DEFAULT swift_dir /etc/swift 2020-12-15 08:07:19.907 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/account-server/1.conf DEFAULT devices 2020-12-15 08:07:19.925 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/account-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2020-12-15 08:07:19.950 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/account-server/1.conf DEFAULT log_facility 2020-12-15 08:07:19.967 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/account-server/1.conf DEFAULT log_facility LOG_LOCAL0 2020-12-15 08:07:19.993 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/account-server/1.conf DEFAULT workers 2020-12-15 08:07:20.010 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/account-server/1.conf DEFAULT workers 2 2020-12-15 08:07:20.035 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/account-server/1.conf DEFAULT disable_fallocate 2020-12-15 08:07:20.053 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/account-server/1.conf DEFAULT disable_fallocate true 2020-12-15 08:07:20.078 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/account-server/1.conf DEFAULT mount_check 2020-12-15 08:07:20.096 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/account-server/1.conf DEFAULT mount_check false 2020-12-15 08:07:20.121 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/account-server/1.conf account-replicator vm_test_mode 2020-12-15 08:07:20.138 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/account-server/1.conf account-replicator vm_test_mode yes 2020-12-15 08:07:20.163 | + lib/swift:generate_swift_config_services:329 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/account-server/1.conf 2020-12-15 08:07:20.168 | + lib/swift:configure_swift:497 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_ip 2020-12-15 08:07:20.185 | + lib/swift:configure_swift:498 : iniset /etc/swift/account-server/1.conf DEFAULT bind_ip 0.0.0.0 2020-12-15 08:07:20.211 | + lib/swift:configure_swift:502 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest1 'testing .admin' 2020-12-15 08:07:20.238 | + lib/swift:configure_swift:503 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest2_swiftusertest2 'testing2 .admin' 2020-12-15 08:07:20.265 | + lib/swift:configure_swift:504 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest3 'testing3 .admin' 2020-12-15 08:07:20.293 | + lib/swift:configure_swift:506 : testfile=/etc/swift/test.conf 2020-12-15 08:07:20.295 | + lib/swift:configure_swift:507 : cp /opt/stack/swift/test/sample.conf /etc/swift/test.conf 2020-12-15 08:07:20.299 | + lib/swift:configure_swift:510 : iniset /etc/swift/test.conf func_test account swiftprojecttest1 2020-12-15 08:07:20.324 | + lib/swift:configure_swift:511 : iniset /etc/swift/test.conf func_test username swiftusertest1 2020-12-15 08:07:20.350 | + lib/swift:configure_swift:512 : iniset /etc/swift/test.conf func_test username3 swiftusertest3 2020-12-15 08:07:20.375 | + lib/swift:configure_swift:513 : iniset /etc/swift/test.conf func_test account2 swiftprojecttest2 2020-12-15 08:07:20.401 | + lib/swift:configure_swift:514 : iniset /etc/swift/test.conf func_test username2 swiftusertest2 2020-12-15 08:07:20.426 | + lib/swift:configure_swift:515 : iniset /etc/swift/test.conf func_test account4 swiftprojecttest4 2020-12-15 08:07:20.450 | + lib/swift:configure_swift:516 : iniset /etc/swift/test.conf func_test username4 swiftusertest4 2020-12-15 08:07:20.474 | + lib/swift:configure_swift:517 : iniset /etc/swift/test.conf func_test password4 testing4 2020-12-15 08:07:20.497 | + lib/swift:configure_swift:518 : iniset /etc/swift/test.conf func_test domain4 swift_test 2020-12-15 08:07:20.522 | + lib/swift:configure_swift:520 : is_service_enabled keystone 2020-12-15 08:07:20.537 | + functions-common:is_service_enabled:1962 : return 0 2020-12-15 08:07:20.539 | + lib/swift:configure_swift:521 : iniuncomment /etc/swift/test.conf func_test auth_version 2020-12-15 08:07:20.556 | + lib/swift:configure_swift:522 : local auth_vers 2020-12-15 08:07:20.559 | ++ lib/swift:configure_swift:523 : iniget /etc/swift/test.conf func_test auth_version 2020-12-15 08:07:20.578 | + lib/swift:configure_swift:523 : auth_vers=3 2020-12-15 08:07:20.580 | + lib/swift:configure_swift:524 : iniset /etc/swift/test.conf func_test auth_host 10.222.0.15 2020-12-15 08:07:20.604 | + lib/swift:configure_swift:525 : [[ http == \h\t\t\p\s ]] 2020-12-15 08:07:20.606 | + lib/swift:configure_swift:528 : iniset /etc/swift/test.conf func_test auth_port 80 2020-12-15 08:07:20.630 | + lib/swift:configure_swift:530 : iniset /etc/swift/test.conf func_test auth_uri http://10.222.0.15/identity 2020-12-15 08:07:20.656 | + lib/swift:configure_swift:531 : [[ 3 == \3 ]] 2020-12-15 08:07:20.658 | + lib/swift:configure_swift:532 : iniset /etc/swift/test.conf func_test auth_prefix /identity/v3/ 2020-12-15 08:07:20.682 | + lib/swift:configure_swift:536 : is_service_enabled tls-proxy 2020-12-15 08:07:20.697 | + functions-common:is_service_enabled:1962 : return 1 2020-12-15 08:07:20.699 | + lib/swift:configure_swift:542 : local user_group 2020-12-15 08:07:20.702 | ++ lib/swift:configure_swift:543 : id -g ubuntu 2020-12-15 08:07:20.706 | + lib/swift:configure_swift:543 : user_group=1000 2020-12-15 08:07:20.709 | + lib/swift:configure_swift:544 : sudo install -d -o ubuntu -g 1000 /opt/stack/data/swift 2020-12-15 08:07:20.720 | + lib/swift:configure_swift:546 : local swift_log_dir=/opt/stack/data/swift/logs 2020-12-15 08:07:20.723 | + lib/swift:configure_swift:547 : sudo rm -rf /opt/stack/data/swift/logs 2020-12-15 08:07:20.733 | + lib/swift:configure_swift:548 : local swift_log_group=adm 2020-12-15 08:07:20.735 | + lib/swift:configure_swift:549 : is_suse 2020-12-15 08:07:20.737 | + functions-common:is_suse:464 : is_opensuse 2020-12-15 08:07:20.739 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2020-12-15 08:07:20.741 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2020-12-15 08:07:20.744 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2020-12-15 08:07:20.746 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2020-12-15 08:07:20.748 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2020-12-15 08:07:20.750 | + lib/swift:configure_swift:552 : sudo install -d -o ubuntu -g adm /opt/stack/data/swift/logs/hourly 2020-12-15 08:07:20.762 | + lib/swift:configure_swift:554 : [[ False != \F\a\l\s\e ]] 2020-12-15 08:07:20.764 | + lib/swift:configure_swift:562 : '[' False == True ']' 2020-12-15 08:07:20.767 | + ./stack.sh:main:875 : is_service_enabled s3api 2020-12-15 08:07:20.783 | + functions-common:is_service_enabled:1962 : return 1 2020-12-15 08:07:20.785 | + ./stack.sh:main:881 : is_service_enabled g-api n-api 2020-12-15 08:07:20.801 | + functions-common:is_service_enabled:1962 : return 0 2020-12-15 08:07:20.804 | + ./stack.sh:main:883 : stack_install_service glance 2020-12-15 08:07:20.806 | + lib/stack:stack_install_service:20 : local service=glance 2020-12-15 08:07:20.809 | + lib/stack:stack_install_service:21 : type install_glance 2020-12-15 08:07:20.811 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2020-12-15 08:07:20.813 | + lib/stack:stack_install_service:32 : install_glance 2020-12-15 08:07:20.816 | + lib/glance:install_glance:436 : glance_store_extras=() 2020-12-15 08:07:20.819 | + lib/glance:install_glance:436 : local glance_store_extras 2020-12-15 08:07:20.821 | + lib/glance:install_glance:438 : is_service_enabled cinder 2020-12-15 08:07:20.837 | + functions-common:is_service_enabled:1962 : return 0 2020-12-15 08:07:20.840 | + lib/glance:install_glance:439 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2020-12-15 08:07:20.842 | + lib/glance:install_glance:442 : is_service_enabled swift 2020-12-15 08:07:20.858 | + functions-common:is_service_enabled:1962 : return 0 2020-12-15 08:07:20.861 | + lib/glance:install_glance:443 : glance_store_extras=("swift" "${glance_store_extras[@]}") 2020-12-15 08:07:20.863 | + lib/glance:install_glance:448 : use_library_from_git glance_store 2020-12-15 08:07:20.866 | + inc/python:use_library_from_git:250 : local name=glance_store 2020-12-15 08:07:20.869 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:07:20.871 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:07:20.874 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,glance_store, ]] 2020-12-15 08:07:20.877 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:07:20.881 | ++ lib/glance:install_glance:454 : join_extras swift cinder 2020-12-15 08:07:20.883 | ++ inc/python:join_extras:29 : local IFS=, 2020-12-15 08:07:20.886 | ++ inc/python:join_extras:30 : echo swift,cinder 2020-12-15 08:07:20.889 | + lib/glance:install_glance:454 : pip_install_gr_extras glance-store swift,cinder 2020-12-15 08:07:20.891 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2020-12-15 08:07:20.894 | + inc/python:pip_install_gr_extras:90 : local extras=swift,cinder 2020-12-15 08:07:20.896 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2020-12-15 08:07:20.899 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2020-12-15 08:07:20.902 | ++ inc/python:get_version_constraints_from_global_requirements:237 : local package=glance-store 2020-12-15 08:07:20.904 | ++ inc/python:get_version_constraints_from_global_requirements:238 : local required_pkg_version_constraint 2020-12-15 08:07:20.908 | +++ inc/python:get_version_constraints_from_global_requirements:240 : grep -i -h -o -P '^glance-store\K.*' /opt/stack/requirements/global-requirements.txt 2020-12-15 08:07:20.909 | +++ inc/python:get_version_constraints_from_global_requirements:240 : cut -d# -f1 2020-12-15 08:07:20.913 | ++ inc/python:get_version_constraints_from_global_requirements:240 : required_pkg_version_constraint='!=0.29.0 ' 2020-12-15 08:07:20.915 | ++ inc/python:get_version_constraints_from_global_requirements:241 : [[ !=0.29.0 == '' ]] 2020-12-15 08:07:20.918 | ++ inc/python:get_version_constraints_from_global_requirements:244 : echo '!=0.29.0' 2020-12-15 08:07:20.921 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2020-12-15 08:07:20.923 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[swift,cinder]!=0.29.0' 2020-12-15 08:07:20.943 | Using python 3.6 to install glance-store[swift,cinder]!=0.29.0 2020-12-15 08:07:20.945 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt 'glance-store[swift,cinder]!=0.29.0' 2020-12-15 08:07:22.950 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-12-15 08:07:22.950 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2020-12-15 08:07:23.122 | Collecting glance-store===2.4.0 2020-12-15 08:07:23.130 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/59f/79a3d41ec315b/glance_store-2.4.0-py3-none-any.whl (215 kB) 2020-12-15 08:07:23.389 | Collecting httplib2===0.18.1 2020-12-15 08:07:23.396 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ca2/914b015b62477/httplib2-0.18.1-py3-none-any.whl (95 kB) 2020-12-15 08:07:23.465 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 215)) (3.2.0) 2020-12-15 08:07:23.496 | Requirement already satisfied: keystoneauth1===4.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 220)) (4.3.0) 2020-12-15 08:07:23.738 | Collecting os-brick===4.1.0 2020-12-15 08:07:23.744 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/914/945bdb17581e0/os_brick-4.1.0-py3-none-any.whl (239 kB) 2020-12-15 08:07:23.843 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 284)) (1.7.0) 2020-12-15 08:07:23.971 | Collecting os-win===5.3.0 2020-12-15 08:07:23.978 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b84/6032e3b016e61/os_win-5.3.0-py3-none-any.whl (273 kB) 2020-12-15 08:07:24.072 | Requirement already satisfied: oslo.concurrency===4.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293)) (4.3.1) 2020-12-15 08:07:24.083 | Requirement already satisfied: oslo.config===8.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (8.4.0) 2020-12-15 08:07:24.129 | Requirement already satisfied: oslo.context===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) (3.1.1) 2020-12-15 08:07:24.136 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) (5.0.1) 2020-12-15 08:07:24.142 | Requirement already satisfied: oslo.log===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (4.4.0) 2020-12-15 08:07:24.341 | Collecting oslo.privsep===2.4.0 2020-12-15 08:07:24.347 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/145/175818dc0ea1c/oslo.privsep-2.4.0-py3-none-any.whl (33 kB) 2020-12-15 08:07:24.561 | Collecting oslo.rootwrap===6.2.0 2020-12-15 08:07:24.568 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ddc/377863c93f8cb/oslo.rootwrap-6.2.0-py3-none-any.whl (33 kB) 2020-12-15 08:07:24.634 | Requirement already satisfied: oslo.serialization===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (4.0.1) 2020-12-15 08:07:24.643 | Requirement already satisfied: oslo.service===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (2.4.0) 2020-12-15 08:07:24.669 | Requirement already satisfied: oslo.utils===4.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (4.7.0) 2020-12-15 08:07:24.689 | Requirement already satisfied: packaging===20.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (20.4) 2020-12-15 08:07:24.696 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 322)) (5.5.1) 2020-12-15 08:07:24.699 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 351)) (0.9.6) 2020-12-15 08:07:24.701 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357)) (2.4.7) 2020-12-15 08:07:24.704 | Requirement already satisfied: pyrsistent===0.17.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 361)) (0.17.3) 2020-12-15 08:07:24.832 | Collecting python-cinderclient===7.2.0 2020-12-15 08:07:24.839 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a1b/ef06dcba610b2/python_cinderclient-7.2.0-py3-none-any.whl (274 kB) 2020-12-15 08:07:24.932 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 383)) (2.8.1) 2020-12-15 08:07:24.937 | Requirement already satisfied: python-keystoneclient===4.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 394)) (4.2.0) 2020-12-15 08:07:25.061 | Collecting python-swiftclient===3.11.0 2020-12-15 08:07:25.068 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/265/7e2871691bac4/python_swiftclient-3.11.0-py2.py3-none-any.whl (86 kB) 2020-12-15 08:07:25.160 | Requirement already satisfied: pytz===2020.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 425)) (2020.4) 2020-12-15 08:07:25.164 | Requirement already satisfied: requests===2.25.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 436)) (2.25.0) 2020-12-15 08:07:25.185 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 448)) (1.4.0) 2020-12-15 08:07:25.190 | Requirement already satisfied: setuptools===50.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 467)) (50.3.2) 2020-12-15 08:07:25.470 | Collecting simplejson===3.17.2 2020-12-15 08:07:25.477 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bc0/0d1210567a4cd/simplejson-3.17.2-cp36-cp36m-manylinux2010_x86_64.whl (127 kB) 2020-12-15 08:07:25.546 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 470)) (1.15.0) 2020-12-15 08:07:25.549 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 501)) (3.3.0) 2020-12-15 08:07:25.558 | Requirement already satisfied: tenacity===6.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 515)) (6.2.0) 2020-12-15 08:07:25.574 | Requirement already satisfied: urllib3===1.26.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 542)) (1.26.2) 2020-12-15 08:07:25.596 | Requirement already satisfied: yappi===1.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 564)) (1.3.2) 2020-12-15 08:07:25.601 | Requirement already satisfied: eventlet===0.29.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) (0.29.1) 2020-12-15 08:07:25.611 | Requirement already satisfied: importlib-metadata===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 196)) (3.1.1) 2020-12-15 08:07:25.647 | 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) 2020-12-15 08:07:25.692 | Requirement already satisfied: iso8601===0.1.13 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (0.1.13) 2020-12-15 08:07:25.695 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.14.1) 2020-12-15 08:07:25.700 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 250)) (0.8.0) 2020-12-15 08:07:25.707 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.3.1) 2020-12-15 08:07:25.710 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 127)) (2.2.0) 2020-12-15 08:07:25.718 | Requirement already satisfied: greenlet===0.4.17 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 182)) (0.4.17) 2020-12-15 08:07:25.720 | Requirement already satisfied: msgpack===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 243)) (1.0.0) 2020-12-15 08:07:25.723 | Requirement already satisfied: cffi===1.14.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (1.14.4) 2020-12-15 08:07:25.727 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (2.5.1) 2020-12-15 08:07:25.738 | Requirement already satisfied: Paste===3.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (3.5.0) 2020-12-15 08:07:25.748 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163)) (3.0.0) 2020-12-15 08:07:25.760 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.6) 2020-12-15 08:07:25.773 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (2.1.1) 2020-12-15 08:07:25.782 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 251)) (0.10.9) 2020-12-15 08:07:25.785 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 330)) (0.7.2) 2020-12-15 08:07:25.788 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 192)) (2.10) 2020-12-15 08:07:25.791 | Requirement already satisfied: certifi===2020.11.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) (2020.11.8) 2020-12-15 08:07:25.794 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (3.0.4) 2020-12-15 08:07:25.796 | Requirement already satisfied: dnspython===1.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 143)) (1.16.0) 2020-12-15 08:07:25.805 | Requirement already satisfied: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 569)) (3.4.0) 2020-12-15 08:07:25.832 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 241)) (1.5) 2020-12-15 08:07:25.834 | Requirement already satisfied: importlib-resources===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) (3.3.0) 2020-12-15 08:07:25.853 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 557)) (1.12.1) 2020-12-15 08:07:25.856 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 345)) (2.20) 2020-12-15 08:07:25.859 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (0.7) 2020-12-15 08:07:25.866 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 520)) (2.4.0) 2020-12-15 08:07:25.885 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 159)) (1.0.0) 2020-12-15 08:07:25.887 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) (1.4.0) 2020-12-15 08:07:25.891 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 540)) (1.1.0) 2020-12-15 08:07:25.898 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 400)) (1.6.0) 2020-12-15 08:07:25.900 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 229)) (1.0.0) 2020-12-15 08:07:25.902 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 540)) (1.4.0) 2020-12-15 08:07:26.866 | Installing collected packages: oslo.rootwrap, simplejson, python-cinderclient, oslo.privsep, os-win, os-brick, httplib2, python-swiftclient, glance-store 2020-12-15 08:07:28.285 | Successfully installed glance-store-2.4.0 httplib2-0.18.1 os-brick-4.1.0 os-win-5.3.0 oslo.privsep-2.4.0 oslo.rootwrap-6.2.0 python-cinderclient-7.2.0 python-swiftclient-3.11.0 simplejson-3.17.2 2020-12-15 08:07:28.390 | WARNING: You are using pip version 20.2.4; however, version 20.3.1 is available. 2020-12-15 08:07:28.391 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2020-12-15 08:07:28.484 | + inc/python:pip_install:200 : result=0 2020-12-15 08:07:28.486 | + inc/python:pip_install:202 : time_stop pip_install 2020-12-15 08:07:28.488 | + functions-common:time_stop:2306 : local name 2020-12-15 08:07:28.491 | + functions-common:time_stop:2307 : local end_time 2020-12-15 08:07:28.493 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-15 08:07:28.496 | + functions-common:time_stop:2309 : local total 2020-12-15 08:07:28.498 | + functions-common:time_stop:2310 : local start_time 2020-12-15 08:07:28.500 | + functions-common:time_stop:2312 : name=pip_install 2020-12-15 08:07:28.503 | + functions-common:time_stop:2313 : start_time=1608019640938 2020-12-15 08:07:28.505 | + functions-common:time_stop:2315 : [[ -z 1608019640938 ]] 2020-12-15 08:07:28.508 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-15 08:07:28.512 | + functions-common:time_stop:2318 : end_time=1608019648509 2020-12-15 08:07:28.514 | + functions-common:time_stop:2319 : elapsed_time=7571 2020-12-15 08:07:28.516 | + functions-common:time_stop:2320 : total=122788 2020-12-15 08:07:28.518 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-15 08:07:28.521 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=130359 2020-12-15 08:07:28.523 | + inc/python:pip_install:203 : return 0 2020-12-15 08:07:28.526 | + lib/glance:install_glance:455 : copy_rootwrap /usr/local/etc/glance 2020-12-15 08:07:28.528 | + lib/glance:copy_rootwrap:215 : local source_path=/usr/local/etc/glance 2020-12-15 08:07:28.531 | + lib/glance:copy_rootwrap:217 : sudo install -d -o ubuntu /etc/glance 2020-12-15 08:07:28.543 | + lib/glance:copy_rootwrap:218 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2020-12-15 08:07:28.547 | + lib/glance:install_glance:458 : git_clone https://opendev.org/openstack/glance.git /opt/stack/glance master 2020-12-15 08:07:28.549 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/glance.git 2020-12-15 08:07:28.552 | + functions-common:git_clone:526 : local git_dest=/opt/stack/glance 2020-12-15 08:07:28.555 | + functions-common:git_clone:527 : local git_ref=master 2020-12-15 08:07:28.557 | + functions-common:git_clone:528 : local orig_dir 2020-12-15 08:07:28.560 | ++ functions-common:git_clone:529 : pwd 2020-12-15 08:07:28.562 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2020-12-15 08:07:28.565 | + functions-common:git_clone:530 : local git_clone_flags= 2020-12-15 08:07:28.568 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2020-12-15 08:07:28.583 | + functions-common:git_clone:532 : RECLONE=False 2020-12-15 08:07:28.586 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2020-12-15 08:07:28.588 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2020-12-15 08:07:28.591 | + functions-common:git_clone:546 : echo master 2020-12-15 08:07:28.591 | + functions-common:git_clone:546 : egrep -q '^refs' 2020-12-15 08:07:28.595 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/glance ]] 2020-12-15 08:07:28.598 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2020-12-15 08:07:28.600 | + functions-common:git_clone:594 : cd /opt/stack/glance 2020-12-15 08:07:28.603 | + functions-common:git_clone:595 : git show --oneline 2020-12-15 08:07:28.603 | + functions-common:git_clone:595 : head -1 2020-12-15 08:07:28.605 | 65c8da30 Merge "Imported Translations from Zanata" 2020-12-15 08:07:28.608 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2020-12-15 08:07:28.610 | + lib/glance:install_glance:460 : setup_develop /opt/stack/glance 2020-12-15 08:07:28.613 | + inc/python:setup_develop:338 : local bindep 2020-12-15 08:07:28.616 | + inc/python:setup_develop:339 : [[ /opt/stack/glance == -bindep* ]] 2020-12-15 08:07:28.618 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/glance 2020-12-15 08:07:28.621 | + inc/python:setup_develop:344 : local extras= 2020-12-15 08:07:28.623 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/glance -e 2020-12-15 08:07:28.626 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2020-12-15 08:07:28.628 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/glance == -bindep* ]] 2020-12-15 08:07:28.631 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/glance 2020-12-15 08:07:28.633 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2020-12-15 08:07:28.636 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2020-12-15 08:07:28.639 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/glance 2020-12-15 08:07:28.641 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2020-12-15 08:07:28.644 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/glance 2020-12-15 08:07:28.647 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2020-12-15 08:07:28.649 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2020-12-15 08:07:28.652 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2020-12-15 08:07:28.657 | + inc/python:_setup_package_with_constraints_edit:383 : name=glance 2020-12-15 08:07:28.660 | + inc/python:_setup_package_with_constraints_edit:385 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- glance '-e file:///opt/stack/glance#egg=glance' 2020-12-15 08:07:29.346 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/glance -e 2020-12-15 08:07:29.349 | + inc/python:setup_package:417 : local bindep=0 2020-12-15 08:07:29.352 | + inc/python:setup_package:418 : local bindep_flag= 2020-12-15 08:07:29.354 | + inc/python:setup_package:419 : local bindep_profiles= 2020-12-15 08:07:29.356 | + inc/python:setup_package:420 : [[ /opt/stack/glance == -bindep* ]] 2020-12-15 08:07:29.358 | + inc/python:setup_package:425 : local project_dir=/opt/stack/glance 2020-12-15 08:07:29.361 | + inc/python:setup_package:426 : local flags=-e 2020-12-15 08:07:29.363 | + inc/python:setup_package:427 : local extras= 2020-12-15 08:07:29.365 | + inc/python:setup_package:431 : [[ -n -e ]] 2020-12-15 08:07:29.368 | + inc/python:setup_package:431 : [[ -z '' ]] 2020-12-15 08:07:29.370 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2020-12-15 08:07:29.372 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2020-12-15 08:07:29.375 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2020-12-15 08:07:29.377 | + inc/python:setup_package:445 : pip_install -e /opt/stack/glance 2020-12-15 08:07:29.396 | Using python 3.6 to install /opt/stack/glance 2020-12-15 08:07:29.398 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/glance 2020-12-15 08:07:31.438 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-12-15 08:07:31.438 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2020-12-15 08:07:31.460 | Obtaining file:///opt/stack/glance 2020-12-15 08:07:32.750 | Obtaining glance from file:///opt/stack/glance#egg=glance (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2020-12-15 08:07:34.043 | Requirement already satisfied: Paste===3.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (3.5.0) 2020-12-15 08:07:34.053 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (2.1.1) 2020-12-15 08:07:34.061 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (2.5.1) 2020-12-15 08:07:34.074 | Requirement already satisfied: SQLAlchemy===1.3.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.3.20) 2020-12-15 08:07:34.210 | Collecting WSME===0.10.0 2020-12-15 08:07:34.217 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/0e1/2c01e2820134f/WSME-0.10.0-py3-none-any.whl (60 kB) 2020-12-15 08:07:34.294 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.6) 2020-12-15 08:07:34.309 | Requirement already satisfied: alembic===1.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77)) (1.4.3) 2020-12-15 08:07:34.447 | Collecting castellan===3.7.0 2020-12-15 08:07:34.453 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/af3/facd94857f477/castellan-3.7.0-py3-none-any.whl (93 kB) 2020-12-15 08:07:34.543 | Requirement already satisfied: cryptography===3.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 122)) (3.2.1) 2020-12-15 08:07:34.663 | Collecting cursive===0.2.2 2020-12-15 08:07:34.670 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e56/3a085b3c6e250/cursive-0.2.2-py2.py3-none-any.whl (39 kB) 2020-12-15 08:07:34.750 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 127)) (2.2.0) 2020-12-15 08:07:34.758 | Requirement already satisfied: defusedxml===0.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 129)) (0.6.0) 2020-12-15 08:07:34.764 | Requirement already satisfied: eventlet===0.29.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) (0.29.1) 2020-12-15 08:07:34.775 | Requirement already satisfied: futurist===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (2.3.0) 2020-12-15 08:07:34.781 | Requirement already satisfied: glance-store===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173)) (2.4.0) 2020-12-15 08:07:34.858 | Requirement already satisfied: greenlet===0.4.17 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 182)) (0.4.17) 2020-12-15 08:07:34.861 | Requirement already satisfied: httplib2===0.18.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 188)) (0.18.1) 2020-12-15 08:07:34.863 | Requirement already satisfied: iso8601===0.1.13 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (0.1.13) 2020-12-15 08:07:34.866 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 215)) (3.2.0) 2020-12-15 08:07:34.899 | Requirement already satisfied: keystoneauth1===4.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 220)) (4.3.0) 2020-12-15 08:07:34.965 | Requirement already satisfied: keystonemiddleware===9.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 221)) (9.2.0) 2020-12-15 08:07:35.025 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 250)) (0.8.0) 2020-12-15 08:07:35.031 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 284)) (1.7.0) 2020-12-15 08:07:35.036 | Requirement already satisfied: os-win===5.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 288)) (5.3.0) 2020-12-15 08:07:35.056 | Requirement already satisfied: oslo.cache===2.6.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 292)) (2.6.1) 2020-12-15 08:07:35.096 | Requirement already satisfied: oslo.concurrency===4.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293)) (4.3.1) 2020-12-15 08:07:35.108 | Requirement already satisfied: oslo.config===8.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (8.4.0) 2020-12-15 08:07:35.177 | Requirement already satisfied: oslo.context===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) (3.1.1) 2020-12-15 08:07:35.184 | Requirement already satisfied: oslo.db===8.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 296)) (8.4.0) 2020-12-15 08:07:35.238 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) (5.0.1) 2020-12-15 08:07:35.245 | Requirement already satisfied: oslo.log===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (4.4.0) 2020-12-15 08:07:35.288 | Requirement already satisfied: oslo.messaging===12.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (12.6.0) 2020-12-15 08:07:35.351 | Requirement already satisfied: oslo.middleware===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (4.1.1) 2020-12-15 08:07:35.371 | Requirement already satisfied: oslo.policy===3.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (3.6.0) 2020-12-15 08:07:35.517 | Collecting oslo.reports===2.2.0 2020-12-15 08:07:35.523 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/af9/ef1cf70a64013/oslo.reports-2.2.0-py3-none-any.whl (50 kB) 2020-12-15 08:07:35.605 | Requirement already satisfied: oslo.serialization===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (4.0.1) 2020-12-15 08:07:35.615 | Requirement already satisfied: oslo.service===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (2.4.0) 2020-12-15 08:07:35.640 | 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 309)) (1.3.0) 2020-12-15 08:07:35.652 | Requirement already satisfied: oslo.utils===4.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (4.7.0) 2020-12-15 08:07:35.672 | Requirement already satisfied: osprofiler===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (3.4.0) 2020-12-15 08:07:35.725 | Requirement already satisfied: packaging===20.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (20.4) 2020-12-15 08:07:35.731 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 322)) (5.5.1) 2020-12-15 08:07:35.734 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 330)) (0.7.2) 2020-12-15 08:07:36.269 | Collecting psutil===5.7.3 2020-12-15 08:07:36.277 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/af7/3f7bcebdc538e/psutil-5.7.3.tar.gz (465 kB) 2020-12-15 08:07:37.213 | Requirement already satisfied: pyOpenSSL===20.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 340)) (20.0.0) 2020-12-15 08:07:37.229 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (3.1.1) 2020-12-15 08:07:37.241 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 351)) (0.9.6) 2020-12-15 08:07:37.243 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357)) (2.4.7) 2020-12-15 08:07:37.246 | Requirement already satisfied: pyrsistent===0.17.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 361)) (0.17.3) 2020-12-15 08:07:37.359 | Collecting python-barbicanclient===5.0.1 2020-12-15 08:07:37.366 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/0a2/c78d3a61be98e/python_barbicanclient-5.0.1-py3-none-any.whl (80 kB) 2020-12-15 08:07:37.450 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 383)) (2.8.1) 2020-12-15 08:07:37.455 | Requirement already satisfied: python-editor===1.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 385)) (1.0.4) 2020-12-15 08:07:37.458 | Requirement already satisfied: python-keystoneclient===4.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 394)) (4.2.0) 2020-12-15 08:07:37.479 | Requirement already satisfied: pytz===2020.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 425)) (2020.4) 2020-12-15 08:07:37.483 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (0.7) 2020-12-15 08:07:37.490 | Requirement already satisfied: requests===2.25.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 436)) (2.25.0) 2020-12-15 08:07:37.621 | Collecting retrying===1.3.3 2020-12-15 08:07:37.627 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/ebf/3b842d183542e/retrying-1.3.3-py3-none-any.whl (11 kB) 2020-12-15 08:07:37.696 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 448)) (1.4.0) 2020-12-15 08:07:37.701 | Requirement already satisfied: setuptools===50.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 467)) (50.3.2) 2020-12-15 08:07:37.823 | Collecting simplegeneric===0.8.1 2020-12-15 08:07:37.830 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dc9/72e06094b9af5/simplegeneric-0.8.1.zip (12 kB) 2020-12-15 08:07:38.503 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 470)) (1.15.0) 2020-12-15 08:07:38.506 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 496)) (0.13.0) 2020-12-15 08:07:38.517 | Requirement already satisfied: sqlparse===0.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 497)) (0.4.1) 2020-12-15 08:07:38.520 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 499)) (3.3.0) 2020-12-15 08:07:38.522 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 501)) (3.3.0) 2020-12-15 08:07:38.688 | Collecting taskflow===4.5.0 2020-12-15 08:07:38.697 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2b0/a10f9e46ddf23/taskflow-4.5.0-py3-none-any.whl (488 kB) 2020-12-15 08:07:38.846 | Requirement already satisfied: tenacity===6.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (6.2.0) 2020-12-15 08:07:38.862 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 519)) (2.0.1) 2020-12-15 08:07:38.871 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 520)) (0.5.0) 2020-12-15 08:07:38.878 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 521)) (2.4.0) 2020-12-15 08:07:38.897 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 532)) (1.4.0) 2020-12-15 08:07:38.900 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 541)) (1.1.0) 2020-12-15 08:07:38.908 | Requirement already satisfied: urllib3===1.26.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 543)) (1.26.2) 2020-12-15 08:07:38.931 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 558)) (1.12.1) 2020-12-15 08:07:38.934 | Requirement already satisfied: yappi===1.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 565)) (1.3.2) 2020-12-15 08:07:38.939 | Requirement already satisfied: Mako===1.1.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) (1.1.3) 2020-12-15 08:07:38.947 | Requirement already satisfied: cffi===1.14.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (1.14.4) 2020-12-15 08:07:38.951 | Requirement already satisfied: dnspython===1.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 143)) (1.16.0) 2020-12-15 08:07:38.960 | Requirement already satisfied: importlib-metadata===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 196)) (3.1.1) 2020-12-15 08:07:38.996 | 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) 2020-12-15 08:07:39.042 | Requirement already satisfied: importlib-resources===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) (3.3.0) 2020-12-15 08:07:39.061 | Requirement already satisfied: dogpile.cache===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (1.1.1) 2020-12-15 08:07:39.067 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.14.1) 2020-12-15 08:07:39.072 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.3.1) 2020-12-15 08:07:39.075 | Requirement already satisfied: cachetools===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 99)) (4.1.1) 2020-12-15 08:07:39.078 | Requirement already satisfied: kombu===5.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (5.0.2) 2020-12-15 08:07:39.125 | Requirement already satisfied: amqp===5.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (5.0.2) 2020-12-15 08:07:39.130 | Requirement already satisfied: Jinja2===2.11.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) (2.11.2) 2020-12-15 08:07:39.137 | Requirement already satisfied: msgpack===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 243)) (1.0.0) 2020-12-15 08:07:39.140 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163)) (3.0.0) 2020-12-15 08:07:39.152 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 251)) (0.10.9) 2020-12-15 08:07:39.155 | Requirement already satisfied: cliff===3.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (3.5.0) 2020-12-15 08:07:39.170 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (3.0.4) 2020-12-15 08:07:39.173 | Requirement already satisfied: certifi===2020.11.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) (2020.11.8) 2020-12-15 08:07:39.175 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 192)) (2.10) 2020-12-15 08:07:39.179 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) (0.5.2) 2020-12-15 08:07:39.181 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128)) (4.4.2) 2020-12-15 08:07:39.335 | Collecting networkx===2.5 2020-12-15 08:07:39.344 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8c5/812e9f798d37c/networkx-2.5-py3-none-any.whl (1.6 MB) 2020-12-15 08:07:39.607 | Collecting automaton===2.2.0 2020-12-15 08:07:39.614 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/3e8/275eabd89ee53/automaton-2.2.0-py3-none-any.whl (18 kB) 2020-12-15 08:07:39.764 | Collecting pydot===1.4.1 2020-12-15 08:07:39.770 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/67b/e714300c78fda/pydot-1.4.1-py2.py3-none-any.whl (19 kB) 2020-12-15 08:07:39.839 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 159)) (1.0.0) 2020-12-15 08:07:39.841 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 400)) (1.6.0) 2020-12-15 08:07:39.843 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 229)) (1.0.0) 2020-12-15 08:07:39.846 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 541)) (1.4.0) 2020-12-15 08:07:39.848 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.1.1) 2020-12-15 08:07:39.851 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 345)) (2.20) 2020-12-15 08:07:39.854 | Requirement already satisfied: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 570)) (3.4.0) 2020-12-15 08:07:39.882 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 241)) (1.5) 2020-12-15 08:07:39.884 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 545)) (5.0.0) 2020-12-15 08:07:39.887 | Requirement already satisfied: cmd2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (1.4.0) 2020-12-15 08:07:39.946 | Requirement already satisfied: pyperclip===1.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (1.8.1) 2020-12-15 08:07:39.949 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 553)) (0.2.5) 2020-12-15 08:07:39.954 | Requirement already satisfied: colorama===0.4.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (0.4.4) 2020-12-15 08:07:39.959 | Building wheels for collected packages: psutil, simplegeneric 2020-12-15 08:07:39.960 | Building wheel for psutil (setup.py): started 2020-12-15 08:07:42.183 | Building wheel for psutil (setup.py): finished with status 'done' 2020-12-15 08:07:42.186 | Created wheel for psutil: filename=psutil-5.7.3-cp36-cp36m-linux_x86_64.whl size=281524 sha256=aa0fc86615975880cd6a502d4497c84c5ba8c360ef7a79debeff334b78d92798 2020-12-15 08:07:42.186 | Stored in directory: /root/.cache/pip/wheels/09/09/ff/b85efd2765d3ed44dc26efac81e21a086b951cf772540799c6 2020-12-15 08:07:42.188 | Building wheel for simplegeneric (setup.py): started 2020-12-15 08:07:42.868 | Building wheel for simplegeneric (setup.py): finished with status 'done' 2020-12-15 08:07:42.869 | Created wheel for simplegeneric: filename=simplegeneric-0.8.1-py3-none-any.whl size=5074 sha256=26d90169b084e6e4d7b6ed2ba01f2489299118694b05c75c824157fff9c3f3d4 2020-12-15 08:07:42.869 | Stored in directory: /root/.cache/pip/wheels/17/b5/18/7c8e3ef2ac5cd764f26ea6ec4bfd228353d17b72c30045fad4 2020-12-15 08:07:42.870 | Successfully built psutil simplegeneric 2020-12-15 08:07:43.545 | Installing collected packages: networkx, automaton, pydot, taskflow, simplegeneric, WSME, psutil, oslo.reports, retrying, python-barbicanclient, castellan, cursive, glance 2020-12-15 08:07:46.133 | Running setup.py develop for glance 2020-12-15 08:07:47.637 | Successfully installed WSME-0.10.0 automaton-2.2.0 castellan-3.7.0 cursive-0.2.2 glance networkx-2.5 oslo.reports-2.2.0 psutil-5.7.3 pydot-1.4.1 python-barbicanclient-5.0.1 retrying-1.3.3 simplegeneric-0.8.1 taskflow-4.5.0 2020-12-15 08:07:47.749 | WARNING: You are using pip version 20.2.4; however, version 20.3.1 is available. 2020-12-15 08:07:47.749 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2020-12-15 08:07:47.869 | + inc/python:pip_install:200 : result=0 2020-12-15 08:07:47.871 | + inc/python:pip_install:202 : time_stop pip_install 2020-12-15 08:07:47.874 | + functions-common:time_stop:2306 : local name 2020-12-15 08:07:47.876 | + functions-common:time_stop:2307 : local end_time 2020-12-15 08:07:47.878 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-15 08:07:47.881 | + functions-common:time_stop:2309 : local total 2020-12-15 08:07:47.883 | + functions-common:time_stop:2310 : local start_time 2020-12-15 08:07:47.886 | + functions-common:time_stop:2312 : name=pip_install 2020-12-15 08:07:47.888 | + functions-common:time_stop:2313 : start_time=1608019649391 2020-12-15 08:07:47.890 | + functions-common:time_stop:2315 : [[ -z 1608019649391 ]] 2020-12-15 08:07:47.893 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-15 08:07:47.896 | + functions-common:time_stop:2318 : end_time=1608019667893 2020-12-15 08:07:47.898 | + functions-common:time_stop:2319 : elapsed_time=18502 2020-12-15 08:07:47.900 | + functions-common:time_stop:2320 : total=130359 2020-12-15 08:07:47.903 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-15 08:07:47.905 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=148861 2020-12-15 08:07:47.907 | + inc/python:pip_install:203 : return 0 2020-12-15 08:07:47.909 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2020-12-15 08:07:47.912 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/glance/glance.egg-info 2020-12-15 08:07:47.914 | + functions-common:safe_chown:2207 : _safe_permission_operation chown -R ubuntu /opt/stack/glance/glance.egg-info 2020-12-15 08:07:47.932 | + functions-common:_safe_permission_operation:2055 : sudo chown -R ubuntu /opt/stack/glance/glance.egg-info 2020-12-15 08:07:47.944 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/glance 2020-12-15 08:07:47.946 | + inc/python:use_library_from_git:250 : local name=/opt/stack/glance 2020-12-15 08:07:47.949 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-15 08:07:47.952 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-15 08:07:47.954 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/glance, ]] 2020-12-15 08:07:47.957 | + inc/python:use_library_from_git:253 : return 1 2020-12-15 08:07:47.959 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2020-12-15 08:07:47.962 | + ./stack.sh:main:884 : configure_glance 2020-12-15 08:07:47.964 | + lib/glance:configure_glance:267 : sudo install -d -o ubuntu /etc/glance /etc/glance/metadefs 2020-12-15 08:07:47.976 | + lib/glance:configure_glance:270 : local dburl 2020-12-15 08:07:47.979 | ++ lib/glance:configure_glance:271 : database_connection_url glance 2020-12-15 08:07:47.981 | ++ lib/database:database_connection_url:132 : local db=glance 2020-12-15 08:07:47.984 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql glance 2020-12-15 08:07:47.986 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=glance 2020-12-15 08:07:47.989 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2020-12-15 08:07:47.992 | + lib/glance:configure_glance:271 : dburl='mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2020-12-15 08:07:47.994 | + lib/glance:configure_glance:273 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2020-12-15 08:07:48.020 | + lib/glance:configure_glance:274 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2020-12-15 08:07:48.046 | + lib/glance:configure_glance:275 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2020-12-15 08:07:48.072 | + lib/glance:configure_glance:276 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2020-12-15 08:07:48.097 | + lib/glance:configure_glance:277 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2020-12-15 08:07:48.123 | + lib/glance:configure_glance:278 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2020-12-15 08:07:48.150 | + lib/glance:configure_glance:279 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2020-12-15 08:07:48.152 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/glance/glance-api.conf 2020-12-15 08:07:48.155 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=glance 2020-12-15 08:07:48.157 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2020-12-15 08:07:48.159 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2020-12-15 08:07:48.186 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2020-12-15 08:07:48.211 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.222.0.15/identity 2020-12-15 08:07:48.236 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2020-12-15 08:07:48.261 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/glance/glance-api.conf keystone_authtoken password Passw0rd 2020-12-15 08:07:48.285 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2020-12-15 08:07:48.310 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2020-12-15 08:07:48.334 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2020-12-15 08:07:48.359 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2020-12-15 08:07:48.385 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2020-12-15 08:07:48.409 | + lib/glance:configure_glance:280 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2020-12-15 08:07:48.437 | + lib/glance:configure_glance:281 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2020-12-15 08:07:48.439 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2020-12-15 08:07:48.441 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2020-12-15 08:07:48.444 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2020-12-15 08:07:48.446 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2020-12-15 08:07:48.449 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2020-12-15 08:07:48.464 | + functions-common:is_service_enabled:1962 : return 0 2020-12-15 08:07:48.467 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2020-12-15 08:07:48.470 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2020-12-15 08:07:48.472 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2020-12-15 08:07:48.488 | ++ functions-common:is_service_enabled:1962 : return 0 2020-12-15 08:07:48.491 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.15:5672/ 2020-12-15 08:07:48.494 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.15:5672/ 2020-12-15 08:07:48.518 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2020-12-15 08:07:48.521 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2020-12-15 08:07:48.523 | + lib/glance:configure_glance:282 : '[' libvirt = xenserver ']' 2020-12-15 08:07:48.525 | + lib/glance:configure_glance:286 : '[' libvirt = libvirt ']' 2020-12-15 08:07:48.528 | + lib/glance:configure_glance:286 : '[' kvm = parallels ']' 2020-12-15 08:07:48.530 | + lib/glance:configure_glance:291 : configure_glance_store False False 2020-12-15 08:07:48.533 | + lib/glance:configure_glance_store:228 : local use_cinder_for_glance=False 2020-12-15 08:07:48.535 | + lib/glance:configure_glance_store:229 : local glance_enable_multiple_stores=False 2020-12-15 08:07:48.538 | + lib/glance:configure_glance_store:230 : local be 2020-12-15 08:07:48.540 | + lib/glance:configure_glance_store:232 : [[ False == \F\a\l\s\e ]] 2020-12-15 08:07:48.542 | + lib/glance:configure_glance_store:234 : [[ False == \T\r\u\e ]] 2020-12-15 08:07:48.545 | + lib/glance:configure_glance_store:251 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2020-12-15 08:07:48.572 | + lib/glance:configure_glance:294 : '[' -n '' ']' 2020-12-15 08:07:48.575 | + lib/glance:configure_glance:297 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.222.0.15 2020-12-15 08:07:48.602 | + lib/glance:configure_glance:301 : [[ False == \F\a\l\s\e ]] 2020-12-15 08:07:48.604 | + lib/glance:configure_glance:303 : is_service_enabled s-proxy 2020-12-15 08:07:48.620 | + functions-common:is_service_enabled:1962 : return 0 2020-12-15 08:07:48.622 | + lib/glance:configure_glance:304 : iniset /etc/glance/glance-api.conf glance_store default_store swift 2020-12-15 08:07:48.647 | + lib/glance:configure_glance:305 : iniset /etc/glance/glance-api.conf glance_store swift_store_create_container_on_put True 2020-12-15 08:07:48.672 | + lib/glance:configure_glance:307 : iniset /etc/glance/glance-api.conf glance_store swift_store_config_file /etc/glance/glance-swift-store.conf 2020-12-15 08:07:48.697 | + lib/glance:configure_glance:308 : iniset /etc/glance/glance-api.conf glance_store default_swift_reference ref1 2020-12-15 08:07:48.722 | + lib/glance:configure_glance:309 : iniset /etc/glance/glance-api.conf glance_store stores 'file, http, swift' 2020-12-15 08:07:48.747 | + lib/glance:configure_glance:310 : is_service_enabled tls-proxy 2020-12-15 08:07:48.763 | + functions-common:is_service_enabled:1962 : return 1 2020-12-15 08:07:48.765 | + lib/glance:configure_glance:313 : iniset /etc/glance/glance-api.conf DEFAULT graceful_shutdown_timeout 5 2020-12-15 08:07:48.791 | + lib/glance:configure_glance:315 : iniset /etc/glance/glance-swift-store.conf ref1 user service:glance-swift 2020-12-15 08:07:48.817 | + lib/glance:configure_glance:317 : iniset /etc/glance/glance-swift-store.conf ref1 key Passw0rd 2020-12-15 08:07:48.842 | + lib/glance:configure_glance:318 : iniset /etc/glance/glance-swift-store.conf ref1 auth_address http://10.222.0.15/identity/v3 2020-12-15 08:07:48.867 | + lib/glance:configure_glance:319 : iniset /etc/glance/glance-swift-store.conf ref1 auth_version 3 2020-12-15 08:07:48.891 | + lib/glance:configure_glance:325 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.222.0.15/image 2020-12-15 08:07:48.917 | + lib/glance:configure_glance:327 : is_service_enabled tls-proxy 2020-12-15 08:07:48.933 | + functions-common:is_service_enabled:1962 : return 1 2020-12-15 08:07:48.935 | + lib/glance:configure_glance:333 : setup_logging /etc/glance/glance-api.conf 2020-12-15 08:07:48.938 | + functions:setup_logging:698 : setup_systemd_logging /etc/glance/glance-api.conf 2020-12-15 08:07:48.940 | + functions:setup_systemd_logging:713 : local conf_file=/etc/glance/glance-api.conf 2020-12-15 08:07:48.944 | ++ functions:setup_systemd_logging:718 : trueorfalse False USE_JOURNAL 2020-12-15 08:07:48.961 | + functions:setup_systemd_logging:718 : USE_JOURNAL=False 2020-12-15 08:07:48.963 | + functions:setup_systemd_logging:719 : local pidstr= 2020-12-15 08:07:48.966 | + functions:setup_systemd_logging:720 : [[ False == \T\r\u\e ]] 2020-12-15 08:07:48.968 | + functions:setup_systemd_logging:724 : pidstr='(pid=%(process)d) ' 2020-12-15 08:07:48.970 | + functions:setup_systemd_logging:726 : iniset /etc/glance/glance-api.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2020-12-15 08:07:48.995 | + functions:setup_systemd_logging:728 : iniset /etc/glance/glance-api.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2020-12-15 08:07:49.021 | + functions:setup_systemd_logging:729 : iniset /etc/glance/glance-api.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2020-12-15 08:07:49.045 | + functions:setup_systemd_logging:730 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2020-12-15 08:07:49.070 | + lib/glance:configure_glance:335 : cp -p /opt/stack/glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2020-12-15 08:07:49.075 | + lib/glance:configure_glance:338 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2020-12-15 08:07:49.101 | + lib/glance:configure_glance:339 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2020-12-15 08:07:49.125 | + lib/glance:configure_glance:340 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2020-12-15 08:07:49.151 | + lib/glance:configure_glance:341 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.222.0.15/identity 2020-12-15 08:07:49.175 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2020-12-15 08:07:49.199 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2020-12-15 08:07:49.224 | + lib/glance:configure_glance:344 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password Passw0rd 2020-12-15 08:07:49.249 | + lib/glance:configure_glance:347 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2020-12-15 08:07:49.276 | + lib/glance:configure_glance:350 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2020-12-15 08:07:49.303 | + lib/glance:configure_glance:351 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2020-12-15 08:07:49.331 | + lib/glance:configure_glance:352 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2020-12-15 08:07:49.355 | + lib/glance:configure_glance:354 : cp -p /opt/stack/glance/etc/schema-image.json /etc/glance/schema-image.json 2020-12-15 08:07:49.360 | + lib/glance:configure_glance:356 : cp -p /opt/stack/glance/etc/metadefs/cim-processor-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-resource-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-storage-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-virtual-system-setting-data.json /opt/stack/glance/etc/metadefs/compute-aggr-disk-filter.json /opt/stack/glance/etc/metadefs/compute-aggr-iops-filter.json /opt/stack/glance/etc/metadefs/compute-aggr-num-instances.json /opt/stack/glance/etc/metadefs/compute-cpu-pinning.json /opt/stack/glance/etc/metadefs/compute-guest-memory-backing.json /opt/stack/glance/etc/metadefs/compute-guest-shutdown.json /opt/stack/glance/etc/metadefs/compute-host-capabilities.json /opt/stack/glance/etc/metadefs/compute-hypervisor.json /opt/stack/glance/etc/metadefs/compute-instance-data.json /opt/stack/glance/etc/metadefs/compute-libvirt-image.json /opt/stack/glance/etc/metadefs/compute-libvirt.json /opt/stack/glance/etc/metadefs/compute-quota.json /opt/stack/glance/etc/metadefs/compute-randomgen.json /opt/stack/glance/etc/metadefs/compute-vcputopology.json /opt/stack/glance/etc/metadefs/compute-vmware-flavor.json /opt/stack/glance/etc/metadefs/compute-vmware.json /opt/stack/glance/etc/metadefs/compute-vmware-quota-flavor.json /opt/stack/glance/etc/metadefs/compute-watchdog.json /opt/stack/glance/etc/metadefs/compute-xenapi.json /opt/stack/glance/etc/metadefs/glance-common-image-props.json /opt/stack/glance/etc/metadefs/image-signature-verification.json /opt/stack/glance/etc/metadefs/operating-system.json /opt/stack/glance/etc/metadefs/software-databases.json /opt/stack/glance/etc/metadefs/software-runtimes.json /opt/stack/glance/etc/metadefs/software-webservers.json /opt/stack/glance/etc/metadefs/storage-volume-type.json /etc/glance/metadefs 2020-12-15 08:07:49.366 | + lib/glance:configure_glance:358 : is_service_enabled tls-proxy 2020-12-15 08:07:49.383 | + functions-common:is_service_enabled:1962 : return 1 2020-12-15 08:07:49.385 | + lib/glance:configure_glance:366 : [[ False == False ]] 2020-12-15 08:07:49.387 | + lib/glance:configure_glance:367 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2020-12-15 08:07:49.390 | + lib/apache:write_local_uwsgi_http_config:322 : local file=/etc/glance/glance-uwsgi.ini 2020-12-15 08:07:49.392 | + lib/apache:write_local_uwsgi_http_config:323 : local wsgi=/usr/local/bin/glance-wsgi-api 2020-12-15 08:07:49.394 | + lib/apache:write_local_uwsgi_http_config:324 : local url=/image 2020-12-15 08:07:49.397 | ++ lib/apache:write_local_uwsgi_http_config:325 : basename /usr/local/bin/glance-wsgi-api 2020-12-15 08:07:49.400 | + lib/apache:write_local_uwsgi_http_config:325 : name=glance-wsgi-api 2020-12-15 08:07:49.403 | + lib/apache:write_local_uwsgi_http_config:331 : rm -rf /etc/glance/glance-uwsgi.ini 2020-12-15 08:07:49.406 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2020-12-15 08:07:49.432 | ++ lib/apache:write_local_uwsgi_http_config:333 : get_random_port 2020-12-15 08:07:49.434 | ++ functions:get_random_port:865 : read lower_port upper_port 2020-12-15 08:07:49.437 | ++ functions:get_random_port:866 : true 2020-12-15 08:07:49.439 | ++ functions:get_random_port:867 : (( port = upper_port )) 2020-12-15 08:07:49.441 | ++ functions:get_random_port:867 : (( port >= lower_port )) 2020-12-15 08:07:49.444 | ++ functions:get_random_port:868 : sudo lsof -i :60999 2020-12-15 08:07:49.500 | ++ functions:get_random_port:869 : [[ 1 > 0 ]] 2020-12-15 08:07:49.502 | ++ functions:get_random_port:870 : break 2 2020-12-15 08:07:49.505 | ++ functions:get_random_port:874 : echo 60999 2020-12-15 08:07:49.507 | + lib/apache:write_local_uwsgi_http_config:333 : port=60999 2020-12-15 08:07:49.510 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2020-12-15 08:07:49.534 | + lib/apache:write_local_uwsgi_http_config:335 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2020-12-15 08:07:49.558 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2020-12-15 08:07:49.583 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2020-12-15 08:07:49.607 | + lib/apache:write_local_uwsgi_http_config:340 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2020-12-15 08:07:49.632 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2020-12-15 08:07:49.655 | + lib/apache:write_local_uwsgi_http_config:342 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2020-12-15 08:07:49.679 | + lib/apache:write_local_uwsgi_http_config:344 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2020-12-15 08:07:49.704 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2020-12-15 08:07:49.728 | + lib/apache:write_local_uwsgi_http_config:349 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 90 2020-12-15 08:07:49.753 | + lib/apache:write_local_uwsgi_http_config:351 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2020-12-15 08:07:49.776 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2020-12-15 08:07:49.800 | + lib/apache:write_local_uwsgi_http_config:355 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2020-12-15 08:07:49.826 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2020-12-15 08:07:49.850 | + lib/apache:write_local_uwsgi_http_config:357 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2020-12-15 08:07:49.874 | + lib/apache:write_local_uwsgi_http_config:358 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2020-12-15 08:07:49.897 | + lib/apache:write_local_uwsgi_http_config:359 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2020-12-15 08:07:49.922 | + lib/apache:write_local_uwsgi_http_config:360 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2020-12-15 08:07:49.946 | + lib/apache:write_local_uwsgi_http_config:362 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2020-12-15 08:07:49.970 | + lib/apache:write_local_uwsgi_http_config:364 : enable_apache_mod proxy 2020-12-15 08:07:49.972 | + lib/apache:enable_apache_mod:54 : local mod=proxy 2020-12-15 08:07:49.975 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2020-12-15 08:07:49.977 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-15 08:07:49.979 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-15 08:07:49.982 | + lib/apache:enable_apache_mod:59 : [[ proxy != \v\e\r\s\i\o\n ]] 2020-12-15 08:07:49.984 | + lib/apache:enable_apache_mod:59 : a2query -m proxy 2020-12-15 08:07:50.040 | proxy (enabled by site administrator) 2020-12-15 08:07:50.044 | + lib/apache:write_local_uwsgi_http_config:365 : enable_apache_mod proxy_http 2020-12-15 08:07:50.046 | + lib/apache:enable_apache_mod:54 : local mod=proxy_http 2020-12-15 08:07:50.048 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2020-12-15 08:07:50.051 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-15 08:07:50.054 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-15 08:07:50.056 | + lib/apache:enable_apache_mod:59 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2020-12-15 08:07:50.058 | + lib/apache:enable_apache_mod:59 : a2query -m proxy_http 2020-12-15 08:07:50.109 | No module matches proxy_http 2020-12-15 08:07:50.112 | + lib/apache:enable_apache_mod:60 : sudo a2enmod proxy_http 2020-12-15 08:07:50.169 | Considering dependency proxy for proxy_http: 2020-12-15 08:07:50.169 | Module proxy already enabled 2020-12-15 08:07:50.169 | Enabling module proxy_http. 2020-12-15 08:07:50.174 | To activate the new configuration, you need to run: 2020-12-15 08:07:50.174 | systemctl restart apache2 2020-12-15 08:07:50.178 | + lib/apache:enable_apache_mod:61 : restart_apache_server 2020-12-15 08:07:50.180 | + lib/apache:restart_apache_server:253 : restart_service apache2 2020-12-15 08:07:50.183 | + functions-common:restart_service:2190 : '[' -x /bin/systemctl ']' 2020-12-15 08:07:50.185 | + functions-common:restart_service:2191 : sudo /bin/systemctl restart apache2 2020-12-15 08:07:50.327 | + lib/apache:write_local_uwsgi_http_config:366 : local apache_conf= 2020-12-15 08:07:50.330 | ++ lib/apache:write_local_uwsgi_http_config:367 : apache_site_config_for glance-wsgi-api 2020-12-15 08:07:50.333 | ++ lib/apache:apache_site_config_for:189 : local site=glance-wsgi-api 2020-12-15 08:07:50.336 | ++ lib/apache:apache_site_config_for:190 : is_ubuntu 2020-12-15 08:07:50.338 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-15 08:07:50.340 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-15 08:07:50.343 | ++ lib/apache:apache_site_config_for:192 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2020-12-15 08:07:50.345 | + lib/apache:write_local_uwsgi_http_config:367 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2020-12-15 08:07:50.349 | + lib/apache:write_local_uwsgi_http_config:368 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2020-12-15 08:07:50.350 | + lib/apache:write_local_uwsgi_http_config:368 : echo 'KeepAlive Off' 2020-12-15 08:07:50.357 | KeepAlive Off 2020-12-15 08:07:50.361 | + lib/apache:write_local_uwsgi_http_config:369 : echo 'SetEnv proxy-sendchunked 1' 2020-12-15 08:07:50.362 | + lib/apache:write_local_uwsgi_http_config:369 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2020-12-15 08:07:50.369 | SetEnv proxy-sendchunked 1 2020-12-15 08:07:50.373 | + lib/apache:write_local_uwsgi_http_config:370 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2020-12-15 08:07:50.373 | + lib/apache:write_local_uwsgi_http_config:370 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2020-12-15 08:07:50.382 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2020-12-15 08:07:50.385 | + lib/apache:write_local_uwsgi_http_config:371 : enable_apache_site glance-wsgi-api 2020-12-15 08:07:50.387 | + lib/apache:enable_apache_site:206 : local site=glance-wsgi-api 2020-12-15 08:07:50.390 | + lib/apache:enable_apache_site:208 : enable_apache_mod version 2020-12-15 08:07:50.392 | + lib/apache:enable_apache_mod:54 : local mod=version 2020-12-15 08:07:50.394 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2020-12-15 08:07:50.397 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-15 08:07:50.399 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-15 08:07:50.401 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2020-12-15 08:07:50.404 | + lib/apache:enable_apache_site:209 : is_ubuntu 2020-12-15 08:07:50.406 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-15 08:07:50.408 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-15 08:07:50.411 | + lib/apache:enable_apache_site:210 : sudo a2ensite glance-wsgi-api 2020-12-15 08:07:50.468 | Enabling site glance-wsgi-api. 2020-12-15 08:07:50.472 | To activate the new configuration, you need to run: 2020-12-15 08:07:50.473 | systemctl reload apache2 2020-12-15 08:07:50.477 | + lib/apache:write_local_uwsgi_http_config:372 : restart_apache_server 2020-12-15 08:07:50.480 | + lib/apache:restart_apache_server:253 : restart_service apache2 2020-12-15 08:07:50.482 | + functions-common:restart_service:2190 : '[' -x /bin/systemctl ']' 2020-12-15 08:07:50.484 | + functions-common:restart_service:2191 : sudo /bin/systemctl restart apache2 2020-12-15 08:07:50.625 | + ./stack.sh:main:887 : is_service_enabled cinder 2020-12-15 08:07:50.641 | + functions-common:is_service_enabled:1962 : return 0 2020-12-15 08:07:50.644 | + ./stack.sh:main:889 : stack_install_service cinder 2020-12-15 08:07:50.646 | + lib/stack:stack_install_service:20 : local service=cinder 2020-12-15 08:07:50.649 | + lib/stack:stack_install_service:21 : type install_cinder 2020-12-15 08:07:50.651 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2020-12-15 08:07:50.654 | + lib/stack:stack_install_service:32 : install_cinder 2020-12-15 08:07:50.656 | + lib/cinder:install_cinder:413 : git_clone https://opendev.org/openstack/cinder.git /opt/stack/cinder master 2020-12-15 08:07:50.659 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/cinder.git 2020-12-15 08:07:50.661 | + functions-common:git_clone:526 : local git_dest=/opt/stack/cinder 2020-12-15 08:07:50.664 | + functions-common:git_clone:527 : local git_ref=master 2020-12-15 08:07:50.666 | + functions-common:git_clone:528 : local orig_dir 2020-12-15 08:07:50.669 | ++ functions-common:git_clone:529 : pwd 2020-12-15 08:07:50.671 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2020-12-15 08:07:50.674 | + functions-common:git_clone:530 : local git_clone_flags= 2020-12-15 08:07:50.677 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2020-12-15 08:07:50.693 | + functions-common:git_clone:532 : RECLONE=False 2020-12-15 08:07:50.695 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2020-12-15 08:07:50.697 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2020-12-15 08:07:50.700 | + functions-common:git_clone:546 : echo master 2020-12-15 08:07:50.701 | + functions-common:git_clone:546 : egrep -q '^refs' 2020-12-15 08:07:50.705 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/cinder ]] 2020-12-15 08:07:50.707 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2020-12-15 08:07:50.710 | + functions-common:git_clone:594 : cd /opt/stack/cinder 2020-12-15 08:07:50.713 | + functions-common:git_clone:595 : git show --oneline 2020-12-15 08:07:50.713 | + functions-common:git_clone:595 : head -1 2020-12-15 08:07:50.747 | 8e0ea0a9a Merge "[SVF]:Fix in change_vdisk_iogrp during retype" 2020-12-15 08:07:50.750 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2020-12-15 08:07:50.753 | + lib/cinder:install_cinder:414 : setup_develop /opt/stack/cinder 2020-12-15 08:07:50.756 | + inc/python:setup_develop:338 : local bindep 2020-12-15 08:07:50.758 | + inc/python:setup_develop:339 : [[ /opt/stack/cinder == -bindep* ]] 2020-12-15 08:07:50.761 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/cinder 2020-12-15 08:07:50.763 | + inc/python:setup_develop:344 : local extras= 2020-12-15 08:07:50.766 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/cinder -e 2020-12-15 08:07:50.768 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2020-12-15 08:07:50.771 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/cinder == -bindep* ]] 2020-12-15 08:07:50.773 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/cinder 2020-12-15 08:07:50.776 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2020-12-15 08:07:50.778 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2020-12-15 08:07:50.781 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/cinder 2020-12-15 08:07:50.784 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2020-12-15 08:07:50.787 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/cinder 2020-12-15 08:07:50.790 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2020-12-15 08:07:50.792 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2020-12-15 08:07:50.795 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2020-12-15 08:07:50.800 | + inc/python:_setup_package_with_constraints_edit:383 : name=cinder 2020-12-15 08:07:50.803 | + inc/python:_setup_package_with_constraints_edit:385 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- cinder '-e file:///opt/stack/cinder#egg=cinder' 2020-12-15 08:07:51.480 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/cinder -e 2020-12-15 08:07:51.483 | + inc/python:setup_package:417 : local bindep=0 2020-12-15 08:07:51.485 | + inc/python:setup_package:418 : local bindep_flag= 2020-12-15 08:07:51.488 | + inc/python:setup_package:419 : local bindep_profiles= 2020-12-15 08:07:51.491 | + inc/python:setup_package:420 : [[ /opt/stack/cinder == -bindep* ]] 2020-12-15 08:07:51.493 | + inc/python:setup_package:425 : local project_dir=/opt/stack/cinder 2020-12-15 08:07:51.495 | + inc/python:setup_package:426 : local flags=-e 2020-12-15 08:07:51.498 | + inc/python:setup_package:427 : local extras= 2020-12-15 08:07:51.500 | + inc/python:setup_package:431 : [[ -n -e ]] 2020-12-15 08:07:51.502 | + inc/python:setup_package:431 : [[ -z '' ]] 2020-12-15 08:07:51.505 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2020-12-15 08:07:51.507 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2020-12-15 08:07:51.509 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2020-12-15 08:07:51.512 | + inc/python:setup_package:445 : pip_install -e /opt/stack/cinder 2020-12-15 08:07:51.531 | Using python 3.6 to install /opt/stack/cinder 2020-12-15 08:07:51.533 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/cinder 2020-12-15 08:07:53.646 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-12-15 08:07:53.646 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2020-12-15 08:07:53.667 | Obtaining file:///opt/stack/cinder 2020-12-15 08:07:55.791 | Obtaining cinder from file:///opt/stack/cinder#egg=cinder (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2020-12-15 08:07:57.924 | Requirement already satisfied: Paste===3.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (3.5.0) 2020-12-15 08:07:57.934 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (2.1.1) 2020-12-15 08:07:57.944 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (2.5.1) 2020-12-15 08:07:57.956 | Requirement already satisfied: SQLAlchemy===1.3.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.3.20) 2020-12-15 08:07:57.979 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.6) 2020-12-15 08:07:57.994 | Requirement already satisfied: castellan===3.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) (3.7.0) 2020-12-15 08:07:58.016 | Requirement already satisfied: cryptography===3.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 122)) (3.2.1) 2020-12-15 08:07:58.060 | Requirement already satisfied: cursive===0.2.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) (0.2.2) 2020-12-15 08:07:58.075 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128)) (4.4.2) 2020-12-15 08:07:58.078 | Requirement already satisfied: eventlet===0.29.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) (0.29.1) 2020-12-15 08:07:58.281 | Collecting google-api-python-client===1.12.8 2020-12-15 08:07:58.289 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/3c4/c4ca46b5c2119/google_api_python_client-1.12.8-py2.py3-none-any.whl (61 kB) 2020-12-15 08:07:58.532 | Collecting google-auth===1.23.0 2020-12-15 08:07:58.539 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b72/8625ff5dfce8f/google_auth-1.23.0-py2.py3-none-any.whl (114 kB) 2020-12-15 08:07:58.742 | Collecting google-auth-httplib2===0.0.4 2020-12-15 08:07:58.749 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aea/ff501738b2897/google_auth_httplib2-0.0.4-py2.py3-none-any.whl (9.1 kB) 2020-12-15 08:07:58.824 | Requirement already satisfied: greenlet===0.4.17 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 183)) (0.4.17) 2020-12-15 08:07:58.827 | Requirement already satisfied: httplib2===0.18.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 189)) (0.18.1) 2020-12-15 08:07:58.829 | Requirement already satisfied: importlib-metadata===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) (3.1.1) 2020-12-15 08:07:58.865 | Requirement already satisfied: iso8601===0.1.13 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (0.1.13) 2020-12-15 08:07:58.868 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 216)) (3.2.0) 2020-12-15 08:07:58.900 | Requirement already satisfied: keystoneauth1===4.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 221)) (4.3.0) 2020-12-15 08:07:58.966 | Requirement already satisfied: keystonemiddleware===9.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (9.2.0) 2020-12-15 08:07:59.026 | Requirement already satisfied: lxml===4.6.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 233)) (4.6.2) 2020-12-15 08:07:59.164 | Collecting oauth2client===4.1.3 2020-12-15 08:07:59.171 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b8a/81cc5d60e2d36/oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2020-12-15 08:07:59.254 | Requirement already satisfied: os-brick===4.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 278)) (4.1.0) 2020-12-15 08:07:59.281 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 285)) (1.7.0) 2020-12-15 08:07:59.287 | Requirement already satisfied: os-win===5.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 289)) (5.3.0) 2020-12-15 08:07:59.306 | Requirement already satisfied: oslo.cache===2.6.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293)) (2.6.1) 2020-12-15 08:07:59.347 | Requirement already satisfied: oslo.concurrency===4.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (4.3.1) 2020-12-15 08:07:59.359 | Requirement already satisfied: oslo.config===8.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) (8.4.0) 2020-12-15 08:07:59.406 | Requirement already satisfied: oslo.context===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 296)) (3.1.1) 2020-12-15 08:07:59.413 | Requirement already satisfied: oslo.db===8.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) (8.4.0) 2020-12-15 08:07:59.467 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (5.0.1) 2020-12-15 08:07:59.474 | Requirement already satisfied: oslo.log===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (4.4.0) 2020-12-15 08:07:59.527 | Requirement already satisfied: oslo.messaging===12.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301)) (12.6.0) 2020-12-15 08:07:59.590 | Requirement already satisfied: oslo.middleware===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (4.1.1) 2020-12-15 08:07:59.609 | Requirement already satisfied: oslo.policy===3.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (3.6.0) 2020-12-15 08:07:59.626 | Requirement already satisfied: oslo.privsep===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (2.4.0) 2020-12-15 08:07:59.642 | Requirement already satisfied: oslo.reports===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (2.2.0) 2020-12-15 08:07:59.658 | Requirement already satisfied: oslo.rootwrap===6.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (6.2.0) 2020-12-15 08:07:59.663 | Requirement already satisfied: oslo.serialization===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (4.0.1) 2020-12-15 08:07:59.672 | Requirement already satisfied: oslo.service===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (2.4.0) 2020-12-15 08:07:59.699 | Requirement already satisfied: oslo.upgradecheck===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (1.3.0) 2020-12-15 08:07:59.711 | Requirement already satisfied: oslo.utils===4.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (4.7.0) 2020-12-15 08:07:59.892 | Collecting oslo.versionedobjects===2.4.0 2020-12-15 08:07:59.899 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a35/98db096a09c1d/oslo.versionedobjects-2.4.0-py3-none-any.whl (86 kB) 2020-12-15 08:08:00.158 | Collecting oslo.vmware===3.7.0 2020-12-15 08:08:00.165 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/329/18f39db9fbef2/oslo.vmware-3.7.0-py3-none-any.whl (355 kB) 2020-12-15 08:08:00.271 | Requirement already satisfied: osprofiler===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (3.4.0) 2020-12-15 08:08:00.324 | Requirement already satisfied: packaging===20.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (20.4) 2020-12-15 08:08:00.508 | Collecting paramiko===2.7.2 2020-12-15 08:08:00.515 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4f3/e316fef2ac628/paramiko-2.7.2-py2.py3-none-any.whl (206 kB) 2020-12-15 08:08:00.630 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 323)) (5.5.1) 2020-12-15 08:08:00.633 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 331)) (0.7.2) 2020-12-15 08:08:00.635 | Requirement already satisfied: psutil===5.7.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) (5.7.3) 2020-12-15 08:08:00.828 | Collecting pyasn1===0.4.8 2020-12-15 08:08:00.835 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/39c/7e2ec30515947/pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) 2020-12-15 08:08:01.024 | Collecting pyasn1-modules===0.2.8 2020-12-15 08:08:01.031 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a50/b808ffeb97cb3/pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) 2020-12-15 08:08:01.111 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 345)) (3.1.1) 2020-12-15 08:08:01.123 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) (0.9.6) 2020-12-15 08:08:01.125 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.4.7) 2020-12-15 08:08:01.128 | Requirement already satisfied: pyrsistent===0.17.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 362)) (0.17.3) 2020-12-15 08:08:01.133 | Requirement already satisfied: python-barbicanclient===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 376)) (5.0.1) 2020-12-15 08:08:01.152 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 384)) (2.8.1) 2020-12-15 08:08:01.299 | Collecting python-glanceclient===3.2.2 2020-12-15 08:08:01.306 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1a6/98806cba5fd9b/python_glanceclient-3.2.2-py3-none-any.whl (189 kB) 2020-12-15 08:08:01.402 | Requirement already satisfied: python-keystoneclient===4.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 395)) (4.2.0) 2020-12-15 08:08:01.590 | Collecting python-novaclient===17.2.1 2020-12-15 08:08:01.597 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f4a/5fda834d951af/python_novaclient-17.2.1-py3-none-any.whl (319 kB) 2020-12-15 08:08:01.696 | Requirement already satisfied: python-swiftclient===3.11.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 419)) (3.11.0) 2020-12-15 08:08:01.726 | Requirement already satisfied: pytz===2020.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 426)) (2020.4) 2020-12-15 08:08:01.730 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 436)) (0.7) 2020-12-15 08:08:01.737 | Requirement already satisfied: requests===2.25.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 437)) (2.25.0) 2020-12-15 08:08:01.759 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 449)) (1.4.0) 2020-12-15 08:08:01.872 | Collecting rsa===4.6 2020-12-15 08:08:01.880 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/616/6864e23d6b519/rsa-4.6-py3-none-any.whl (47 kB) 2020-12-15 08:08:02.048 | Collecting rtslib-fb===2.1.74 2020-12-15 08:08:02.054 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6f1/5bc30b55e0d35/rtslib-fb-2.1.74.tar.gz (73 kB) 2020-12-15 08:08:02.791 | Requirement already satisfied: setuptools===50.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 468)) (50.3.2) 2020-12-15 08:08:02.840 | Requirement already satisfied: simplejson===3.17.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 470)) (3.17.2) 2020-12-15 08:08:02.843 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 471)) (1.15.0) 2020-12-15 08:08:02.846 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 497)) (0.13.0) 2020-12-15 08:08:02.857 | Requirement already satisfied: sqlparse===0.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 498)) (0.4.1) 2020-12-15 08:08:02.860 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 500)) (3.3.0) 2020-12-15 08:08:02.862 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 502)) (3.3.0) 2020-12-15 08:08:02.959 | Collecting suds-jurko===0.6 2020-12-15 08:08:02.965 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/f39/8754a66f0fee9/suds_jurko-0.6-py3-none-any.whl (454 kB) 2020-12-15 08:08:03.140 | Collecting tabulate===0.8.7 2020-12-15 08:08:03.147 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ac6/4cb76d53b1231/tabulate-0.8.7-py3-none-any.whl (24 kB) 2020-12-15 08:08:03.222 | Requirement already satisfied: taskflow===4.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 515)) (4.5.0) 2020-12-15 08:08:03.287 | Requirement already satisfied: tenacity===6.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 517)) (6.2.0) 2020-12-15 08:08:03.304 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 520)) (2.0.1)