2020-12-08 11:09:07.471 | + ./stack.sh:main:457 : exec 2020-12-08 11:09:07.471 | + ./stack.sh:main:465 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2020-12-08-110907' 2020-12-08 11:09:07.471 | ++ ./stack.sh:main:457 : /usr/bin/python3.6 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2020-12-08-110907.summary.2020-12-08-110907 2020-12-08 11:09:07.471 | + ./stack.sh:echo_summary:410 : [[ -t 3 ]] 2020-12-08 11:09:07.471 | + ./stack.sh:echo_summary:416 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2020-12-08-110907 2020-12-08 11:09:07.471 | + ./stack.sh:main:467 : ln -sf /opt/stack/logs/stack.sh.log.2020-12-08-110907 /opt/stack/logs/stack.sh.log 2020-12-08 11:09:07.471 | + ./stack.sh:main:468 : ln -sf /opt/stack/logs/stack.sh.log.2020-12-08-110907.summary.2020-12-08-110907 /opt/stack/logs/stack.sh.log.summary 2020-12-08 11:09:07.471 | + ./stack.sh:main:483 : check_path_perm_sanity /opt/stack 2020-12-08 11:09:07.471 | + functions:check_path_perm_sanity:620 : local real_path 2020-12-08 11:09:07.471 | ++ functions:check_path_perm_sanity:621 : readlink -f /opt/stack 2020-12-08 11:09:07.471 | + functions:check_path_perm_sanity:621 : real_path=/opt/stack 2020-12-08 11:09:07.471 | + functions:check_path_perm_sanity:622 : local rebuilt_path= 2020-12-08 11:09:07.471 | ++ functions:check_path_perm_sanity:623 : echo /opt/stack 2020-12-08 11:09:07.471 | ++ functions:check_path_perm_sanity:623 : tr / ' ' 2020-12-08 11:09:07.471 | + functions:check_path_perm_sanity:623 : for i in $(echo ${real_path} | tr "/" " ") 2020-12-08 11:09:07.471 | + functions:check_path_perm_sanity:624 : rebuilt_path=/opt 2020-12-08 11:09:07.471 | ++ functions:check_path_perm_sanity:626 : stat -c %a /opt 2020-12-08 11:09:07.471 | + functions:check_path_perm_sanity:626 : [[ 755 = 700 ]] 2020-12-08 11:09:07.471 | + functions:check_path_perm_sanity:623 : for i in $(echo ${real_path} | tr "/" " ") 2020-12-08 11:09:07.471 | + functions:check_path_perm_sanity:624 : rebuilt_path=/opt/stack 2020-12-08 11:09:07.471 | ++ functions:check_path_perm_sanity:626 : stat -c %a /opt/stack 2020-12-08 11:09:07.472 | + functions:check_path_perm_sanity:626 : [[ 755 = 700 ]] 2020-12-08 11:09:07.472 | + ./stack.sh:main:489 : trap exit_trap EXIT 2020-12-08 11:09:07.473 | + ./stack.sh:main:530 : trap err_trap ERR 2020-12-08 11:09:07.475 | + ./stack.sh:main:543 : set -o errexit 2020-12-08 11:09:07.477 | + ./stack.sh:main:546 : uname -a 2020-12-08 11:09:07.478 | Linux dv-osbrick-737446-6-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-08 11:09:07.480 | + ./stack.sh:main:549 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2020-12-08 11:09:07.482 | + ./stack.sh:main:550 : rm -f /opt/stack/data/ca-bundle.pem 2020-12-08 11:09:07.485 | + ./stack.sh:main:553 : source /home/ubuntu/devstack/lib/database 2020-12-08 11:09:07.508 | + ./stack.sh:main:554 : source /home/ubuntu/devstack/lib/rpc_backend 2020-12-08 11:09:07.523 | + ./stack.sh:main:560 : fetch_plugins 2020-12-08 11:09:07.525 | + functions-common:fetch_plugins:1652 : local plugins= 2020-12-08 11:09:07.526 | + functions-common:fetch_plugins:1653 : local plugin 2020-12-08 11:09:07.528 | + functions-common:fetch_plugins:1656 : [[ -z '' ]] 2020-12-08 11:09:07.530 | + functions-common:fetch_plugins:1657 : return 2020-12-08 11:09:07.532 | + ./stack.sh:main:564 : run_phase override_defaults 2020-12-08 11:09:07.533 | + functions-common:run_phase:1734 : local mode=override_defaults 2020-12-08 11:09:07.535 | + functions-common:run_phase:1735 : local phase= 2020-12-08 11:09:07.537 | + functions-common:run_phase:1736 : [[ -d /home/ubuntu/devstack/extras.d ]] 2020-12-08 11:09:07.539 | + functions-common:run_phase:1737 : local extra_plugin_file_name 2020-12-08 11:09:07.541 | + functions-common:run_phase:1738 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2020-12-08 11:09:07.543 | + functions-common:run_phase:1743 : local exceptions=80-tempest.sh 2020-12-08 11:09:07.544 | + functions-common:run_phase:1744 : local extra 2020-12-08 11:09:07.546 | ++ functions-common:run_phase:1745 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2020-12-08 11:09:07.549 | + functions-common:run_phase:1745 : extra=80-tempest.sh 2020-12-08 11:09:07.551 | + functions-common:run_phase:1746 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2020-12-08 11:09:07.552 | + functions-common:run_phase:1750 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2020-12-08 11:09:07.554 | + functions-common:run_phase:1750 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2020-12-08 11:09:07.556 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2020-12-08 11:09:07.567 | ++ functions-common:is_service_enabled:1962 : return 0 2020-12-08 11:09:07.569 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2020-12-08 11:09:07.571 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2020-12-08 11:09:07.572 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2020-12-08 11:09:07.574 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2020-12-08 11:09:07.576 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2020-12-08 11:09:07.577 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2020-12-08 11:09:07.579 | ++ extras.d/80-tempest.sh:source:26 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2020-12-08 11:09:07.581 | ++ extras.d/80-tempest.sh:source:31 : [[ override_defaults == \c\l\e\a\n ]] 2020-12-08 11:09:07.583 | + functions-common:run_phase:1755 : [[ override_defaults == \s\o\u\r\c\e ]] 2020-12-08 11:09:07.585 | + 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-08 11:09:07.587 | + functions-common:run_phase:1759 : plugin_override_defaults 2020-12-08 11:09:07.589 | + functions-common:plugin_override_defaults:1693 : local plugins= 2020-12-08 11:09:07.590 | + functions-common:plugin_override_defaults:1694 : local plugin 2020-12-08 11:09:07.592 | + functions-common:plugin_override_defaults:1697 : [[ -z '' ]] 2020-12-08 11:09:07.594 | + functions-common:plugin_override_defaults:1698 : return 2020-12-08 11:09:07.596 | + ./stack.sh:main:567 : source /home/ubuntu/devstack/lib/apache 2020-12-08 11:09:07.612 | + ./stack.sh:main:570 : source /home/ubuntu/devstack/lib/tls 2020-12-08 11:09:07.614 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2020-12-08 11:09:07.625 | ++ functions-common:is_service_enabled:1962 : return 1 2020-12-08 11:09:07.628 | +++ lib/tls:source:43 : hostname -f 2020-12-08 11:09:07.631 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2020-12-08 11:09:07.633 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2020-12-08 11:09:07.635 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2020-12-08 11:09:07.637 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2020-12-08 11:09:07.639 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2020-12-08 11:09:07.641 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2020-12-08 11:09:07.643 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2020-12-08 11:09:07.644 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2020-12-08 11:09:07.647 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2020-12-08 11:09:07.649 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2020-12-08 11:09:07.653 | + ./stack.sh:main:573 : source /home/ubuntu/devstack/lib/infra 2020-12-08 11:09:07.664 | + ./stack.sh:main:574 : source /home/ubuntu/devstack/lib/libraries 2020-12-08 11:09:07.678 | + ./stack.sh:main:575 : source /home/ubuntu/devstack/lib/lvm 2020-12-08 11:09:07.689 | + ./stack.sh:main:576 : source /home/ubuntu/devstack/lib/horizon 2020-12-08 11:09:07.701 | + ./stack.sh:main:577 : source /home/ubuntu/devstack/lib/keystone 2020-12-08 11:09:07.725 | + ./stack.sh:main:578 : source /home/ubuntu/devstack/lib/glance 2020-12-08 11:09:07.759 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/nova 2020-12-08 11:09:07.827 | + ./stack.sh:main:580 : source /home/ubuntu/devstack/lib/placement 2020-12-08 11:09:07.847 | + ./stack.sh:main:581 : source /home/ubuntu/devstack/lib/cinder 2020-12-08 11:09:07.875 | + ./stack.sh:main:582 : source /home/ubuntu/devstack/lib/swift 2020-12-08 11:09:07.920 | + ./stack.sh:main:583 : source /home/ubuntu/devstack/lib/neutron 2020-12-08 11:09:08.028 | + ./stack.sh:main:584 : source /home/ubuntu/devstack/lib/ldap 2020-12-08 11:09:08.041 | + ./stack.sh:main:585 : source /home/ubuntu/devstack/lib/dstat 2020-12-08 11:09:08.052 | + ./stack.sh:main:586 : source /home/ubuntu/devstack/lib/tcpdump 2020-12-08 11:09:08.064 | + ./stack.sh:main:587 : source /home/ubuntu/devstack/lib/etcd3 2020-12-08 11:09:08.151 | + ./stack.sh:main:593 : run_phase source 2020-12-08 11:09:08.153 | + functions-common:run_phase:1734 : local mode=source 2020-12-08 11:09:08.155 | + functions-common:run_phase:1735 : local phase= 2020-12-08 11:09:08.157 | + functions-common:run_phase:1736 : [[ -d /home/ubuntu/devstack/extras.d ]] 2020-12-08 11:09:08.159 | + functions-common:run_phase:1737 : local extra_plugin_file_name 2020-12-08 11:09:08.161 | + functions-common:run_phase:1738 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2020-12-08 11:09:08.163 | + functions-common:run_phase:1743 : local exceptions=80-tempest.sh 2020-12-08 11:09:08.165 | + functions-common:run_phase:1744 : local extra 2020-12-08 11:09:08.168 | ++ functions-common:run_phase:1745 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2020-12-08 11:09:08.171 | + functions-common:run_phase:1745 : extra=80-tempest.sh 2020-12-08 11:09:08.173 | + functions-common:run_phase:1746 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2020-12-08 11:09:08.175 | + functions-common:run_phase:1750 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2020-12-08 11:09:08.177 | + functions-common:run_phase:1750 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2020-12-08 11:09:08.180 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2020-12-08 11:09:08.193 | ++ functions-common:is_service_enabled:1962 : return 0 2020-12-08 11:09:08.195 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2020-12-08 11:09:08.197 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2020-12-08 11:09:08.230 | ++ extras.d/80-tempest.sh:source:26 : [[ source == \u\n\s\t\a\c\k ]] 2020-12-08 11:09:08.232 | ++ extras.d/80-tempest.sh:source:31 : [[ source == \c\l\e\a\n ]] 2020-12-08 11:09:08.234 | + functions-common:run_phase:1755 : [[ source == \s\o\u\r\c\e ]] 2020-12-08 11:09:08.236 | + functions-common:run_phase:1756 : load_plugin_settings 2020-12-08 11:09:08.239 | + functions-common:load_plugin_settings:1670 : local plugins= 2020-12-08 11:09:08.241 | + functions-common:load_plugin_settings:1671 : local plugin 2020-12-08 11:09:08.243 | + functions-common:load_plugin_settings:1674 : [[ -z '' ]] 2020-12-08 11:09:08.245 | + functions-common:load_plugin_settings:1675 : return 2020-12-08 11:09:08.247 | + functions-common:run_phase:1757 : verify_disabled_services 2020-12-08 11:09:08.250 | + functions-common:verify_disabled_services:2017 : local service 2020-12-08 11:09:08.252 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-08 11:09:08.254 | + 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-08 11:09:08.257 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-08 11:09:08.259 | + 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-08 11:09:08.261 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-08 11:09:08.264 | + 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-08 11:09:08.266 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-08 11:09:08.268 | + 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-08 11:09:08.270 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-08 11:09:08.273 | + 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-08 11:09:08.275 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-08 11:09:08.277 | + 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-08 11:09:08.279 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-08 11:09:08.282 | + 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-08 11:09:08.284 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-08 11:09:08.286 | + 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-08 11:09:08.288 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-08 11:09:08.290 | + 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-08 11:09:08.293 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-08 11:09:08.295 | + 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-08 11:09:08.297 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-08 11:09:08.299 | + 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-08 11:09:08.302 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-08 11:09:08.304 | + 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-08 11:09:08.306 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-08 11:09:08.309 | + 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-08 11:09:08.311 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-08 11:09:08.313 | + 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-08 11:09:08.315 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-08 11:09:08.318 | + 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-08 11:09:08.320 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-08 11:09:08.322 | + 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-08 11:09:08.325 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-08 11:09:08.327 | + 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-08 11:09:08.329 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-08 11:09:08.331 | + 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-08 11:09:08.334 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-08 11:09:08.336 | + 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-08 11:09:08.338 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-08 11:09:08.340 | + 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-08 11:09:08.343 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-08 11:09:08.345 | + 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-08 11:09:08.347 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-08 11:09:08.349 | + 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-08 11:09:08.352 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-08 11:09:08.354 | + 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-08 11:09:08.356 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-08 11:09:08.358 | + 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-08 11:09:08.361 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-08 11:09:08.363 | + 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-08 11:09:08.365 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-08 11:09:08.368 | + 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-08 11:09:08.370 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-08 11:09:08.372 | + 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-08 11:09:08.374 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-08 11:09:08.377 | + 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-08 11:09:08.379 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-08 11:09:08.382 | + 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-08 11:09:08.384 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-08 11:09:08.386 | + 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-08 11:09:08.388 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-08 11:09:08.391 | + 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-08 11:09:08.393 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-08 11:09:08.395 | + 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-08 11:09:08.397 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-08 11:09:08.399 | + 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-08 11:09:08.402 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-08 11:09:08.404 | + 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-08 11:09:08.406 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-08 11:09:08.408 | + 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-08 11:09:08.410 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-08 11:09:08.413 | + 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-08 11:09:08.415 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-08 11:09:08.417 | + 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-08 11:09:08.419 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-08 11:09:08.422 | + 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-08 11:09:08.424 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-08 11:09:08.426 | + 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-08 11:09:08.429 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2020-12-08 11:09:08.431 | + 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-08 11:09:08.434 | + ./stack.sh:main:664 : initialize_database_backends 2020-12-08 11:09:08.436 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2020-12-08 11:09:08.438 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2020-12-08 11:09:08.452 | + functions-common:is_service_enabled:1962 : return 0 2020-12-08 11:09:08.454 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2020-12-08 11:09:08.456 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2020-12-08 11:09:08.458 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2020-12-08 11:09:08.472 | + functions-common:is_service_enabled:1962 : return 1 2020-12-08 11:09:08.475 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2020-12-08 11:09:08.477 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2020-12-08 11:09:08.479 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2020-12-08 11:09:08.481 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2020-12-08 11:09:08.484 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2020-12-08 11:09:08.486 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2020-12-08 11:09:08.488 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2020-12-08 11:09:08.491 | ++ lib/database:initialize_database_backends:102 : get_database_type_mysql 2020-12-08 11:09:08.494 | ++ lib/databases/mysql:get_database_type_mysql:35 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2020-12-08 11:09:08.496 | ++ lib/databases/mysql:get_database_type_mysql:36 : echo mysql+pymysql 2020-12-08 11:09:08.498 | + lib/database:initialize_database_backends:102 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2020-12-08 11:09:08.501 | + lib/database:initialize_database_backends:104 : return 0 2020-12-08 11:09:08.503 | + ./stack.sh:main:665 : echo 'Using mysql database backend' 2020-12-08 11:09:08.503 | Using mysql database backend 2020-12-08 11:09:08.505 | + ./stack.sh:main:668 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2020-12-08 11:09:08.519 | + ./stack.sh:main:680 : is_service_enabled rabbit 2020-12-08 11:09:08.534 | + functions-common:is_service_enabled:1962 : return 0 2020-12-08 11:09:08.536 | + ./stack.sh:main:681 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2020-12-08 11:09:08.551 | + ./stack.sh:main:688 : is_service_enabled keystone 2020-12-08 11:09:08.566 | + functions-common:is_service_enabled:1962 : return 0 2020-12-08 11:09:08.568 | + ./stack.sh:main:690 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2020-12-08 11:09:08.583 | + ./stack.sh:main:692 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2020-12-08 11:09:08.597 | + ./stack.sh:main:703 : is_service_enabled ldap 2020-12-08 11:09:08.612 | + functions-common:is_service_enabled:1962 : return 1 2020-12-08 11:09:08.614 | + ./stack.sh:main:712 : is_service_enabled nova 2020-12-08 11:09:08.630 | + functions-common:is_service_enabled:1962 : return 0 2020-12-08 11:09:08.632 | + ./stack.sh:main:712 : [[ libvirt == \x\e\n\s\e\r\v\e\r ]] 2020-12-08 11:09:08.635 | + ./stack.sh:main:722 : is_service_enabled s-proxy 2020-12-08 11:09:08.649 | + functions-common:is_service_enabled:1962 : return 0 2020-12-08 11:09:08.652 | + ./stack.sh:main:726 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2020-12-08 11:09:08.667 | + ./stack.sh:main:728 : [[ -z '' ]] 2020-12-08 11:09:08.669 | + ./stack.sh:main:728 : [[ False == \T\r\u\e ]] 2020-12-08 11:09:08.671 | + ./stack.sh:main:734 : save_stackenv 734 2020-12-08 11:09:08.674 | + functions-common:save_stackenv:60 : local tag=734 2020-12-08 11:09:08.676 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2020-12-08 11:09:08.680 | + functions-common:save_stackenv:62 : time_stamp=2020-12-08-110908 2020-12-08 11:09:08.683 | + functions-common:save_stackenv:63 : echo '# 2020-12-08-110908 734' 2020-12-08 11:09:08.685 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-12-08 11:09:08.687 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2020-12-08 11:09:08.690 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-12-08 11:09:08.692 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2020-12-08 11:09:08.694 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-12-08 11:09:08.697 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2020-12-08 11:09:08.699 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-12-08 11:09:08.701 | + 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-08 11:09:08.704 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-12-08 11:09:08.706 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.22 2020-12-08 11:09:08.708 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-12-08 11:09:08.710 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.22/identity 2020-12-08 11:09:08.713 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-12-08 11:09:08.715 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2020-12-08-110907 2020-12-08 11:09:08.717 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-12-08 11:09:08.720 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2020-12-08 11:09:08.722 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-12-08 11:09:08.724 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.22 2020-12-08 11:09:08.727 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-12-08 11:09:08.729 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2020-12-08 11:09:08.731 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-12-08 11:09:08.734 | + functions-common:save_stackenv:65 : echo TLS_IP= 2020-12-08 11:09:08.736 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-12-08 11:09:08.738 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2020-12-08 11:09:08.741 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-12-08 11:09:08.743 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2020-12-08 11:09:08.746 | + ./stack.sh:main:745 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2020-12-08 11:09:08.748 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/requirements.git 2020-12-08 11:09:08.750 | + functions-common:git_clone:526 : local git_dest=/opt/stack/requirements 2020-12-08 11:09:08.752 | + functions-common:git_clone:527 : local git_ref=master 2020-12-08 11:09:08.754 | + functions-common:git_clone:528 : local orig_dir 2020-12-08 11:09:08.757 | ++ functions-common:git_clone:529 : pwd 2020-12-08 11:09:08.760 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2020-12-08 11:09:08.762 | + functions-common:git_clone:530 : local git_clone_flags= 2020-12-08 11:09:08.767 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2020-12-08 11:09:08.781 | + functions-common:git_clone:532 : RECLONE=False 2020-12-08 11:09:08.784 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2020-12-08 11:09:08.786 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2020-12-08 11:09:08.789 | + functions-common:git_clone:546 : echo master 2020-12-08 11:09:08.789 | + functions-common:git_clone:546 : egrep -q '^refs' 2020-12-08 11:09:08.793 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/requirements ]] 2020-12-08 11:09:08.796 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2020-12-08 11:09:08.798 | + functions-common:git_clone:594 : cd /opt/stack/requirements 2020-12-08 11:09:08.800 | + functions-common:git_clone:595 : git show --oneline 2020-12-08 11:09:08.801 | + functions-common:git_clone:595 : head -1 2020-12-08 11:09:08.803 | b4e2a19d Merge "update constraint for python-saharaclient to new release 3.3.0" 2020-12-08 11:09:08.806 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2020-12-08 11:09:08.809 | + ./stack.sh:main:749 : echo_summary 'Installing package prerequisites' 2020-12-08 11:09:08.811 | + ./stack.sh:echo_summary:410 : [[ -t 3 ]] 2020-12-08 11:09:08.813 | + ./stack.sh:echo_summary:416 : echo -e Installing package prerequisites 2020-12-08 11:09:08.815 | + ./stack.sh:main:750 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2020-12-08 11:09:08.818 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2020-12-08 11:09:08.821 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2020-12-08 11:09:08.823 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2020-12-08 11:09:08.825 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2020-12-08 11:09:08.828 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2020-12-08 11:09:08.830 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2020-12-08 11:09:08.833 | +++ tools/install_prereqs.sh:source:47 : date +%s 2020-12-08 11:09:08.837 | ++ tools/install_prereqs.sh:source:47 : NOW=1607425748 2020-12-08 11:09:08.840 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2020-12-08 11:09:08.844 | +++ tools/install_prereqs.sh:source:48 : echo 0 2020-12-08 11:09:08.847 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2020-12-08 11:09:08.849 | ++ tools/install_prereqs.sh:source:49 : DELTA=1607425748 2020-12-08 11:09:08.852 | ++ tools/install_prereqs.sh:source:50 : [[ 1607425748 -lt 7200 ]] 2020-12-08 11:09:08.854 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2020-12-08 11:09:08.857 | ++ functions-common:export_proxy_variables:2124 : isset http_proxy 2020-12-08 11:09:08.859 | ++ functions-common:isset:174 : [[ -v http_proxy ]] 2020-12-08 11:09:08.861 | ++ functions-common:export_proxy_variables:2127 : isset https_proxy 2020-12-08 11:09:08.864 | ++ functions-common:isset:174 : [[ -v https_proxy ]] 2020-12-08 11:09:08.866 | ++ functions-common:export_proxy_variables:2130 : isset no_proxy 2020-12-08 11:09:08.869 | ++ functions-common:isset:174 : [[ -v no_proxy ]] 2020-12-08 11:09:08.872 | +++ 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-08 11:09:08.917 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2020-12-08 11:09:08.917 | apache2-dev 2020-12-08 11:09:08.917 | bc 2020-12-08 11:09:08.917 | bsdmainutils 2020-12-08 11:09:08.917 | curl 2020-12-08 11:09:08.917 | g++ 2020-12-08 11:09:08.917 | gcc 2020-12-08 11:09:08.917 | gettext 2020-12-08 11:09:08.918 | git 2020-12-08 11:09:08.918 | graphviz 2020-12-08 11:09:08.918 | iputils-ping 2020-12-08 11:09:08.918 | libapache2-mod-proxy-uwsgi 2020-12-08 11:09:08.918 | libffi-dev 2020-12-08 11:09:08.918 | libjpeg-dev 2020-12-08 11:09:08.918 | libmysqlclient-dev 2020-12-08 11:09:08.918 | libpcre3-dev 2020-12-08 11:09:08.918 | libpq-dev 2020-12-08 11:09:08.918 | libssl-dev 2020-12-08 11:09:08.918 | libsystemd-dev 2020-12-08 11:09:08.918 | libxml2-dev 2020-12-08 11:09:08.918 | libxslt1-dev 2020-12-08 11:09:08.918 | libyaml-dev 2020-12-08 11:09:08.918 | lsof 2020-12-08 11:09:08.918 | openssh-server 2020-12-08 11:09:08.918 | openssl 2020-12-08 11:09:08.918 | pkg-config 2020-12-08 11:09:08.918 | psmisc 2020-12-08 11:09:08.918 | python3-dev 2020-12-08 11:09:08.918 | python3-pip 2020-12-08 11:09:08.918 | python3-venv 2020-12-08 11:09:08.918 | tar 2020-12-08 11:09:08.918 | tcpdump 2020-12-08 11:09:08.918 | unzip 2020-12-08 11:09:08.918 | uuid-runtime 2020-12-08 11:09:08.918 | wget 2020-12-08 11:09:08.918 | wget 2020-12-08 11:09:08.918 | zlib1g-dev 2020-12-08 11:09:08.918 | libkrb5-dev 2020-12-08 11:09:08.918 | libldap2-dev 2020-12-08 11:09:08.918 | libsasl2-dev 2020-12-08 11:09:08.918 | memcached 2020-12-08 11:09:08.918 | python3-mysqldb 2020-12-08 11:09:08.918 | sqlite3 2020-12-08 11:09:08.918 | conntrack 2020-12-08 11:09:08.918 | curl 2020-12-08 11:09:08.919 | dnsmasq-base 2020-12-08 11:09:08.919 | dnsmasq-utils 2020-12-08 11:09:08.919 | ebtables 2020-12-08 11:09:08.919 | gawk 2020-12-08 11:09:08.919 | genisoimage 2020-12-08 11:09:08.919 | iptables 2020-12-08 11:09:08.919 | iputils-arping 2020-12-08 11:09:08.919 | kpartx 2020-12-08 11:09:08.919 | libjs-jquery-tablesorter 2020-12-08 11:09:08.919 | libmysqlclient-dev 2020-12-08 11:09:08.919 | parted 2020-12-08 11:09:08.919 | pm-utils 2020-12-08 11:09:08.919 | python3-mysqldb 2020-12-08 11:09:08.919 | socat 2020-12-08 11:09:08.919 | sqlite3 2020-12-08 11:09:08.919 | sudo 2020-12-08 11:09:08.919 | vlan 2020-12-08 11:09:08.919 | lsscsi 2020-12-08 11:09:08.919 | open-iscsi 2020-12-08 11:09:08.919 | lvm2 2020-12-08 11:09:08.919 | qemu-utils 2020-12-08 11:09:08.919 | thin-provisioning-tools 2020-12-08 11:09:08.919 | acl 2020-12-08 11:09:08.919 | dnsmasq-base 2020-12-08 11:09:08.919 | dnsmasq-utils 2020-12-08 11:09:08.919 | ebtables 2020-12-08 11:09:08.919 | haproxy 2020-12-08 11:09:08.919 | iptables 2020-12-08 11:09:08.919 | iputils-arping 2020-12-08 11:09:08.919 | iputils-ping 2020-12-08 11:09:08.919 | libmysqlclient-dev 2020-12-08 11:09:08.919 | postgresql-server-dev-all 2020-12-08 11:09:08.919 | python3-mysqldb 2020-12-08 11:09:08.919 | sqlite3 2020-12-08 11:09:08.919 | sudo 2020-12-08 11:09:08.920 | vlan 2020-12-08 11:09:08.920 | ipset 2020-12-08 11:09:08.920 | conntrack 2020-12-08 11:09:08.920 | conntrackd 2020-12-08 11:09:08.920 | keepalived 2020-12-08 11:09:08.920 | dstat 2020-12-08 11:09:08.920 | lvm2 2020-12-08 11:09:08.920 | qemu-utils 2020-12-08 11:09:08.920 | thin-provisioning-tools 2020-12-08 11:09:08.920 | curl 2020-12-08 11:09:08.920 | liberasurecode-dev 2020-12-08 11:09:08.920 | make 2020-12-08 11:09:08.920 | memcached 2020-12-08 11:09:08.920 | sqlite3 2020-12-08 11:09:08.920 | xfsprogs' 2020-12-08 11:09:08.923 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2020-12-08 11:09:08.939 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2020-12-08 11:09:08.939 | apache2-dev 2020-12-08 11:09:08.939 | bc 2020-12-08 11:09:08.939 | bsdmainutils 2020-12-08 11:09:08.939 | curl 2020-12-08 11:09:08.939 | g++ 2020-12-08 11:09:08.939 | gcc 2020-12-08 11:09:08.939 | gettext 2020-12-08 11:09:08.939 | git 2020-12-08 11:09:08.939 | graphviz 2020-12-08 11:09:08.939 | iputils-ping 2020-12-08 11:09:08.939 | libapache2-mod-proxy-uwsgi 2020-12-08 11:09:08.939 | libffi-dev 2020-12-08 11:09:08.939 | libjpeg-dev 2020-12-08 11:09:08.939 | libmysqlclient-dev 2020-12-08 11:09:08.939 | libpcre3-dev 2020-12-08 11:09:08.939 | libpq-dev 2020-12-08 11:09:08.939 | libssl-dev 2020-12-08 11:09:08.939 | libsystemd-dev 2020-12-08 11:09:08.939 | libxml2-dev 2020-12-08 11:09:08.939 | libxslt1-dev 2020-12-08 11:09:08.939 | libyaml-dev 2020-12-08 11:09:08.939 | lsof 2020-12-08 11:09:08.939 | openssh-server 2020-12-08 11:09:08.939 | openssl 2020-12-08 11:09:08.939 | pkg-config 2020-12-08 11:09:08.939 | psmisc 2020-12-08 11:09:08.939 | python3-dev 2020-12-08 11:09:08.939 | python3-pip 2020-12-08 11:09:08.939 | python3-venv 2020-12-08 11:09:08.939 | tar 2020-12-08 11:09:08.939 | tcpdump 2020-12-08 11:09:08.939 | unzip 2020-12-08 11:09:08.940 | uuid-runtime 2020-12-08 11:09:08.940 | wget 2020-12-08 11:09:08.940 | wget 2020-12-08 11:09:08.940 | zlib1g-dev 2020-12-08 11:09:08.940 | libkrb5-dev 2020-12-08 11:09:08.940 | libldap2-dev 2020-12-08 11:09:08.940 | libsasl2-dev 2020-12-08 11:09:08.940 | memcached 2020-12-08 11:09:08.940 | python3-mysqldb 2020-12-08 11:09:08.940 | sqlite3 2020-12-08 11:09:08.940 | conntrack 2020-12-08 11:09:08.940 | curl 2020-12-08 11:09:08.940 | dnsmasq-base 2020-12-08 11:09:08.940 | dnsmasq-utils 2020-12-08 11:09:08.940 | ebtables 2020-12-08 11:09:08.940 | gawk 2020-12-08 11:09:08.940 | genisoimage 2020-12-08 11:09:08.940 | iptables 2020-12-08 11:09:08.940 | iputils-arping 2020-12-08 11:09:08.940 | kpartx 2020-12-08 11:09:08.940 | libjs-jquery-tablesorter 2020-12-08 11:09:08.940 | libmysqlclient-dev 2020-12-08 11:09:08.940 | parted 2020-12-08 11:09:08.940 | pm-utils 2020-12-08 11:09:08.940 | python3-mysqldb 2020-12-08 11:09:08.940 | socat 2020-12-08 11:09:08.940 | sqlite3 2020-12-08 11:09:08.940 | sudo 2020-12-08 11:09:08.940 | vlan 2020-12-08 11:09:08.940 | lsscsi 2020-12-08 11:09:08.940 | open-iscsi 2020-12-08 11:09:08.940 | lvm2 2020-12-08 11:09:08.940 | qemu-utils 2020-12-08 11:09:08.940 | thin-provisioning-tools 2020-12-08 11:09:08.940 | acl 2020-12-08 11:09:08.940 | dnsmasq-base 2020-12-08 11:09:08.940 | dnsmasq-utils 2020-12-08 11:09:08.940 | ebtables 2020-12-08 11:09:08.941 | haproxy 2020-12-08 11:09:08.941 | iptables 2020-12-08 11:09:08.941 | iputils-arping 2020-12-08 11:09:08.941 | iputils-ping 2020-12-08 11:09:08.941 | libmysqlclient-dev 2020-12-08 11:09:08.941 | postgresql-server-dev-all 2020-12-08 11:09:08.941 | python3-mysqldb 2020-12-08 11:09:08.941 | sqlite3 2020-12-08 11:09:08.941 | sudo 2020-12-08 11:09:08.941 | vlan 2020-12-08 11:09:08.941 | ipset 2020-12-08 11:09:08.941 | conntrack 2020-12-08 11:09:08.941 | conntrackd 2020-12-08 11:09:08.941 | keepalived 2020-12-08 11:09:08.941 | dstat 2020-12-08 11:09:08.941 | lvm2 2020-12-08 11:09:08.941 | qemu-utils 2020-12-08 11:09:08.941 | thin-provisioning-tools 2020-12-08 11:09:08.941 | curl 2020-12-08 11:09:08.941 | liberasurecode-dev 2020-12-08 11:09:08.941 | make 2020-12-08 11:09:08.941 | memcached 2020-12-08 11:09:08.941 | sqlite3 2020-12-08 11:09:08.941 | xfsprogs ' 2020-12-08 11:09:08.942 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2020-12-08 11:09:08.945 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-08 11:09:08.947 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-08 11:09:08.950 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2020-12-08 11:09:08.950 | ++ 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-08 11:09:08.954 | ++ 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-08 11:09:08.956 | ++ functions-common:install_package:1344 : update_package_repo 2020-12-08 11:09:08.959 | ++ functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-12-08 11:09:08.961 | ++ functions-common:update_package_repo:1317 : REPOS_UPDATED=False 2020-12-08 11:09:08.964 | ++ functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-12-08 11:09:08.966 | ++ functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-12-08 11:09:08.968 | ++ functions-common:update_package_repo:1324 : is_ubuntu 2020-12-08 11:09:08.970 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-08 11:09:08.972 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-08 11:09:08.974 | ++ functions-common:update_package_repo:1325 : apt_get_update 2020-12-08 11:09:08.977 | ++ functions-common:apt_get_update:1070 : [[ False == \T\r\u\e ]] 2020-12-08 11:09:08.979 | ++ functions-common:apt_get_update:1075 : [[ False = \T\r\u\e ]] 2020-12-08 11:09:08.981 | ++ functions-common:apt_get_update:1077 : local sudo=sudo 2020-12-08 11:09:08.984 | +++ functions-common:apt_get_update:1078 : id -u 2020-12-08 11:09:08.988 | ++ functions-common:apt_get_update:1078 : [[ 1000 = \0 ]] 2020-12-08 11:09:08.990 | ++ functions-common:apt_get_update:1081 : time_start apt-get-update 2020-12-08 11:09:08.992 | ++ functions-common:time_start:2292 : local name=apt-get-update 2020-12-08 11:09:08.994 | ++ functions-common:time_start:2293 : local start_time= 2020-12-08 11:09:08.996 | ++ functions-common:time_start:2294 : [[ -n '' ]] 2020-12-08 11:09:08.999 | +++ functions-common:time_start:2297 : date +%s%3N 2020-12-08 11:09:09.002 | ++ functions-common:time_start:2297 : _TIME_START[$name]=1607425749000 2020-12-08 11:09:09.004 | ++ functions-common:apt_get_update:1083 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2020-12-08 11:09:09.007 | ++ functions-common:apt_get_update:1084 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2020-12-08 11:09:09.009 | ++ 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-08 11:09:09.415 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2020-12-08 11:09:09.431 | Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 2020-12-08 11:09:09.464 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2020-12-08 11:09:09.522 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2020-12-08 11:09:11.702 | Reading package lists... 2020-12-08 11:09:11.760 | ++ functions-common:apt_get_update:1089 : REPOS_UPDATED=True 2020-12-08 11:09:11.762 | ++ functions-common:apt_get_update:1091 : time_stop apt-get-update 2020-12-08 11:09:11.765 | ++ functions-common:time_stop:2306 : local name 2020-12-08 11:09:11.767 | ++ functions-common:time_stop:2307 : local end_time 2020-12-08 11:09:11.769 | ++ functions-common:time_stop:2308 : local elapsed_time 2020-12-08 11:09:11.771 | ++ functions-common:time_stop:2309 : local total 2020-12-08 11:09:11.774 | ++ functions-common:time_stop:2310 : local start_time 2020-12-08 11:09:11.776 | ++ functions-common:time_stop:2312 : name=apt-get-update 2020-12-08 11:09:11.778 | ++ functions-common:time_stop:2313 : start_time=1607425749000 2020-12-08 11:09:11.780 | ++ functions-common:time_stop:2315 : [[ -z 1607425749000 ]] 2020-12-08 11:09:11.783 | +++ functions-common:time_stop:2318 : date +%s%3N 2020-12-08 11:09:11.786 | ++ functions-common:time_stop:2318 : end_time=1607425751784 2020-12-08 11:09:11.789 | ++ functions-common:time_stop:2319 : elapsed_time=2784 2020-12-08 11:09:11.791 | ++ functions-common:time_stop:2320 : total=0 2020-12-08 11:09:11.793 | ++ functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-08 11:09:11.795 | ++ functions-common:time_stop:2323 : _TIME_TOTAL[$name]=2784 2020-12-08 11:09:11.797 | ++ 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-08 11:09:11.800 | ++ functions-common:real_install_package:1330 : is_ubuntu 2020-12-08 11:09:11.802 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-08 11:09:11.805 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-08 11:09:11.807 | ++ 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-08 11:09:11.827 | ++ 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-08 11:09:11.946 | Reading package lists... 2020-12-08 11:09:12.184 | Building dependency tree... 2020-12-08 11:09:12.185 | Reading state information... 2020-12-08 11:09:12.424 | acl is already the newest version (2.2.52-3build1). 2020-12-08 11:09:12.424 | acl set to manually installed. 2020-12-08 11:09:12.424 | bc is already the newest version (1.07.1-2). 2020-12-08 11:09:12.424 | bc set to manually installed. 2020-12-08 11:09:12.424 | bsdmainutils is already the newest version (11.1.2ubuntu1). 2020-12-08 11:09:12.424 | bsdmainutils set to manually installed. 2020-12-08 11:09:12.424 | dnsmasq-base is already the newest version (2.79-1). 2020-12-08 11:09:12.424 | dnsmasq-base set to manually installed. 2020-12-08 11:09:12.424 | gawk is already the newest version (1:4.1.4+dfsg-1build1). 2020-12-08 11:09:12.424 | gawk set to manually installed. 2020-12-08 11:09:12.424 | iptables is already the newest version (1.6.1-2ubuntu2). 2020-12-08 11:09:12.424 | iptables set to manually installed. 2020-12-08 11:09:12.424 | libpcre3-dev is already the newest version (2:8.39-9). 2020-12-08 11:09:12.425 | lsof is already the newest version (4.89+dfsg-0.1). 2020-12-08 11:09:12.425 | lsof set to manually installed. 2020-12-08 11:09:12.425 | xfsprogs is already the newest version (4.9.0+nmu1ubuntu2). 2020-12-08 11:09:12.425 | ebtables is already the newest version (2.0.10.4-3.5ubuntu2.18.04.3). 2020-12-08 11:09:12.425 | ebtables set to manually installed. 2020-12-08 11:09:12.425 | gcc is already the newest version (4:7.4.0-1ubuntu2.3). 2020-12-08 11:09:12.425 | iputils-ping is already the newest version (3:20161105-1ubuntu3). 2020-12-08 11:09:12.425 | openssh-server is already the newest version (1:7.6p1-4ubuntu0.3). 2020-12-08 11:09:12.425 | parted is already the newest version (3.2-20ubuntu0.2). 2020-12-08 11:09:12.425 | parted set to manually installed. 2020-12-08 11:09:12.425 | psmisc is already the newest version (23.1-1ubuntu0.1). 2020-12-08 11:09:12.425 | psmisc set to manually installed. 2020-12-08 11:09:12.425 | python3-dev is already the newest version (3.6.7-1~18.04). 2020-12-08 11:09:12.425 | tar is already the newest version (1.29b-2ubuntu0.1). 2020-12-08 11:09:12.425 | tar set to manually installed. 2020-12-08 11:09:12.425 | wget is already the newest version (1.19.4-1ubuntu2.2). 2020-12-08 11:09:12.425 | wget set to manually installed. 2020-12-08 11:09:12.425 | The following packages were automatically installed and are no longer required: 2020-12-08 11:09:12.425 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2020-12-08 11:09:12.425 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2020-12-08 11:09:12.425 | python3-incremental python3-netifaces python3-pam python3-problem-report 2020-12-08 11:09:12.425 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2020-12-08 11:09:12.425 | python3-twisted-bin python3-zope.interface 2020-12-08 11:09:12.425 | Use 'sudo apt autoremove' to remove them. 2020-12-08 11:09:12.425 | The following additional packages will be installed: 2020-12-08 11:09:12.425 | apache2-bin apache2-data apache2-utils autoconf automake autopoint 2020-12-08 11:09:12.425 | autotools-dev build-essential comerr-dev dctrl-tools debhelper dh-autoreconf 2020-12-08 11:09:12.425 | dh-strip-nondeterminism dpkg-dev fakeroot fontconfig fontconfig-config 2020-12-08 11:09:12.425 | fonts-dejavu-core fonts-liberation g++-7 gir1.2-harfbuzz-0.0 2020-12-08 11:09:12.425 | ibverbs-providers icu-devtools intltool-debian ipvsadm javascript-common 2020-12-08 11:09:12.425 | krb5-multidev libaio1 libalgorithm-diff-perl libalgorithm-diff-xs-perl 2020-12-08 11:09:12.426 | libalgorithm-merge-perl libann0 libapr1 libapr1-dev libaprutil1 2020-12-08 11:09:12.426 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap 2020-12-08 11:09:12.426 | libarchive-cpio-perl libarchive-zip-perl libcairo2 libcdt5 libcgraph6 2020-12-08 11:09:12.426 | libcom-err2 libcroco3 libcurl4 libdatrie1 libdpkg-perl liberasurecode1 2020-12-08 11:09:12.426 | libfakeroot libfile-fcntllock-perl libfile-stripnondeterminism-perl 2020-12-08 11:09:12.426 | libfontconfig1 libgd3 libglib2.0-0 libglib2.0-bin libglib2.0-dev 2020-12-08 11:09:12.426 | libglib2.0-dev-bin libgraphite2-3 libgraphite2-dev libgssapi-krb5-2 2020-12-08 11:09:12.426 | libgssrpc4 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz-dev 2020-12-08 11:09:12.426 | libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz0b libibverbs1 libice6 2020-12-08 11:09:12.426 | libicu-dev libicu-le-hb-dev libicu-le-hb0 libicu60 libiculx60 libipset3 2020-12-08 11:09:12.426 | libiscsi7 libjansson4 libjbig0 libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2020-12-08 11:09:12.426 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libk5crypto3 2020-12-08 11:09:12.426 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-3 libkrb5support0 2020-12-08 11:09:12.426 | liblab-gamut1 libldap-2.4-2 libldap-common libltdl-dev libltdl7 liblua5.2-0 2020-12-08 11:09:12.426 | liblua5.3-0 libmail-sendmail-perl libmatheval1 libmysqlclient20 2020-12-08 11:09:12.426 | libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 2020-12-08 11:09:12.426 | libnl-route-3-200 libnorm1 libnspr4 libnss-systemd libnss3 libpam-systemd 2020-12-08 11:09:12.426 | libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 2020-12-08 11:09:12.426 | libpgm-5.2-0 libpixman-1-0 libpq5 librados2 librbd1 libsasl2-2 2020-12-08 11:09:12.426 | libsasl2-modules libsasl2-modules-db libsctp-dev libsctp1 libsensors4 libsm6 2020-12-08 11:09:12.426 | libsnmp-base libsnmp30 libsodium23 libsqlite3-0 libssl1.1 libstdc++-7-dev 2020-12-08 11:09:12.426 | libsys-hostname-long-perl libsystemd0 libthai-data libthai0 libtiff5 2020-12-08 11:09:12.426 | libtimedate-perl libtool libuuid1 libwebp6 libx86-1 libxaw7 libxcb-render0 2020-12-08 11:09:12.426 | libxcb-shm0 libxml2 libxmu6 libxpm4 libxrender1 libxslt1.1 libxt6 libzmq5 m4 2020-12-08 11:09:12.426 | mysql-common po-debconf postgresql-client-common postgresql-common 2020-12-08 11:09:12.426 | postgresql-server-dev-10 python-pip-whl python3-crypto python3-keyring 2020-12-08 11:09:12.426 | python3-keyrings.alt python3-secretstorage python3-setuptools python3-wheel 2020-12-08 11:09:12.426 | python3-xdg python3.6-venv qemu-block-extra sharutils ssl-cert systemd 2020-12-08 11:09:12.426 | uuid-dev uwsgi-core vbetool x11-common 2020-12-08 11:09:12.427 | Suggested packages: 2020-12-08 11:09:12.427 | www-browser apache2-doc apache2-suexec-pristine | apache2-suexec-custom 2020-12-08 11:09:12.427 | autoconf-archive gnu-standards autoconf-doc doc-base debtags dh-make dwz 2020-12-08 11:09:12.427 | debian-keyring g++-multilib g++-7-multilib gcc-7-doc libstdc++6-7-dbg wodim 2020-12-08 11:09:12.428 | cdrkit-doc gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run 2020-12-08 11:09:12.428 | | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs 2020-12-08 11:09:12.428 | git-mediawiki git-svn gsfonts graphviz-doc vim-haproxy haproxy-doc heartbeat 2020-12-08 11:09:12.428 | ldirectord krb5-doc uwsgi bzr libisal2 libjerasure2 libgd-tools 2020-12-08 11:09:12.428 | libglib2.0-doc libgraphite2-utils krb5-user icu-doc libtool-doc 2020-12-08 11:09:12.428 | postgresql-doc-10 libsasl2-modules-gssapi-mit 2020-12-08 11:09:12.428 | | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp 2020-12-08 11:09:12.428 | libsasl2-modules-sql lksctp-tools lm-sensors snmp-mibs-downloader libssl-doc 2020-12-08 11:09:12.428 | libstdc++-7-doc gfortran | fortran95-compiler gcj-jdk libyaml-doc m4-doc 2020-12-08 11:09:12.428 | make-doc libcache-memcached-perl libmemcached libanyevent-perl libyaml-perl 2020-12-08 11:09:12.428 | libterm-readkey-perl cpufrequtils wireless-tools radeontool libmail-box-perl 2020-12-08 11:09:12.428 | libjson-perl python-crypto-doc gnome-keyring libkf5wallet-bin 2020-12-08 11:09:12.428 | gir1.2-gnomekeyring-1.0 default-mysql-server | virtual-mysql-server 2020-12-08 11:09:12.428 | python-egenix-mxdatetime python3-mysqldb-dbg python-secretstorage-doc 2020-12-08 11:09:12.428 | python-setuptools-doc debootstrap sharutils-doc bsd-mailx | mailx 2020-12-08 11:09:12.428 | sqlite3-doc openssl-blacklist systemd-container zip uwsgi-plugins-all 2020-12-08 11:09:12.428 | uwsgi-extra uwsgi-dev 2020-12-08 11:09:12.680 | The following NEW packages will be installed: 2020-12-08 11:09:12.680 | apache2 apache2-bin apache2-data apache2-dev apache2-utils autoconf automake 2020-12-08 11:09:12.680 | autopoint autotools-dev build-essential comerr-dev conntrack conntrackd 2020-12-08 11:09:12.680 | dctrl-tools debhelper dh-autoreconf dh-strip-nondeterminism dnsmasq-utils 2020-12-08 11:09:12.680 | dpkg-dev dstat fakeroot fontconfig fontconfig-config fonts-dejavu-core 2020-12-08 11:09:12.680 | fonts-liberation g++ g++-7 genisoimage gettext gir1.2-harfbuzz-0.0 graphviz 2020-12-08 11:09:12.680 | haproxy ibverbs-providers icu-devtools intltool-debian ipset iputils-arping 2020-12-08 11:09:12.680 | ipvsadm javascript-common keepalived kpartx krb5-multidev libaio1 2020-12-08 11:09:12.680 | libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 2020-12-08 11:09:12.680 | libann0 libapache2-mod-proxy-uwsgi libapr1 libapr1-dev libaprutil1 2020-12-08 11:09:12.680 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap 2020-12-08 11:09:12.680 | libarchive-cpio-perl libarchive-zip-perl libcairo2 libcdt5 libcgraph6 2020-12-08 11:09:12.680 | libcroco3 libdatrie1 libdpkg-perl liberasurecode-dev liberasurecode1 2020-12-08 11:09:12.680 | libfakeroot libffi-dev libfile-fcntllock-perl 2020-12-08 11:09:12.680 | libfile-stripnondeterminism-perl libfontconfig1 libgd3 libglib2.0-bin 2020-12-08 11:09:12.680 | libglib2.0-dev libglib2.0-dev-bin libgraphite2-3 libgraphite2-dev libgssrpc4 2020-12-08 11:09:12.680 | libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz-dev 2020-12-08 11:09:12.680 | libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz0b libibverbs1 libice6 2020-12-08 11:09:12.680 | libicu-dev libicu-le-hb-dev libicu-le-hb0 libiculx60 libipset3 libiscsi7 2020-12-08 11:09:12.680 | libjansson4 libjbig0 libjpeg-dev libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2020-12-08 11:09:12.680 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libjs-jquery-tablesorter 2020-12-08 11:09:12.680 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-dev liblab-gamut1 2020-12-08 11:09:12.680 | libldap2-dev libltdl-dev libltdl7 liblua5.2-0 liblua5.3-0 2020-12-08 11:09:12.680 | libmail-sendmail-perl libmatheval1 libmysqlclient-dev libmysqlclient20 2020-12-08 11:09:12.681 | libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 2020-12-08 11:09:12.681 | libnl-route-3-200 libnorm1 libnspr4 libnss3 libpango-1.0-0 2020-12-08 11:09:12.681 | libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpgm-5.2-0 2020-12-08 11:09:12.681 | libpixman-1-0 libpq-dev libpq5 librados2 librbd1 libsasl2-dev libsctp-dev 2020-12-08 11:09:12.681 | libsctp1 libsensors4 libsm6 libsnmp-base libsnmp30 libsodium23 libssl-dev 2020-12-08 11:09:12.681 | libstdc++-7-dev libsys-hostname-long-perl libsystemd-dev libthai-data 2020-12-08 11:09:12.681 | libthai0 libtiff5 libtimedate-perl libtool libwebp6 libx86-1 libxaw7 2020-12-08 11:09:12.681 | libxcb-render0 libxcb-shm0 libxml2-dev libxmu6 libxpm4 libxrender1 2020-12-08 11:09:12.681 | libxslt1-dev libxt6 libyaml-dev libzmq5 lsscsi m4 make memcached 2020-12-08 11:09:12.681 | mysql-common pkg-config pm-utils po-debconf postgresql-client-common 2020-12-08 11:09:12.681 | postgresql-common postgresql-server-dev-10 postgresql-server-dev-all 2020-12-08 11:09:12.681 | python-pip-whl python3-crypto python3-keyring python3-keyrings.alt 2020-12-08 11:09:12.681 | python3-mysqldb python3-pip python3-secretstorage python3-setuptools 2020-12-08 11:09:12.681 | python3-venv python3-wheel python3-xdg python3.6-venv qemu-block-extra 2020-12-08 11:09:12.681 | qemu-utils sharutils socat sqlite3 ssl-cert thin-provisioning-tools unzip 2020-12-08 11:09:12.681 | uuid-dev uwsgi-core vbetool vlan x11-common zlib1g-dev 2020-12-08 11:09:12.681 | The following packages will be upgraded: 2020-12-08 11:09:12.681 | curl git libcom-err2 libcurl4 libglib2.0-0 libgssapi-krb5-2 libicu60 2020-12-08 11:09:12.681 | libk5crypto3 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common 2020-12-08 11:09:12.681 | libnss-systemd libpam-systemd libsasl2-2 libsasl2-modules 2020-12-08 11:09:12.682 | libsasl2-modules-db libsqlite3-0 libssl1.1 libsystemd0 libuuid1 libxml2 2020-12-08 11:09:12.682 | libxslt1.1 lvm2 open-iscsi openssl sudo systemd tcpdump uuid-runtime 2020-12-08 11:09:12.963 | 30 upgraded, 202 newly installed, 0 to remove and 144 not upgraded. 2020-12-08 11:09:12.963 | Need to get 84.3 MB of archives. 2020-12-08 11:09:12.963 | After this operation, 263 MB of additional disk space will be used. 2020-12-08 11:09:12.963 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss-systemd amd64 237-3ubuntu10.43 [105 kB] 2020-12-08 11:09:13.478 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-systemd amd64 237-3ubuntu10.43 [107 kB] 2020-12-08 11:09:13.557 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2,913 kB] 2020-12-08 11:09:14.178 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 2020-12-08 11:09:14.196 | 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-08 11:09:14.197 | 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-08 11:09:14.200 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libapr1 amd64 1.6.3-2 [90.9 kB] 2020-12-08 11:09:14.209 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.6 [1,301 kB] 2020-12-08 11:09:14.337 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1 amd64 1.6.1-2 [84.4 kB] 2020-12-08 11:09:14.468 | 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-08 11:09:14.500 | 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-08 11:09:14.501 | 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-08 11:09:14.502 | 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-08 11:09:14.521 | 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-08 11:09:14.523 | 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-08 11:09:14.536 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-ldap amd64 1.6.1-2 [8,764 B] 2020-12-08 11:09:14.537 | 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-08 11:09:14.546 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu60 amd64 60.2-3ubuntu3.1 [8,054 kB] 2020-12-08 11:09:16.095 | 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-08 11:09:16.114 | 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-08 11:09:16.488 | 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-08 11:09:16.491 | 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-08 11:09:16.498 | 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-08 11:09:16.501 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-dejavu-core all 2.37-1 [1,041 kB] 2020-12-08 11:09:16.634 | 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-08 11:09:16.708 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig-config all 2.12.6-0ubuntu2 [55.8 kB] 2020-12-08 11:09:16.709 | Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfontconfig1 amd64 2.12.6-0ubuntu2 [137 kB] 2020-12-08 11:09:16.736 | Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig amd64 2.12.6-0ubuntu2 [169 kB] 2020-12-08 11:09:16.784 | 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-08 11:09:16.808 | 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-08 11:09:17.053 | 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-08 11:09:17.075 | 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-08 11:09:17.076 | Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libice6 amd64 2:1.0.9-2 [40.2 kB] 2020-12-08 11:09:17.077 | Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsm6 amd64 2:1.2.2-1 [15.8 kB] 2020-12-08 11:09:17.078 | 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-08 11:09:17.128 | Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnetfilter-cthelper0 amd64 1.0.0-1ubuntu1 [6,530 B] 2020-12-08 11:09:17.129 | 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-08 11:09:17.130 | 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-08 11:09:17.285 | Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.6 [614 kB] 2020-12-08 11:09:17.488 | Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 2020-12-08 11:09:17.501 | 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-08 11:09:17.635 | Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 2020-12-08 11:09:17.644 | Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 2020-12-08 11:09:17.645 | Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 2020-12-08 11:09:17.648 | 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-08 11:09:17.671 | 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-08 11:09:17.678 | Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsctp1 amd64 1.0.17+dfsg-2 [8,008 B] 2020-12-08 11:09:17.680 | 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-08 11:09:17.693 | Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libapr1-dev amd64 1.6.3-2 [690 kB] 2020-12-08 11:09:17.933 | 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-08 11:09:18.016 | Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-dev amd64 1.6.1-2 [391 kB] 2020-12-08 11:09:18.025 | Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 autotools-dev all 20180224.1 [39.6 kB] 2020-12-08 11:09:18.026 | Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 m4 amd64 1.4.18-1 [197 kB] 2020-12-08 11:09:18.031 | Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 autoconf all 2.69-11 [322 kB] 2020-12-08 11:09:18.085 | Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 automake all 1:1.15.1-3ubuntu2 [509 kB] 2020-12-08 11:09:18.192 | 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-08 11:09:18.281 | Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libtool all 2.4.6-2 [194 kB] 2020-12-08 11:09:18.322 | Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dh-autoreconf all 17 [15.8 kB] 2020-12-08 11:09:18.325 | 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-08 11:09:18.343 | 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-08 11:09:18.346 | Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libtimedate-perl all 2.3000-2 [37.5 kB] 2020-12-08 11:09:18.354 | 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-08 11:09:18.355 | 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-08 11:09:18.399 | Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 2020-12-08 11:09:18.432 | 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-08 11:09:18.559 | Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcroco3 amd64 0.6.12-2 [81.3 kB] 2020-12-08 11:09:18.576 | 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-08 11:09:18.847 | 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-08 11:09:18.852 | Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 po-debconf all 1.0.20 [232 kB] 2020-12-08 11:09:18.901 | Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 debhelper all 11.1.6ubuntu2 [902 kB] 2020-12-08 11:09:19.090 | 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-08 11:09:19.128 | 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-08 11:09:19.435 | 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-08 11:09:21.471 | 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-08 11:09:21.471 | Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4,758 B] 2020-12-08 11:09:21.472 | 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-08 11:09:21.476 | Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnetfilter-queue1 amd64 1.0.2-2 [11.4 kB] 2020-12-08 11:09:21.478 | Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 conntrackd amd64 1:1.4.4+snapshot20161117-6ubuntu2 [126 kB] 2020-12-08 11:09:21.506 | Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] 2020-12-08 11:09:21.541 | Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.10 [214 kB] 2020-12-08 11:09:21.586 | Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dctrl-tools amd64 2.24-2build1 [60.9 kB] 2020-12-08 11:09:21.601 | Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dnsmasq-utils amd64 2.79-1 [12.9 kB] 2020-12-08 11:09:21.605 | Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 dstat all 0.7.3-1 [52.1 kB] 2020-12-08 11:09:21.616 | Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] 2020-12-08 11:09:21.734 | Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] 2020-12-08 11:09:21.748 | Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 genisoimage amd64 9:1.1.11-3ubuntu2 [328 kB] 2020-12-08 11:09:21.817 | Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-3 amd64 1.3.11-2 [78.7 kB] 2020-12-08 11:09:21.834 | Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz0b amd64 1.7.2-1ubuntu1 [232 kB] 2020-12-08 11:09:21.892 | 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-08 11:09:21.896 | 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-08 11:09:22.700 | Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libann0 amd64 1.1.2+doc-6 [24.8 kB] 2020-12-08 11:09:22.705 | Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libcdt5 amd64 2.40.1-2 [19.6 kB] 2020-12-08 11:09:22.710 | Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libcgraph6 amd64 2.40.1-2 [40.8 kB] 2020-12-08 11:09:22.718 | Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2,194 B] 2020-12-08 11:09:22.719 | Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB] 2020-12-08 11:09:22.724 | Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtiff5 amd64 4.0.9-5ubuntu0.3 [153 kB] 2020-12-08 11:09:22.755 | Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libwebp6 amd64 0.6.1-2 [185 kB] 2020-12-08 11:09:22.793 | Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB] 2020-12-08 11:09:22.800 | Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgd3 amd64 2.2.5-4ubuntu0.4 [119 kB] 2020-12-08 11:09:22.953 | 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-08 11:09:22.981 | Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libpixman-1-0 amd64 0.34.0-2 [229 kB] 2020-12-08 11:09:23.273 | 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-08 11:09:23.533 | 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-08 11:09:23.535 | Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB] 2020-12-08 11:09:23.541 | Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcairo2 amd64 1.15.10-2ubuntu0.1 [580 kB] 2020-12-08 11:09:24.138 | Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libltdl7 amd64 2.4.6-2 [38.8 kB] 2020-12-08 11:09:24.149 | Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libthai-data all 0.1.27-2 [133 kB] 2020-12-08 11:09:24.184 | Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libdatrie1 amd64 0.2.10-7 [17.8 kB] 2020-12-08 11:09:24.189 | Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libthai0 amd64 0.1.27-2 [18.0 kB] 2020-12-08 11:09:24.193 | 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-08 11:09:24.224 | 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-08 11:09:24.230 | 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-08 11:09:24.235 | Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libpathplan4 amd64 2.40.1-2 [22.6 kB] 2020-12-08 11:09:24.240 | Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgvc6 amd64 2.40.1-2 [601 kB] 2020-12-08 11:09:24.323 | Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgvpr2 amd64 2.40.1-2 [169 kB] 2020-12-08 11:09:24.395 | Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 liblab-gamut1 amd64 2.40.1-2 [178 kB] 2020-12-08 11:09:24.413 | Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB] 2020-12-08 11:09:24.427 | Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxmu6 amd64 2:1.1.2-2 [46.0 kB] 2020-12-08 11:09:24.432 | Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB] 2020-12-08 11:09:24.447 | Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 graphviz amd64 2.40.1-2 [601 kB] 2020-12-08 11:09:24.510 | 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-08 11:09:24.514 | 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-08 11:09:24.527 | Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libibverbs1 amd64 17.1-1ubuntu0.2 [44.4 kB] 2020-12-08 11:09:24.538 | Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ibverbs-providers amd64 17.1-1ubuntu0.2 [160 kB] 2020-12-08 11:09:24.553 | Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 icu-devtools amd64 60.2-3ubuntu3.1 [179 kB] 2020-12-08 11:09:24.667 | Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 iputils-arping amd64 3:20161105-1ubuntu3 [29.7 kB] 2020-12-08 11:09:24.670 | Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 javascript-common all 11 [6,066 B] 2020-12-08 11:09:24.671 | 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-08 11:09:24.672 | Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsensors4 amd64 1:3.4.0-4 [28.8 kB] 2020-12-08 11:09:24.675 | 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-08 11:09:24.696 | 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-08 11:09:24.779 | 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-08 11:09:24.801 | Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssrpc4 amd64 1.16-2ubuntu0.2 [54.4 kB] 2020-12-08 11:09:24.818 | 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-08 11:09:24.822 | 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-08 11:09:24.947 | 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-08 11:09:24.950 | 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-08 11:09:24.953 | Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 krb5-multidev amd64 1.16-2ubuntu0.2 [120 kB] 2020-12-08 11:09:24.964 | 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-08 11:09:24.965 | 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-08 11:09:24.969 | 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-08 11:09:24.971 | Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 2020-12-08 11:09:24.972 | Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libarchive-cpio-perl all 0.10-1 [9,644 B] 2020-12-08 11:09:25.075 | Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] 2020-12-08 11:09:25.079 | 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-08 11:09:25.204 | 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-08 11:09:25.216 | Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 2020-12-08 11:09:25.222 | 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-08 11:09:25.239 | 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-08 11:09:25.368 | Get:150 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-dev amd64 1.3.11-2 [14.5 kB] 2020-12-08 11:09:25.370 | 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-08 11:09:25.373 | Get:152 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-icu0 amd64 1.7.2-1ubuntu1 [5,604 B] 2020-12-08 11:09:25.373 | Get:153 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-gobject0 amd64 1.7.2-1ubuntu1 [13.4 kB] 2020-12-08 11:09:25.385 | 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-08 11:09:25.387 | Get:155 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libiculx60 amd64 60.2-3ubuntu3.1 [19.0 kB] 2020-12-08 11:09:25.514 | 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-08 11:09:25.518 | 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-08 11:09:26.652 | Get:158 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-dev amd64 1.7.2-1ubuntu1 [302 kB] 2020-12-08 11:09:26.661 | Get:159 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libiscsi7 amd64 1.17.0-1.1 [55.4 kB] 2020-12-08 11:09:26.672 | Get:160 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjansson4 amd64 2.11-1 [29.3 kB] 2020-12-08 11:09:26.675 | 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-08 11:09:26.693 | Get:162 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1,552 B] 2020-12-08 11:09:26.694 | Get:163 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1,546 B] 2020-12-08 11:09:26.694 | Get:164 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjs-jquery all 3.2.1-1 [152 kB] 2020-12-08 11:09:26.834 | Get:165 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libjs-jquery-metadata all 12-1 [6,930 B] 2020-12-08 11:09:26.835 | 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-08 11:09:26.839 | Get:167 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libltdl-dev amd64 2.4.6-2 [162 kB] 2020-12-08 11:09:26.913 | 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-08 11:09:26.914 | Get:169 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB] 2020-12-08 11:09:26.916 | Get:170 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libmatheval1 amd64 1.1.11+dfsg-3build1 [20.5 kB] 2020-12-08 11:09:26.918 | 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-08 11:09:26.918 | 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-08 11:09:26.978 | Get:173 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl-dev amd64 1.1.1-1ubuntu2.1~18.04.6 [1,566 kB] 2020-12-08 11:09:27.317 | 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-08 11:09:27.569 | Get:175 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 2020-12-08 11:09:27.575 | Get:176 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnspr4 amd64 2:4.18-1ubuntu1 [112 kB] 2020-12-08 11:09:27.577 | 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-08 11:09:27.630 | 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-08 11:09:27.634 | 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-08 11:09:27.638 | 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-08 11:09:27.645 | 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-08 11:09:28.384 | 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-08 11:09:28.413 | 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-08 11:09:28.421 | 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-08 11:09:28.422 | Get:185 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 2020-12-08 11:09:28.427 | Get:186 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd-dev amd64 237-3ubuntu10.43 [184 kB] 2020-12-08 11:09:28.433 | 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-08 11:09:28.435 | 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-08 11:09:28.579 | 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-08 11:09:28.603 | 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-08 11:09:28.654 | Get:191 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 2020-12-08 11:09:28.695 | Get:192 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 lsscsi amd64 0.28-0.1 [35.5 kB] 2020-12-08 11:09:28.701 | 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-08 11:09:28.824 | Get:194 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 memcached amd64 1.5.6-0ubuntu1.2 [109 kB] 2020-12-08 11:09:28.839 | Get:195 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 pm-utils all 1.4.1-17 [48.3 kB] 2020-12-08 11:09:28.846 | Get:196 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 postgresql-client-common all 190ubuntu0.1 [29.6 kB] 2020-12-08 11:09:28.851 | Get:197 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 ssl-cert all 1.0.39 [17.0 kB] 2020-12-08 11:09:28.869 | Get:198 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 postgresql-common all 190ubuntu0.1 [157 kB] 2020-12-08 11:09:28.888 | 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-08 11:09:29.244 | 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-08 11:09:29.245 | 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-08 11:09:29.318 | Get:202 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-crypto amd64 2.6.1-8ubuntu2 [244 kB] 2020-12-08 11:09:29.583 | Get:203 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-secretstorage all 2.3.1-2 [12.1 kB] 2020-12-08 11:09:29.713 | Get:204 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-keyring all 10.6.0-1 [26.7 kB] 2020-12-08 11:09:29.842 | Get:205 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-keyrings.alt all 3.0-1 [16.6 kB] 2020-12-08 11:09:29.879 | Get:206 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-mysqldb amd64 1.3.10-1build1 [46.0 kB] 2020-12-08 11:09:29.986 | 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-08 11:09:30.131 | Get:208 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-setuptools all 39.0.1-2 [248 kB] 2020-12-08 11:09:30.288 | 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-08 11:09:30.292 | 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-08 11:09:30.292 | 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-08 11:09:30.309 | Get:212 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-xdg all 0.25-4ubuntu1 [31.4 kB] 2020-12-08 11:09:30.323 | 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-08 11:09:30.335 | 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-08 11:09:30.553 | Get:215 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 sharutils amd64 1:4.15.2-3 [155 kB] 2020-12-08 11:09:30.582 | Get:216 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sqlite3 amd64 3.22.0-1ubuntu0.4 [752 kB] 2020-12-08 11:09:30.715 | Get:217 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 thin-provisioning-tools amd64 0.7.4-2ubuntu3 [359 kB] 2020-12-08 11:09:30.770 | Get:218 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 unzip amd64 6.0-21ubuntu1 [167 kB] 2020-12-08 11:09:30.794 | 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-08 11:09:30.869 | Get:220 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 vbetool amd64 1.1-4 [11.5 kB] 2020-12-08 11:09:30.870 | Get:221 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libipset3 amd64 6.34-1 [43.9 kB] 2020-12-08 11:09:30.876 | Get:222 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 ipset amd64 6.34-1 [33.7 kB] 2020-12-08 11:09:30.882 | 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-08 11:09:30.887 | Get:224 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 kpartx amd64 0.7.4-2ubuntu3 [27.7 kB] 2020-12-08 11:09:30.966 | 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-08 11:09:30.967 | Get:226 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liberasurecode1 amd64 1.5.0-1 [40.0 kB] 2020-12-08 11:09:30.971 | Get:227 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liberasurecode-dev amd64 1.5.0-1 [14.9 kB] 2020-12-08 11:09:30.972 | Get:228 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libffi-dev amd64 3.2.1-8 [156 kB] 2020-12-08 11:09:31.095 | 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-08 11:09:31.096 | Get:230 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-dev amd64 0.1.7-2ubuntu3 [55.7 kB] 2020-12-08 11:09:31.102 | Get:231 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 socat amd64 1.7.3.2-2ubuntu2 [342 kB] 2020-12-08 11:09:31.150 | Get:232 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 vlan amd64 1.9-3.2ubuntu6 [30.7 kB] 2020-12-08 11:09:32.784 | Preconfiguring packages ... 2020-12-08 11:09:32.904 | Fetched 84.3 MB in 18s (4,567 kB/s) 2020-12-08 11:09:32.973 | (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-08 11:09:32.975 | Preparing to unpack .../libnss-systemd_237-3ubuntu10.43_amd64.deb ... 2020-12-08 11:09:33.006 | Unpacking libnss-systemd:amd64 (237-3ubuntu10.43) over (237-3ubuntu10.25) ... 2020-12-08 11:09:33.119 | Preparing to unpack .../libpam-systemd_237-3ubuntu10.43_amd64.deb ... 2020-12-08 11:09:33.143 | Unpacking libpam-systemd:amd64 (237-3ubuntu10.43) over (237-3ubuntu10.25) ... 2020-12-08 11:09:33.287 | Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 2020-12-08 11:09:33.429 | Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10.25) ... 2020-12-08 11:09:34.135 | Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 2020-12-08 11:09:34.156 | Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10.25) ... 2020-12-08 11:09:34.259 | Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 2020-12-08 11:09:34.381 | (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-08 11:09:34.384 | Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 2020-12-08 11:09:34.405 | Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3.3) ... 2020-12-08 11:09:34.492 | Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 2020-12-08 11:09:34.623 | (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-08 11:09:34.625 | Preparing to unpack .../00-uuid-runtime_2.31.1-0.4ubuntu3.7_amd64.deb ... 2020-12-08 11:09:34.652 | Unpacking uuid-runtime (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3.3) ... 2020-12-08 11:09:34.930 | Selecting previously unselected package libapr1:amd64. 2020-12-08 11:09:34.936 | Preparing to unpack .../01-libapr1_1.6.3-2_amd64.deb ... 2020-12-08 11:09:34.939 | Unpacking libapr1:amd64 (1.6.3-2) ... 2020-12-08 11:09:35.069 | Preparing to unpack .../02-libssl1.1_1.1.1-1ubuntu2.1~18.04.6_amd64.deb ... 2020-12-08 11:09:35.098 | Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.6) over (1.1.1-1ubuntu2.1~18.04.4) ... 2020-12-08 11:09:35.374 | Selecting previously unselected package libaprutil1:amd64. 2020-12-08 11:09:35.381 | Preparing to unpack .../03-libaprutil1_1.6.1-2_amd64.deb ... 2020-12-08 11:09:35.383 | Unpacking libaprutil1:amd64 (1.6.1-2) ... 2020-12-08 11:09:35.478 | Preparing to unpack .../04-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 2020-12-08 11:09:35.507 | Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1ubuntu0.1) ... 2020-12-08 11:09:35.644 | Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. 2020-12-08 11:09:35.650 | Preparing to unpack .../05-libaprutil1-dbd-sqlite3_1.6.1-2_amd64.deb ... 2020-12-08 11:09:35.653 | Unpacking libaprutil1-dbd-sqlite3:amd64 (1.6.1-2) ... 2020-12-08 11:09:35.716 | Preparing to unpack .../06-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 2020-12-08 11:09:35.738 | Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2020-12-08 11:09:35.840 | Preparing to unpack .../07-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 2020-12-08 11:09:35.862 | Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2020-12-08 11:09:35.953 | Preparing to unpack .../08-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 2020-12-08 11:09:35.975 | Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) over (2.4.45+dfsg-1ubuntu1.3) ... 2020-12-08 11:09:36.086 | Preparing to unpack .../09-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 2020-12-08 11:09:36.108 | Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) over (2.4.45+dfsg-1ubuntu1.3) ... 2020-12-08 11:09:36.199 | Selecting previously unselected package libaprutil1-ldap:amd64. 2020-12-08 11:09:36.205 | Preparing to unpack .../10-libaprutil1-ldap_1.6.1-2_amd64.deb ... 2020-12-08 11:09:36.208 | Unpacking libaprutil1-ldap:amd64 (1.6.1-2) ... 2020-12-08 11:09:36.282 | Selecting previously unselected package liblua5.2-0:amd64. 2020-12-08 11:09:36.288 | Preparing to unpack .../11-liblua5.2-0_5.2.4-1.1build1_amd64.deb ... 2020-12-08 11:09:36.291 | Unpacking liblua5.2-0:amd64 (5.2.4-1.1build1) ... 2020-12-08 11:09:36.388 | Preparing to unpack .../12-libicu60_60.2-3ubuntu3.1_amd64.deb ... 2020-12-08 11:09:36.416 | Unpacking libicu60:amd64 (60.2-3ubuntu3.1) over (60.2-3ubuntu3) ... 2020-12-08 11:09:37.714 | Preparing to unpack .../13-libxml2_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb ... 2020-12-08 11:09:37.747 | Unpacking libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) over (2.9.4+dfsg1-6.1ubuntu1.2) ... 2020-12-08 11:09:37.911 | Selecting previously unselected package apache2-bin. 2020-12-08 11:09:37.917 | Preparing to unpack .../14-apache2-bin_2.4.29-1ubuntu4.14_amd64.deb ... 2020-12-08 11:09:37.919 | Unpacking apache2-bin (2.4.29-1ubuntu4.14) ... 2020-12-08 11:09:38.132 | Selecting previously unselected package apache2-utils. 2020-12-08 11:09:38.138 | Preparing to unpack .../15-apache2-utils_2.4.29-1ubuntu4.14_amd64.deb ... 2020-12-08 11:09:38.141 | Unpacking apache2-utils (2.4.29-1ubuntu4.14) ... 2020-12-08 11:09:38.206 | Selecting previously unselected package apache2-data. 2020-12-08 11:09:38.212 | Preparing to unpack .../16-apache2-data_2.4.29-1ubuntu4.14_all.deb ... 2020-12-08 11:09:38.215 | Unpacking apache2-data (2.4.29-1ubuntu4.14) ... 2020-12-08 11:09:38.394 | Selecting previously unselected package apache2. 2020-12-08 11:09:38.401 | Preparing to unpack .../17-apache2_2.4.29-1ubuntu4.14_amd64.deb ... 2020-12-08 11:09:38.419 | Unpacking apache2 (2.4.29-1ubuntu4.14) ... 2020-12-08 11:09:38.533 | Selecting previously unselected package fonts-dejavu-core. 2020-12-08 11:09:38.540 | Preparing to unpack .../18-fonts-dejavu-core_2.37-1_all.deb ... 2020-12-08 11:09:38.542 | Unpacking fonts-dejavu-core (2.37-1) ... 2020-12-08 11:09:38.752 | Selecting previously unselected package fonts-liberation. 2020-12-08 11:09:38.759 | Preparing to unpack .../19-fonts-liberation_1%3a1.07.4-7~18.04.1_all.deb ... 2020-12-08 11:09:38.761 | Unpacking fonts-liberation (1:1.07.4-7~18.04.1) ... 2020-12-08 11:09:38.950 | Selecting previously unselected package fontconfig-config. 2020-12-08 11:09:38.956 | Preparing to unpack .../20-fontconfig-config_2.12.6-0ubuntu2_all.deb ... 2020-12-08 11:09:38.959 | Unpacking fontconfig-config (2.12.6-0ubuntu2) ... 2020-12-08 11:09:39.046 | Selecting previously unselected package libfontconfig1:amd64. 2020-12-08 11:09:39.053 | Preparing to unpack .../21-libfontconfig1_2.12.6-0ubuntu2_amd64.deb ... 2020-12-08 11:09:39.055 | Unpacking libfontconfig1:amd64 (2.12.6-0ubuntu2) ... 2020-12-08 11:09:39.153 | Selecting previously unselected package fontconfig. 2020-12-08 11:09:39.159 | Preparing to unpack .../22-fontconfig_2.12.6-0ubuntu2_amd64.deb ... 2020-12-08 11:09:39.162 | Unpacking fontconfig (2.12.6-0ubuntu2) ... 2020-12-08 11:09:39.257 | Selecting previously unselected package liblua5.3-0:amd64. 2020-12-08 11:09:39.263 | Preparing to unpack .../23-liblua5.3-0_5.3.3-1ubuntu0.18.04.1_amd64.deb ... 2020-12-08 11:09:39.266 | Unpacking liblua5.3-0:amd64 (5.3.3-1ubuntu0.18.04.1) ... 2020-12-08 11:09:39.380 | Selecting previously unselected package haproxy. 2020-12-08 11:09:39.387 | Preparing to unpack .../24-haproxy_1.8.8-1ubuntu0.11_amd64.deb ... 2020-12-08 11:09:39.396 | Unpacking haproxy (1.8.8-1ubuntu0.11) ... 2020-12-08 11:09:39.612 | Selecting previously unselected package libjpeg-turbo8:amd64. 2020-12-08 11:09:39.619 | Preparing to unpack .../25-libjpeg-turbo8_1.5.2-0ubuntu5.18.04.4_amd64.deb ... 2020-12-08 11:09:39.621 | Unpacking libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2020-12-08 11:09:39.733 | Selecting previously unselected package x11-common. 2020-12-08 11:09:39.740 | Preparing to unpack .../26-x11-common_1%3a7.7+19ubuntu7.1_all.deb ... 2020-12-08 11:09:39.764 | dpkg-query: no packages found matching nux-tools 2020-12-08 11:09:39.774 | Unpacking x11-common (1:7.7+19ubuntu7.1) ... 2020-12-08 11:09:39.857 | Selecting previously unselected package libice6:amd64. 2020-12-08 11:09:39.864 | Preparing to unpack .../27-libice6_2%3a1.0.9-2_amd64.deb ... 2020-12-08 11:09:39.866 | Unpacking libice6:amd64 (2:1.0.9-2) ... 2020-12-08 11:09:39.950 | Selecting previously unselected package libsm6:amd64. 2020-12-08 11:09:39.957 | Preparing to unpack .../28-libsm6_2%3a1.2.2-1_amd64.deb ... 2020-12-08 11:09:39.960 | Unpacking libsm6:amd64 (2:1.2.2-1) ... 2020-12-08 11:09:40.084 | Preparing to unpack .../29-open-iscsi_2.0.874-5ubuntu2.10_amd64.deb ... 2020-12-08 11:09:40.559 | Unpacking open-iscsi (2.0.874-5ubuntu2.10) over (2.0.874-5ubuntu2.7) ... 2020-12-08 11:09:41.028 | Selecting previously unselected package libnetfilter-cthelper0:amd64. 2020-12-08 11:09:41.034 | Preparing to unpack .../30-libnetfilter-cthelper0_1.0.0-1ubuntu1_amd64.deb ... 2020-12-08 11:09:41.038 | Unpacking libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu1) ... 2020-12-08 11:09:41.127 | Preparing to unpack .../31-libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 2020-12-08 11:09:41.158 | Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1ubuntu1.1) ... 2020-12-08 11:09:41.249 | Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 2020-12-08 11:09:41.398 | (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-08 11:09:41.401 | Preparing to unpack .../000-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 2020-12-08 11:09:41.428 | Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) over (2.56.4-0ubuntu0.18.04.4) ... 2020-12-08 11:09:41.712 | Preparing to unpack .../001-openssl_1.1.1-1ubuntu2.1~18.04.6_amd64.deb ... 2020-12-08 11:09:41.734 | Unpacking openssl (1.1.1-1ubuntu2.1~18.04.6) over (1.1.1-1ubuntu2.1~18.04.4) ... 2020-12-08 11:09:41.939 | Preparing to unpack .../002-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 2020-12-08 11:09:41.970 | Unpacking sudo (1.8.21p2-3ubuntu1.3) over (1.8.21p2-3ubuntu1) ... 2020-12-08 11:09:42.150 | Preparing to unpack .../003-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 2020-12-08 11:09:42.172 | Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2020-12-08 11:09:42.300 | Preparing to unpack .../004-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 2020-12-08 11:09:42.326 | Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2020-12-08 11:09:42.474 | Preparing to unpack .../005-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 2020-12-08 11:09:42.502 | Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2020-12-08 11:09:42.601 | Preparing to unpack .../006-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 2020-12-08 11:09:42.623 | Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2020-12-08 11:09:42.730 | Preparing to unpack .../007-tcpdump_4.9.3-0ubuntu0.18.04.1_amd64.deb ... 2020-12-08 11:09:42.752 | Unpacking tcpdump (4.9.3-0ubuntu0.18.04.1) over (4.9.2-3) ... 2020-12-08 11:09:42.874 | Selecting previously unselected package uuid-dev:amd64. 2020-12-08 11:09:42.881 | Preparing to unpack .../008-uuid-dev_2.31.1-0.4ubuntu3.7_amd64.deb ... 2020-12-08 11:09:42.884 | Unpacking uuid-dev:amd64 (2.31.1-0.4ubuntu3.7) ... 2020-12-08 11:09:42.967 | Selecting previously unselected package libsctp1:amd64. 2020-12-08 11:09:42.974 | Preparing to unpack .../009-libsctp1_1.0.17+dfsg-2_amd64.deb ... 2020-12-08 11:09:42.978 | Unpacking libsctp1:amd64 (1.0.17+dfsg-2) ... 2020-12-08 11:09:43.035 | Selecting previously unselected package libsctp-dev:amd64. 2020-12-08 11:09:43.042 | Preparing to unpack .../010-libsctp-dev_1.0.17+dfsg-2_amd64.deb ... 2020-12-08 11:09:43.044 | Unpacking libsctp-dev:amd64 (1.0.17+dfsg-2) ... 2020-12-08 11:09:43.105 | Selecting previously unselected package libapr1-dev. 2020-12-08 11:09:43.111 | Preparing to unpack .../011-libapr1-dev_1.6.3-2_amd64.deb ... 2020-12-08 11:09:43.114 | Unpacking libapr1-dev (1.6.3-2) ... 2020-12-08 11:09:43.396 | Selecting previously unselected package libldap2-dev:amd64. 2020-12-08 11:09:43.404 | Preparing to unpack .../012-libldap2-dev_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 2020-12-08 11:09:43.406 | Unpacking libldap2-dev:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 2020-12-08 11:09:43.540 | Selecting previously unselected package libaprutil1-dev. 2020-12-08 11:09:43.546 | Preparing to unpack .../013-libaprutil1-dev_1.6.1-2_amd64.deb ... 2020-12-08 11:09:43.549 | Unpacking libaprutil1-dev (1.6.1-2) ... 2020-12-08 11:09:43.820 | Selecting previously unselected package autotools-dev. 2020-12-08 11:09:43.827 | Preparing to unpack .../014-autotools-dev_20180224.1_all.deb ... 2020-12-08 11:09:43.829 | Unpacking autotools-dev (20180224.1) ... 2020-12-08 11:09:43.887 | Selecting previously unselected package m4. 2020-12-08 11:09:43.893 | Preparing to unpack .../015-m4_1.4.18-1_amd64.deb ... 2020-12-08 11:09:43.896 | Unpacking m4 (1.4.18-1) ... 2020-12-08 11:09:44.002 | Selecting previously unselected package autoconf. 2020-12-08 11:09:44.009 | Preparing to unpack .../016-autoconf_2.69-11_all.deb ... 2020-12-08 11:09:44.012 | Unpacking autoconf (2.69-11) ... 2020-12-08 11:09:44.146 | Selecting previously unselected package automake. 2020-12-08 11:09:44.152 | Preparing to unpack .../017-automake_1%3a1.15.1-3ubuntu2_all.deb ... 2020-12-08 11:09:44.165 | Unpacking automake (1:1.15.1-3ubuntu2) ... 2020-12-08 11:09:44.293 | Selecting previously unselected package autopoint. 2020-12-08 11:09:44.299 | Preparing to unpack .../018-autopoint_0.19.8.1-6ubuntu0.3_all.deb ... 2020-12-08 11:09:44.302 | Unpacking autopoint (0.19.8.1-6ubuntu0.3) ... 2020-12-08 11:09:44.373 | Selecting previously unselected package libtool. 2020-12-08 11:09:44.380 | Preparing to unpack .../019-libtool_2.4.6-2_all.deb ... 2020-12-08 11:09:44.382 | Unpacking libtool (2.4.6-2) ... 2020-12-08 11:09:44.470 | Selecting previously unselected package dh-autoreconf. 2020-12-08 11:09:44.477 | Preparing to unpack .../020-dh-autoreconf_17_all.deb ... 2020-12-08 11:09:44.480 | Unpacking dh-autoreconf (17) ... 2020-12-08 11:09:44.546 | Selecting previously unselected package libarchive-zip-perl. 2020-12-08 11:09:44.552 | Preparing to unpack .../021-libarchive-zip-perl_1.60-1ubuntu0.1_all.deb ... 2020-12-08 11:09:44.555 | Unpacking libarchive-zip-perl (1.60-1ubuntu0.1) ... 2020-12-08 11:09:44.661 | Selecting previously unselected package libfile-stripnondeterminism-perl. 2020-12-08 11:09:44.668 | Preparing to unpack .../022-libfile-stripnondeterminism-perl_0.040-1.1~build1_all.deb ... 2020-12-08 11:09:44.670 | Unpacking libfile-stripnondeterminism-perl (0.040-1.1~build1) ... 2020-12-08 11:09:44.727 | Selecting previously unselected package libtimedate-perl. 2020-12-08 11:09:44.734 | Preparing to unpack .../023-libtimedate-perl_2.3000-2_all.deb ... 2020-12-08 11:09:44.736 | Unpacking libtimedate-perl (2.3000-2) ... 2020-12-08 11:09:44.799 | Selecting previously unselected package dh-strip-nondeterminism. 2020-12-08 11:09:44.806 | Preparing to unpack .../024-dh-strip-nondeterminism_0.040-1.1~build1_all.deb ... 2020-12-08 11:09:44.809 | Unpacking dh-strip-nondeterminism (0.040-1.1~build1) ... 2020-12-08 11:09:44.868 | Selecting previously unselected package libdpkg-perl. 2020-12-08 11:09:44.875 | Preparing to unpack .../025-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 2020-12-08 11:09:44.877 | Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 2020-12-08 11:09:44.964 | Selecting previously unselected package make. 2020-12-08 11:09:44.970 | Preparing to unpack .../026-make_4.1-9.1ubuntu1_amd64.deb ... 2020-12-08 11:09:44.973 | Unpacking make (4.1-9.1ubuntu1) ... 2020-12-08 11:09:45.056 | Selecting previously unselected package dpkg-dev. 2020-12-08 11:09:45.063 | Preparing to unpack .../027-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 2020-12-08 11:09:45.067 | Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 2020-12-08 11:09:45.250 | Selecting previously unselected package libcroco3:amd64. 2020-12-08 11:09:45.257 | Preparing to unpack .../028-libcroco3_0.6.12-2_amd64.deb ... 2020-12-08 11:09:45.259 | Unpacking libcroco3:amd64 (0.6.12-2) ... 2020-12-08 11:09:45.336 | Selecting previously unselected package gettext. 2020-12-08 11:09:45.344 | Preparing to unpack .../029-gettext_0.19.8.1-6ubuntu0.3_amd64.deb ... 2020-12-08 11:09:45.346 | Unpacking gettext (0.19.8.1-6ubuntu0.3) ... 2020-12-08 11:09:45.616 | Selecting previously unselected package intltool-debian. 2020-12-08 11:09:45.624 | Preparing to unpack .../030-intltool-debian_0.35.0+20060710.4_all.deb ... 2020-12-08 11:09:45.627 | Unpacking intltool-debian (0.35.0+20060710.4) ... 2020-12-08 11:09:45.686 | Selecting previously unselected package po-debconf. 2020-12-08 11:09:45.692 | Preparing to unpack .../031-po-debconf_1.0.20_all.deb ... 2020-12-08 11:09:45.697 | Unpacking po-debconf (1.0.20) ... 2020-12-08 11:09:45.786 | Selecting previously unselected package debhelper. 2020-12-08 11:09:45.792 | Preparing to unpack .../032-debhelper_11.1.6ubuntu2_all.deb ... 2020-12-08 11:09:45.796 | Unpacking debhelper (11.1.6ubuntu2) ... 2020-12-08 11:09:46.038 | Selecting previously unselected package apache2-dev. 2020-12-08 11:09:46.048 | Preparing to unpack .../033-apache2-dev_2.4.29-1ubuntu4.14_amd64.deb ... 2020-12-08 11:09:46.051 | Unpacking apache2-dev (2.4.29-1ubuntu4.14) ... 2020-12-08 11:09:46.149 | Selecting previously unselected package libstdc++-7-dev:amd64. 2020-12-08 11:09:46.157 | Preparing to unpack .../034-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 2020-12-08 11:09:46.159 | Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 2020-12-08 11:09:46.618 | Selecting previously unselected package g++-7. 2020-12-08 11:09:46.626 | Preparing to unpack .../035-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 2020-12-08 11:09:46.628 | Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 2020-12-08 11:09:47.995 | Selecting previously unselected package g++. 2020-12-08 11:09:48.002 | Preparing to unpack .../036-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 2020-12-08 11:09:48.004 | Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 2020-12-08 11:09:48.055 | Selecting previously unselected package build-essential. 2020-12-08 11:09:48.062 | Preparing to unpack .../037-build-essential_12.4ubuntu1_amd64.deb ... 2020-12-08 11:09:48.064 | Unpacking build-essential (12.4ubuntu1) ... 2020-12-08 11:09:48.121 | Selecting previously unselected package conntrack. 2020-12-08 11:09:48.127 | Preparing to unpack .../038-conntrack_1%3a1.4.4+snapshot20161117-6ubuntu2_amd64.deb ... 2020-12-08 11:09:48.130 | Unpacking conntrack (1:1.4.4+snapshot20161117-6ubuntu2) ... 2020-12-08 11:09:48.213 | Selecting previously unselected package libnetfilter-queue1. 2020-12-08 11:09:48.220 | Preparing to unpack .../039-libnetfilter-queue1_1.0.2-2_amd64.deb ... 2020-12-08 11:09:48.222 | Unpacking libnetfilter-queue1 (1.0.2-2) ... 2020-12-08 11:09:48.313 | Selecting previously unselected package conntrackd. 2020-12-08 11:09:48.320 | Preparing to unpack .../040-conntrackd_1%3a1.4.4+snapshot20161117-6ubuntu2_amd64.deb ... 2020-12-08 11:09:48.323 | Unpacking conntrackd (1:1.4.4+snapshot20161117-6ubuntu2) ... 2020-12-08 11:09:48.400 | Preparing to unpack .../041-curl_7.58.0-2ubuntu3.10_amd64.deb ... 2020-12-08 11:09:48.421 | Unpacking curl (7.58.0-2ubuntu3.10) over (7.58.0-2ubuntu3.7) ... 2020-12-08 11:09:48.545 | Preparing to unpack .../042-libcurl4_7.58.0-2ubuntu3.10_amd64.deb ... 2020-12-08 11:09:48.569 | Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.10) over (7.58.0-2ubuntu3.7) ... 2020-12-08 11:09:48.686 | Selecting previously unselected package dctrl-tools. 2020-12-08 11:09:48.693 | Preparing to unpack .../043-dctrl-tools_2.24-2build1_amd64.deb ... 2020-12-08 11:09:48.703 | Unpacking dctrl-tools (2.24-2build1) ... 2020-12-08 11:09:48.765 | Selecting previously unselected package dnsmasq-utils. 2020-12-08 11:09:48.772 | Preparing to unpack .../044-dnsmasq-utils_2.79-1_amd64.deb ... 2020-12-08 11:09:48.774 | Unpacking dnsmasq-utils (2.79-1) ... 2020-12-08 11:09:48.848 | Selecting previously unselected package dstat. 2020-12-08 11:09:48.856 | Preparing to unpack .../045-dstat_0.7.3-1_all.deb ... 2020-12-08 11:09:48.858 | Unpacking dstat (0.7.3-1) ... 2020-12-08 11:09:48.959 | Selecting previously unselected package libfakeroot:amd64. 2020-12-08 11:09:48.966 | Preparing to unpack .../046-libfakeroot_1.22-2ubuntu1_amd64.deb ... 2020-12-08 11:09:48.969 | Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... 2020-12-08 11:09:49.043 | Selecting previously unselected package fakeroot. 2020-12-08 11:09:49.049 | Preparing to unpack .../047-fakeroot_1.22-2ubuntu1_amd64.deb ... 2020-12-08 11:09:49.052 | Unpacking fakeroot (1.22-2ubuntu1) ... 2020-12-08 11:09:49.114 | Selecting previously unselected package genisoimage. 2020-12-08 11:09:49.121 | Preparing to unpack .../048-genisoimage_9%3a1.1.11-3ubuntu2_amd64.deb ... 2020-12-08 11:09:49.123 | Unpacking genisoimage (9:1.1.11-3ubuntu2) ... 2020-12-08 11:09:49.245 | Selecting previously unselected package libgraphite2-3:amd64. 2020-12-08 11:09:49.252 | Preparing to unpack .../049-libgraphite2-3_1.3.11-2_amd64.deb ... 2020-12-08 11:09:49.255 | Unpacking libgraphite2-3:amd64 (1.3.11-2) ... 2020-12-08 11:09:49.344 | Selecting previously unselected package libharfbuzz0b:amd64. 2020-12-08 11:09:49.351 | Preparing to unpack .../050-libharfbuzz0b_1.7.2-1ubuntu1_amd64.deb ... 2020-12-08 11:09:49.354 | Unpacking libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ... 2020-12-08 11:09:49.441 | Selecting previously unselected package gir1.2-harfbuzz-0.0:amd64. 2020-12-08 11:09:49.448 | Preparing to unpack .../051-gir1.2-harfbuzz-0.0_1.7.2-1ubuntu1_amd64.deb ... 2020-12-08 11:09:49.450 | Unpacking gir1.2-harfbuzz-0.0:amd64 (1.7.2-1ubuntu1) ... 2020-12-08 11:09:49.557 | Preparing to unpack .../052-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 2020-12-08 11:09:49.643 | Unpacking git (1:2.17.1-1ubuntu0.7) over (1:2.17.1-1ubuntu0.4) ... 2020-12-08 11:09:50.521 | Selecting previously unselected package libann0. 2020-12-08 11:09:50.528 | Preparing to unpack .../053-libann0_1.1.2+doc-6_amd64.deb ... 2020-12-08 11:09:50.531 | Unpacking libann0 (1.1.2+doc-6) ... 2020-12-08 11:09:50.606 | Selecting previously unselected package libcdt5. 2020-12-08 11:09:50.613 | Preparing to unpack .../054-libcdt5_2.40.1-2_amd64.deb ... 2020-12-08 11:09:50.615 | Unpacking libcdt5 (2.40.1-2) ... 2020-12-08 11:09:50.689 | Selecting previously unselected package libcgraph6. 2020-12-08 11:09:50.695 | Preparing to unpack .../055-libcgraph6_2.40.1-2_amd64.deb ... 2020-12-08 11:09:50.699 | Unpacking libcgraph6 (2.40.1-2) ... 2020-12-08 11:09:50.757 | Selecting previously unselected package libjpeg8:amd64. 2020-12-08 11:09:50.764 | Preparing to unpack .../056-libjpeg8_8c-2ubuntu8_amd64.deb ... 2020-12-08 11:09:50.766 | Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... 2020-12-08 11:09:50.849 | Selecting previously unselected package libjbig0:amd64. 2020-12-08 11:09:50.856 | Preparing to unpack .../057-libjbig0_2.1-3.1build1_amd64.deb ... 2020-12-08 11:09:50.859 | Unpacking libjbig0:amd64 (2.1-3.1build1) ... 2020-12-08 11:09:50.941 | Selecting previously unselected package libtiff5:amd64. 2020-12-08 11:09:50.948 | Preparing to unpack .../058-libtiff5_4.0.9-5ubuntu0.3_amd64.deb ... 2020-12-08 11:09:50.950 | Unpacking libtiff5:amd64 (4.0.9-5ubuntu0.3) ... 2020-12-08 11:09:51.050 | Selecting previously unselected package libwebp6:amd64. 2020-12-08 11:09:51.057 | Preparing to unpack .../059-libwebp6_0.6.1-2_amd64.deb ... 2020-12-08 11:09:51.060 | Unpacking libwebp6:amd64 (0.6.1-2) ... 2020-12-08 11:09:51.156 | Selecting previously unselected package libxpm4:amd64. 2020-12-08 11:09:51.163 | Preparing to unpack .../060-libxpm4_1%3a3.5.12-1_amd64.deb ... 2020-12-08 11:09:51.166 | Unpacking libxpm4:amd64 (1:3.5.12-1) ... 2020-12-08 11:09:51.249 | Selecting previously unselected package libgd3:amd64. 2020-12-08 11:09:51.256 | Preparing to unpack .../061-libgd3_2.2.5-4ubuntu0.4_amd64.deb ... 2020-12-08 11:09:51.258 | Unpacking libgd3:amd64 (2.2.5-4ubuntu0.4) ... 2020-12-08 11:09:51.355 | Selecting previously unselected package libgts-0.7-5:amd64. 2020-12-08 11:09:51.362 | Preparing to unpack .../062-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ... 2020-12-08 11:09:51.364 | Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2020-12-08 11:09:51.465 | Selecting previously unselected package libpixman-1-0:amd64. 2020-12-08 11:09:51.472 | Preparing to unpack .../063-libpixman-1-0_0.34.0-2_amd64.deb ... 2020-12-08 11:09:51.474 | Unpacking libpixman-1-0:amd64 (0.34.0-2) ... 2020-12-08 11:09:51.588 | Selecting previously unselected package libxcb-render0:amd64. 2020-12-08 11:09:51.595 | Preparing to unpack .../064-libxcb-render0_1.13-2~ubuntu18.04_amd64.deb ... 2020-12-08 11:09:51.597 | Unpacking libxcb-render0:amd64 (1.13-2~ubuntu18.04) ... 2020-12-08 11:09:51.680 | Selecting previously unselected package libxcb-shm0:amd64. 2020-12-08 11:09:51.687 | Preparing to unpack .../065-libxcb-shm0_1.13-2~ubuntu18.04_amd64.deb ... 2020-12-08 11:09:51.689 | Unpacking libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ... 2020-12-08 11:09:51.763 | Selecting previously unselected package libxrender1:amd64. 2020-12-08 11:09:51.770 | Preparing to unpack .../066-libxrender1_1%3a0.9.10-1_amd64.deb ... 2020-12-08 11:09:51.772 | Unpacking libxrender1:amd64 (1:0.9.10-1) ... 2020-12-08 11:09:51.863 | Selecting previously unselected package libcairo2:amd64. 2020-12-08 11:09:51.870 | Preparing to unpack .../067-libcairo2_1.15.10-2ubuntu0.1_amd64.deb ... 2020-12-08 11:09:51.873 | Unpacking libcairo2:amd64 (1.15.10-2ubuntu0.1) ... 2020-12-08 11:09:52.014 | Selecting previously unselected package libltdl7:amd64. 2020-12-08 11:09:52.021 | Preparing to unpack .../068-libltdl7_2.4.6-2_amd64.deb ... 2020-12-08 11:09:52.023 | Unpacking libltdl7:amd64 (2.4.6-2) ... 2020-12-08 11:09:52.080 | Selecting previously unselected package libthai-data. 2020-12-08 11:09:52.087 | Preparing to unpack .../069-libthai-data_0.1.27-2_all.deb ... 2020-12-08 11:09:52.089 | Unpacking libthai-data (0.1.27-2) ... 2020-12-08 11:09:52.190 | Selecting previously unselected package libdatrie1:amd64. 2020-12-08 11:09:52.197 | Preparing to unpack .../070-libdatrie1_0.2.10-7_amd64.deb ... 2020-12-08 11:09:52.200 | Unpacking libdatrie1:amd64 (0.2.10-7) ... 2020-12-08 11:09:52.282 | Selecting previously unselected package libthai0:amd64. 2020-12-08 11:09:52.289 | Preparing to unpack .../071-libthai0_0.1.27-2_amd64.deb ... 2020-12-08 11:09:52.292 | Unpacking libthai0:amd64 (0.1.27-2) ... 2020-12-08 11:09:52.374 | Selecting previously unselected package libpango-1.0-0:amd64. 2020-12-08 11:09:52.381 | Preparing to unpack .../072-libpango-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2020-12-08 11:09:52.400 | Unpacking libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2020-12-08 11:09:52.500 | Selecting previously unselected package libpangoft2-1.0-0:amd64. 2020-12-08 11:09:52.507 | Preparing to unpack .../073-libpangoft2-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2020-12-08 11:09:52.509 | Unpacking libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2020-12-08 11:09:52.593 | Selecting previously unselected package libpangocairo-1.0-0:amd64. 2020-12-08 11:09:52.599 | Preparing to unpack .../074-libpangocairo-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2020-12-08 11:09:52.602 | Unpacking libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2020-12-08 11:09:52.677 | Selecting previously unselected package libpathplan4. 2020-12-08 11:09:52.684 | Preparing to unpack .../075-libpathplan4_2.40.1-2_amd64.deb ... 2020-12-08 11:09:52.687 | Unpacking libpathplan4 (2.40.1-2) ... 2020-12-08 11:09:52.778 | Selecting previously unselected package libgvc6. 2020-12-08 11:09:52.785 | Preparing to unpack .../076-libgvc6_2.40.1-2_amd64.deb ... 2020-12-08 11:09:52.787 | Unpacking libgvc6 (2.40.1-2) ... 2020-12-08 11:09:52.943 | Selecting previously unselected package libgvpr2. 2020-12-08 11:09:52.951 | Preparing to unpack .../077-libgvpr2_2.40.1-2_amd64.deb ... 2020-12-08 11:09:52.953 | Unpacking libgvpr2 (2.40.1-2) ... 2020-12-08 11:09:53.048 | Selecting previously unselected package liblab-gamut1. 2020-12-08 11:09:53.054 | Preparing to unpack .../078-liblab-gamut1_2.40.1-2_amd64.deb ... 2020-12-08 11:09:53.057 | Unpacking liblab-gamut1 (2.40.1-2) ... 2020-12-08 11:09:53.264 | Selecting previously unselected package libxt6:amd64. 2020-12-08 11:09:53.271 | Preparing to unpack .../079-libxt6_1%3a1.1.5-1_amd64.deb ... 2020-12-08 11:09:53.274 | Unpacking libxt6:amd64 (1:1.1.5-1) ... 2020-12-08 11:09:53.366 | Selecting previously unselected package libxmu6:amd64. 2020-12-08 11:09:53.373 | Preparing to unpack .../080-libxmu6_2%3a1.1.2-2_amd64.deb ... 2020-12-08 11:09:53.375 | Unpacking libxmu6:amd64 (2:1.1.2-2) ... 2020-12-08 11:09:53.460 | Selecting previously unselected package libxaw7:amd64. 2020-12-08 11:09:53.467 | Preparing to unpack .../081-libxaw7_2%3a1.0.13-1_amd64.deb ... 2020-12-08 11:09:53.469 | Unpacking libxaw7:amd64 (2:1.0.13-1) ... 2020-12-08 11:09:53.563 | Selecting previously unselected package graphviz. 2020-12-08 11:09:53.570 | Preparing to unpack .../082-graphviz_2.40.1-2_amd64.deb ... 2020-12-08 11:09:53.572 | Unpacking graphviz (2.40.1-2) ... 2020-12-08 11:09:53.766 | Selecting previously unselected package libnl-3-200:amd64. 2020-12-08 11:09:53.773 | Preparing to unpack .../083-libnl-3-200_3.2.29-0ubuntu3_amd64.deb ... 2020-12-08 11:09:53.775 | Unpacking libnl-3-200:amd64 (3.2.29-0ubuntu3) ... 2020-12-08 11:09:53.862 | Selecting previously unselected package libnl-route-3-200:amd64. 2020-12-08 11:09:53.868 | Preparing to unpack .../084-libnl-route-3-200_3.2.29-0ubuntu3_amd64.deb ... 2020-12-08 11:09:53.871 | Unpacking libnl-route-3-200:amd64 (3.2.29-0ubuntu3) ... 2020-12-08 11:09:53.981 | Selecting previously unselected package libibverbs1:amd64. 2020-12-08 11:09:53.988 | Preparing to unpack .../085-libibverbs1_17.1-1ubuntu0.2_amd64.deb ... 2020-12-08 11:09:53.990 | Unpacking libibverbs1:amd64 (17.1-1ubuntu0.2) ... 2020-12-08 11:09:54.083 | Selecting previously unselected package ibverbs-providers:amd64. 2020-12-08 11:09:54.090 | Preparing to unpack .../086-ibverbs-providers_17.1-1ubuntu0.2_amd64.deb ... 2020-12-08 11:09:54.092 | Unpacking ibverbs-providers:amd64 (17.1-1ubuntu0.2) ... 2020-12-08 11:09:54.169 | Selecting previously unselected package icu-devtools. 2020-12-08 11:09:54.176 | Preparing to unpack .../087-icu-devtools_60.2-3ubuntu3.1_amd64.deb ... 2020-12-08 11:09:54.179 | Unpacking icu-devtools (60.2-3ubuntu3.1) ... 2020-12-08 11:09:54.265 | Selecting previously unselected package iputils-arping. 2020-12-08 11:09:54.272 | Preparing to unpack .../088-iputils-arping_3%3a20161105-1ubuntu3_amd64.deb ... 2020-12-08 11:09:54.274 | Unpacking iputils-arping (3:20161105-1ubuntu3) ... 2020-12-08 11:09:54.374 | Selecting previously unselected package javascript-common. 2020-12-08 11:09:54.381 | Preparing to unpack .../089-javascript-common_11_all.deb ... 2020-12-08 11:09:54.395 | Unpacking javascript-common (11) ... 2020-12-08 11:09:54.474 | Selecting previously unselected package libnl-genl-3-200:amd64. 2020-12-08 11:09:54.481 | Preparing to unpack .../090-libnl-genl-3-200_3.2.29-0ubuntu3_amd64.deb ... 2020-12-08 11:09:54.483 | Unpacking libnl-genl-3-200:amd64 (3.2.29-0ubuntu3) ... 2020-12-08 11:09:54.584 | Selecting previously unselected package libsensors4:amd64. 2020-12-08 11:09:54.591 | Preparing to unpack .../091-libsensors4_1%3a3.4.0-4_amd64.deb ... 2020-12-08 11:09:54.667 | Unpacking libsensors4:amd64 (1:3.4.0-4) ... 2020-12-08 11:09:54.741 | Selecting previously unselected package libsnmp-base. 2020-12-08 11:09:54.749 | Preparing to unpack .../092-libsnmp-base_5.7.3+dfsg-1.8ubuntu3.6_all.deb ... 2020-12-08 11:09:54.751 | Unpacking libsnmp-base (5.7.3+dfsg-1.8ubuntu3.6) ... 2020-12-08 11:09:54.862 | Selecting previously unselected package libsnmp30:amd64. 2020-12-08 11:09:54.869 | Preparing to unpack .../093-libsnmp30_5.7.3+dfsg-1.8ubuntu3.6_amd64.deb ... 2020-12-08 11:09:54.872 | Unpacking libsnmp30:amd64 (5.7.3+dfsg-1.8ubuntu3.6) ... 2020-12-08 11:09:55.094 | Selecting previously unselected package keepalived. 2020-12-08 11:09:55.101 | Preparing to unpack .../094-keepalived_1%3a1.3.9-1ubuntu0.18.04.2_amd64.deb ... 2020-12-08 11:09:55.103 | Unpacking keepalived (1:1.3.9-1ubuntu0.18.04.2) ... 2020-12-08 11:09:55.224 | Selecting previously unselected package libgssrpc4:amd64. 2020-12-08 11:09:55.231 | Preparing to unpack .../095-libgssrpc4_1.16-2ubuntu0.2_amd64.deb ... 2020-12-08 11:09:55.233 | Unpacking libgssrpc4:amd64 (1.16-2ubuntu0.2) ... 2020-12-08 11:09:55.310 | Selecting previously unselected package libkdb5-9:amd64. 2020-12-08 11:09:55.317 | Preparing to unpack .../096-libkdb5-9_1.16-2ubuntu0.2_amd64.deb ... 2020-12-08 11:09:55.319 | Unpacking libkdb5-9:amd64 (1.16-2ubuntu0.2) ... 2020-12-08 11:09:55.402 | Selecting previously unselected package libkadm5srv-mit11:amd64. 2020-12-08 11:09:55.409 | Preparing to unpack .../097-libkadm5srv-mit11_1.16-2ubuntu0.2_amd64.deb ... 2020-12-08 11:09:55.411 | Unpacking libkadm5srv-mit11:amd64 (1.16-2ubuntu0.2) ... 2020-12-08 11:09:55.513 | Selecting previously unselected package libkadm5clnt-mit11:amd64. 2020-12-08 11:09:55.520 | Preparing to unpack .../098-libkadm5clnt-mit11_1.16-2ubuntu0.2_amd64.deb ... 2020-12-08 11:09:55.522 | Unpacking libkadm5clnt-mit11:amd64 (1.16-2ubuntu0.2) ... 2020-12-08 11:09:55.581 | Selecting previously unselected package comerr-dev:amd64. 2020-12-08 11:09:55.589 | Preparing to unpack .../099-comerr-dev_2.1-1.44.1-1ubuntu1.3_amd64.deb ... 2020-12-08 11:09:55.591 | Unpacking comerr-dev:amd64 (2.1-1.44.1-1ubuntu1.3) ... 2020-12-08 11:09:55.656 | Selecting previously unselected package krb5-multidev:amd64. 2020-12-08 11:09:55.663 | Preparing to unpack .../100-krb5-multidev_1.16-2ubuntu0.2_amd64.deb ... 2020-12-08 11:09:55.665 | Unpacking krb5-multidev:amd64 (1.16-2ubuntu0.2) ... 2020-12-08 11:09:55.766 | Selecting previously unselected package libaio1:amd64. 2020-12-08 11:09:55.773 | Preparing to unpack .../101-libaio1_0.3.110-5ubuntu0.1_amd64.deb ... 2020-12-08 11:09:55.775 | Unpacking libaio1:amd64 (0.3.110-5ubuntu0.1) ... 2020-12-08 11:09:55.834 | Selecting previously unselected package libalgorithm-diff-perl. 2020-12-08 11:09:55.841 | Preparing to unpack .../102-libalgorithm-diff-perl_1.19.03-1_all.deb ... 2020-12-08 11:09:55.843 | Unpacking libalgorithm-diff-perl (1.19.03-1) ... 2020-12-08 11:09:55.909 | Selecting previously unselected package libalgorithm-diff-xs-perl. 2020-12-08 11:09:55.916 | Preparing to unpack .../103-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... 2020-12-08 11:09:55.919 | Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 2020-12-08 11:09:55.985 | Selecting previously unselected package libalgorithm-merge-perl. 2020-12-08 11:09:55.992 | Preparing to unpack .../104-libalgorithm-merge-perl_0.08-3_all.deb ... 2020-12-08 11:09:55.994 | Unpacking libalgorithm-merge-perl (0.08-3) ... 2020-12-08 11:09:56.053 | Selecting previously unselected package libarchive-cpio-perl. 2020-12-08 11:09:56.059 | Preparing to unpack .../105-libarchive-cpio-perl_0.10-1_all.deb ... 2020-12-08 11:09:56.062 | Unpacking libarchive-cpio-perl (0.10-1) ... 2020-12-08 11:09:56.121 | Selecting previously unselected package libfile-fcntllock-perl. 2020-12-08 11:09:56.128 | Preparing to unpack .../106-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... 2020-12-08 11:09:56.130 | Unpacking libfile-fcntllock-perl (0.22-3build2) ... 2020-12-08 11:09:56.189 | Selecting previously unselected package libglib2.0-bin. 2020-12-08 11:09:56.195 | Preparing to unpack .../107-libglib2.0-bin_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 2020-12-08 11:09:56.198 | Unpacking libglib2.0-bin (2.56.4-0ubuntu0.18.04.6) ... 2020-12-08 11:09:56.278 | Selecting previously unselected package libglib2.0-dev-bin. 2020-12-08 11:09:56.284 | Preparing to unpack .../108-libglib2.0-dev-bin_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 2020-12-08 11:09:56.287 | Unpacking libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.6) ... 2020-12-08 11:09:56.392 | Selecting previously unselected package pkg-config. 2020-12-08 11:09:56.399 | Preparing to unpack .../109-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 2020-12-08 11:09:56.401 | Unpacking pkg-config (0.29.1-0ubuntu2) ... 2020-12-08 11:09:56.463 | Selecting previously unselected package zlib1g-dev:amd64. 2020-12-08 11:09:56.470 | Preparing to unpack .../110-zlib1g-dev_1%3a1.2.11.dfsg-0ubuntu2_amd64.deb ... 2020-12-08 11:09:56.480 | Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... 2020-12-08 11:09:56.565 | Selecting previously unselected package libglib2.0-dev:amd64. 2020-12-08 11:09:56.572 | Preparing to unpack .../111-libglib2.0-dev_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 2020-12-08 11:09:56.575 | Unpacking libglib2.0-dev:amd64 (2.56.4-0ubuntu0.18.04.6) ... 2020-12-08 11:09:56.910 | Selecting previously unselected package libgraphite2-dev:amd64. 2020-12-08 11:09:56.917 | Preparing to unpack .../112-libgraphite2-dev_1.3.11-2_amd64.deb ... 2020-12-08 11:09:56.919 | Unpacking libgraphite2-dev:amd64 (1.3.11-2) ... 2020-12-08 11:09:56.979 | Selecting previously unselected package libgts-bin. 2020-12-08 11:09:56.986 | Preparing to unpack .../113-libgts-bin_0.7.6+darcs121130-4_amd64.deb ... 2020-12-08 11:09:56.988 | Unpacking libgts-bin (0.7.6+darcs121130-4) ... 2020-12-08 11:09:57.076 | Selecting previously unselected package libharfbuzz-icu0:amd64. 2020-12-08 11:09:57.083 | Preparing to unpack .../114-libharfbuzz-icu0_1.7.2-1ubuntu1_amd64.deb ... 2020-12-08 11:09:57.085 | Unpacking libharfbuzz-icu0:amd64 (1.7.2-1ubuntu1) ... 2020-12-08 11:09:57.168 | Selecting previously unselected package libharfbuzz-gobject0:amd64. 2020-12-08 11:09:57.174 | Preparing to unpack .../115-libharfbuzz-gobject0_1.7.2-1ubuntu1_amd64.deb ... 2020-12-08 11:09:57.177 | Unpacking libharfbuzz-gobject0:amd64 (1.7.2-1ubuntu1) ... 2020-12-08 11:09:57.252 | Selecting previously unselected package libicu-le-hb0:amd64. 2020-12-08 11:09:57.259 | Preparing to unpack .../116-libicu-le-hb0_1.0.3+git161113-4_amd64.deb ... 2020-12-08 11:09:57.262 | Unpacking libicu-le-hb0:amd64 (1.0.3+git161113-4) ... 2020-12-08 11:09:57.335 | Selecting previously unselected package libiculx60:amd64. 2020-12-08 11:09:57.342 | Preparing to unpack .../117-libiculx60_60.2-3ubuntu3.1_amd64.deb ... 2020-12-08 11:09:57.344 | Unpacking libiculx60:amd64 (60.2-3ubuntu3.1) ... 2020-12-08 11:09:57.411 | Selecting previously unselected package libicu-le-hb-dev:amd64. 2020-12-08 11:09:57.419 | Preparing to unpack .../118-libicu-le-hb-dev_1.0.3+git161113-4_amd64.deb ... 2020-12-08 11:09:57.421 | Unpacking libicu-le-hb-dev:amd64 (1.0.3+git161113-4) ... 2020-12-08 11:09:57.482 | Selecting previously unselected package libicu-dev. 2020-12-08 11:09:57.489 | Preparing to unpack .../119-libicu-dev_60.2-3ubuntu3.1_amd64.deb ... 2020-12-08 11:09:57.491 | Unpacking libicu-dev (60.2-3ubuntu3.1) ... 2020-12-08 11:09:58.932 | Selecting previously unselected package libharfbuzz-dev:amd64. 2020-12-08 11:09:58.940 | Preparing to unpack .../120-libharfbuzz-dev_1.7.2-1ubuntu1_amd64.deb ... 2020-12-08 11:09:58.951 | Unpacking libharfbuzz-dev:amd64 (1.7.2-1ubuntu1) ... 2020-12-08 11:09:59.086 | Selecting previously unselected package libiscsi7:amd64. 2020-12-08 11:09:59.093 | Preparing to unpack .../121-libiscsi7_1.17.0-1.1_amd64.deb ... 2020-12-08 11:09:59.095 | Unpacking libiscsi7:amd64 (1.17.0-1.1) ... 2020-12-08 11:09:59.183 | Selecting previously unselected package libjansson4:amd64. 2020-12-08 11:09:59.190 | Preparing to unpack .../122-libjansson4_2.11-1_amd64.deb ... 2020-12-08 11:09:59.192 | Unpacking libjansson4:amd64 (2.11-1) ... 2020-12-08 11:09:59.250 | Selecting previously unselected package libjpeg-turbo8-dev:amd64. 2020-12-08 11:09:59.257 | Preparing to unpack .../123-libjpeg-turbo8-dev_1.5.2-0ubuntu5.18.04.4_amd64.deb ... 2020-12-08 11:09:59.259 | Unpacking libjpeg-turbo8-dev:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2020-12-08 11:09:59.355 | Selecting previously unselected package libjpeg8-dev:amd64. 2020-12-08 11:09:59.363 | Preparing to unpack .../124-libjpeg8-dev_8c-2ubuntu8_amd64.deb ... 2020-12-08 11:09:59.365 | Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2020-12-08 11:09:59.431 | Selecting previously unselected package libjpeg-dev:amd64. 2020-12-08 11:09:59.438 | Preparing to unpack .../125-libjpeg-dev_8c-2ubuntu8_amd64.deb ... 2020-12-08 11:09:59.440 | Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... 2020-12-08 11:09:59.505 | Selecting previously unselected package libjs-jquery. 2020-12-08 11:09:59.512 | Preparing to unpack .../126-libjs-jquery_3.2.1-1_all.deb ... 2020-12-08 11:09:59.515 | Unpacking libjs-jquery (3.2.1-1) ... 2020-12-08 11:09:59.596 | Selecting previously unselected package libjs-jquery-metadata. 2020-12-08 11:09:59.603 | Preparing to unpack .../127-libjs-jquery-metadata_12-1_all.deb ... 2020-12-08 11:09:59.606 | Unpacking libjs-jquery-metadata (12-1) ... 2020-12-08 11:09:59.664 | Selecting previously unselected package libjs-jquery-tablesorter. 2020-12-08 11:09:59.672 | Preparing to unpack .../128-libjs-jquery-tablesorter_1%3a2.29.5+dfsg1-1_all.deb ... 2020-12-08 11:09:59.682 | Unpacking libjs-jquery-tablesorter (1:2.29.5+dfsg1-1) ... 2020-12-08 11:09:59.788 | Selecting previously unselected package libltdl-dev:amd64. 2020-12-08 11:09:59.795 | Preparing to unpack .../129-libltdl-dev_2.4.6-2_amd64.deb ... 2020-12-08 11:09:59.798 | Unpacking libltdl-dev:amd64 (2.4.6-2) ... 2020-12-08 11:09:59.882 | Selecting previously unselected package libsys-hostname-long-perl. 2020-12-08 11:09:59.890 | Preparing to unpack .../130-libsys-hostname-long-perl_1.5-1_all.deb ... 2020-12-08 11:09:59.892 | Unpacking libsys-hostname-long-perl (1.5-1) ... 2020-12-08 11:09:59.951 | Selecting previously unselected package libmail-sendmail-perl. 2020-12-08 11:09:59.958 | Preparing to unpack .../131-libmail-sendmail-perl_0.80-1_all.deb ... 2020-12-08 11:09:59.960 | Unpacking libmail-sendmail-perl (0.80-1) ... 2020-12-08 11:10:00.052 | Selecting previously unselected package libmatheval1:amd64. 2020-12-08 11:10:00.059 | Preparing to unpack .../132-libmatheval1_1.1.11+dfsg-3build1_amd64.deb ... 2020-12-08 11:10:00.061 | Unpacking libmatheval1:amd64 (1.1.11+dfsg-3build1) ... 2020-12-08 11:10:00.168 | Selecting previously unselected package mysql-common. 2020-12-08 11:10:00.175 | Preparing to unpack .../133-mysql-common_5.8+1.0.4_all.deb ... 2020-12-08 11:10:00.191 | Unpacking mysql-common (5.8+1.0.4) ... 2020-12-08 11:10:00.274 | Selecting previously unselected package libmysqlclient20:amd64. 2020-12-08 11:10:00.281 | Preparing to unpack .../134-libmysqlclient20_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2020-12-08 11:10:00.283 | Unpacking libmysqlclient20:amd64 (5.7.32-0ubuntu0.18.04.1) ... 2020-12-08 11:10:00.453 | Selecting previously unselected package libssl-dev:amd64. 2020-12-08 11:10:00.460 | Preparing to unpack .../135-libssl-dev_1.1.1-1ubuntu2.1~18.04.6_amd64.deb ... 2020-12-08 11:10:00.462 | Unpacking libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.6) ... 2020-12-08 11:10:00.748 | Selecting previously unselected package libmysqlclient-dev. 2020-12-08 11:10:00.755 | Preparing to unpack .../136-libmysqlclient-dev_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2020-12-08 11:10:00.757 | Unpacking libmysqlclient-dev (5.7.32-0ubuntu0.18.04.1) ... 2020-12-08 11:10:01.006 | Selecting previously unselected package libnorm1:amd64. 2020-12-08 11:10:01.013 | Preparing to unpack .../137-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 2020-12-08 11:10:01.015 | Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 2020-12-08 11:10:01.119 | Selecting previously unselected package libnspr4:amd64. 2020-12-08 11:10:01.126 | Preparing to unpack .../138-libnspr4_2%3a4.18-1ubuntu1_amd64.deb ... 2020-12-08 11:10:01.128 | Unpacking libnspr4:amd64 (2:4.18-1ubuntu1) ... 2020-12-08 11:10:01.217 | Selecting previously unselected package libnss3:amd64. 2020-12-08 11:10:01.224 | Preparing to unpack .../139-libnss3_2%3a3.35-2ubuntu2.12_amd64.deb ... 2020-12-08 11:10:01.226 | Unpacking libnss3:amd64 (2:3.35-2ubuntu2.12) ... 2020-12-08 11:10:01.478 | Selecting previously unselected package libpgm-5.2-0:amd64. 2020-12-08 11:10:01.486 | Preparing to unpack .../140-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 2020-12-08 11:10:01.488 | Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 2020-12-08 11:10:01.590 | Selecting previously unselected package libpq5:amd64. 2020-12-08 11:10:01.597 | Preparing to unpack .../141-libpq5_10.15-0ubuntu0.18.04.1_amd64.deb ... 2020-12-08 11:10:01.599 | Unpacking libpq5:amd64 (10.15-0ubuntu0.18.04.1) ... 2020-12-08 11:10:01.677 | Selecting previously unselected package libpq-dev. 2020-12-08 11:10:01.684 | Preparing to unpack .../142-libpq-dev_10.15-0ubuntu0.18.04.1_amd64.deb ... 2020-12-08 11:10:01.686 | Unpacking libpq-dev (10.15-0ubuntu0.18.04.1) ... 2020-12-08 11:10:01.828 | Selecting previously unselected package librados2. 2020-12-08 11:10:01.836 | Preparing to unpack .../143-librados2_12.2.13-0ubuntu0.18.04.5_amd64.deb ... 2020-12-08 11:10:01.838 | Unpacking librados2 (12.2.13-0ubuntu0.18.04.5) ... 2020-12-08 11:10:02.318 | Selecting previously unselected package librbd1. 2020-12-08 11:10:02.326 | Preparing to unpack .../144-librbd1_12.2.13-0ubuntu0.18.04.5_amd64.deb ... 2020-12-08 11:10:02.328 | Unpacking librbd1 (12.2.13-0ubuntu0.18.04.5) ... 2020-12-08 11:10:02.519 | Selecting previously unselected package libsasl2-dev. 2020-12-08 11:10:02.527 | Preparing to unpack .../145-libsasl2-dev_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 2020-12-08 11:10:02.530 | Unpacking libsasl2-dev (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 2020-12-08 11:10:02.660 | Preparing to unpack .../146-libsasl2-modules_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 2020-12-08 11:10:02.681 | Unpacking libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2020-12-08 11:10:02.801 | Selecting previously unselected package libsodium23:amd64. 2020-12-08 11:10:02.809 | Preparing to unpack .../147-libsodium23_1.0.16-2_amd64.deb ... 2020-12-08 11:10:02.811 | Unpacking libsodium23:amd64 (1.0.16-2) ... 2020-12-08 11:10:02.885 | Selecting previously unselected package libsystemd-dev:amd64. 2020-12-08 11:10:02.893 | Preparing to unpack .../148-libsystemd-dev_237-3ubuntu10.43_amd64.deb ... 2020-12-08 11:10:02.895 | Unpacking libsystemd-dev:amd64 (237-3ubuntu10.43) ... 2020-12-08 11:10:03.034 | Selecting previously unselected package libx86-1:amd64. 2020-12-08 11:10:03.042 | Preparing to unpack .../149-libx86-1_1.1+ds1-10.2_amd64.deb ... 2020-12-08 11:10:03.044 | Unpacking libx86-1:amd64 (1.1+ds1-10.2) ... 2020-12-08 11:10:03.117 | Selecting previously unselected package libxml2-dev:amd64. 2020-12-08 11:10:03.125 | Preparing to unpack .../150-libxml2-dev_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb ... 2020-12-08 11:10:03.127 | Unpacking libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2020-12-08 11:10:03.337 | Preparing to unpack .../151-libxslt1.1_1.1.29-5ubuntu0.2_amd64.deb ... 2020-12-08 11:10:03.383 | Unpacking libxslt1.1:amd64 (1.1.29-5ubuntu0.2) over (1.1.29-5ubuntu0.1) ... 2020-12-08 11:10:03.473 | Selecting previously unselected package libxslt1-dev:amd64. 2020-12-08 11:10:03.480 | Preparing to unpack .../152-libxslt1-dev_1.1.29-5ubuntu0.2_amd64.deb ... 2020-12-08 11:10:03.483 | Unpacking libxslt1-dev:amd64 (1.1.29-5ubuntu0.2) ... 2020-12-08 11:10:03.647 | Selecting previously unselected package libzmq5:amd64. 2020-12-08 11:10:03.655 | Preparing to unpack .../153-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 2020-12-08 11:10:03.657 | Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 2020-12-08 11:10:03.769 | Selecting previously unselected package lsscsi. 2020-12-08 11:10:03.776 | Preparing to unpack .../154-lsscsi_0.28-0.1_amd64.deb ... 2020-12-08 11:10:03.779 | Unpacking lsscsi (0.28-0.1) ... 2020-12-08 11:10:03.887 | Preparing to unpack .../155-lvm2_2.02.176-4.1ubuntu3.18.04.3_amd64.deb ... 2020-12-08 11:10:03.926 | Unpacking lvm2 (2.02.176-4.1ubuntu3.18.04.3) over (2.02.176-4.1ubuntu3.18.04.1) ... 2020-12-08 11:10:04.806 | Selecting previously unselected package memcached. 2020-12-08 11:10:04.814 | Preparing to unpack .../156-memcached_1.5.6-0ubuntu1.2_amd64.deb ... 2020-12-08 11:10:04.816 | Unpacking memcached (1.5.6-0ubuntu1.2) ... 2020-12-08 11:10:04.897 | Selecting previously unselected package pm-utils. 2020-12-08 11:10:04.905 | Preparing to unpack .../157-pm-utils_1.4.1-17_all.deb ... 2020-12-08 11:10:04.907 | Unpacking pm-utils (1.4.1-17) ... 2020-12-08 11:10:05.007 | Selecting previously unselected package postgresql-client-common. 2020-12-08 11:10:05.015 | Preparing to unpack .../158-postgresql-client-common_190ubuntu0.1_all.deb ... 2020-12-08 11:10:05.017 | Unpacking postgresql-client-common (190ubuntu0.1) ... 2020-12-08 11:10:05.119 | Selecting previously unselected package ssl-cert. 2020-12-08 11:10:05.126 | Preparing to unpack .../159-ssl-cert_1.0.39_all.deb ... 2020-12-08 11:10:05.128 | Unpacking ssl-cert (1.0.39) ... 2020-12-08 11:10:05.263 | Selecting previously unselected package postgresql-common. 2020-12-08 11:10:05.271 | Preparing to unpack .../160-postgresql-common_190ubuntu0.1_all.deb ... 2020-12-08 11:10:05.298 | Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common' 2020-12-08 11:10:05.308 | Unpacking postgresql-common (190ubuntu0.1) ... 2020-12-08 11:10:05.404 | Selecting previously unselected package postgresql-server-dev-10. 2020-12-08 11:10:05.412 | Preparing to unpack .../161-postgresql-server-dev-10_10.15-0ubuntu0.18.04.1_amd64.deb ... 2020-12-08 11:10:05.414 | Unpacking postgresql-server-dev-10 (10.15-0ubuntu0.18.04.1) ... 2020-12-08 11:10:05.731 | Selecting previously unselected package postgresql-server-dev-all. 2020-12-08 11:10:05.739 | Preparing to unpack .../162-postgresql-server-dev-all_190ubuntu0.1_all.deb ... 2020-12-08 11:10:05.741 | Unpacking postgresql-server-dev-all (190ubuntu0.1) ... 2020-12-08 11:10:05.809 | Selecting previously unselected package python-pip-whl. 2020-12-08 11:10:05.817 | Preparing to unpack .../163-python-pip-whl_9.0.1-2.3~ubuntu1.18.04.4_all.deb ... 2020-12-08 11:10:05.819 | Unpacking python-pip-whl (9.0.1-2.3~ubuntu1.18.04.4) ... 2020-12-08 11:10:06.074 | Selecting previously unselected package python3-crypto. 2020-12-08 11:10:06.082 | Preparing to unpack .../164-python3-crypto_2.6.1-8ubuntu2_amd64.deb ... 2020-12-08 11:10:06.084 | Unpacking python3-crypto (2.6.1-8ubuntu2) ... 2020-12-08 11:10:06.222 | Selecting previously unselected package python3-secretstorage. 2020-12-08 11:10:06.229 | Preparing to unpack .../165-python3-secretstorage_2.3.1-2_all.deb ... 2020-12-08 11:10:06.232 | Unpacking python3-secretstorage (2.3.1-2) ... 2020-12-08 11:10:06.315 | Selecting previously unselected package python3-keyring. 2020-12-08 11:10:06.322 | Preparing to unpack .../166-python3-keyring_10.6.0-1_all.deb ... 2020-12-08 11:10:06.332 | Unpacking python3-keyring (10.6.0-1) ... 2020-12-08 11:10:06.420 | Selecting previously unselected package python3-keyrings.alt. 2020-12-08 11:10:06.428 | Preparing to unpack .../167-python3-keyrings.alt_3.0-1_all.deb ... 2020-12-08 11:10:06.430 | Unpacking python3-keyrings.alt (3.0-1) ... 2020-12-08 11:10:06.521 | Selecting previously unselected package python3-mysqldb. 2020-12-08 11:10:06.529 | Preparing to unpack .../168-python3-mysqldb_1.3.10-1build1_amd64.deb ... 2020-12-08 11:10:06.531 | Unpacking python3-mysqldb (1.3.10-1build1) ... 2020-12-08 11:10:06.612 | Selecting previously unselected package python3-pip. 2020-12-08 11:10:06.620 | Preparing to unpack .../169-python3-pip_9.0.1-2.3~ubuntu1.18.04.4_all.deb ... 2020-12-08 11:10:06.630 | Unpacking python3-pip (9.0.1-2.3~ubuntu1.18.04.4) ... 2020-12-08 11:10:06.718 | Selecting previously unselected package python3-setuptools. 2020-12-08 11:10:06.726 | Preparing to unpack .../170-python3-setuptools_39.0.1-2_all.deb ... 2020-12-08 11:10:06.728 | Unpacking python3-setuptools (39.0.1-2) ... 2020-12-08 11:10:06.848 | Selecting previously unselected package python3.6-venv. 2020-12-08 11:10:06.855 | Preparing to unpack .../171-python3.6-venv_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 2020-12-08 11:10:06.858 | Unpacking python3.6-venv (3.6.9-1~18.04ubuntu1.3) ... 2020-12-08 11:10:06.909 | Selecting previously unselected package python3-venv. 2020-12-08 11:10:06.916 | Preparing to unpack .../172-python3-venv_3.6.7-1~18.04_amd64.deb ... 2020-12-08 11:10:06.918 | Unpacking python3-venv (3.6.7-1~18.04) ... 2020-12-08 11:10:06.985 | Selecting previously unselected package python3-wheel. 2020-12-08 11:10:06.993 | Preparing to unpack .../173-python3-wheel_0.30.0-0.2_all.deb ... 2020-12-08 11:10:06.995 | Unpacking python3-wheel (0.30.0-0.2) ... 2020-12-08 11:10:07.070 | Selecting previously unselected package python3-xdg. 2020-12-08 11:10:07.078 | Preparing to unpack .../174-python3-xdg_0.25-4ubuntu1_all.deb ... 2020-12-08 11:10:07.080 | Unpacking python3-xdg (0.25-4ubuntu1) ... 2020-12-08 11:10:07.155 | Selecting previously unselected package qemu-block-extra:amd64. 2020-12-08 11:10:07.163 | Preparing to unpack .../175-qemu-block-extra_1%3a2.11+dfsg-1ubuntu7.34_amd64.deb ... 2020-12-08 11:10:07.165 | Unpacking qemu-block-extra:amd64 (1:2.11+dfsg-1ubuntu7.34) ... 2020-12-08 11:10:07.240 | Selecting previously unselected package qemu-utils. 2020-12-08 11:10:07.247 | Preparing to unpack .../176-qemu-utils_1%3a2.11+dfsg-1ubuntu7.34_amd64.deb ... 2020-12-08 11:10:07.249 | Unpacking qemu-utils (1:2.11+dfsg-1ubuntu7.34) ... 2020-12-08 11:10:07.449 | Selecting previously unselected package sharutils. 2020-12-08 11:10:07.457 | Preparing to unpack .../177-sharutils_1%3a4.15.2-3_amd64.deb ... 2020-12-08 11:10:07.459 | Unpacking sharutils (1:4.15.2-3) ... 2020-12-08 11:10:07.542 | Selecting previously unselected package sqlite3. 2020-12-08 11:10:07.550 | Preparing to unpack .../178-sqlite3_3.22.0-1ubuntu0.4_amd64.deb ... 2020-12-08 11:10:07.552 | Unpacking sqlite3 (3.22.0-1ubuntu0.4) ... 2020-12-08 11:10:07.719 | Selecting previously unselected package thin-provisioning-tools. 2020-12-08 11:10:07.726 | Preparing to unpack .../179-thin-provisioning-tools_0.7.4-2ubuntu3_amd64.deb ... 2020-12-08 11:10:07.728 | Unpacking thin-provisioning-tools (0.7.4-2ubuntu3) ... 2020-12-08 11:10:07.856 | Selecting previously unselected package unzip. 2020-12-08 11:10:07.864 | Preparing to unpack .../180-unzip_6.0-21ubuntu1_amd64.deb ... 2020-12-08 11:10:07.866 | Unpacking unzip (6.0-21ubuntu1) ... 2020-12-08 11:10:07.970 | Selecting previously unselected package uwsgi-core. 2020-12-08 11:10:07.977 | Preparing to unpack .../181-uwsgi-core_2.0.15-10.2ubuntu2.1_amd64.deb ... 2020-12-08 11:10:07.980 | Unpacking uwsgi-core (2.0.15-10.2ubuntu2.1) ... 2020-12-08 11:10:08.145 | Selecting previously unselected package vbetool. 2020-12-08 11:10:08.153 | Preparing to unpack .../182-vbetool_1.1-4_amd64.deb ... 2020-12-08 11:10:08.155 | Unpacking vbetool (1.1-4) ... 2020-12-08 11:10:08.247 | Selecting previously unselected package libipset3:amd64. 2020-12-08 11:10:08.255 | Preparing to unpack .../183-libipset3_6.34-1_amd64.deb ... 2020-12-08 11:10:08.257 | Unpacking libipset3:amd64 (6.34-1) ... 2020-12-08 11:10:08.325 | Selecting previously unselected package ipset. 2020-12-08 11:10:08.333 | Preparing to unpack .../184-ipset_6.34-1_amd64.deb ... 2020-12-08 11:10:08.344 | Unpacking ipset (6.34-1) ... 2020-12-08 11:10:08.435 | Selecting previously unselected package ipvsadm. 2020-12-08 11:10:08.443 | Preparing to unpack .../185-ipvsadm_1%3a1.28-3ubuntu0.18.04.1_amd64.deb ... 2020-12-08 11:10:08.445 | Unpacking ipvsadm (1:1.28-3ubuntu0.18.04.1) ... 2020-12-08 11:10:08.521 | Selecting previously unselected package kpartx. 2020-12-08 11:10:08.529 | Preparing to unpack .../186-kpartx_0.7.4-2ubuntu3_amd64.deb ... 2020-12-08 11:10:08.531 | Unpacking kpartx (0.7.4-2ubuntu3) ... 2020-12-08 11:10:08.615 | Selecting previously unselected package libapache2-mod-proxy-uwsgi. 2020-12-08 11:10:08.622 | Preparing to unpack .../187-libapache2-mod-proxy-uwsgi_2.0.15-10.2ubuntu2.1_amd64.deb ... 2020-12-08 11:10:08.625 | Unpacking libapache2-mod-proxy-uwsgi (2.0.15-10.2ubuntu2.1) ... 2020-12-08 11:10:08.717 | Selecting previously unselected package liberasurecode1:amd64. 2020-12-08 11:10:08.724 | Preparing to unpack .../188-liberasurecode1_1.5.0-1_amd64.deb ... 2020-12-08 11:10:08.727 | Unpacking liberasurecode1:amd64 (1.5.0-1) ... 2020-12-08 11:10:08.796 | Selecting previously unselected package liberasurecode-dev. 2020-12-08 11:10:08.803 | Preparing to unpack .../189-liberasurecode-dev_1.5.0-1_amd64.deb ... 2020-12-08 11:10:08.806 | Unpacking liberasurecode-dev (1.5.0-1) ... 2020-12-08 11:10:08.864 | Selecting previously unselected package libffi-dev:amd64. 2020-12-08 11:10:08.871 | Preparing to unpack .../190-libffi-dev_3.2.1-8_amd64.deb ... 2020-12-08 11:10:08.873 | Unpacking libffi-dev:amd64 (3.2.1-8) ... 2020-12-08 11:10:08.953 | Selecting previously unselected package libkrb5-dev:amd64. 2020-12-08 11:10:08.961 | Preparing to unpack .../191-libkrb5-dev_1.16-2ubuntu0.2_amd64.deb ... 2020-12-08 11:10:08.972 | Unpacking libkrb5-dev:amd64 (1.16-2ubuntu0.2) ... 2020-12-08 11:10:09.033 | Selecting previously unselected package libyaml-dev:amd64. 2020-12-08 11:10:09.041 | Preparing to unpack .../192-libyaml-dev_0.1.7-2ubuntu3_amd64.deb ... 2020-12-08 11:10:09.043 | Unpacking libyaml-dev:amd64 (0.1.7-2ubuntu3) ... 2020-12-08 11:10:09.106 | Selecting previously unselected package socat. 2020-12-08 11:10:09.114 | Preparing to unpack .../193-socat_1.7.3.2-2ubuntu2_amd64.deb ... 2020-12-08 11:10:09.124 | Unpacking socat (1.7.3.2-2ubuntu2) ... 2020-12-08 11:10:09.234 | Selecting previously unselected package vlan. 2020-12-08 11:10:09.242 | Preparing to unpack .../194-vlan_1.9-3.2ubuntu6_amd64.deb ... 2020-12-08 11:10:09.245 | Unpacking vlan (1.9-3.2ubuntu6) ... 2020-12-08 11:10:09.343 | Setting up libjs-jquery (3.2.1-1) ... 2020-12-08 11:10:09.372 | Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 2020-12-08 11:10:09.409 | Setting up libapr1:amd64 (1.6.3-2) ... 2020-12-08 11:10:09.429 | Setting up python-pip-whl (9.0.1-2.3~ubuntu1.18.04.4) ... 2020-12-08 11:10:09.465 | Processing triggers for ufw (0.36-0ubuntu0.18.04.1) ... 2020-12-08 11:10:09.656 | Setting up libpathplan4 (2.40.1-2) ... 2020-12-08 11:10:09.684 | Setting up conntrack (1:1.4.4+snapshot20161117-6ubuntu2) ... 2020-12-08 11:10:09.719 | Setting up libicu60:amd64 (60.2-3ubuntu3.1) ... 2020-12-08 11:10:09.755 | Setting up make (4.1-9.1ubuntu1) ... 2020-12-08 11:10:09.782 | Setting up liblab-gamut1 (2.40.1-2) ... 2020-12-08 11:10:09.818 | Setting up libxcb-render0:amd64 (1.13-2~ubuntu18.04) ... 2020-12-08 11:10:09.846 | Setting up vlan (1.9-3.2ubuntu6) ... 2020-12-08 11:10:09.918 | Setting up libarchive-zip-perl (1.60-1ubuntu0.1) ... 2020-12-08 11:10:09.946 | Setting up comerr-dev:amd64 (2.1-1.44.1-1ubuntu1.3) ... 2020-12-08 11:10:09.981 | Processing triggers for mime-support (3.60ubuntu1) ... 2020-12-08 11:10:10.009 | Setting up libsctp1:amd64 (1.0.17+dfsg-2) ... 2020-12-08 11:10:10.036 | Processing triggers for ureadahead (0.100.0-21) ... 2020-12-08 11:10:10.067 | Setting up sudo (1.8.21p2-3ubuntu1.3) ... 2020-12-08 11:10:10.139 | Setting up libtimedate-perl (2.3000-2) ... 2020-12-08 11:10:10.166 | Setting up libjbig0:amd64 (2.1-3.1build1) ... 2020-12-08 11:10:10.194 | Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 2020-12-08 11:10:10.243 | Setting up fonts-dejavu-core (2.37-1) ... 2020-12-08 11:10:10.407 | Setting up python3-crypto (2.6.1-8ubuntu2) ... 2020-12-08 11:10:10.834 | Processing triggers for install-info (6.5.0.dfsg.1-2) ... 2020-12-08 11:10:11.067 | Setting up libx86-1:amd64 (1.1+ds1-10.2) ... 2020-12-08 11:10:11.095 | Setting up lvm2 (2.02.176-4.1ubuntu3.18.04.3) ... 2020-12-08 11:10:11.471 | update-initramfs: deferring update (trigger activated) 2020-12-08 11:10:13.513 | Setting up lsscsi (0.28-0.1) ... 2020-12-08 11:10:13.557 | Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 2020-12-08 11:10:13.577 | No schema files found: doing nothing. 2020-12-08 11:10:13.584 | Setting up mysql-common (5.8+1.0.4) ... 2020-12-08 11:10:13.645 | update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2020-12-08 11:10:13.657 | Setting up sharutils (1:4.15.2-3) ... 2020-12-08 11:10:13.686 | Setting up libiscsi7:amd64 (1.17.0-1.1) ... 2020-12-08 11:10:13.713 | Setting up python3-xdg (0.25-4ubuntu1) ... 2020-12-08 11:10:14.009 | Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 2020-12-08 11:10:14.038 | Setting up libjansson4:amd64 (2.11-1) ... 2020-12-08 11:10:14.073 | Setting up python3-keyrings.alt (3.0-1) ... 2020-12-08 11:10:14.331 | Setting up unzip (6.0-21ubuntu1) ... 2020-12-08 11:10:14.364 | Setting up python3.6-venv (3.6.9-1~18.04ubuntu1.3) ... 2020-12-08 11:10:14.468 | Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 2020-12-08 11:10:14.496 | Setting up libarchive-cpio-perl (0.10-1) ... 2020-12-08 11:10:14.524 | Setting up genisoimage (9:1.1.11-3ubuntu2) ... 2020-12-08 11:10:14.560 | Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 2020-12-08 11:10:14.588 | Setting up uuid-dev:amd64 (2.31.1-0.4ubuntu3.7) ... 2020-12-08 11:10:14.617 | Setting up dctrl-tools (2.24-2build1) ... 2020-12-08 11:10:14.651 | Setting up apache2-data (2.4.29-1ubuntu4.14) ... 2020-12-08 11:10:14.687 | Setting up libffi-dev:amd64 (3.2.1-8) ... 2020-12-08 11:10:14.714 | Setting up libdatrie1:amd64 (0.2.10-7) ... 2020-12-08 11:10:14.750 | Setting up libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2020-12-08 11:10:14.778 | Setting up libyaml-dev:amd64 (0.1.7-2ubuntu3) ... 2020-12-08 11:10:14.806 | Processing triggers for initramfs-tools (0.130ubuntu3.8) ... 2020-12-08 11:10:14.884 | update-initramfs: Generating /boot/initrd.img-4.15.0-55-generic 2020-12-08 11:10:25.223 | Setting up pm-utils (1.4.1-17) ... 2020-12-08 11:10:25.269 | Setting up libnetfilter-queue1 (1.0.2-2) ... 2020-12-08 11:10:25.303 | Setting up python3-wheel (0.30.0-0.2) ... 2020-12-08 11:10:25.588 | Setting up m4 (1.4.18-1) ... 2020-12-08 11:10:25.615 | Setting up libipset3:amd64 (6.34-1) ... 2020-12-08 11:10:25.642 | Setting up fonts-liberation (1:1.07.4-7~18.04.1) ... 2020-12-08 11:10:25.670 | Setting up libsasl2-dev (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 2020-12-08 11:10:25.697 | Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 2020-12-08 11:10:25.724 | Setting up open-iscsi (2.0.874-5ubuntu2.10) ... 2020-12-08 11:10:25.795 | Installing new version of config file /etc/iscsi/iscsid.conf ... 2020-12-08 11:10:27.614 | Setting up libnspr4:amd64 (2:4.18-1ubuntu1) ... 2020-12-08 11:10:27.641 | Setting up libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2020-12-08 11:10:27.669 | Setting up uuid-runtime (2.31.1-0.4ubuntu3.7) ... 2020-12-08 11:10:28.518 | Setting up libgraphite2-3:amd64 (1.3.11-2) ... 2020-12-08 11:10:28.545 | Setting up libcroco3:amd64 (0.6.12-2) ... 2020-12-08 11:10:28.573 | Setting up libxslt1.1:amd64 (1.1.29-5ubuntu0.2) ... 2020-12-08 11:10:28.600 | Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 2020-12-08 11:10:28.629 | Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 2020-12-08 11:10:28.656 | Setting up libsys-hostname-long-perl (1.5-1) ... 2020-12-08 11:10:28.684 | Setting up libfile-fcntllock-perl (0.22-3build2) ... 2020-12-08 11:10:28.712 | Setting up dnsmasq-utils (2.79-1) ... 2020-12-08 11:10:28.740 | Setting up libsodium23:amd64 (1.0.16-2) ... 2020-12-08 11:10:28.767 | Setting up libpixman-1-0:amd64 (0.34.0-2) ... 2020-12-08 11:10:28.812 | Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 2020-12-08 11:10:28.858 | Setting up libjpeg-turbo8-dev:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2020-12-08 11:10:28.885 | Setting up libmail-sendmail-perl (0.80-1) ... 2020-12-08 11:10:28.913 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2020-12-08 11:10:28.948 | Setting up libaio1:amd64 (0.3.110-5ubuntu0.1) ... 2020-12-08 11:10:28.985 | Setting up autotools-dev (20180224.1) ... 2020-12-08 11:10:29.013 | Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 2020-12-08 11:10:29.041 | Setting up kpartx (0.7.4-2ubuntu3) ... 2020-12-08 11:10:29.068 | Setting up postgresql-client-common (190ubuntu0.1) ... 2020-12-08 11:10:29.114 | Setting up dstat (0.7.3-1) ... 2020-12-08 11:10:29.317 | Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.6) ... 2020-12-08 11:10:29.565 | Setting up libaprutil1:amd64 (1.6.1-2) ... 2020-12-08 11:10:29.593 | Setting up ipset (6.34-1) ... 2020-12-08 11:10:29.620 | Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... 2020-12-08 11:10:29.657 | Setting up thin-provisioning-tools (0.7.4-2ubuntu3) ... 2020-12-08 11:10:29.685 | Setting up systemd (237-3ubuntu10.43) ... 2020-12-08 11:10:29.705 | Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 2020-12-08 11:10:30.845 | [/usr/lib/tmpfiles.d/haproxy.conf:1] Unknown user 'haproxy'. 2020-12-08 11:10:30.847 | [/usr/lib/tmpfiles.d/memcached.conf:1] Unknown user 'memcache'. 2020-12-08 11:10:30.847 | [/usr/lib/tmpfiles.d/postgresql.conf:2] Unknown user 'postgres'. 2020-12-08 11:10:30.848 | [/usr/lib/tmpfiles.d/postgresql.conf:4] Unknown group 'postgres'. 2020-12-08 11:10:30.925 | Setting up libltdl7:amd64 (2.4.6-2) ... 2020-12-08 11:10:30.953 | Setting up openssl (1.1.1-1ubuntu2.1~18.04.6) ... 2020-12-08 11:10:30.990 | Setting up python3-pip (9.0.1-2.3~ubuntu1.18.04.4) ... 2020-12-08 11:10:31.358 | Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 2020-12-08 11:10:31.386 | Setting up libann0 (1.1.2+doc-6) ... 2020-12-08 11:10:31.414 | Setting up libalgorithm-diff-perl (1.19.03-1) ... 2020-12-08 11:10:31.441 | Setting up libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ... 2020-12-08 11:10:31.468 | Setting up libxpm4:amd64 (1:3.5.12-1) ... 2020-12-08 11:10:31.496 | Setting up libxrender1:amd64 (1:0.9.10-1) ... 2020-12-08 11:10:31.523 | Setting up libsensors4:amd64 (1:3.4.0-4) ... 2020-12-08 11:10:31.569 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-12-08 11:10:52.912 | Setting up libsystemd-dev:amd64 (237-3ubuntu10.43) ... 2020-12-08 11:10:52.919 | Setting up libmysqlclient20:amd64 (5.7.32-0ubuntu0.18.04.1) ... 2020-12-08 11:10:52.946 | Setting up icu-devtools (60.2-3ubuntu3.1) ... 2020-12-08 11:10:52.974 | Setting up liblua5.2-0:amd64 (5.2.4-1.1build1) ... 2020-12-08 11:10:53.002 | Setting up libthai-data (0.1.27-2) ... 2020-12-08 11:10:53.030 | Setting up liberasurecode1:amd64 (1.5.0-1) ... 2020-12-08 11:10:53.059 | Setting up javascript-common (11) ... 2020-12-08 11:10:53.126 | Package apache2 is not configured yet. Will defer actions by package javascript-common. 2020-12-08 11:10:53.141 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2020-12-08 11:10:53.174 | Setting up python3-setuptools (39.0.1-2) ... 2020-12-08 11:10:53.610 | Setting up libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 2020-12-08 11:10:53.648 | Setting up libnl-3-200:amd64 (3.2.29-0ubuntu3) ... 2020-12-08 11:10:53.694 | Setting up libjs-jquery-metadata (12-1) ... 2020-12-08 11:10:53.722 | Setting up x11-common (1:7.7+19ubuntu7.1) ... 2020-12-08 11:10:54.105 | update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults 2020-12-08 11:10:54.443 | Setting up python3-secretstorage (2.3.1-2) ... 2020-12-08 11:10:54.702 | Setting up iputils-arping (3:20161105-1ubuntu3) ... 2020-12-08 11:10:54.730 | Setting up liblua5.3-0:amd64 (5.3.3-1ubuntu0.18.04.1) ... 2020-12-08 11:10:54.758 | Setting up libglib2.0-bin (2.56.4-0ubuntu0.18.04.6) ... 2020-12-08 11:10:54.786 | Setting up libgraphite2-dev:amd64 (1.3.11-2) ... 2020-12-08 11:10:54.813 | Setting up vbetool (1.1-4) ... 2020-12-08 11:10:54.841 | Setting up libcdt5 (2.40.1-2) ... 2020-12-08 11:10:54.868 | Setting up git (1:2.17.1-1ubuntu0.7) ... 2020-12-08 11:10:54.925 | Setting up libmatheval1:amd64 (1.1.11+dfsg-3build1) ... 2020-12-08 11:10:54.953 | Setting up autopoint (0.19.8.1-6ubuntu0.3) ... 2020-12-08 11:10:54.981 | Processing triggers for rsyslog (8.32.0-1ubuntu4) ... 2020-12-08 11:10:55.213 | Setting up libcgraph6 (2.40.1-2) ... 2020-12-08 11:10:55.241 | Setting up libaprutil1-ldap:amd64 (1.6.1-2) ... 2020-12-08 11:10:55.268 | Setting up libwebp6:amd64 (0.6.1-2) ... 2020-12-08 11:10:55.296 | Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... 2020-12-08 11:10:55.325 | Setting up libsnmp-base (5.7.3+dfsg-1.8ubuntu3.6) ... 2020-12-08 11:10:55.353 | Setting up libfile-stripnondeterminism-perl (0.040-1.1~build1) ... 2020-12-08 11:10:55.381 | Setting up libjpeg8:amd64 (8c-2ubuntu8) ... 2020-12-08 11:10:55.409 | Setting up python3-venv (3.6.7-1~18.04) ... 2020-12-08 11:10:55.437 | Setting up libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu1) ... 2020-12-08 11:10:55.472 | Setting up libldap2-dev:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 2020-12-08 11:10:55.500 | Setting up libtool (2.4.6-2) ... 2020-12-08 11:10:55.528 | Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2020-12-08 11:10:55.555 | Setting up libsctp-dev:amd64 (1.0.17+dfsg-2) ... 2020-12-08 11:10:55.583 | Setting up libnss-systemd:amd64 (237-3ubuntu10.43) ... 2020-12-08 11:10:55.610 | Setting up libjs-jquery-tablesorter (1:2.29.5+dfsg1-1) ... 2020-12-08 11:10:55.638 | Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 2020-12-08 11:10:55.666 | Setting up haproxy (1.8.8-1ubuntu0.11) ... 2020-12-08 11:10:56.243 | Created symlink /etc/systemd/system/multi-user.target.wants/haproxy.service → /lib/systemd/system/haproxy.service. 2020-12-08 11:10:56.814 | Setting up fontconfig-config (2.12.6-0ubuntu2) ... 2020-12-08 11:10:57.204 | Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 2020-12-08 11:10:57.231 | Setting up libsnmp30:amd64 (5.7.3+dfsg-1.8ubuntu3.6) ... 2020-12-08 11:10:57.259 | Setting up libpam-systemd:amd64 (237-3ubuntu10.43) ... 2020-12-08 11:10:57.568 | Setting up libapr1-dev (1.6.3-2) ... 2020-12-08 11:10:57.596 | Setting up libltdl-dev:amd64 (2.4.6-2) ... 2020-12-08 11:10:57.624 | Setting up python3-keyring (10.6.0-1) ... 2020-12-08 11:10:57.903 | Setting up libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.6) ... 2020-12-08 11:10:58.192 | Setting up gettext (0.19.8.1-6ubuntu0.3) ... 2020-12-08 11:10:58.219 | Setting up libaprutil1-dbd-sqlite3:amd64 (1.6.1-2) ... 2020-12-08 11:10:58.247 | Setting up libgvpr2 (2.40.1-2) ... 2020-12-08 11:10:58.275 | Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 2020-12-08 11:10:58.303 | Setting up memcached (1.5.6-0ubuntu1.2) ... 2020-12-08 11:10:58.866 | Created symlink /etc/systemd/system/multi-user.target.wants/memcached.service → /lib/systemd/system/memcached.service. 2020-12-08 11:10:59.437 | Setting up socat (1.7.3.2-2ubuntu2) ... 2020-12-08 11:10:59.458 | Setting up apache2-utils (2.4.29-1ubuntu4.14) ... 2020-12-08 11:10:59.486 | Setting up libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.6) ... 2020-12-08 11:10:59.514 | Setting up libaprutil1-dev (1.6.1-2) ... 2020-12-08 11:10:59.549 | Setting up liberasurecode-dev (1.5.0-1) ... 2020-12-08 11:10:59.587 | Setting up apache2-bin (2.4.29-1ubuntu4.14) ... 2020-12-08 11:10:59.615 | Setting up libnl-genl-3-200:amd64 (3.2.29-0ubuntu3) ... 2020-12-08 11:10:59.643 | Setting up libnss3:amd64 (2:3.35-2ubuntu2.12) ... 2020-12-08 11:10:59.671 | Setting up libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ... 2020-12-08 11:10:59.699 | Setting up libtiff5:amd64 (4.0.9-5ubuntu0.3) ... 2020-12-08 11:10:59.728 | Setting up libnl-route-3-200:amd64 (3.2.29-0ubuntu3) ... 2020-12-08 11:10:59.756 | Setting up ssl-cert (1.0.39) ... 2020-12-08 11:11:00.293 | Setting up python3-mysqldb (1.3.10-1build1) ... 2020-12-08 11:11:00.570 | Setting up autoconf (2.69-11) ... 2020-12-08 11:11:00.607 | Setting up libthai0:amd64 (0.1.27-2) ... 2020-12-08 11:11:00.636 | Setting up fakeroot (1.22-2ubuntu1) ... 2020-12-08 11:11:00.658 | update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 2020-12-08 11:11:00.681 | Setting up tcpdump (4.9.3-0ubuntu0.18.04.1) ... 2020-12-08 11:11:00.880 | Setting up ipvsadm (1:1.28-3ubuntu0.18.04.1) ... 2020-12-08 11:11:01.299 | Setting up sqlite3 (3.22.0-1ubuntu0.4) ... 2020-12-08 11:11:01.327 | Setting up libalgorithm-merge-perl (0.08-3) ... 2020-12-08 11:11:01.356 | Setting up intltool-debian (0.35.0+20060710.4) ... 2020-12-08 11:11:01.384 | Setting up pkg-config (0.29.1-0ubuntu2) ... 2020-12-08 11:11:01.473 | Setting up libalgorithm-diff-xs-perl (0.04-5) ... 2020-12-08 11:11:01.501 | Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2020-12-08 11:11:01.529 | Setting up gir1.2-harfbuzz-0.0:amd64 (1.7.2-1ubuntu1) ... 2020-12-08 11:11:01.557 | Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... 2020-12-08 11:11:01.585 | Setting up keepalived (1:1.3.9-1ubuntu0.18.04.2) ... 2020-12-08 11:11:01.869 | Created symlink /etc/systemd/system/multi-user.target.wants/keepalived.service → /lib/systemd/system/keepalived.service. 2020-12-08 11:11:02.395 | Setting up postgresql-common (190ubuntu0.1) ... 2020-12-08 11:11:02.958 | Adding user postgres to group ssl-cert 2020-12-08 11:11:03.104 | 2020-12-08 11:11:03.104 | Creating config file /etc/postgresql-common/createcluster.conf with new version 2020-12-08 11:11:03.281 | Building PostgreSQL dictionaries from installed myspell/hunspell packages... 2020-12-08 11:11:03.281 | Removing obsolete dictionary files: 2020-12-08 11:11:03.513 | Created symlink /etc/systemd/system/multi-user.target.wants/postgresql.service → /lib/systemd/system/postgresql.service. 2020-12-08 11:11:04.072 | Setting up automake (1:1.15.1-3ubuntu2) ... 2020-12-08 11:11:04.086 | update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode 2020-12-08 11:11:04.108 | Setting up libapache2-mod-proxy-uwsgi (2.0.15-10.2ubuntu2.1) ... 2020-12-08 11:11:04.145 | Setting up libice6:amd64 (2:1.0.9-2) ... 2020-12-08 11:11:04.174 | Setting up g++ (4:7.4.0-1ubuntu2.3) ... 2020-12-08 11:11:04.246 | update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 2020-12-08 11:11:04.257 | Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 2020-12-08 11:11:04.284 | Setting up libgts-bin (0.7.6+darcs121130-4) ... 2020-12-08 11:11:04.312 | Setting up libharfbuzz-gobject0:amd64 (1.7.2-1ubuntu1) ... 2020-12-08 11:11:04.340 | Setting up uwsgi-core (2.0.15-10.2ubuntu2.1) ... 2020-12-08 11:11:04.376 | Setting up conntrackd (1:1.4.4+snapshot20161117-6ubuntu2) ... 2020-12-08 11:11:04.666 | Created symlink /etc/systemd/system/multi-user.target.wants/conntrackd.service → /lib/systemd/system/conntrackd.service. 2020-12-08 11:11:05.230 | Setting up libibverbs1:amd64 (17.1-1ubuntu0.2) ... 2020-12-08 11:11:05.359 | Setting up libfontconfig1:amd64 (2.12.6-0ubuntu2) ... 2020-12-08 11:11:05.387 | Setting up libsm6:amd64 (2:1.2.2-1) ... 2020-12-08 11:11:05.421 | Setting up libharfbuzz-icu0:amd64 (1.7.2-1ubuntu1) ... 2020-12-08 11:11:05.449 | Setting up apache2 (2.4.29-1ubuntu4.14) ... 2020-12-08 11:11:06.995 | Enabling module mpm_event. 2020-12-08 11:11:07.056 | Enabling module authz_core. 2020-12-08 11:11:07.061 | Enabling module authz_host. 2020-12-08 11:11:07.117 | Enabling module authn_core. 2020-12-08 11:11:07.122 | Enabling module auth_basic. 2020-12-08 11:11:07.179 | Enabling module access_compat. 2020-12-08 11:11:07.235 | Enabling module authn_file. 2020-12-08 11:11:07.292 | Enabling module authz_user. 2020-12-08 11:11:07.347 | Enabling module alias. 2020-12-08 11:11:07.403 | Enabling module dir. 2020-12-08 11:11:07.458 | Enabling module autoindex. 2020-12-08 11:11:07.515 | Enabling module env. 2020-12-08 11:11:07.570 | Enabling module mime. 2020-12-08 11:11:07.626 | Enabling module negotiation. 2020-12-08 11:11:07.684 | Enabling module setenvif. 2020-12-08 11:11:07.741 | Enabling module filter. 2020-12-08 11:11:07.797 | Enabling module deflate. 2020-12-08 11:11:07.852 | Enabling module status. 2020-12-08 11:11:07.908 | Enabling module reqtimeout. 2020-12-08 11:11:07.963 | Enabling conf charset. 2020-12-08 11:11:08.022 | Enabling conf localized-error-pages. 2020-12-08 11:11:08.077 | Enabling conf other-vhosts-access-log. 2020-12-08 11:11:08.134 | Enabling conf security. 2020-12-08 11:11:08.189 | Enabling conf serve-cgi-bin. 2020-12-08 11:11:08.245 | Enabling site 000-default. 2020-12-08 11:11:08.294 | info: Executing deferred 'a2enconf javascript-common' for package javascript-common 2020-12-08 11:11:08.347 | Enabling conf javascript-common. 2020-12-08 11:11:08.584 | Created symlink /etc/systemd/system/multi-user.target.wants/apache2.service → /lib/systemd/system/apache2.service. 2020-12-08 11:11:08.993 | Created symlink /etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service → /lib/systemd/system/apache-htcacheclean.service. 2020-12-08 11:11:10.306 | Setting up libmysqlclient-dev (5.7.32-0ubuntu0.18.04.1) ... 2020-12-08 11:11:10.334 | Setting up po-debconf (1.0.20) ... 2020-12-08 11:11:10.361 | Setting up build-essential (12.4ubuntu1) ... 2020-12-08 11:11:10.389 | Setting up libicu-le-hb0:amd64 (1.0.3+git161113-4) ... 2020-12-08 11:11:10.417 | Setting up libgd3:amd64 (2.2.5-4ubuntu0.4) ... 2020-12-08 11:11:10.445 | Setting up libglib2.0-dev:amd64 (2.56.4-0ubuntu0.18.04.6) ... 2020-12-08 11:11:10.473 | Setting up librados2 (12.2.13-0ubuntu0.18.04.5) ... 2020-12-08 11:11:10.501 | Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 2020-12-08 11:11:10.529 | Setting up libpq5:amd64 (10.15-0ubuntu0.18.04.1) ... 2020-12-08 11:11:10.557 | Setting up ibverbs-providers:amd64 (17.1-1ubuntu0.2) ... 2020-12-08 11:11:10.724 | Setting up libiculx60:amd64 (60.2-3ubuntu3.1) ... 2020-12-08 11:11:10.751 | Setting up libxt6:amd64 (1:1.1.5-1) ... 2020-12-08 11:11:10.779 | Setting up fontconfig (2.12.6-0ubuntu2) ... 2020-12-08 11:11:12.933 | Regenerating fonts cache... done. 2020-12-08 11:11:12.936 | Setting up libcairo2:amd64 (1.15.10-2ubuntu0.1) ... 2020-12-08 11:11:12.964 | Setting up libgssrpc4:amd64 (1.16-2ubuntu0.2) ... 2020-12-08 11:11:12.992 | Setting up libpq-dev (10.15-0ubuntu0.18.04.1) ... 2020-12-08 11:11:13.019 | Setting up libcurl4:amd64 (7.58.0-2ubuntu3.10) ... 2020-12-08 11:11:13.047 | Setting up postgresql-server-dev-10 (10.15-0ubuntu0.18.04.1) ... 2020-12-08 11:11:13.083 | Setting up librbd1 (12.2.13-0ubuntu0.18.04.5) ... 2020-12-08 11:11:13.129 | Setting up libkdb5-9:amd64 (1.16-2ubuntu0.2) ... 2020-12-08 11:11:13.167 | Setting up qemu-block-extra:amd64 (1:2.11+dfsg-1ubuntu7.34) ... 2020-12-08 11:11:13.194 | Setting up qemu-utils (1:2.11+dfsg-1ubuntu7.34) ... 2020-12-08 11:11:13.223 | Setting up libxmu6:amd64 (2:1.1.2-2) ... 2020-12-08 11:11:13.250 | Setting up postgresql-server-dev-all (190ubuntu0.1) ... 2020-12-08 11:11:13.279 | Setting up libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2020-12-08 11:11:13.307 | Setting up libkadm5srv-mit11:amd64 (1.16-2ubuntu0.2) ... 2020-12-08 11:11:13.335 | Setting up libkadm5clnt-mit11:amd64 (1.16-2ubuntu0.2) ... 2020-12-08 11:11:13.364 | Setting up libxaw7:amd64 (2:1.0.13-1) ... 2020-12-08 11:11:13.400 | Setting up curl (7.58.0-2ubuntu3.10) ... 2020-12-08 11:11:13.429 | Setting up libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2020-12-08 11:11:13.457 | Setting up krb5-multidev:amd64 (1.16-2ubuntu0.2) ... 2020-12-08 11:11:13.486 | Setting up libkrb5-dev:amd64 (1.16-2ubuntu0.2) ... 2020-12-08 11:11:13.522 | Setting up libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2020-12-08 11:11:13.557 | Setting up libgvc6 (2.40.1-2) ... 2020-12-08 11:11:13.588 | Setting up graphviz (2.40.1-2) ... 2020-12-08 11:11:13.636 | Setting up libicu-dev (60.2-3ubuntu3.1) ... 2020-12-08 11:11:13.663 | Setting up libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2020-12-08 11:11:13.691 | Setting up libharfbuzz-dev:amd64 (1.7.2-1ubuntu1) ... 2020-12-08 11:11:13.728 | Setting up libxslt1-dev:amd64 (1.1.29-5ubuntu0.2) ... 2020-12-08 11:11:13.764 | Setting up debhelper (11.1.6ubuntu2) ... 2020-12-08 11:11:13.793 | Setting up dh-autoreconf (17) ... 2020-12-08 11:11:13.829 | Setting up libicu-le-hb-dev:amd64 (1.0.3+git161113-4) ... 2020-12-08 11:11:13.864 | Setting up dh-strip-nondeterminism (0.040-1.1~build1) ... 2020-12-08 11:11:13.901 | Setting up apache2-dev (2.4.29-1ubuntu4.14) ... 2020-12-08 11:11:13.929 | Processing triggers for initramfs-tools (0.130ubuntu3.8) ... 2020-12-08 11:11:13.988 | update-initramfs: Generating /boot/initrd.img-4.15.0-55-generic 2020-12-08 11:11:22.732 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2020-12-08 11:11:22.754 | Processing triggers for systemd (237-3ubuntu10.43) ... 2020-12-08 11:11:22.921 | Processing triggers for ureadahead (0.100.0-21) ... 2020-12-08 11:11:22.944 | Processing triggers for rsyslog (8.32.0-1ubuntu4) ... 2020-12-08 11:11:23.158 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2020-12-08 11:11:23.175 | Processing triggers for ufw (0.36-0ubuntu0.18.04.1) ... 2020-12-08 11:11:25.135 | ++ functions-common:apt_get:1115 : result=0 2020-12-08 11:11:25.137 | ++ functions-common:apt_get:1118 : time_stop apt-get 2020-12-08 11:11:25.139 | ++ functions-common:time_stop:2306 : local name 2020-12-08 11:11:25.141 | ++ functions-common:time_stop:2307 : local end_time 2020-12-08 11:11:25.143 | ++ functions-common:time_stop:2308 : local elapsed_time 2020-12-08 11:11:25.145 | ++ functions-common:time_stop:2309 : local total 2020-12-08 11:11:25.148 | ++ functions-common:time_stop:2310 : local start_time 2020-12-08 11:11:25.150 | ++ functions-common:time_stop:2312 : name=apt-get 2020-12-08 11:11:25.152 | ++ functions-common:time_stop:2313 : start_time=1607425751824 2020-12-08 11:11:25.154 | ++ functions-common:time_stop:2315 : [[ -z 1607425751824 ]] 2020-12-08 11:11:25.157 | +++ functions-common:time_stop:2318 : date +%s%3N 2020-12-08 11:11:25.161 | ++ functions-common:time_stop:2318 : end_time=1607425885158 2020-12-08 11:11:25.163 | ++ functions-common:time_stop:2319 : elapsed_time=133334 2020-12-08 11:11:25.165 | ++ functions-common:time_stop:2320 : total=657 2020-12-08 11:11:25.167 | ++ functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-08 11:11:25.169 | ++ functions-common:time_stop:2323 : _TIME_TOTAL[$name]=133991 2020-12-08 11:11:25.171 | ++ functions-common:apt_get:1119 : return 0 2020-12-08 11:11:25.174 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2020-12-08 11:11:25.176 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2020-12-08 11:11:25.178 | ++ tools/install_prereqs.sh:source:88 : date +%s 2020-12-08 11:11:25.182 | ++ tools/install_prereqs.sh:source:89 : date 2020-12-08 11:11:25.186 | + ./stack.sh:main:753 : [[ False != \T\r\u\e ]] 2020-12-08 11:11:25.188 | + ./stack.sh:main:754 : PYPI_ALTERNATIVE_URL= 2020-12-08 11:11:25.191 | + ./stack.sh:main:754 : /home/ubuntu/devstack/tools/install_pip.sh 2020-12-08 11:11:26.573 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2020-12-08 11:11:26.575 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2020-12-08 11:11:26.577 | ++ tools/install_pip.sh:main:41 : basename https://bootstrap.pypa.io/get-pip.py 2020-12-08 11:11:26.580 | + tools/install_pip.sh:main:41 : LOCAL_PIP=/home/ubuntu/devstack/files/get-pip.py 2020-12-08 11:11:26.582 | + tools/install_pip.sh:main:43 : GetDistro 2020-12-08 11:11:26.584 | + functions-common:GetDistro:373 : GetOSVersion 2020-12-08 11:11:26.586 | + functions-common:GetOSVersion:350 : _ensure_lsb_release 2020-12-08 11:11:26.588 | ++ functions-common:_ensure_lsb_release:327 : command -v lsb_release 2020-12-08 11:11:26.590 | + functions-common:_ensure_lsb_release:327 : [[ -x /usr/bin/lsb_release ]] 2020-12-08 11:11:26.592 | + functions-common:_ensure_lsb_release:328 : return 2020-12-08 11:11:26.594 | ++ functions-common:GetOSVersion:352 : lsb_release -r -s 2020-12-08 11:11:26.666 | + functions-common:GetOSVersion:352 : os_RELEASE=18.04 2020-12-08 11:11:26.668 | ++ functions-common:GetOSVersion:353 : lsb_release -c -s 2020-12-08 11:11:26.739 | + functions-common:GetOSVersion:353 : os_CODENAME=bionic 2020-12-08 11:11:26.741 | ++ functions-common:GetOSVersion:354 : lsb_release -i -s 2020-12-08 11:11:26.812 | + functions-common:GetOSVersion:354 : os_VENDOR=Ubuntu 2020-12-08 11:11:26.813 | + functions-common:GetOSVersion:356 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2020-12-08 11:11:26.815 | + functions-common:GetOSVersion:357 : os_PACKAGE=deb 2020-12-08 11:11:26.817 | + functions-common:GetOSVersion:362 : typeset -xr os_VENDOR 2020-12-08 11:11:26.819 | + functions-common:GetOSVersion:363 : typeset -xr os_RELEASE 2020-12-08 11:11:26.821 | + functions-common:GetOSVersion:364 : typeset -xr os_PACKAGE 2020-12-08 11:11:26.823 | + functions-common:GetOSVersion:365 : typeset -xr os_CODENAME 2020-12-08 11:11:26.825 | + functions-common:GetDistro:375 : [[ Ubuntu =~ (Ubuntu) ]] 2020-12-08 11:11:26.827 | + functions-common:GetDistro:378 : DISTRO=bionic 2020-12-08 11:11:26.828 | + functions-common:GetDistro:424 : typeset -xr DISTRO 2020-12-08 11:11:26.830 | + tools/install_pip.sh:main:44 : echo 'Distro: bionic' 2020-12-08 11:11:26.830 | Distro: bionic 2020-12-08 11:11:26.833 | + tools/install_pip.sh:main:127 : get_versions 2020-12-08 11:11:26.835 | ++ tools/install_pip.sh:get_versions:49 : which pip 2020-12-08 11:11:26.839 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2020-12-08 11:11:26.840 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2020-12-08 11:11:26.843 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2020-12-08 11:11:26.843 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2020-12-08 11:11:27.178 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.2.2 2020-12-08 11:11:27.179 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.2.2' 2020-12-08 11:11:27.179 | pip: 20.2.2 2020-12-08 11:11:27.181 | + tools/install_pip.sh:get_versions:57 : python3.6 -m pip --version 2020-12-08 11:11:27.488 | pip 20.2.2 from /usr/local/lib/python3.6/dist-packages/pip (python 3.6) 2020-12-08 11:11:27.511 | + tools/install_pip.sh:main:129 : [[ -n '' ]] 2020-12-08 11:11:27.514 | + tools/install_pip.sh:main:134 : [[ bionic == focal ]] 2020-12-08 11:11:27.516 | + tools/install_pip.sh:main:143 : is_fedora 2020-12-08 11:11:27.517 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2020-12-08 11:11:27.519 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2020-12-08 11:11:27.521 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2020-12-08 11:11:27.523 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2020-12-08 11:11:27.525 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2020-12-08 11:11:27.526 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2020-12-08 11:11:27.528 | + functions-common:is_fedora:455 : '[' Ubuntu = OracleServer ']' 2020-12-08 11:11:27.529 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2020-12-08 11:11:27.531 | + tools/install_pip.sh:main:143 : is_suse 2020-12-08 11:11:27.533 | + functions-common:is_suse:464 : is_opensuse 2020-12-08 11:11:27.535 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2020-12-08 11:11:27.536 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2020-12-08 11:11:27.538 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2020-12-08 11:11:27.540 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2020-12-08 11:11:27.541 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2020-12-08 11:11:27.543 | + tools/install_pip.sh:main:144 : is_package_installed python3-pip 2020-12-08 11:11:27.545 | + functions-common:is_package_installed:1353 : [[ -z python3-pip ]] 2020-12-08 11:11:27.547 | + functions-common:is_package_installed:1357 : [[ -z deb ]] 2020-12-08 11:11:27.548 | + functions-common:is_package_installed:1361 : [[ deb = \d\e\b ]] 2020-12-08 11:11:27.550 | + functions-common:is_package_installed:1362 : dpkg -s python3-pip 2020-12-08 11:11:27.572 | + tools/install_pip.sh:main:145 : uninstall_package python3-pip 2020-12-08 11:11:27.573 | + functions-common:uninstall_package:1373 : is_ubuntu 2020-12-08 11:11:27.575 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-08 11:11:27.577 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-08 11:11:27.578 | + functions-common:uninstall_package:1374 : apt_get purge python3-pip 2020-12-08 11:11:27.593 | + 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-08 11:11:27.712 | Reading package lists... 2020-12-08 11:11:27.951 | Building dependency tree... 2020-12-08 11:11:27.952 | Reading state information... 2020-12-08 11:11:28.156 | The following packages were automatically installed and are no longer required: 2020-12-08 11:11:28.157 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2020-12-08 11:11:28.157 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2020-12-08 11:11:28.157 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2020-12-08 11:11:28.157 | python3-pam python3-problem-report python3-pyasn1 2020-12-08 11:11:28.157 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-12-08 11:11:28.157 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-12-08 11:11:28.157 | python3-zope.interface 2020-12-08 11:11:28.157 | Use 'sudo apt autoremove' to remove them. 2020-12-08 11:11:28.196 | The following packages will be REMOVED: 2020-12-08 11:11:28.196 | python3-pip* 2020-12-08 11:11:28.614 | 0 upgraded, 0 newly installed, 1 to remove and 144 not upgraded. 2020-12-08 11:11:28.614 | After this operation, 601 kB disk space will be freed. 2020-12-08 11:11:28.675 | (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-08 11:11:28.679 | Removing python3-pip (9.0.1-2.3~ubuntu1.18.04.4) ... 2020-12-08 11:11:28.911 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-12-08 11:11:31.489 | + functions-common:apt_get:1115 : result=0 2020-12-08 11:11:31.491 | + functions-common:apt_get:1118 : time_stop apt-get 2020-12-08 11:11:31.493 | + functions-common:time_stop:2306 : local name 2020-12-08 11:11:31.495 | + functions-common:time_stop:2307 : local end_time 2020-12-08 11:11:31.496 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-08 11:11:31.498 | + functions-common:time_stop:2309 : local total 2020-12-08 11:11:31.500 | + functions-common:time_stop:2310 : local start_time 2020-12-08 11:11:31.501 | + functions-common:time_stop:2312 : name=apt-get 2020-12-08 11:11:31.503 | + functions-common:time_stop:2313 : start_time=1607425887591 2020-12-08 11:11:31.505 | + functions-common:time_stop:2315 : [[ -z 1607425887591 ]] 2020-12-08 11:11:31.508 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-08 11:11:31.511 | + functions-common:time_stop:2318 : end_time=1607425891509 2020-12-08 11:11:31.512 | + functions-common:time_stop:2319 : elapsed_time=3918 2020-12-08 11:11:31.514 | + functions-common:time_stop:2320 : total=0 2020-12-08 11:11:31.516 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-08 11:11:31.517 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=3918 2020-12-08 11:11:31.519 | + functions-common:apt_get:1119 : return 0 2020-12-08 11:11:31.521 | + tools/install_pip.sh:main:149 : install_get_pip 2020-12-08 11:11:31.523 | + tools/install_pip.sh:install_get_pip:64 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2020-12-08 11:11:31.525 | + tools/install_pip.sh:install_get_pip:81 : [[ ! -r /home/ubuntu/devstack/files/get-pip.py ]] 2020-12-08 11:11:31.526 | + tools/install_pip.sh:install_get_pip:84 : local timecond= 2020-12-08 11:11:31.528 | + tools/install_pip.sh:install_get_pip:85 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2020-12-08 11:11:31.530 | + 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-08 11:11:31.540 | % Total % Received % Xferd Average Speed Time Time Time Current 2020-12-08 11:11:31.540 | Dload Upload Total Spent Left Speed 2020-12-08 11:11:32.083 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 80 1842k 80 1479k 0 0 2994k 0 --:--:-- --:--:-- --:--:-- 2988k 100 1842k 100 1842k 0 0 3399k 0 --:--:-- --:--:-- --:--:-- 3393k 2020-12-08 11:11:32.088 | + tools/install_pip.sh:install_get_pip:92 : touch /home/ubuntu/devstack/files/get-pip.py.downloaded 2020-12-08 11:11:32.091 | + 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-08 11:11:34.678 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-12-08 11:11:34.865 | Collecting pip<20.3 2020-12-08 11:11:34.876 | 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-08 11:11:35.197 | Installing collected packages: pip 2020-12-08 11:11:35.197 | Attempting uninstall: pip 2020-12-08 11:11:35.198 | Found existing installation: pip 20.2.2 2020-12-08 11:11:35.433 | Uninstalling pip-20.2.2: 2020-12-08 11:11:35.447 | Successfully uninstalled pip-20.2.2 2020-12-08 11:11:36.725 | Successfully installed pip-20.2.4 2020-12-08 11:11:36.856 | + tools/install_pip.sh:main:151 : set -x 2020-12-08 11:11:36.858 | + tools/install_pip.sh:main:155 : pip_install_gr setuptools 2020-12-08 11:11:36.860 | + inc/python:pip_install_gr:76 : local name=setuptools 2020-12-08 11:11:36.861 | + inc/python:pip_install_gr:77 : local clean_name 2020-12-08 11:11:36.864 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements setuptools 2020-12-08 11:11:36.866 | ++ inc/python:get_from_global_requirements:225 : local package=setuptools 2020-12-08 11:11:36.868 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2020-12-08 11:11:36.871 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^setuptools' /opt/stack/requirements/global-requirements.txt 2020-12-08 11:11:36.871 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2020-12-08 11:11:36.874 | ++ 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-08 11:11:36.876 | ++ 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-08 11:11:36.878 | ++ 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-08 11:11:36.881 | + 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-08 11:11:36.883 | + 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-08 11:11:36.898 | 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-08 11:11:36.900 | + 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-08 11:11:38.697 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-12-08 11:11:39.348 | Collecting setuptools===50.3.2 2020-12-08 11:11:39.357 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2c2/42a0856fbad7e/setuptools-50.3.2-py3-none-any.whl (785 kB) 2020-12-08 11:11:39.752 | Installing collected packages: setuptools 2020-12-08 11:11:39.752 | Attempting uninstall: setuptools 2020-12-08 11:11:39.753 | Found existing installation: setuptools 49.6.0 2020-12-08 11:11:39.844 | Uninstalling setuptools-49.6.0: 2020-12-08 11:11:39.874 | Successfully uninstalled setuptools-49.6.0 2020-12-08 11:11:40.407 | Successfully installed setuptools-50.3.2 2020-12-08 11:11:40.464 | WARNING: You are using pip version 20.2.4; however, version 20.3.1 is available. 2020-12-08 11:11:40.464 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2020-12-08 11:11:40.547 | + inc/python:pip_install:200 : result=0 2020-12-08 11:11:40.549 | + inc/python:pip_install:202 : time_stop pip_install 2020-12-08 11:11:40.551 | + functions-common:time_stop:2306 : local name 2020-12-08 11:11:40.553 | + functions-common:time_stop:2307 : local end_time 2020-12-08 11:11:40.555 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-08 11:11:40.557 | + functions-common:time_stop:2309 : local total 2020-12-08 11:11:40.558 | + functions-common:time_stop:2310 : local start_time 2020-12-08 11:11:40.560 | + functions-common:time_stop:2312 : name=pip_install 2020-12-08 11:11:40.562 | + functions-common:time_stop:2313 : start_time=1607425896894 2020-12-08 11:11:40.563 | + functions-common:time_stop:2315 : [[ -z 1607425896894 ]] 2020-12-08 11:11:40.566 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-08 11:11:40.569 | + functions-common:time_stop:2318 : end_time=1607425900566 2020-12-08 11:11:40.571 | + functions-common:time_stop:2319 : elapsed_time=3672 2020-12-08 11:11:40.572 | + functions-common:time_stop:2320 : total=0 2020-12-08 11:11:40.574 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-08 11:11:40.576 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=3672 2020-12-08 11:11:40.578 | + inc/python:pip_install:203 : return 0 2020-12-08 11:11:40.579 | + tools/install_pip.sh:main:157 : get_versions 2020-12-08 11:11:40.582 | ++ tools/install_pip.sh:get_versions:49 : which pip 2020-12-08 11:11:40.585 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2020-12-08 11:11:40.587 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2020-12-08 11:11:40.590 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2020-12-08 11:11:40.590 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2020-12-08 11:11:40.920 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.2.4 2020-12-08 11:11:40.922 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.2.4' 2020-12-08 11:11:40.922 | pip: 20.2.4 2020-12-08 11:11:40.923 | + tools/install_pip.sh:get_versions:57 : python3.6 -m pip --version 2020-12-08 11:11:41.233 | pip 20.2.4 from /usr/local/lib/python3.6/dist-packages/pip (python 3.6) 2020-12-08 11:11:41.256 | + ./stack.sh:main:758 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2020-12-08 11:11:41.259 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2020-12-08 11:11:41.262 | + ./stack.sh:main:759 : fixup_all 2020-12-08 11:11:41.264 | + tools/fixup_stuff.sh:fixup_all:188 : fixup_keystone 2020-12-08 11:11:41.266 | + tools/fixup_stuff.sh:fixup_keystone:39 : keystone_ports=35357,35358 2020-12-08 11:11:41.268 | + tools/fixup_stuff.sh:fixup_keystone:44 : sysctl net.ipv4.ip_local_reserved_ports 2020-12-08 11:11:41.275 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sysctl net.ipv4.ip_local_reserved_ports 2020-12-08 11:11:41.275 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : awk -F= '{print $2;}' 2020-12-08 11:11:41.276 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sed 's/^ //' 2020-12-08 11:11:41.280 | + tools/fixup_stuff.sh:fixup_keystone:46 : reserved_ports= 2020-12-08 11:11:41.282 | + tools/fixup_stuff.sh:fixup_keystone:48 : [[ -z '' ]] 2020-12-08 11:11:41.284 | + tools/fixup_stuff.sh:fixup_keystone:50 : sudo sysctl -w net.ipv4.ip_local_reserved_ports=35357,35358 2020-12-08 11:11:41.292 | net.ipv4.ip_local_reserved_ports = 35357,35358 2020-12-08 11:11:41.295 | + tools/fixup_stuff.sh:fixup_all:189 : fixup_ubuntu 2020-12-08 11:11:41.297 | + tools/fixup_stuff.sh:fixup_ubuntu:66 : [[ bionic != \b\i\o\n\i\c ]] 2020-12-08 11:11:41.299 | + tools/fixup_stuff.sh:fixup_ubuntu:71 : install_package software-properties-common 2020-12-08 11:11:41.301 | + functions-common:install_package:1344 : update_package_repo 2020-12-08 11:11:41.304 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-12-08 11:11:41.306 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2020-12-08 11:11:41.308 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-12-08 11:11:41.310 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-12-08 11:11:41.312 | + functions-common:update_package_repo:1324 : is_ubuntu 2020-12-08 11:11:41.314 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-08 11:11:41.316 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-08 11:11:41.317 | + functions-common:update_package_repo:1325 : apt_get_update 2020-12-08 11:11:41.320 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2020-12-08 11:11:41.322 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2020-12-08 11:11:41.324 | + functions-common:apt_get_update:1071 : return 2020-12-08 11:11:41.325 | + functions-common:install_package:1345 : real_install_package software-properties-common 2020-12-08 11:11:41.327 | + functions-common:real_install_package:1330 : is_ubuntu 2020-12-08 11:11:41.329 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-08 11:11:41.332 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-08 11:11:41.334 | + functions-common:real_install_package:1331 : apt_get install software-properties-common 2020-12-08 11:11:41.351 | + 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-08 11:11:41.468 | Reading package lists... 2020-12-08 11:11:41.709 | Building dependency tree... 2020-12-08 11:11:41.710 | Reading state information... 2020-12-08 11:11:41.914 | The following packages were automatically installed and are no longer required: 2020-12-08 11:11:41.915 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2020-12-08 11:11:41.915 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2020-12-08 11:11:41.915 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2020-12-08 11:11:41.915 | python3-pam python3-problem-report python3-pyasn1 2020-12-08 11:11:41.915 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-12-08 11:11:41.915 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-12-08 11:11:41.915 | python3-zope.interface 2020-12-08 11:11:41.915 | Use 'sudo apt autoremove' to remove them. 2020-12-08 11:11:41.916 | The following additional packages will be installed: 2020-12-08 11:11:41.916 | python3-software-properties 2020-12-08 11:11:41.963 | The following packages will be upgraded: 2020-12-08 11:11:41.963 | python3-software-properties software-properties-common 2020-12-08 11:11:42.240 | 2 upgraded, 0 newly installed, 0 to remove and 142 not upgraded. 2020-12-08 11:11:42.240 | Need to get 33.9 kB of archives. 2020-12-08 11:11:42.240 | After this operation, 0 B of additional disk space will be used. 2020-12-08 11:11:42.240 | 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-08 11:11:42.370 | 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-08 11:11:42.970 | Fetched 33.9 kB in 0s (73.0 kB/s) 2020-12-08 11:11:43.051 | (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-08 11:11:43.054 | Preparing to unpack .../software-properties-common_0.96.24.32.14_all.deb ... 2020-12-08 11:11:43.197 | Unpacking software-properties-common (0.96.24.32.14) over (0.96.24.32.9) ... 2020-12-08 11:11:43.336 | Preparing to unpack .../python3-software-properties_0.96.24.32.14_all.deb ... 2020-12-08 11:11:43.479 | Unpacking python3-software-properties (0.96.24.32.14) over (0.96.24.32.9) ... 2020-12-08 11:11:43.564 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-12-08 11:11:44.055 | Setting up python3-software-properties (0.96.24.32.14) ... 2020-12-08 11:11:44.328 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2020-12-08 11:11:44.347 | Setting up software-properties-common (0.96.24.32.14) ... 2020-12-08 11:11:46.443 | + functions-common:apt_get:1115 : result=0 2020-12-08 11:11:46.445 | + functions-common:apt_get:1118 : time_stop apt-get 2020-12-08 11:11:46.447 | + functions-common:time_stop:2306 : local name 2020-12-08 11:11:46.450 | + functions-common:time_stop:2307 : local end_time 2020-12-08 11:11:46.452 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-08 11:11:46.454 | + functions-common:time_stop:2309 : local total 2020-12-08 11:11:46.456 | + functions-common:time_stop:2310 : local start_time 2020-12-08 11:11:46.458 | + functions-common:time_stop:2312 : name=apt-get 2020-12-08 11:11:46.460 | + functions-common:time_stop:2313 : start_time=1607425901348 2020-12-08 11:11:46.462 | + functions-common:time_stop:2315 : [[ -z 1607425901348 ]] 2020-12-08 11:11:46.465 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-08 11:11:46.468 | + functions-common:time_stop:2318 : end_time=1607425906466 2020-12-08 11:11:46.470 | + functions-common:time_stop:2319 : elapsed_time=5118 2020-12-08 11:11:46.472 | + functions-common:time_stop:2320 : total=133991 2020-12-08 11:11:46.474 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-08 11:11:46.476 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=139109 2020-12-08 11:11:46.478 | + functions-common:apt_get:1119 : return 0 2020-12-08 11:11:46.481 | + tools/fixup_stuff.sh:fixup_ubuntu:74 : sudo add-apt-repository -y universe 2020-12-08 11:11:47.225 | 'universe' distribution component is already enabled for all sources. 2020-12-08 11:11:47.251 | + tools/fixup_stuff.sh:fixup_ubuntu:76 : [[ -f /etc/ci/mirror_info.sh ]] 2020-12-08 11:11:47.253 | + tools/fixup_stuff.sh:fixup_ubuntu:83 : sudo add-apt-repository -y cloud-archive:ussuri 2020-12-08 11:11:49.875 | Reading package lists... 2020-12-08 11:11:50.212 | Building dependency tree... 2020-12-08 11:11:50.214 | Reading state information... 2020-12-08 11:11:50.456 | The following packages were automatically installed and are no longer required: 2020-12-08 11:11:50.457 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2020-12-08 11:11:50.457 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2020-12-08 11:11:50.457 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2020-12-08 11:11:50.457 | python3-pam python3-problem-report python3-pyasn1 2020-12-08 11:11:50.457 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-12-08 11:11:50.457 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-12-08 11:11:50.457 | python3-zope.interface 2020-12-08 11:11:50.457 | Use 'sudo apt autoremove' to remove them. 2020-12-08 11:11:50.503 | The following NEW packages will be installed: 2020-12-08 11:11:50.503 | ubuntu-cloud-keyring 2020-12-08 11:11:51.696 | 0 upgraded, 1 newly installed, 0 to remove and 142 not upgraded. 2020-12-08 11:11:51.696 | Need to get 6,008 B of archives. 2020-12-08 11:11:51.696 | After this operation, 22.5 kB of additional disk space will be used. 2020-12-08 11:11:51.696 | 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-08 11:11:52.240 | Fetched 6,008 B in 1s (5,107 B/s) 2020-12-08 11:11:52.288 | Selecting previously unselected package ubuntu-cloud-keyring. 2020-12-08 11:11:52.325 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 74722 files and directories currently installed.) 2020-12-08 11:11:52.328 | Preparing to unpack .../ubuntu-cloud-keyring_2018.09.18.1~18.04.0_all.deb ... 2020-12-08 11:11:52.330 | Unpacking ubuntu-cloud-keyring (2018.09.18.1~18.04.0) ... 2020-12-08 11:11:52.416 | Setting up ubuntu-cloud-keyring (2018.09.18.1~18.04.0) ... 2020-12-08 11:11:54.500 | Get:1 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri InRelease [8,769 B] 2020-12-08 11:11:54.510 | Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 2020-12-08 11:11:54.636 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2020-12-08 11:11:54.675 | Get:4 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 Packages [188 kB] 2020-12-08 11:11:54.765 | Hit:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2020-12-08 11:11:54.893 | Hit:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2020-12-08 11:11:58.425 | Fetched 197 kB in 1s (271 kB/s) 2020-12-08 11:12:00.132 | Reading package lists... 2020-12-08 11:12:00.192 | + tools/fixup_stuff.sh:fixup_ubuntu:85 : REPOS_UPDATED=False 2020-12-08 11:12:00.195 | + tools/fixup_stuff.sh:fixup_ubuntu:86 : apt_get_update 2020-12-08 11:12:00.197 | + functions-common:apt_get_update:1070 : [[ False == \T\r\u\e ]] 2020-12-08 11:12:00.199 | + functions-common:apt_get_update:1075 : [[ False = \T\r\u\e ]] 2020-12-08 11:12:00.201 | + functions-common:apt_get_update:1077 : local sudo=sudo 2020-12-08 11:12:00.204 | ++ functions-common:apt_get_update:1078 : id -u 2020-12-08 11:12:00.208 | + functions-common:apt_get_update:1078 : [[ 1000 = \0 ]] 2020-12-08 11:12:00.210 | + functions-common:apt_get_update:1081 : time_start apt-get-update 2020-12-08 11:12:00.212 | + functions-common:time_start:2292 : local name=apt-get-update 2020-12-08 11:12:00.214 | + functions-common:time_start:2293 : local start_time= 2020-12-08 11:12:00.216 | + functions-common:time_start:2294 : [[ -n '' ]] 2020-12-08 11:12:00.219 | ++ functions-common:time_start:2297 : date +%s%3N 2020-12-08 11:12:00.222 | + functions-common:time_start:2297 : _TIME_START[$name]=1607425920220 2020-12-08 11:12:00.224 | + functions-common:apt_get_update:1083 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2020-12-08 11:12:00.226 | + functions-common:apt_get_update:1084 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2020-12-08 11:12:00.228 | + 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-08 11:12:00.463 | Hit:1 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri InRelease 2020-12-08 11:12:00.602 | Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 2020-12-08 11:12:00.602 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2020-12-08 11:12:00.731 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2020-12-08 11:12:00.864 | Hit:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2020-12-08 11:12:02.941 | Reading package lists... 2020-12-08 11:12:03.002 | + functions-common:apt_get_update:1089 : REPOS_UPDATED=True 2020-12-08 11:12:03.005 | + functions-common:apt_get_update:1091 : time_stop apt-get-update 2020-12-08 11:12:03.007 | + functions-common:time_stop:2306 : local name 2020-12-08 11:12:03.009 | + functions-common:time_stop:2307 : local end_time 2020-12-08 11:12:03.011 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-08 11:12:03.013 | + functions-common:time_stop:2309 : local total 2020-12-08 11:12:03.015 | + functions-common:time_stop:2310 : local start_time 2020-12-08 11:12:03.017 | + functions-common:time_stop:2312 : name=apt-get-update 2020-12-08 11:12:03.020 | + functions-common:time_stop:2313 : start_time=1607425920220 2020-12-08 11:12:03.022 | + functions-common:time_stop:2315 : [[ -z 1607425920220 ]] 2020-12-08 11:12:03.025 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-08 11:12:03.028 | + functions-common:time_stop:2318 : end_time=1607425923025 2020-12-08 11:12:03.030 | + functions-common:time_stop:2319 : elapsed_time=2805 2020-12-08 11:12:03.032 | + functions-common:time_stop:2320 : total=2784 2020-12-08 11:12:03.034 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-08 11:12:03.036 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=5589 2020-12-08 11:12:03.039 | + tools/fixup_stuff.sh:fixup_ubuntu:94 : sudo rm -rf '/usr/lib/python3/dist-packages/httplib2-*.egg-info' 2020-12-08 11:12:03.049 | + tools/fixup_stuff.sh:fixup_ubuntu:95 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2020-12-08 11:12:03.059 | + tools/fixup_stuff.sh:fixup_ubuntu:96 : sudo rm -rf '/usr/lib/python3/dist-packages/PyYAML-*.egg-info' 2020-12-08 11:12:03.069 | + tools/fixup_stuff.sh:fixup_all:190 : fixup_fedora 2020-12-08 11:12:03.071 | + tools/fixup_stuff.sh:fixup_fedora:103 : is_fedora 2020-12-08 11:12:03.074 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2020-12-08 11:12:03.076 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2020-12-08 11:12:03.078 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2020-12-08 11:12:03.080 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2020-12-08 11:12:03.082 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2020-12-08 11:12:03.084 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2020-12-08 11:12:03.086 | + functions-common:is_fedora:455 : '[' Ubuntu = OracleServer ']' 2020-12-08 11:12:03.088 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2020-12-08 11:12:03.090 | + tools/fixup_stuff.sh:fixup_fedora:104 : return 2020-12-08 11:12:03.093 | + tools/fixup_stuff.sh:fixup_all:191 : fixup_suse 2020-12-08 11:12:03.095 | + tools/fixup_stuff.sh:fixup_suse:149 : is_suse 2020-12-08 11:12:03.097 | + functions-common:is_suse:464 : is_opensuse 2020-12-08 11:12:03.099 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2020-12-08 11:12:03.101 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2020-12-08 11:12:03.104 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2020-12-08 11:12:03.106 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2020-12-08 11:12:03.108 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2020-12-08 11:12:03.110 | + tools/fixup_stuff.sh:fixup_suse:150 : return 2020-12-08 11:12:03.112 | + ./stack.sh:main:762 : pip_install -U os-testr 2020-12-08 11:12:03.130 | Using python 3.6 to install os-testr 2020-12-08 11:12:03.133 | + 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-08 11:12:04.893 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-12-08 11:12:04.996 | Collecting os-testr===2.0.0 2020-12-08 11:12:05.003 | 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-08 11:12:05.162 | Collecting pbr===5.5.1 2020-12-08 11:12:05.168 | 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-08 11:12:05.282 | Collecting stestr===3.1.0 2020-12-08 11:12:05.289 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/13c/8f771ea252290/stestr-3.1.0-py3-none-any.whl (120 kB) 2020-12-08 11:12:05.428 | Collecting testtools===2.4.0 2020-12-08 11:12:05.434 | 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-08 11:12:05.544 | Collecting python-subunit===1.4.0 2020-12-08 11:12:05.550 | 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-08 11:12:05.726 | Collecting PyYAML===5.3.1 2020-12-08 11:12:05.733 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b8e/ac752c5e14d3e/PyYAML-5.3.1.tar.gz (269 kB) 2020-12-08 11:12:06.605 | Collecting cliff===3.5.0 2020-12-08 11:12:06.612 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/31c/2e2bf04d826c2/cliff-3.5.0-py3-none-any.whl (81 kB) 2020-12-08 11:12:06.727 | Collecting future===0.18.2 2020-12-08 11:12:06.733 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b1b/ead90b70cf6ec/future-0.18.2.tar.gz (829 kB) 2020-12-08 11:12:07.615 | Collecting fixtures===3.0.0 2020-12-08 11:12:07.622 | 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-08 11:12:07.736 | Collecting voluptuous===0.12.0 2020-12-08 11:12:07.741 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/0ff/f348a097c9a74/voluptuous-0.12.0-py3-none-any.whl (29 kB) 2020-12-08 11:12:07.811 | Collecting six===1.15.0 2020-12-08 11:12:07.818 | 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-08 11:12:07.870 | Collecting python-mimeparse===1.6.0 2020-12-08 11:12:07.876 | 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-08 11:12:07.954 | Collecting traceback2===1.4.0 2020-12-08 11:12:07.961 | 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-08 11:12:08.050 | Collecting unittest2===1.1.0 2020-12-08 11:12:08.057 | 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-08 11:12:08.138 | Collecting extras===1.0.0 2020-12-08 11:12:08.145 | 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-08 11:12:08.325 | Collecting pyparsing===2.4.7 2020-12-08 11:12:08.331 | 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-08 11:12:08.528 | Collecting cmd2===1.4.0 2020-12-08 11:12:08.534 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/87c/19e56c145fbc6/cmd2-1.4.0-py3-none-any.whl (133 kB) 2020-12-08 11:12:08.727 | Collecting stevedore===3.3.0 2020-12-08 11:12:08.734 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/50d/7b78fbaf0d04c/stevedore-3.3.0-py3-none-any.whl (49 kB) 2020-12-08 11:12:08.831 | Collecting prettytable===0.7.2 2020-12-08 11:12:08.838 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/788/48506f2c027f8/prettytable-0.7.2-py3-none-any.whl (13 kB) 2020-12-08 11:12:08.910 | Collecting linecache2===1.0.0 2020-12-08 11:12:08.917 | 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-08 11:12:09.006 | Collecting argparse 2020-12-08 11:12:09.013 | 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-08 11:12:09.098 | Collecting colorama===0.4.4 2020-12-08 11:12:09.104 | 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-08 11:12:09.165 | Collecting wcwidth===0.2.5 2020-12-08 11:12:09.171 | 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-08 11:12:09.206 | Requirement already satisfied, skipping upgrade: importlib-metadata===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 270)) (3.1.1) 2020-12-08 11:12:09.274 | Collecting attrs===20.3.0 2020-12-08 11:12:09.280 | 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-08 11:12:09.389 | Collecting pyperclip===1.8.1 2020-12-08 11:12:09.396 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/8bb/51a8fb6ad32d5/pyperclip-1.8.1-py3-none-any.whl (11 kB) 2020-12-08 11:12:09.429 | Requirement already satisfied, skipping upgrade: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 528)) (3.4.0) 2020-12-08 11:12:09.456 | Building wheels for collected packages: PyYAML, future 2020-12-08 11:12:09.456 | Building wheel for PyYAML (setup.py): started 2020-12-08 11:12:19.345 | Building wheel for PyYAML (setup.py): finished with status 'done' 2020-12-08 11:12:19.349 | Created wheel for PyYAML: filename=PyYAML-5.3.1-cp36-cp36m-linux_x86_64.whl size=403676 sha256=edb256bd4736336f552ff646ed01e1c6d5b43351206100ee4b94863db0db0908 2020-12-08 11:12:19.350 | Stored in directory: /root/.cache/pip/wheels/87/72/81/854eb4786f69e1920706847b6c06be3b0d589b7483cf247172 2020-12-08 11:12:19.351 | Building wheel for future (setup.py): started 2020-12-08 11:12:20.306 | Building wheel for future (setup.py): finished with status 'done' 2020-12-08 11:12:20.310 | Created wheel for future: filename=future-0.18.2-py3-none-any.whl size=491058 sha256=64692984631dee953815c0fe58544ed14b2c316d9ff33b8da0f2ed4b94e87814 2020-12-08 11:12:20.311 | Stored in directory: /root/.cache/pip/wheels/8c/58/d1/5f5b03a578242b7f6aaa86627fac27e15b5ffb03afb2150cb6 2020-12-08 11:12:20.311 | Successfully built PyYAML future 2020-12-08 11:12:20.775 | Installing collected packages: voluptuous, pbr, attrs, six, python-mimeparse, linecache2, traceback2, argparse, unittest2, extras, testtools, fixtures, wcwidth, prettytable, python-subunit, PyYAML, pyparsing, colorama, pyperclip, cmd2, stevedore, cliff, future, stestr, os-testr 2020-12-08 11:12:20.909 | Attempting uninstall: attrs 2020-12-08 11:12:20.910 | Found existing installation: attrs 17.4.0 2020-12-08 11:12:20.912 | Uninstalling attrs-17.4.0: 2020-12-08 11:12:20.963 | Successfully uninstalled attrs-17.4.0 2020-12-08 11:12:21.012 | Attempting uninstall: six 2020-12-08 11:12:21.013 | Found existing installation: six 1.11.0 2020-12-08 11:12:21.015 | Uninstalling six-1.11.0: 2020-12-08 11:12:21.046 | Successfully uninstalled six-1.11.0 2020-12-08 11:12:21.908 | Attempting uninstall: colorama 2020-12-08 11:12:21.908 | Found existing installation: colorama 0.3.7 2020-12-08 11:12:21.910 | Uninstalling colorama-0.3.7: 2020-12-08 11:12:21.941 | Successfully uninstalled colorama-0.3.7 2020-12-08 11:12:22.857 | Successfully installed PyYAML-5.3.1 argparse-1.4.0 attrs-20.3.0 cliff-3.5.0 cmd2-1.4.0 colorama-0.4.4 extras-1.0.0 fixtures-3.0.0 future-0.18.2 linecache2-1.0.0 os-testr-2.0.0 pbr-5.5.1 prettytable-0.7.2 pyparsing-2.4.7 pyperclip-1.8.1 python-mimeparse-1.6.0 python-subunit-1.4.0 six-1.15.0 stestr-3.1.0 stevedore-3.3.0 testtools-2.4.0 traceback2-1.4.0 unittest2-1.1.0 voluptuous-0.12.0 wcwidth-0.2.5 2020-12-08 11:12:22.922 | WARNING: You are using pip version 20.2.4; however, version 20.3.1 is available. 2020-12-08 11:12:22.922 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2020-12-08 11:12:23.064 | + inc/python:pip_install:200 : result=0 2020-12-08 11:12:23.067 | + inc/python:pip_install:202 : time_stop pip_install 2020-12-08 11:12:23.069 | + functions-common:time_stop:2306 : local name 2020-12-08 11:12:23.071 | + functions-common:time_stop:2307 : local end_time 2020-12-08 11:12:23.073 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-08 11:12:23.075 | + functions-common:time_stop:2309 : local total 2020-12-08 11:12:23.077 | + functions-common:time_stop:2310 : local start_time 2020-12-08 11:12:23.080 | + functions-common:time_stop:2312 : name=pip_install 2020-12-08 11:12:23.082 | + functions-common:time_stop:2313 : start_time=1607425923125 2020-12-08 11:12:23.084 | + functions-common:time_stop:2315 : [[ -z 1607425923125 ]] 2020-12-08 11:12:23.087 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-08 11:12:23.090 | + functions-common:time_stop:2318 : end_time=1607425943088 2020-12-08 11:12:23.092 | + functions-common:time_stop:2319 : elapsed_time=19963 2020-12-08 11:12:23.094 | + functions-common:time_stop:2320 : total=0 2020-12-08 11:12:23.096 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-08 11:12:23.098 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=19963 2020-12-08 11:12:23.100 | + inc/python:pip_install:203 : return 0 2020-12-08 11:12:23.103 | + ./stack.sh:main:764 : pip_install_gr systemd-python 2020-12-08 11:12:23.105 | + inc/python:pip_install_gr:76 : local name=systemd-python 2020-12-08 11:12:23.107 | + inc/python:pip_install_gr:77 : local clean_name 2020-12-08 11:12:23.110 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements systemd-python 2020-12-08 11:12:23.112 | ++ inc/python:get_from_global_requirements:225 : local package=systemd-python 2020-12-08 11:12:23.115 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2020-12-08 11:12:23.118 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^systemd-python' /opt/stack/requirements/global-requirements.txt 2020-12-08 11:12:23.118 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2020-12-08 11:12:23.122 | ++ inc/python:get_from_global_requirements:227 : required_pkg='systemd-python ' 2020-12-08 11:12:23.124 | ++ inc/python:get_from_global_requirements:228 : [[ systemd-python == '' ]] 2020-12-08 11:12:23.127 | ++ inc/python:get_from_global_requirements:231 : echo systemd-python 2020-12-08 11:12:23.130 | + inc/python:pip_install_gr:78 : clean_name=systemd-python 2020-12-08 11:12:23.132 | + inc/python:pip_install_gr:79 : pip_install systemd-python 2020-12-08 11:12:23.150 | Using python 3.6 to install systemd-python 2020-12-08 11:12:23.152 | + 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-08 11:12:24.937 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-12-08 11:12:24.958 | Requirement already satisfied: systemd-python===234 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 430)) (234) 2020-12-08 11:12:25.487 | WARNING: You are using pip version 20.2.4; however, version 20.3.1 is available. 2020-12-08 11:12:25.487 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2020-12-08 11:12:25.556 | + inc/python:pip_install:200 : result=0 2020-12-08 11:12:25.559 | + inc/python:pip_install:202 : time_stop pip_install 2020-12-08 11:12:25.561 | + functions-common:time_stop:2306 : local name 2020-12-08 11:12:25.563 | + functions-common:time_stop:2307 : local end_time 2020-12-08 11:12:25.565 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-08 11:12:25.568 | + functions-common:time_stop:2309 : local total 2020-12-08 11:12:25.570 | + functions-common:time_stop:2310 : local start_time 2020-12-08 11:12:25.572 | + functions-common:time_stop:2312 : name=pip_install 2020-12-08 11:12:25.574 | + functions-common:time_stop:2313 : start_time=1607425943146 2020-12-08 11:12:25.576 | + functions-common:time_stop:2315 : [[ -z 1607425943146 ]] 2020-12-08 11:12:25.578 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-08 11:12:25.582 | + functions-common:time_stop:2318 : end_time=1607425945579 2020-12-08 11:12:25.584 | + functions-common:time_stop:2319 : elapsed_time=2433 2020-12-08 11:12:25.586 | + functions-common:time_stop:2320 : total=19963 2020-12-08 11:12:25.588 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-08 11:12:25.590 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=22396 2020-12-08 11:12:25.593 | + inc/python:pip_install:203 : return 0 2020-12-08 11:12:25.595 | + ./stack.sh:main:767 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2020-12-08 11:12:25.640 | + ./stack.sh:main:768 : sudo systemctl restart systemd-journald 2020-12-08 11:12:25.712 | + ./stack.sh:main:774 : install_infra 2020-12-08 11:12:25.714 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2020-12-08 11:12:25.716 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2020-12-08 11:12:25.719 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack/requirements/.venv 2020-12-08 11:12:28.309 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2020-12-08 11:12:28.312 | + lib/infra:install_infra:34 : pip_install -U pbr 2020-12-08 11:12:28.333 | + 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-08 11:12:30.982 | Collecting pbr===5.5.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) 2020-12-08 11:12:31.094 | Downloading http://10.100.0.9:8080/root/pypi/+f/b23/6cde0ac9a6aed/pbr-5.5.1-py2.py3-none-any.whl (106kB) 2020-12-08 11:12:31.125 | Installing collected packages: pbr 2020-12-08 11:12:31.229 | Successfully installed pbr-5.5.1 2020-12-08 11:12:31.288 | + inc/python:pip_install:200 : result=0 2020-12-08 11:12:31.290 | + inc/python:pip_install:202 : time_stop pip_install 2020-12-08 11:12:31.292 | + functions-common:time_stop:2306 : local name 2020-12-08 11:12:31.294 | + functions-common:time_stop:2307 : local end_time 2020-12-08 11:12:31.297 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-08 11:12:31.299 | + functions-common:time_stop:2309 : local total 2020-12-08 11:12:31.301 | + functions-common:time_stop:2310 : local start_time 2020-12-08 11:12:31.303 | + functions-common:time_stop:2312 : name=pip_install 2020-12-08 11:12:31.305 | + functions-common:time_stop:2313 : start_time=1607425948326 2020-12-08 11:12:31.307 | + functions-common:time_stop:2315 : [[ -z 1607425948326 ]] 2020-12-08 11:12:31.310 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-08 11:12:31.313 | + functions-common:time_stop:2318 : end_time=1607425951311 2020-12-08 11:12:31.315 | + functions-common:time_stop:2319 : elapsed_time=2985 2020-12-08 11:12:31.317 | + functions-common:time_stop:2320 : total=22396 2020-12-08 11:12:31.319 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-08 11:12:31.322 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=25381 2020-12-08 11:12:31.324 | + inc/python:pip_install:203 : return 0 2020-12-08 11:12:31.326 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2020-12-08 11:12:31.329 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2020-12-08 11:12:31.349 | + 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-08 11:12:34.021 | Processing /opt/stack/requirements 2020-12-08 11:12:35.405 | Collecting fixtures===3.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 62)) 2020-12-08 11:12:35.473 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67kB) 2020-12-08 11:12:35.508 | Collecting PyYAML===5.3.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 173)) 2020-12-08 11:12:35.592 | Downloading http://10.100.0.9:8080/root/pypi/+f/b8e/ac752c5e14d3e/PyYAML-5.3.1.tar.gz (269kB) 2020-12-08 11:12:36.249 | Collecting requests===2.25.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) 2020-12-08 11:12:36.356 | Downloading http://10.100.0.9:8080/root/pypi/+f/e78/6fa28d8c9154e/requests-2.25.0-py2.py3-none-any.whl (61kB) 2020-12-08 11:12:36.395 | Collecting packaging===20.7 (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) 2020-12-08 11:12:36.440 | Downloading http://10.100.0.9:8080/root/pypi/+f/eb4/1423378682dad/packaging-20.7-py2.py3-none-any.whl 2020-12-08 11:12:36.460 | Collecting testtools===2.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) 2020-12-08 11:12:36.505 | Downloading http://10.100.0.9:8080/root/pypi/+f/36f/f4998177c7d32/testtools-2.4.0-py2.py3-none-any.whl (185kB) 2020-12-08 11:12:36.562 | Collecting idna===2.10 (from -c /opt/stack/requirements/upper-constraints.txt (line 351)) 2020-12-08 11:12:36.593 | Downloading http://10.100.0.9:8080/root/pypi/+f/b97/d804b1e9b523b/idna-2.10-py2.py3-none-any.whl (58kB) 2020-12-08 11:12:36.612 | Collecting pyparsing===2.4.7 (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) 2020-12-08 11:12:36.719 | Downloading http://10.100.0.9:8080/root/pypi/+f/ef9/d7589ef3c200a/pyparsing-2.4.7-py2.py3-none-any.whl (67kB) 2020-12-08 11:12:36.737 | Collecting six===1.15.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 433)) 2020-12-08 11:12:36.772 | Downloading http://10.100.0.9:8080/root/pypi/+f/8b7/4bedcbbbaca38/six-1.15.0-py2.py3-none-any.whl 2020-12-08 11:12:36.786 | Collecting Parsley>=1.2 (from openstack-requirements==1.2.1.dev4207) 2020-12-08 11:12:36.803 | Downloading http://10.100.0.9:8080/root/pypi/+f/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88kB) 2020-12-08 11:12:36.830 | Collecting beagle>=0.2.1 (from openstack-requirements==1.2.1.dev4207) 2020-12-08 11:12:36.849 | Downloading http://10.100.0.9:8080/root/pypi/+f/34b/7236e550859b0/beagle-0.3.0-py3-none-any.whl 2020-12-08 11:12:36.876 | 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-08 11:12:36.881 | Collecting certifi===2020.11.8 (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) 2020-12-08 11:12:36.950 | Downloading http://10.100.0.9:8080/root/pypi/+f/1f4/22849db327d53/certifi-2020.11.8-py2.py3-none-any.whl (155kB) 2020-12-08 11:12:36.971 | Collecting urllib3===1.26.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) 2020-12-08 11:12:37.031 | Downloading http://10.100.0.9:8080/root/pypi/+f/d8f/f90d979214d7b/urllib3-1.26.2-py2.py3-none-any.whl (136kB) 2020-12-08 11:12:37.079 | Collecting chardet===3.0.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2020-12-08 11:12:37.105 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/fc3/23ffcaeaed0e0/chardet-3.0.4-py2.py3-none-any.whl (133kB) 2020-12-08 11:12:37.135 | Collecting extras===1.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 155)) 2020-12-08 11:12:37.153 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/f68/9f08df47e2dec/extras-1.0.0-py2.py3-none-any.whl 2020-12-08 11:12:37.167 | Collecting traceback2===1.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 140)) 2020-12-08 11:12:37.188 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/825/3cebec4b19094/traceback2-1.4.0-py2.py3-none-any.whl 2020-12-08 11:12:37.203 | Collecting unittest2===1.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) 2020-12-08 11:12:37.231 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/13f/77d0875db6d9b/unittest2-1.1.0-py2.py3-none-any.whl (96kB) 2020-12-08 11:12:37.262 | Collecting python-mimeparse===1.6.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 94)) 2020-12-08 11:12:37.284 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/a29/5f03ff2034149/python_mimeparse-1.6.0-py2.py3-none-any.whl 2020-12-08 11:12:37.297 | Collecting cliff===3.5.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 236)) 2020-12-08 11:12:37.361 | Downloading http://10.100.0.9:8080/root/pypi/+f/31c/2e2bf04d826c2/cliff-3.5.0-py3-none-any.whl (81kB) 2020-12-08 11:12:37.404 | Collecting linecache2===1.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 349)) 2020-12-08 11:12:37.419 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/e78/be9c0a0dfcbac/linecache2-1.0.0-py2.py3-none-any.whl 2020-12-08 11:12:37.433 | Collecting argparse (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 195)) 2020-12-08 11:12:37.462 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl 2020-12-08 11:12:37.475 | Collecting prettytable===0.7.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 137)) 2020-12-08 11:12:37.502 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/788/48506f2c027f8/prettytable-0.7.2-py3-none-any.whl 2020-12-08 11:12:37.515 | Collecting cmd2===1.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 416)) 2020-12-08 11:12:37.633 | Downloading http://10.100.0.9:8080/root/pypi/+f/87c/19e56c145fbc6/cmd2-1.4.0-py3-none-any.whl (133kB) 2020-12-08 11:12:37.715 | Collecting stevedore===3.3.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 407)) 2020-12-08 11:12:37.780 | Downloading http://10.100.0.9:8080/root/pypi/+f/50d/7b78fbaf0d04c/stevedore-3.3.0-py3-none-any.whl (49kB) 2020-12-08 11:12:37.810 | Collecting importlib-metadata===3.1.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 270)) 2020-12-08 11:12:37.864 | Downloading http://10.100.0.9:8080/root/pypi/+f/611/2e21359ef8f34/importlib_metadata-3.1.1-py3-none-any.whl 2020-12-08 11:12:37.909 | Collecting attrs===20.3.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 49)) 2020-12-08 11:12:37.943 | Downloading http://10.100.0.9:8080/root/pypi/+f/31b/2eced602aa842/attrs-20.3.0-py2.py3-none-any.whl (49kB) 2020-12-08 11:12:38.006 | Collecting colorama===0.4.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 557)) 2020-12-08 11:12:38.056 | Downloading http://10.100.0.9:8080/root/pypi/+f/9f4/7eda37229f68e/colorama-0.4.4-py2.py3-none-any.whl 2020-12-08 11:12:38.072 | Collecting wcwidth===0.2.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 134)) 2020-12-08 11:12:38.099 | Downloading http://10.100.0.9:8080/root/pypi/+f/beb/4802a9cebb914/wcwidth-0.2.5-py2.py3-none-any.whl 2020-12-08 11:12:38.119 | Collecting pyperclip===1.8.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 258)) 2020-12-08 11:12:38.152 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/8bb/51a8fb6ad32d5/pyperclip-1.8.1-py3-none-any.whl 2020-12-08 11:12:38.166 | Collecting zipp===3.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 528)) 2020-12-08 11:12:38.205 | Downloading http://10.100.0.9:8080/root/pypi/+f/102/c24ef8f171fd7/zipp-3.4.0-py3-none-any.whl 2020-12-08 11:12:38.240 | Building wheels for collected packages: PyYAML 2020-12-08 11:12:38.241 | Running setup.py bdist_wheel for PyYAML: started 2020-12-08 11:12:38.525 | Running setup.py bdist_wheel for PyYAML: finished with status 'error' 2020-12-08 11:12:38.526 | Complete output from command /opt/stack/requirements/.venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-4i28tg51/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/tmpfrasfx7_pip-wheel- --python-tag cp36: 2020-12-08 11:12:38.526 | usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2020-12-08 11:12:38.526 | or: -c --help [cmd1 cmd2 ...] 2020-12-08 11:12:38.526 | or: -c --help-commands 2020-12-08 11:12:38.526 | or: -c cmd --help 2020-12-08 11:12:38.526 | 2020-12-08 11:12:38.526 | error: invalid command 'bdist_wheel' 2020-12-08 11:12:38.526 | 2020-12-08 11:12:38.526 | ---------------------------------------- 2020-12-08 11:12:38.526 | Failed building wheel for PyYAML 2020-12-08 11:12:38.526 | Running setup.py clean for PyYAML 2020-12-08 11:12:38.814 | Failed to build PyYAML 2020-12-08 11:12:38.816 | Installing collected packages: chardet, certifi, attrs, extras, six, linecache2, traceback2, argparse, unittest2, python-mimeparse, testtools, fixtures, wcwidth, prettytable, urllib3, PyYAML, idna, requests, pyparsing, zipp, importlib-metadata, colorama, pyperclip, cmd2, stevedore, cliff, packaging, Parsley, beagle, openstack-requirements 2020-12-08 11:12:39.762 | Running setup.py install for PyYAML: started 2020-12-08 11:12:49.363 | Running setup.py install for PyYAML: finished with status 'done' 2020-12-08 11:12:50.118 | Running setup.py install for openstack-requirements: started 2020-12-08 11:12:52.508 | Running setup.py install for openstack-requirements: finished with status 'done' 2020-12-08 11:12:53.057 | 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.dev4207 packaging-20.7 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-08 11:12:53.188 | + inc/python:pip_install:200 : result=0 2020-12-08 11:12:53.190 | + inc/python:pip_install:202 : time_stop pip_install 2020-12-08 11:12:53.193 | + functions-common:time_stop:2306 : local name 2020-12-08 11:12:53.195 | + functions-common:time_stop:2307 : local end_time 2020-12-08 11:12:53.197 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-08 11:12:53.199 | + functions-common:time_stop:2309 : local total 2020-12-08 11:12:53.201 | + functions-common:time_stop:2310 : local start_time 2020-12-08 11:12:53.203 | + functions-common:time_stop:2312 : name=pip_install 2020-12-08 11:12:53.205 | + functions-common:time_stop:2313 : start_time=1607425951342 2020-12-08 11:12:53.208 | + functions-common:time_stop:2315 : [[ -z 1607425951342 ]] 2020-12-08 11:12:53.211 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-08 11:12:53.214 | + functions-common:time_stop:2318 : end_time=1607425973212 2020-12-08 11:12:53.216 | + functions-common:time_stop:2319 : elapsed_time=21870 2020-12-08 11:12:53.218 | + functions-common:time_stop:2320 : total=25381 2020-12-08 11:12:53.220 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-08 11:12:53.222 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=47251 2020-12-08 11:12:53.224 | + inc/python:pip_install:203 : return 0 2020-12-08 11:12:53.227 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2020-12-08 11:12:53.229 | + lib/infra:install_infra:42 : use_library_from_git pbr 2020-12-08 11:12:53.232 | + inc/python:use_library_from_git:250 : local name=pbr 2020-12-08 11:12:53.234 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:12:53.236 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:12:53.238 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pbr, ]] 2020-12-08 11:12:53.241 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:12:53.243 | + lib/infra:install_infra:48 : pip_install -U pbr 2020-12-08 11:12:53.261 | Using python 3.6 to install pbr 2020-12-08 11:12:53.264 | + 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-08 11:12:55.138 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-12-08 11:12:55.272 | 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-08 11:12:55.814 | WARNING: You are using pip version 20.2.4; however, version 20.3.1 is available. 2020-12-08 11:12:55.814 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2020-12-08 11:12:55.888 | + inc/python:pip_install:200 : result=0 2020-12-08 11:12:55.891 | + inc/python:pip_install:202 : time_stop pip_install 2020-12-08 11:12:55.893 | + functions-common:time_stop:2306 : local name 2020-12-08 11:12:55.896 | + functions-common:time_stop:2307 : local end_time 2020-12-08 11:12:55.898 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-08 11:12:55.900 | + functions-common:time_stop:2309 : local total 2020-12-08 11:12:55.902 | + functions-common:time_stop:2310 : local start_time 2020-12-08 11:12:55.904 | + functions-common:time_stop:2312 : name=pip_install 2020-12-08 11:12:55.906 | + functions-common:time_stop:2313 : start_time=1607425973257 2020-12-08 11:12:55.908 | + functions-common:time_stop:2315 : [[ -z 1607425973257 ]] 2020-12-08 11:12:55.911 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-08 11:12:55.915 | + functions-common:time_stop:2318 : end_time=1607425975912 2020-12-08 11:12:55.917 | + functions-common:time_stop:2319 : elapsed_time=2655 2020-12-08 11:12:55.919 | + functions-common:time_stop:2320 : total=47251 2020-12-08 11:12:55.921 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-08 11:12:55.923 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=49906 2020-12-08 11:12:55.925 | + inc/python:pip_install:203 : return 0 2020-12-08 11:12:55.928 | + ./stack.sh:main:777 : python3 -m venv /opt/stack/bindep-venv 2020-12-08 11:12:58.516 | + ./stack.sh:main:779 : /opt/stack/bindep-venv/bin/pip install bindep 2020-12-08 11:13:00.170 | Collecting bindep 2020-12-08 11:13:00.234 | Downloading http://10.100.0.9:8080/root/pypi/+f/755/6130a90d5c67a/bindep-2.8.1-py2.py3-none-any.whl 2020-12-08 11:13:00.259 | Collecting pbr>=2.0.0 (from bindep) 2020-12-08 11:13:00.343 | Downloading http://10.100.0.9:8080/root/pypi/+f/b23/6cde0ac9a6aed/pbr-5.5.1-py2.py3-none-any.whl (106kB) 2020-12-08 11:13:00.375 | Collecting Parsley (from bindep) 2020-12-08 11:13:00.392 | Downloading http://10.100.0.9:8080/root/pypi/+f/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88kB) 2020-12-08 11:13:00.416 | Collecting distro (from bindep) 2020-12-08 11:13:00.440 | Downloading http://10.100.0.9:8080/root/pypi/+f/df7/4eed763e18d10/distro-1.5.0-py2.py3-none-any.whl 2020-12-08 11:13:00.448 | Installing collected packages: pbr, Parsley, distro, bindep 2020-12-08 11:13:00.782 | Successfully installed Parsley-1.3 bindep-2.8.1 distro-1.5.0 pbr-5.5.1 2020-12-08 11:13:00.845 | + ./stack.sh:main:780 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2020-12-08 11:13:00.848 | + ./stack.sh:main:780 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2020-12-08 11:13:00.852 | ++ ./stack.sh:main:783 : _get_plugin_bindep_packages 2020-12-08 11:13:00.868 | + ./stack.sh:main:783 : pkgs= 2020-12-08 11:13:00.870 | + ./stack.sh:main:784 : [[ -n '' ]] 2020-12-08 11:13:00.872 | + ./stack.sh:main:791 : run_phase stack pre-install 2020-12-08 11:13:00.874 | + functions-common:run_phase:1734 : local mode=stack 2020-12-08 11:13:00.877 | + functions-common:run_phase:1735 : local phase=pre-install 2020-12-08 11:13:00.879 | + functions-common:run_phase:1736 : [[ -d /home/ubuntu/devstack/extras.d ]] 2020-12-08 11:13:00.881 | + functions-common:run_phase:1737 : local extra_plugin_file_name 2020-12-08 11:13:00.883 | + functions-common:run_phase:1738 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2020-12-08 11:13:00.885 | + functions-common:run_phase:1743 : local exceptions=80-tempest.sh 2020-12-08 11:13:00.888 | + functions-common:run_phase:1744 : local extra 2020-12-08 11:13:00.890 | ++ functions-common:run_phase:1745 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2020-12-08 11:13:00.893 | + functions-common:run_phase:1745 : extra=80-tempest.sh 2020-12-08 11:13:00.896 | + functions-common:run_phase:1746 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2020-12-08 11:13:00.899 | + functions-common:run_phase:1750 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2020-12-08 11:13:00.901 | + functions-common:run_phase:1750 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2020-12-08 11:13:00.903 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2020-12-08 11:13:00.917 | ++ functions-common:is_service_enabled:1962 : return 0 2020-12-08 11:13:00.919 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2020-12-08 11:13:00.921 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2020-12-08 11:13:00.923 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2020-12-08 11:13:00.925 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2020-12-08 11:13:00.927 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2020-12-08 11:13:00.929 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2020-12-08 11:13:00.931 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2020-12-08 11:13:00.933 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2020-12-08 11:13:00.935 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2020-12-08 11:13:00.937 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2020-12-08 11:13:00.939 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2020-12-08 11:13:00.942 | ++ extras.d/80-tempest.sh:source:26 : [[ stack == \u\n\s\t\a\c\k ]] 2020-12-08 11:13:00.944 | ++ extras.d/80-tempest.sh:source:31 : [[ stack == \c\l\e\a\n ]] 2020-12-08 11:13:00.946 | + functions-common:run_phase:1755 : [[ stack == \s\o\u\r\c\e ]] 2020-12-08 11:13:00.948 | + functions-common:run_phase:1758 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2020-12-08 11:13:00.950 | + functions-common:run_phase:1761 : run_plugins stack pre-install 2020-12-08 11:13:00.952 | + functions-common:run_plugins:1720 : local mode=stack 2020-12-08 11:13:00.954 | + functions-common:run_plugins:1721 : local phase=pre-install 2020-12-08 11:13:00.957 | + functions-common:run_plugins:1723 : local plugins= 2020-12-08 11:13:00.959 | + functions-common:run_plugins:1724 : local plugin 2020-12-08 11:13:00.962 | + ./stack.sh:main:794 : set_systemd_override DefaultLimitNOFILE 2048 2020-12-08 11:13:00.964 | + functions:set_systemd_override:849 : local key=DefaultLimitNOFILE 2020-12-08 11:13:00.966 | + functions:set_systemd_override:850 : local value=2048 2020-12-08 11:13:00.968 | + functions:set_systemd_override:852 : local sysconf=/etc/systemd/system.conf 2020-12-08 11:13:00.970 | + functions:set_systemd_override:853 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2020-12-08 11:13:01.014 | + functions:set_systemd_override:854 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2020-12-08 11:13:01.014 | Set systemd system override for DefaultLimitNOFILE=2048 2020-12-08 11:13:01.017 | + functions:set_systemd_override:856 : sudo systemctl daemon-reload 2020-12-08 11:13:01.197 | + ./stack.sh:main:796 : install_rpc_backend 2020-12-08 11:13:01.200 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2020-12-08 11:13:01.215 | + functions-common:is_service_enabled:1962 : return 0 2020-12-08 11:13:01.217 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2020-12-08 11:13:01.220 | + functions-common:install_package:1344 : update_package_repo 2020-12-08 11:13:01.223 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-12-08 11:13:01.225 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2020-12-08 11:13:01.227 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-12-08 11:13:01.229 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-12-08 11:13:01.232 | + functions-common:update_package_repo:1324 : is_ubuntu 2020-12-08 11:13:01.234 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-08 11:13:01.236 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-08 11:13:01.238 | + functions-common:update_package_repo:1325 : apt_get_update 2020-12-08 11:13:01.241 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2020-12-08 11:13:01.243 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2020-12-08 11:13:01.245 | + functions-common:apt_get_update:1071 : return 2020-12-08 11:13:01.247 | + functions-common:install_package:1345 : real_install_package rabbitmq-server 2020-12-08 11:13:01.249 | + functions-common:real_install_package:1330 : is_ubuntu 2020-12-08 11:13:01.251 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-08 11:13:01.254 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-08 11:13:01.257 | + functions-common:real_install_package:1331 : apt_get install rabbitmq-server 2020-12-08 11:13:01.276 | + 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-08 11:13:01.395 | Reading package lists... 2020-12-08 11:13:01.638 | Building dependency tree... 2020-12-08 11:13:01.639 | Reading state information... 2020-12-08 11:13:01.853 | The following packages were automatically installed and are no longer required: 2020-12-08 11:13:01.853 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2020-12-08 11:13:01.853 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2020-12-08 11:13:01.853 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2020-12-08 11:13:01.853 | python3-pam python3-problem-report python3-pyasn1 2020-12-08 11:13:01.853 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-12-08 11:13:01.853 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-12-08 11:13:01.853 | python3-zope.interface 2020-12-08 11:13:01.853 | Use 'sudo apt autoremove' to remove them. 2020-12-08 11:13:01.854 | The following additional packages will be installed: 2020-12-08 11:13:01.854 | erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter 2020-12-08 11:13:01.854 | erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic 2020-12-08 11:13:01.854 | erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon 2020-12-08 11:13:01.854 | erlang-parsetools erlang-public-key erlang-runtime-tools erlang-snmp 2020-12-08 11:13:01.854 | erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools erlang-xmerl libodbc1 2020-12-08 11:13:01.856 | Suggested packages: 2020-12-08 11:13:01.856 | erlang erlang-manpages erlang-doc xsltproc fop erlang-ic-java libmyodbc 2020-12-08 11:13:01.856 | odbc-postgresql tdsodbc unixodbc-bin 2020-12-08 11:13:01.900 | The following NEW packages will be installed: 2020-12-08 11:13:01.900 | erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter 2020-12-08 11:13:01.900 | erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic 2020-12-08 11:13:01.900 | erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon 2020-12-08 11:13:01.900 | erlang-parsetools erlang-public-key erlang-runtime-tools erlang-snmp 2020-12-08 11:13:01.901 | erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools erlang-xmerl libodbc1 2020-12-08 11:13:01.901 | rabbitmq-server 2020-12-08 11:13:02.086 | 0 upgraded, 26 newly installed, 0 to remove and 164 not upgraded. 2020-12-08 11:13:02.086 | Need to get 24.5 MB of archives. 2020-12-08 11:13:02.086 | After this operation, 40.4 MB of additional disk space will be used. 2020-12-08 11:13:02.086 | 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-08 11:13:03.233 | 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-08 11:13:03.376 | 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-08 11:13:03.851 | 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-08 11:13:03.855 | 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-08 11:13:03.858 | 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-08 11:13:03.871 | 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-08 11:13:03.890 | 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-08 11:13:03.907 | 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-08 11:13:04.248 | 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-08 11:13:04.345 | 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-08 11:13:04.431 | 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-08 11:13:04.585 | 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-08 11:13:04.654 | 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-08 11:13:04.657 | 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-08 11:13:04.660 | 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-08 11:13:04.723 | 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-08 11:13:04.845 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libodbc1 amd64 2.3.4-1.1ubuntu3 [183 kB] 2020-12-08 11:13:04.890 | 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-08 11:13:04.906 | 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-08 11:13:05.101 | 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-08 11:13:05.104 | 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-08 11:13:05.150 | 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-08 11:13:05.250 | 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-08 11:13:05.358 | 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-08 11:13:05.358 | 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-08 11:13:06.637 | Fetched 24.5 MB in 4s (5,870 kB/s) 2020-12-08 11:13:06.672 | Selecting previously unselected package erlang-base. 2020-12-08 11:13:06.710 | (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-08 11:13:06.713 | Preparing to unpack .../00-erlang-base_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-08 11:13:06.715 | Unpacking erlang-base (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:07.788 | Selecting previously unselected package erlang-asn1. 2020-12-08 11:13:07.796 | Preparing to unpack .../01-erlang-asn1_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-08 11:13:07.798 | Unpacking erlang-asn1 (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:07.938 | Selecting previously unselected package erlang-mnesia. 2020-12-08 11:13:07.946 | Preparing to unpack .../02-erlang-mnesia_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-08 11:13:07.949 | Unpacking erlang-mnesia (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:08.089 | Selecting previously unselected package erlang-runtime-tools. 2020-12-08 11:13:08.097 | Preparing to unpack .../03-erlang-runtime-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-08 11:13:08.099 | Unpacking erlang-runtime-tools (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:08.179 | Selecting previously unselected package erlang-crypto. 2020-12-08 11:13:08.186 | Preparing to unpack .../04-erlang-crypto_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-08 11:13:08.188 | Unpacking erlang-crypto (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:08.256 | Selecting previously unselected package erlang-public-key. 2020-12-08 11:13:08.264 | Preparing to unpack .../05-erlang-public-key_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-08 11:13:08.266 | Unpacking erlang-public-key (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:08.395 | Selecting previously unselected package erlang-ssl. 2020-12-08 11:13:08.402 | Preparing to unpack .../06-erlang-ssl_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-08 11:13:08.404 | Unpacking erlang-ssl (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:08.563 | Selecting previously unselected package erlang-inets. 2020-12-08 11:13:08.570 | Preparing to unpack .../07-erlang-inets_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-08 11:13:08.573 | Unpacking erlang-inets (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:08.723 | Selecting previously unselected package erlang-corba. 2020-12-08 11:13:08.732 | Preparing to unpack .../08-erlang-corba_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-08 11:13:08.734 | Unpacking erlang-corba (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:09.123 | Selecting previously unselected package erlang-syntax-tools. 2020-12-08 11:13:09.131 | Preparing to unpack .../09-erlang-syntax-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-08 11:13:09.134 | Unpacking erlang-syntax-tools (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:09.233 | Selecting previously unselected package erlang-diameter. 2020-12-08 11:13:09.240 | Preparing to unpack .../10-erlang-diameter_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-08 11:13:09.243 | Unpacking erlang-diameter (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:09.381 | Selecting previously unselected package erlang-xmerl. 2020-12-08 11:13:09.389 | Preparing to unpack .../11-erlang-xmerl_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-08 11:13:09.392 | Unpacking erlang-xmerl (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:09.573 | Selecting previously unselected package erlang-edoc. 2020-12-08 11:13:09.581 | Preparing to unpack .../12-erlang-edoc_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-08 11:13:09.583 | Unpacking erlang-edoc (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:09.673 | Selecting previously unselected package erlang-eldap. 2020-12-08 11:13:09.681 | Preparing to unpack .../13-erlang-eldap_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-08 11:13:09.683 | Unpacking erlang-eldap (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:09.749 | Selecting previously unselected package erlang-erl-docgen. 2020-12-08 11:13:09.757 | Preparing to unpack .../14-erlang-erl-docgen_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-08 11:13:09.759 | Unpacking erlang-erl-docgen (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:09.833 | Selecting previously unselected package erlang-eunit. 2020-12-08 11:13:09.841 | Preparing to unpack .../15-erlang-eunit_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-08 11:13:09.843 | Unpacking erlang-eunit (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:09.915 | Selecting previously unselected package erlang-ic. 2020-12-08 11:13:09.923 | Preparing to unpack .../16-erlang-ic_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-08 11:13:09.925 | Unpacking erlang-ic (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:10.110 | Selecting previously unselected package libodbc1:amd64. 2020-12-08 11:13:10.117 | Preparing to unpack .../17-libodbc1_2.3.4-1.1ubuntu3_amd64.deb ... 2020-12-08 11:13:10.129 | Unpacking libodbc1:amd64 (2.3.4-1.1ubuntu3) ... 2020-12-08 11:13:10.227 | Selecting previously unselected package erlang-odbc. 2020-12-08 11:13:10.234 | Preparing to unpack .../18-erlang-odbc_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-08 11:13:10.236 | Unpacking erlang-odbc (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:10.296 | Selecting previously unselected package erlang-snmp. 2020-12-08 11:13:10.304 | Preparing to unpack .../19-erlang-snmp_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-08 11:13:10.306 | Unpacking erlang-snmp (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:10.577 | Selecting previously unselected package erlang-os-mon. 2020-12-08 11:13:10.585 | Preparing to unpack .../20-erlang-os-mon_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-08 11:13:10.587 | Unpacking erlang-os-mon (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:10.653 | Selecting previously unselected package erlang-parsetools. 2020-12-08 11:13:10.660 | Preparing to unpack .../21-erlang-parsetools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-08 11:13:10.662 | Unpacking erlang-parsetools (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:10.736 | Selecting previously unselected package erlang-ssh. 2020-12-08 11:13:10.744 | Preparing to unpack .../22-erlang-ssh_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-08 11:13:10.746 | Unpacking erlang-ssh (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:10.864 | Selecting previously unselected package erlang-tools. 2020-12-08 11:13:10.872 | Preparing to unpack .../23-erlang-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-12-08 11:13:10.874 | Unpacking erlang-tools (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:10.995 | Selecting previously unselected package erlang-nox. 2020-12-08 11:13:11.003 | Preparing to unpack .../24-erlang-nox_1%3a20.2.2+dfsg-1ubuntu2_all.deb ... 2020-12-08 11:13:11.005 | Unpacking erlang-nox (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:11.096 | Selecting previously unselected package rabbitmq-server. 2020-12-08 11:13:11.104 | Preparing to unpack .../25-rabbitmq-server_3.6.10-1ubuntu0.4_all.deb ... 2020-12-08 11:13:11.107 | Unpacking rabbitmq-server (3.6.10-1ubuntu0.4) ... 2020-12-08 11:13:11.654 | Setting up libodbc1:amd64 (2.3.4-1.1ubuntu3) ... 2020-12-08 11:13:11.674 | Setting up erlang-base (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:12.506 | Searching for services which depend on erlang and should be started...none found. 2020-12-08 11:13:12.509 | Processing triggers for ureadahead (0.100.0-21) ... 2020-12-08 11:13:12.530 | Setting up erlang-ic (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:12.558 | Setting up erlang-xmerl (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:12.586 | Setting up erlang-crypto (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:12.614 | Setting up erlang-asn1 (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:12.642 | Setting up erlang-mnesia (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:12.670 | Setting up erlang-eunit (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:12.698 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2020-12-08 11:13:12.727 | Processing triggers for systemd (237-3ubuntu10.43) ... 2020-12-08 11:13:12.925 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-12-08 11:13:13.568 | Setting up erlang-runtime-tools (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:13.596 | Setting up erlang-syntax-tools (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:13.624 | Setting up erlang-odbc (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:13.652 | Setting up erlang-parsetools (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:13.679 | Setting up erlang-public-key (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:13.707 | Setting up erlang-snmp (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:13.735 | Setting up erlang-ssl (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:13.763 | Setting up erlang-inets (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:13.791 | Setting up erlang-tools (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:13.819 | Setting up erlang-diameter (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:13.847 | Setting up erlang-ssh (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:13.875 | Setting up erlang-os-mon (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:13.903 | Setting up erlang-eldap (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:13.931 | Setting up erlang-edoc (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:13.958 | Setting up erlang-corba (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:13.986 | Setting up erlang-erl-docgen (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:14.014 | Setting up erlang-nox (1:20.2.2+dfsg-1ubuntu2) ... 2020-12-08 11:13:14.042 | Setting up rabbitmq-server (3.6.10-1ubuntu0.4) ... 2020-12-08 11:13:14.180 | Adding group `rabbitmq' (GID 121) ... 2020-12-08 11:13:14.213 | Done. 2020-12-08 11:13:14.286 | Adding system user `rabbitmq' (UID 115) ... 2020-12-08 11:13:14.286 | Adding new user `rabbitmq' (UID 115) with group `rabbitmq' ... 2020-12-08 11:13:14.363 | Not creating home directory `/var/lib/rabbitmq'. 2020-12-08 11:13:14.606 | Created symlink /etc/systemd/system/multi-user.target.wants/rabbitmq-server.service → /lib/systemd/system/rabbitmq-server.service. 2020-12-08 11:13:19.451 | Processing triggers for systemd (237-3ubuntu10.43) ... 2020-12-08 11:13:19.628 | Processing triggers for ureadahead (0.100.0-21) ... 2020-12-08 11:13:21.516 | + functions-common:apt_get:1115 : result=0 2020-12-08 11:13:21.519 | + functions-common:apt_get:1118 : time_stop apt-get 2020-12-08 11:13:21.521 | + functions-common:time_stop:2306 : local name 2020-12-08 11:13:21.523 | + functions-common:time_stop:2307 : local end_time 2020-12-08 11:13:21.525 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-08 11:13:21.528 | + functions-common:time_stop:2309 : local total 2020-12-08 11:13:21.530 | + functions-common:time_stop:2310 : local start_time 2020-12-08 11:13:21.532 | + functions-common:time_stop:2312 : name=apt-get 2020-12-08 11:13:21.534 | + functions-common:time_stop:2313 : start_time=1607425981273 2020-12-08 11:13:21.536 | + functions-common:time_stop:2315 : [[ -z 1607425981273 ]] 2020-12-08 11:13:21.539 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-08 11:13:21.543 | + functions-common:time_stop:2318 : end_time=1607426001540 2020-12-08 11:13:21.545 | + functions-common:time_stop:2319 : elapsed_time=20267 2020-12-08 11:13:21.547 | + functions-common:time_stop:2320 : total=139109 2020-12-08 11:13:21.549 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-08 11:13:21.551 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=159376 2020-12-08 11:13:21.553 | + functions-common:apt_get:1119 : return 0 2020-12-08 11:13:21.555 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2020-12-08 11:13:21.558 | + functions-common:is_suse:464 : is_opensuse 2020-12-08 11:13:21.561 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2020-12-08 11:13:21.563 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2020-12-08 11:13:21.565 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2020-12-08 11:13:21.567 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2020-12-08 11:13:21.569 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2020-12-08 11:13:21.572 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2020-12-08 11:13:21.574 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2020-12-08 11:13:21.576 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2020-12-08 11:13:21.578 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2020-12-08 11:13:21.581 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2020-12-08 11:13:21.583 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2020-12-08 11:13:21.585 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2020-12-08 11:13:21.587 | + functions-common:is_fedora:455 : '[' Ubuntu = OracleServer ']' 2020-12-08 11:13:21.590 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2020-12-08 11:13:21.592 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2020-12-08 11:13:21.594 | + functions-common:is_suse:464 : is_opensuse 2020-12-08 11:13:21.596 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2020-12-08 11:13:21.598 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2020-12-08 11:13:21.601 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2020-12-08 11:13:21.603 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2020-12-08 11:13:21.606 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2020-12-08 11:13:21.608 | + ./stack.sh:main:797 : restart_rpc_backend 2020-12-08 11:13:21.610 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2020-12-08 11:13:21.625 | + functions-common:is_service_enabled:1962 : return 0 2020-12-08 11:13:21.627 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2020-12-08 11:13:21.630 | + ./stack.sh:echo_summary:410 : [[ -t 3 ]] 2020-12-08 11:13:21.632 | + ./stack.sh:echo_summary:416 : echo -e Starting RabbitMQ 2020-12-08 11:13:21.634 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2020-12-08 11:13:21.637 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2020-12-08 11:13:21.640 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2020-12-08 11:13:21.643 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2020-12-08 11:13:21.645 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2020-12-08 11:13:21.647 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2020-12-08 11:13:21.649 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2020-12-08 11:13:21.652 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2020-12-08 11:13:21.654 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2020-12-08 11:13:22.713 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users 2020-12-08 11:13:22.713 | guest [administrator]' 2020-12-08 11:13:22.717 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users 2020-12-08 11:13:22.717 | guest [administrator]' 2020-12-08 11:13:22.717 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2020-12-08 11:13:22.722 | + lib/rpc_backend:rabbit_setuser:176 : found= 2020-12-08 11:13:22.724 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2020-12-08 11:13:22.727 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit Passw0rd 2020-12-08 11:13:23.765 | Creating user "stackrabbit" 2020-12-08 11:13:23.789 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2020-12-08 11:13:24.796 | Setting permissions for user "stackrabbit" in vhost "/" 2020-12-08 11:13:24.819 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2020-12-08 11:13:24.822 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2020-12-08 11:13:25.858 | Changing password for user "stackrabbit" 2020-12-08 11:13:25.882 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2020-12-08 11:13:25.885 | + lib/rpc_backend:restart_rpc_backend:116 : break 2020-12-08 11:13:25.887 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2020-12-08 11:13:26.890 | Deleting user "guest" 2020-12-08 11:13:26.913 | + ./stack.sh:main:799 : is_service_enabled mysql postgresql 2020-12-08 11:13:26.929 | + functions-common:is_service_enabled:1962 : return 0 2020-12-08 11:13:26.931 | + ./stack.sh:main:800 : install_database 2020-12-08 11:13:26.933 | + lib/database:install_database:116 : install_database_mysql 2020-12-08 11:13:26.935 | + lib/databases/mysql:install_database_mysql:150 : is_ubuntu 2020-12-08 11:13:26.938 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-08 11:13:26.940 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-08 11:13:26.942 | + lib/databases/mysql:install_database_mysql:153 : sudo debconf-set-selections 2020-12-08 11:13:27.141 | + lib/databases/mysql:install_database_mysql:163 : [[ ! -e /home/ubuntu/.my.cnf ]] 2020-12-08 11:13:27.144 | + lib/databases/mysql:install_database_mysql:164 : cat 2020-12-08 11:13:27.148 | + lib/databases/mysql:install_database_mysql:170 : is_ubuntu 2020-12-08 11:13:27.150 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-08 11:13:27.152 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-08 11:13:27.155 | + lib/databases/mysql:install_database_mysql:170 : '[' mysql '!=' mariadb ']' 2020-12-08 11:13:27.157 | + lib/databases/mysql:install_database_mysql:171 : echo host=127.0.0.1 2020-12-08 11:13:27.159 | + lib/databases/mysql:install_database_mysql:173 : chmod 0600 /home/ubuntu/.my.cnf 2020-12-08 11:13:27.163 | + lib/databases/mysql:install_database_mysql:176 : is_oraclelinux 2020-12-08 11:13:27.165 | + functions-common:is_oraclelinux:436 : [[ -z Ubuntu ]] 2020-12-08 11:13:27.167 | + functions-common:is_oraclelinux:440 : '[' Ubuntu = OracleServer ']' 2020-12-08 11:13:27.170 | + lib/databases/mysql:install_database_mysql:178 : is_fedora 2020-12-08 11:13:27.172 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2020-12-08 11:13:27.174 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2020-12-08 11:13:27.176 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2020-12-08 11:13:27.179 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2020-12-08 11:13:27.181 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2020-12-08 11:13:27.184 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2020-12-08 11:13:27.186 | + functions-common:is_fedora:455 : '[' Ubuntu = OracleServer ']' 2020-12-08 11:13:27.188 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2020-12-08 11:13:27.191 | + lib/databases/mysql:install_database_mysql:181 : is_suse 2020-12-08 11:13:27.193 | + functions-common:is_suse:464 : is_opensuse 2020-12-08 11:13:27.195 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2020-12-08 11:13:27.198 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2020-12-08 11:13:27.200 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2020-12-08 11:13:27.203 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2020-12-08 11:13:27.205 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2020-12-08 11:13:27.207 | + lib/databases/mysql:install_database_mysql:184 : is_ubuntu 2020-12-08 11:13:27.209 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-08 11:13:27.212 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-08 11:13:27.214 | + lib/databases/mysql:install_database_mysql:185 : install_package mysql-server 2020-12-08 11:13:27.216 | + functions-common:install_package:1344 : update_package_repo 2020-12-08 11:13:27.218 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-12-08 11:13:27.221 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2020-12-08 11:13:27.223 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-12-08 11:13:27.225 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-12-08 11:13:27.227 | + functions-common:update_package_repo:1324 : is_ubuntu 2020-12-08 11:13:27.229 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-08 11:13:27.231 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-08 11:13:27.234 | + functions-common:update_package_repo:1325 : apt_get_update 2020-12-08 11:13:27.236 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2020-12-08 11:13:27.238 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2020-12-08 11:13:27.240 | + functions-common:apt_get_update:1071 : return 2020-12-08 11:13:27.242 | + functions-common:install_package:1345 : real_install_package mysql-server 2020-12-08 11:13:27.245 | + functions-common:real_install_package:1330 : is_ubuntu 2020-12-08 11:13:27.247 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-08 11:13:27.250 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-08 11:13:27.252 | + functions-common:real_install_package:1331 : apt_get install mysql-server 2020-12-08 11:13:27.270 | + 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-08 11:13:27.390 | Reading package lists... 2020-12-08 11:13:27.635 | Building dependency tree... 2020-12-08 11:13:27.636 | Reading state information... 2020-12-08 11:13:27.843 | The following packages were automatically installed and are no longer required: 2020-12-08 11:13:27.844 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2020-12-08 11:13:27.844 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2020-12-08 11:13:27.844 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2020-12-08 11:13:27.844 | python3-pam python3-problem-report python3-pyasn1 2020-12-08 11:13:27.844 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-12-08 11:13:27.844 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-12-08 11:13:27.844 | python3-zope.interface 2020-12-08 11:13:27.844 | Use 'sudo apt autoremove' to remove them. 2020-12-08 11:13:27.845 | The following additional packages will be installed: 2020-12-08 11:13:27.845 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-6 2020-12-08 11:13:27.845 | libfcgi-perl libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl 2020-12-08 11:13:27.845 | libhttp-date-perl libhttp-message-perl libio-html-perl 2020-12-08 11:13:27.845 | liblwp-mediatypes-perl liburi-perl mysql-client-5.7 mysql-client-core-5.7 2020-12-08 11:13:27.845 | mysql-server-5.7 mysql-server-core-5.7 2020-12-08 11:13:27.846 | Suggested packages: 2020-12-08 11:13:27.846 | libdata-dump-perl libipc-sharedcache-perl libwww-perl mailx tinyca 2020-12-08 11:13:27.899 | The following NEW packages will be installed: 2020-12-08 11:13:27.899 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-6 2020-12-08 11:13:27.899 | libfcgi-perl libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl 2020-12-08 11:13:27.899 | libhttp-date-perl libhttp-message-perl libio-html-perl 2020-12-08 11:13:27.899 | liblwp-mediatypes-perl liburi-perl mysql-client-5.7 mysql-client-core-5.7 2020-12-08 11:13:27.899 | mysql-server mysql-server-5.7 mysql-server-core-5.7 2020-12-08 11:13:28.176 | 0 upgraded, 18 newly installed, 0 to remove and 164 not upgraded. 2020-12-08 11:13:28.176 | Need to get 19.7 MB of archives. 2020-12-08 11:13:28.176 | After this operation, 156 MB of additional disk space will be used. 2020-12-08 11:13:28.176 | 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-08 11:13:30.100 | 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-08 11:13:30.317 | 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-08 11:13:31.656 | 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-08 11:13:31.658 | 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-08 11:13:31.827 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-tagset-perl all 3.20-3 [12.1 kB] 2020-12-08 11:13:31.828 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liburi-perl all 1.73-1 [77.2 kB] 2020-12-08 11:13:31.855 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-parser-perl amd64 3.72-3build1 [85.9 kB] 2020-12-08 11:13:31.867 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-pm-perl all 4.38-1 [185 kB] 2020-12-08 11:13:32.015 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfcgi-perl amd64 0.78-2build1 [32.8 kB] 2020-12-08 11:13:32.016 | 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-08 11:13:32.017 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB] 2020-12-08 11:13:32.017 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-template-perl all 2.97-1 [59.0 kB] 2020-12-08 11:13:32.019 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-date-perl all 6.02-1 [10.4 kB] 2020-12-08 11:13:32.093 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libio-html-perl all 1.001-1 [14.9 kB] 2020-12-08 11:13:32.095 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liblwp-mediatypes-perl all 6.02-1 [21.7 kB] 2020-12-08 11:13:32.097 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-message-perl all 6.14-1 [72.1 kB] 2020-12-08 11:13:32.105 | 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-08 11:13:32.602 | Preconfiguring packages ... 2020-12-08 11:13:32.717 | Fetched 19.7 MB in 4s (4,696 kB/s) 2020-12-08 11:13:32.749 | Selecting previously unselected package mysql-client-core-5.7. 2020-12-08 11:13:32.789 | (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-08 11:13:32.792 | Preparing to unpack .../00-mysql-client-core-5.7_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2020-12-08 11:13:32.795 | Unpacking mysql-client-core-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2020-12-08 11:13:33.809 | Selecting previously unselected package mysql-client-5.7. 2020-12-08 11:13:33.817 | Preparing to unpack .../01-mysql-client-5.7_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2020-12-08 11:13:33.819 | Unpacking mysql-client-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2020-12-08 11:13:34.279 | Selecting previously unselected package mysql-server-core-5.7. 2020-12-08 11:13:34.287 | Preparing to unpack .../02-mysql-server-core-5.7_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2020-12-08 11:13:34.289 | Unpacking mysql-server-core-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2020-12-08 11:13:35.490 | Selecting previously unselected package libevent-core-2.1-6:amd64. 2020-12-08 11:13:35.498 | Preparing to unpack .../03-libevent-core-2.1-6_2.1.8-stable-4build1_amd64.deb ... 2020-12-08 11:13:35.510 | Unpacking libevent-core-2.1-6:amd64 (2.1.8-stable-4build1) ... 2020-12-08 11:13:35.634 | Selecting previously unselected package mysql-server-5.7. 2020-12-08 11:13:35.642 | Preparing to unpack .../04-mysql-server-5.7_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2020-12-08 11:13:36.121 | Unpacking mysql-server-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2020-12-08 11:13:36.742 | Selecting previously unselected package libhtml-tagset-perl. 2020-12-08 11:13:36.750 | Preparing to unpack .../05-libhtml-tagset-perl_3.20-3_all.deb ... 2020-12-08 11:13:36.752 | Unpacking libhtml-tagset-perl (3.20-3) ... 2020-12-08 11:13:36.811 | Selecting previously unselected package liburi-perl. 2020-12-08 11:13:36.818 | Preparing to unpack .../06-liburi-perl_1.73-1_all.deb ... 2020-12-08 11:13:36.821 | Unpacking liburi-perl (1.73-1) ... 2020-12-08 11:13:36.890 | Selecting previously unselected package libhtml-parser-perl. 2020-12-08 11:13:36.898 | Preparing to unpack .../07-libhtml-parser-perl_3.72-3build1_amd64.deb ... 2020-12-08 11:13:36.900 | Unpacking libhtml-parser-perl (3.72-3build1) ... 2020-12-08 11:13:36.964 | Selecting previously unselected package libcgi-pm-perl. 2020-12-08 11:13:36.972 | Preparing to unpack .../08-libcgi-pm-perl_4.38-1_all.deb ... 2020-12-08 11:13:36.975 | Unpacking libcgi-pm-perl (4.38-1) ... 2020-12-08 11:13:37.053 | Selecting previously unselected package libfcgi-perl. 2020-12-08 11:13:37.060 | Preparing to unpack .../09-libfcgi-perl_0.78-2build1_amd64.deb ... 2020-12-08 11:13:37.063 | Unpacking libfcgi-perl (0.78-2build1) ... 2020-12-08 11:13:37.120 | Selecting previously unselected package libcgi-fast-perl. 2020-12-08 11:13:37.128 | Preparing to unpack .../10-libcgi-fast-perl_1%3a2.13-1_all.deb ... 2020-12-08 11:13:37.130 | Unpacking libcgi-fast-perl (1:2.13-1) ... 2020-12-08 11:13:37.188 | Selecting previously unselected package libencode-locale-perl. 2020-12-08 11:13:37.195 | Preparing to unpack .../11-libencode-locale-perl_1.05-1_all.deb ... 2020-12-08 11:13:37.197 | Unpacking libencode-locale-perl (1.05-1) ... 2020-12-08 11:13:37.255 | Selecting previously unselected package libhtml-template-perl. 2020-12-08 11:13:37.264 | Preparing to unpack .../12-libhtml-template-perl_2.97-1_all.deb ... 2020-12-08 11:13:37.266 | Unpacking libhtml-template-perl (2.97-1) ... 2020-12-08 11:13:37.327 | Selecting previously unselected package libhttp-date-perl. 2020-12-08 11:13:37.335 | Preparing to unpack .../13-libhttp-date-perl_6.02-1_all.deb ... 2020-12-08 11:13:37.337 | Unpacking libhttp-date-perl (6.02-1) ... 2020-12-08 11:13:37.394 | Selecting previously unselected package libio-html-perl. 2020-12-08 11:13:37.402 | Preparing to unpack .../14-libio-html-perl_1.001-1_all.deb ... 2020-12-08 11:13:37.404 | Unpacking libio-html-perl (1.001-1) ... 2020-12-08 11:13:37.462 | Selecting previously unselected package liblwp-mediatypes-perl. 2020-12-08 11:13:37.470 | Preparing to unpack .../15-liblwp-mediatypes-perl_6.02-1_all.deb ... 2020-12-08 11:13:37.472 | Unpacking liblwp-mediatypes-perl (6.02-1) ... 2020-12-08 11:13:37.529 | Selecting previously unselected package libhttp-message-perl. 2020-12-08 11:13:37.536 | Preparing to unpack .../16-libhttp-message-perl_6.14-1_all.deb ... 2020-12-08 11:13:37.539 | Unpacking libhttp-message-perl (6.14-1) ... 2020-12-08 11:13:37.602 | Selecting previously unselected package mysql-server. 2020-12-08 11:13:37.610 | Preparing to unpack .../17-mysql-server_5.7.32-0ubuntu0.18.04.1_all.deb ... 2020-12-08 11:13:37.612 | Unpacking mysql-server (5.7.32-0ubuntu0.18.04.1) ... 2020-12-08 11:13:37.690 | Setting up libhtml-tagset-perl (3.20-3) ... 2020-12-08 11:13:37.711 | Setting up libhttp-date-perl (6.02-1) ... 2020-12-08 11:13:37.738 | Setting up libevent-core-2.1-6:amd64 (2.1.8-stable-4build1) ... 2020-12-08 11:13:37.767 | Processing triggers for ureadahead (0.100.0-21) ... 2020-12-08 11:13:37.789 | Setting up libencode-locale-perl (1.05-1) ... 2020-12-08 11:13:37.816 | Setting up mysql-server-core-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2020-12-08 11:13:37.843 | Setting up libio-html-perl (1.001-1) ... 2020-12-08 11:13:37.871 | Setting up liblwp-mediatypes-perl (6.02-1) ... 2020-12-08 11:13:37.898 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2020-12-08 11:13:37.926 | Setting up liburi-perl (1.73-1) ... 2020-12-08 11:13:37.954 | Processing triggers for systemd (237-3ubuntu10.43) ... 2020-12-08 11:13:38.132 | Setting up libhtml-parser-perl (3.72-3build1) ... 2020-12-08 11:13:38.159 | Setting up libcgi-pm-perl (4.38-1) ... 2020-12-08 11:13:38.186 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-12-08 11:13:39.914 | Setting up libhttp-message-perl (6.14-1) ... 2020-12-08 11:13:39.942 | Setting up mysql-client-core-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2020-12-08 11:13:39.970 | Setting up libfcgi-perl (0.78-2build1) ... 2020-12-08 11:13:39.999 | Setting up libhtml-template-perl (2.97-1) ... 2020-12-08 11:13:40.026 | Setting up libcgi-fast-perl (1:2.13-1) ... 2020-12-08 11:13:40.054 | Setting up mysql-client-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2020-12-08 11:13:40.082 | Setting up mysql-server-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2020-12-08 11:13:40.663 | update-alternatives: using /etc/mysql/mysql.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2020-12-08 11:13:40.690 | Renaming removed key_buffer and myisam-recover options (if present) 2020-12-08 11:13:51.744 | Created symlink /etc/systemd/system/multi-user.target.wants/mysql.service → /lib/systemd/system/mysql.service. 2020-12-08 11:13:52.696 | Setting up mysql-server (5.7.32-0ubuntu0.18.04.1) ... 2020-12-08 11:13:52.709 | Processing triggers for systemd (237-3ubuntu10.43) ... 2020-12-08 11:13:52.912 | Processing triggers for ureadahead (0.100.0-21) ... 2020-12-08 11:13:54.863 | + functions-common:apt_get:1115 : result=0 2020-12-08 11:13:54.866 | + functions-common:apt_get:1118 : time_stop apt-get 2020-12-08 11:13:54.868 | + functions-common:time_stop:2306 : local name 2020-12-08 11:13:54.870 | + functions-common:time_stop:2307 : local end_time 2020-12-08 11:13:54.872 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-08 11:13:54.874 | + functions-common:time_stop:2309 : local total 2020-12-08 11:13:54.876 | + functions-common:time_stop:2310 : local start_time 2020-12-08 11:13:54.879 | + functions-common:time_stop:2312 : name=apt-get 2020-12-08 11:13:54.881 | + functions-common:time_stop:2313 : start_time=1607426007267 2020-12-08 11:13:54.883 | + functions-common:time_stop:2315 : [[ -z 1607426007267 ]] 2020-12-08 11:13:54.886 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-08 11:13:54.889 | + functions-common:time_stop:2318 : end_time=1607426034887 2020-12-08 11:13:54.891 | + functions-common:time_stop:2319 : elapsed_time=27620 2020-12-08 11:13:54.894 | + functions-common:time_stop:2320 : total=159376 2020-12-08 11:13:54.896 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-08 11:13:54.898 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=186996 2020-12-08 11:13:54.900 | + functions-common:apt_get:1119 : return 0 2020-12-08 11:13:54.902 | + ./stack.sh:main:802 : '[' -n mysql ']' 2020-12-08 11:13:54.905 | + ./stack.sh:main:803 : install_database_python 2020-12-08 11:13:54.907 | + lib/database:install_database_python:121 : install_database_python_mysql 2020-12-08 11:13:54.909 | + lib/databases/mysql:install_database_python_mysql:193 : pip_install_gr PyMySQL 2020-12-08 11:13:54.911 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2020-12-08 11:13:54.913 | + inc/python:pip_install_gr:77 : local clean_name 2020-12-08 11:13:54.916 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2020-12-08 11:13:54.918 | ++ inc/python:get_from_global_requirements:225 : local package=PyMySQL 2020-12-08 11:13:54.921 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2020-12-08 11:13:54.925 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2020-12-08 11:13:54.925 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2020-12-08 11:13:54.929 | ++ inc/python:get_from_global_requirements:227 : required_pkg='PyMySQL ' 2020-12-08 11:13:54.931 | ++ inc/python:get_from_global_requirements:228 : [[ PyMySQL == '' ]] 2020-12-08 11:13:54.933 | ++ inc/python:get_from_global_requirements:231 : echo PyMySQL 2020-12-08 11:13:54.936 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2020-12-08 11:13:54.938 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2020-12-08 11:13:54.957 | Using python 3.6 to install PyMySQL 2020-12-08 11:13:54.959 | + 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-08 11:13:56.748 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-12-08 11:13:56.876 | Collecting PyMySQL===0.10.1 2020-12-08 11:13:56.884 | 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-08 11:13:57.380 | Installing collected packages: PyMySQL 2020-12-08 11:13:57.460 | Successfully installed PyMySQL-0.10.1 2020-12-08 11:13:57.525 | WARNING: You are using pip version 20.2.4; however, version 20.3.1 is available. 2020-12-08 11:13:57.526 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2020-12-08 11:13:57.598 | + inc/python:pip_install:200 : result=0 2020-12-08 11:13:57.600 | + inc/python:pip_install:202 : time_stop pip_install 2020-12-08 11:13:57.602 | + functions-common:time_stop:2306 : local name 2020-12-08 11:13:57.604 | + functions-common:time_stop:2307 : local end_time 2020-12-08 11:13:57.606 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-08 11:13:57.609 | + functions-common:time_stop:2309 : local total 2020-12-08 11:13:57.611 | + functions-common:time_stop:2310 : local start_time 2020-12-08 11:13:57.613 | + functions-common:time_stop:2312 : name=pip_install 2020-12-08 11:13:57.616 | + functions-common:time_stop:2313 : start_time=1607426034952 2020-12-08 11:13:57.618 | + functions-common:time_stop:2315 : [[ -z 1607426034952 ]] 2020-12-08 11:13:57.621 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-08 11:13:57.624 | + functions-common:time_stop:2318 : end_time=1607426037621 2020-12-08 11:13:57.626 | + functions-common:time_stop:2319 : elapsed_time=2669 2020-12-08 11:13:57.628 | + functions-common:time_stop:2320 : total=49906 2020-12-08 11:13:57.631 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-08 11:13:57.633 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=52575 2020-12-08 11:13:57.635 | + inc/python:pip_install:203 : return 0 2020-12-08 11:13:57.637 | + lib/databases/mysql:install_database_python_mysql:194 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2020-12-08 11:13:57.640 | + lib/databases/mysql:install_database_python_mysql:196 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2020-12-08 11:13:57.642 | + lib/databases/mysql:install_database_python_mysql:197 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2020-12-08 11:13:57.644 | + ./stack.sh:main:806 : is_service_enabled neutron 2020-12-08 11:13:57.660 | + functions-common:is_service_enabled:1962 : return 0 2020-12-08 11:13:57.662 | + ./stack.sh:main:807 : install_neutron_agent_packages 2020-12-08 11:13:57.664 | + lib/neutron:install_neutron_agent_packages:684 : is_neutron_legacy_enabled 2020-12-08 11:13:57.668 | ++ 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-08 11:13:57.668 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2020-12-08 11:13:57.672 | + 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-08 11:13:57.675 | + 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-08 11:13:57.678 | + 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-08 11:13:57.680 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2020-12-08 11:13:57.682 | + lib/neutron:install_neutron_agent_packages:686 : install_neutron_agent_packages_mutnauq 2020-12-08 11:13:57.684 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:457 : is_service_enabled q-l3 2020-12-08 11:13:57.698 | + functions-common:is_service_enabled:1962 : return 0 2020-12-08 11:13:57.701 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:458 : install_package radvd 2020-12-08 11:13:57.703 | + functions-common:install_package:1344 : update_package_repo 2020-12-08 11:13:57.705 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-12-08 11:13:57.708 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2020-12-08 11:13:57.710 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-12-08 11:13:57.712 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-12-08 11:13:57.714 | + functions-common:update_package_repo:1324 : is_ubuntu 2020-12-08 11:13:57.716 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-08 11:13:57.718 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-08 11:13:57.721 | + functions-common:update_package_repo:1325 : apt_get_update 2020-12-08 11:13:57.723 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2020-12-08 11:13:57.725 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2020-12-08 11:13:57.728 | + functions-common:apt_get_update:1071 : return 2020-12-08 11:13:57.730 | + functions-common:install_package:1345 : real_install_package radvd 2020-12-08 11:13:57.732 | + functions-common:real_install_package:1330 : is_ubuntu 2020-12-08 11:13:57.734 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-08 11:13:57.737 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-08 11:13:57.739 | + functions-common:real_install_package:1331 : apt_get install radvd 2020-12-08 11:13:57.757 | + 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-08 11:13:57.877 | Reading package lists... 2020-12-08 11:13:58.122 | Building dependency tree... 2020-12-08 11:13:58.123 | Reading state information... 2020-12-08 11:13:58.331 | The following packages were automatically installed and are no longer required: 2020-12-08 11:13:58.332 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2020-12-08 11:13:58.332 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2020-12-08 11:13:58.332 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2020-12-08 11:13:58.332 | python3-pam python3-problem-report python3-pyasn1 2020-12-08 11:13:58.332 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-12-08 11:13:58.332 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-12-08 11:13:58.332 | python3-zope.interface 2020-12-08 11:13:58.332 | Use 'sudo apt autoremove' to remove them. 2020-12-08 11:13:58.375 | The following NEW packages will be installed: 2020-12-08 11:13:58.375 | radvd 2020-12-08 11:13:58.767 | 0 upgraded, 1 newly installed, 0 to remove and 164 not upgraded. 2020-12-08 11:13:58.767 | Need to get 59.0 kB of archives. 2020-12-08 11:13:58.767 | After this operation, 164 kB of additional disk space will be used. 2020-12-08 11:13:58.767 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 radvd amd64 1:2.16-3 [59.0 kB] 2020-12-08 11:13:59.594 | Fetched 59.0 kB in 1s (88.8 kB/s) 2020-12-08 11:13:59.652 | Selecting previously unselected package radvd. 2020-12-08 11:13:59.698 | (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-08 11:13:59.701 | Preparing to unpack .../radvd_1%3a2.16-3_amd64.deb ... 2020-12-08 11:13:59.703 | Unpacking radvd (1:2.16-3) ... 2020-12-08 11:13:59.811 | Processing triggers for ureadahead (0.100.0-21) ... 2020-12-08 11:13:59.826 | Setting up radvd (1:2.16-3) ... 2020-12-08 11:14:00.621 | Job for radvd.service failed because the control process exited with error code. 2020-12-08 11:14:00.621 | See "systemctl status radvd.service" and "journalctl -xe" for details. 2020-12-08 11:14:00.623 | invoke-rc.d: initscript radvd, action "start" failed. 2020-12-08 11:14:00.632 | ● radvd.service - Router advertisement daemon for IPv6 2020-12-08 11:14:00.632 | Loaded: loaded (/lib/systemd/system/radvd.service; disabled; vendor preset: enabled) 2020-12-08 11:14:00.632 | Active: failed (Result: exit-code) since Tue 2020-12-08 11:14:00 UTC; 12ms ago 2020-12-08 11:14:00.633 | Docs: man:radvd(8) 2020-12-08 11:14:00.633 | Process: 41851 ExecStartPre=/usr/sbin/radvd --logmethod stderr_clean --configtest (code=exited, status=1/FAILURE) 2020-12-08 11:14:00.633 | 2020-12-08 11:14:00.633 | Dec 08 11:14:00 dv-osbrick-737446-6-smb systemd[1]: Starting Router advertisement daemon for IPv6... 2020-12-08 11:14:00.633 | Dec 08 11:14:00 dv-osbrick-737446-6-smb radvd[41851]: can't open /etc/radvd.conf: No such file or directory 2020-12-08 11:14:00.633 | Dec 08 11:14:00 dv-osbrick-737446-6-smb radvd[41851]: Insecure file permissions, but continuing anyway 2020-12-08 11:14:00.633 | Dec 08 11:14:00 dv-osbrick-737446-6-smb radvd[41851]: exiting, failed to read config file 2020-12-08 11:14:00.633 | Dec 08 11:14:00 dv-osbrick-737446-6-smb systemd[1]: radvd.service: Control process exited, code=exited status=1 2020-12-08 11:14:00.633 | Dec 08 11:14:00 dv-osbrick-737446-6-smb systemd[1]: radvd.service: Failed with result 'exit-code'. 2020-12-08 11:14:00.633 | Dec 08 11:14:00 dv-osbrick-737446-6-smb systemd[1]: Failed to start Router advertisement daemon for IPv6. 2020-12-08 11:14:00.637 | Processing triggers for systemd (237-3ubuntu10.43) ... 2020-12-08 11:14:00.822 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-12-08 11:14:01.048 | Processing triggers for ureadahead (0.100.0-21) ... 2020-12-08 11:14:02.945 | + functions-common:apt_get:1115 : result=0 2020-12-08 11:14:02.947 | + functions-common:apt_get:1118 : time_stop apt-get 2020-12-08 11:14:02.949 | + functions-common:time_stop:2306 : local name 2020-12-08 11:14:02.951 | + functions-common:time_stop:2307 : local end_time 2020-12-08 11:14:02.953 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-08 11:14:02.955 | + functions-common:time_stop:2309 : local total 2020-12-08 11:14:02.957 | + functions-common:time_stop:2310 : local start_time 2020-12-08 11:14:02.960 | + functions-common:time_stop:2312 : name=apt-get 2020-12-08 11:14:02.962 | + functions-common:time_stop:2313 : start_time=1607426037754 2020-12-08 11:14:02.964 | + functions-common:time_stop:2315 : [[ -z 1607426037754 ]] 2020-12-08 11:14:02.966 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-08 11:14:02.970 | + functions-common:time_stop:2318 : end_time=1607426042967 2020-12-08 11:14:02.972 | + functions-common:time_stop:2319 : elapsed_time=5213 2020-12-08 11:14:02.974 | + functions-common:time_stop:2320 : total=186996 2020-12-08 11:14:02.976 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-08 11:14:02.979 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=192209 2020-12-08 11:14:02.981 | + functions-common:apt_get:1119 : return 0 2020-12-08 11:14:02.983 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:461 : is_service_enabled q-agt q-dhcp q-l3 2020-12-08 11:14:02.999 | + functions-common:is_service_enabled:1962 : return 0 2020-12-08 11:14:03.002 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:462 : neutron_plugin_install_agent_packages 2020-12-08 11:14:03.005 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2020-12-08 11:14:03.008 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : get_packages openvswitch 2020-12-08 11:14:03.026 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : install_package fakeroot make openvswitch-switch 2020-12-08 11:14:03.029 | + functions-common:install_package:1344 : update_package_repo 2020-12-08 11:14:03.031 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-12-08 11:14:03.033 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2020-12-08 11:14:03.035 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-12-08 11:14:03.038 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-12-08 11:14:03.040 | + functions-common:update_package_repo:1324 : is_ubuntu 2020-12-08 11:14:03.042 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-08 11:14:03.044 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-08 11:14:03.046 | + functions-common:update_package_repo:1325 : apt_get_update 2020-12-08 11:14:03.049 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2020-12-08 11:14:03.051 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2020-12-08 11:14:03.053 | + functions-common:apt_get_update:1071 : return 2020-12-08 11:14:03.055 | + functions-common:install_package:1345 : real_install_package fakeroot make openvswitch-switch 2020-12-08 11:14:03.057 | + functions-common:real_install_package:1330 : is_ubuntu 2020-12-08 11:14:03.059 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-08 11:14:03.061 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-08 11:14:03.064 | + functions-common:real_install_package:1331 : apt_get install fakeroot make openvswitch-switch 2020-12-08 11:14:03.081 | + 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-08 11:14:03.201 | Reading package lists... 2020-12-08 11:14:03.448 | Building dependency tree... 2020-12-08 11:14:03.449 | Reading state information... 2020-12-08 11:14:03.659 | fakeroot is already the newest version (1.22-2ubuntu1). 2020-12-08 11:14:03.659 | fakeroot set to manually installed. 2020-12-08 11:14:03.659 | make is already the newest version (4.1-9.1ubuntu1). 2020-12-08 11:14:03.659 | The following packages were automatically installed and are no longer required: 2020-12-08 11:14:03.660 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2020-12-08 11:14:03.660 | python3-click python3-colorama python3-configobj python3-constantly 2020-12-08 11:14:03.660 | python3-hyperlink python3-incremental python3-keyring python3-keyrings.alt 2020-12-08 11:14:03.660 | python3-pam python3-problem-report python3-pyasn1 2020-12-08 11:14:03.660 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-12-08 11:14:03.660 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-12-08 11:14:03.660 | python3-zope.interface 2020-12-08 11:14:03.660 | Use 'sudo apt autoremove' to remove them. 2020-12-08 11:14:03.661 | The following additional packages will be installed: 2020-12-08 11:14:03.661 | libunbound2 openvswitch-common python3-openvswitch python3-sortedcontainers 2020-12-08 11:14:03.662 | Suggested packages: 2020-12-08 11:14:03.662 | openvswitch-doc python-sortedcontainers-doc 2020-12-08 11:14:03.713 | The following NEW packages will be installed: 2020-12-08 11:14:03.713 | libunbound2 python3-openvswitch python3-sortedcontainers 2020-12-08 11:14:03.715 | The following packages will be upgraded: 2020-12-08 11:14:03.715 | openvswitch-common openvswitch-switch 2020-12-08 11:14:03.853 | 2 upgraded, 3 newly installed, 0 to remove and 162 not upgraded. 2020-12-08 11:14:03.853 | Need to get 3,109 kB of archives. 2020-12-08 11:14:03.853 | After this operation, 3,368 kB of additional disk space will be used. 2020-12-08 11:14:03.853 | 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-08 11:14:03.996 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunbound2 amd64 1.6.7-1ubuntu2.3 [267 kB] 2020-12-08 11:14:04.109 | 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-08 11:14:04.420 | 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-08 11:14:04.714 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-sortedcontainers all 1.5.7-1 [26.3 kB] 2020-12-08 11:14:05.270 | Fetched 3,109 kB in 1s (3,149 kB/s) 2020-12-08 11:14:05.334 | Selecting previously unselected package libunbound2:amd64. 2020-12-08 11:14:05.373 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 77199 files and directories currently installed.) 2020-12-08 11:14:05.377 | Preparing to unpack .../libunbound2_1.6.7-1ubuntu2.3_amd64.deb ... 2020-12-08 11:14:05.388 | Unpacking libunbound2:amd64 (1.6.7-1ubuntu2.3) ... 2020-12-08 11:14:05.497 | Selecting previously unselected package python3-sortedcontainers. 2020-12-08 11:14:05.506 | Preparing to unpack .../python3-sortedcontainers_1.5.7-1_all.deb ... 2020-12-08 11:14:05.508 | Unpacking python3-sortedcontainers (1.5.7-1) ... 2020-12-08 11:14:05.581 | Selecting previously unselected package python3-openvswitch. 2020-12-08 11:14:05.589 | Preparing to unpack .../python3-openvswitch_2.13.1-0ubuntu0.20.04.1~cloud0_all.deb ... 2020-12-08 11:14:05.591 | Unpacking python3-openvswitch (2.13.1-0ubuntu0.20.04.1~cloud0) ... 2020-12-08 11:14:05.700 | Preparing to unpack .../openvswitch-switch_2.13.1-0ubuntu0.20.04.1~cloud0_amd64.deb ... 2020-12-08 11:14:05.721 | Unpacking openvswitch-switch (2.13.1-0ubuntu0.20.04.1~cloud0) over (2.9.5-0ubuntu0.18.04.1) ... 2020-12-08 11:14:07.135 | Preparing to unpack .../openvswitch-common_2.13.1-0ubuntu0.20.04.1~cloud0_amd64.deb ... 2020-12-08 11:14:07.155 | Unpacking openvswitch-common (2.13.1-0ubuntu0.20.04.1~cloud0) over (2.9.5-0ubuntu0.18.04.1) ... 2020-12-08 11:14:07.414 | Setting up libunbound2:amd64 (1.6.7-1ubuntu2.3) ... 2020-12-08 11:14:07.435 | Processing triggers for ureadahead (0.100.0-21) ... 2020-12-08 11:14:07.457 | Setting up openvswitch-common (2.13.1-0ubuntu0.20.04.1~cloud0) ... 2020-12-08 11:14:07.485 | Setting up python3-sortedcontainers (1.5.7-1) ... 2020-12-08 11:14:07.761 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2020-12-08 11:14:07.789 | Processing triggers for systemd (237-3ubuntu10.43) ... 2020-12-08 11:14:07.983 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-12-08 11:14:08.805 | Setting up python3-openvswitch (2.13.1-0ubuntu0.20.04.1~cloud0) ... 2020-12-08 11:14:09.166 | Setting up openvswitch-switch (2.13.1-0ubuntu0.20.04.1~cloud0) ... 2020-12-08 11:14:09.215 | update-alternatives: using /usr/lib/openvswitch-switch/ovs-vswitchd to provide /usr/sbin/ovs-vswitchd (ovs-vswitchd) in auto mode 2020-12-08 11:14:12.208 | + functions-common:apt_get:1115 : result=0 2020-12-08 11:14:12.210 | + functions-common:apt_get:1118 : time_stop apt-get 2020-12-08 11:14:12.212 | + functions-common:time_stop:2306 : local name 2020-12-08 11:14:12.214 | + functions-common:time_stop:2307 : local end_time 2020-12-08 11:14:12.216 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-08 11:14:12.218 | + functions-common:time_stop:2309 : local total 2020-12-08 11:14:12.221 | + functions-common:time_stop:2310 : local start_time 2020-12-08 11:14:12.223 | + functions-common:time_stop:2312 : name=apt-get 2020-12-08 11:14:12.225 | + functions-common:time_stop:2313 : start_time=1607426043079 2020-12-08 11:14:12.227 | + functions-common:time_stop:2315 : [[ -z 1607426043079 ]] 2020-12-08 11:14:12.230 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-08 11:14:12.233 | + functions-common:time_stop:2318 : end_time=1607426052231 2020-12-08 11:14:12.235 | + functions-common:time_stop:2319 : elapsed_time=9152 2020-12-08 11:14:12.238 | + functions-common:time_stop:2320 : total=192209 2020-12-08 11:14:12.240 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-08 11:14:12.242 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=201361 2020-12-08 11:14:12.244 | + functions-common:apt_get:1119 : return 0 2020-12-08 11:14:12.246 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:65 : is_ubuntu 2020-12-08 11:14:12.248 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-08 11:14:12.250 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-08 11:14:12.253 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:66 : _neutron_ovs_base_install_ubuntu_dkms 2020-12-08 11:14:12.255 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:52 : local kernel_version 2020-12-08 11:14:12.258 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : uname -r 2020-12-08 11:14:12.261 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : kernel_version=4.15.0-55-generic 2020-12-08 11:14:12.263 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:54 : local kernel_major_minor 2020-12-08 11:14:12.267 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : echo 4.15.0-55-generic 2020-12-08 11:14:12.267 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : cut -d. -f1-2 2020-12-08 11:14:12.271 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : kernel_major_minor=4.15 2020-12-08 11:14:12.273 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:57 : vercmp 4.15 '<' 3.13 2020-12-08 11:14:12.275 | + functions:vercmp:652 : local v1=4.15 2020-12-08 11:14:12.278 | + functions:vercmp:653 : local 'op=<' 2020-12-08 11:14:12.280 | + functions:vercmp:654 : local v2=3.13 2020-12-08 11:14:12.282 | + functions:vercmp:655 : local result 2020-12-08 11:14:12.286 | ++ functions:vercmp:659 : echo -e '4.15\n3.13' 2020-12-08 11:14:12.286 | ++ functions:vercmp:659 : sort -V 2020-12-08 11:14:12.286 | ++ functions:vercmp:659 : head -1 2020-12-08 11:14:12.290 | + functions:vercmp:659 : result=3.13 2020-12-08 11:14:12.292 | + functions:vercmp:661 : case $op in 2020-12-08 11:14:12.294 | + functions:vercmp:671 : '[' 4.15 '!=' 3.13 ']' 2020-12-08 11:14:12.296 | + functions:vercmp:671 : '[' 3.13 = 4.15 ']' 2020-12-08 11:14:12.299 | + functions:vercmp:672 : return 2020-12-08 11:14:12.301 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:67 : restart_service openvswitch-switch 2020-12-08 11:14:12.304 | + functions-common:restart_service:2190 : '[' -x /bin/systemctl ']' 2020-12-08 11:14:12.306 | + functions-common:restart_service:2191 : sudo /bin/systemctl restart openvswitch-switch 2020-12-08 11:14:12.752 | + ./stack.sh:main:810 : is_service_enabled etcd3 2020-12-08 11:14:12.768 | + functions-common:is_service_enabled:1962 : return 0 2020-12-08 11:14:12.770 | + ./stack.sh:main:811 : install_etcd3 2020-12-08 11:14:12.773 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2020-12-08 11:14:12.773 | Installing etcd 2020-12-08 11:14:12.775 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2020-12-08 11:14:12.786 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2020-12-08 11:14:12.796 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2020-12-08 11:14:12.799 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2020-12-08 11:14:12.810 | + lib/etcd3:install_etcd3:113 : local etcd_file 2020-12-08 11:14:12.813 | ++ 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-08 11:14:12.816 | ++ 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-08 11:14:12.819 | +++ 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-08 11:14:12.823 | ++ functions:get_extra_file:63 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2020-12-08 11:14:12.825 | ++ 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-08 11:14:12.828 | ++ functions:get_extra_file:66 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2020-12-08 11:14:12.831 | ++ 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-08 11:14:12.836 | --2020-12-08 11:14:12-- https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2020-12-08 11:14:12.841 | Resolving github.com (github.com)... 140.82.121.3 2020-12-08 11:14:12.885 | Connecting to github.com (github.com)|140.82.121.3|:443... connected. 2020-12-08 11:14:13.029 | HTTP request sent, awaiting response... 302 Found 2020-12-08 11:14:13.030 | 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%2F20201208%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20201208T111341Z&X-Amz-Expires=300&X-Amz-Signature=ef47354322915c61eb97d5fbcec518d42955a84427f4f1651b0ee01b8911bbdf&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-08 11:14:13.030 | --2020-12-08 11:14:13-- 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%2F20201208%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20201208T111341Z&X-Amz-Expires=300&X-Amz-Signature=ef47354322915c61eb97d5fbcec518d42955a84427f4f1651b0ee01b8911bbdf&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-08 11:14:13.090 | Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... 52.216.138.251 2020-12-08 11:14:13.252 | Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.216.138.251|:443... connected. 2020-12-08 11:14:13.760 | HTTP request sent, awaiting response... 200 OK 2020-12-08 11:14:13.760 | Length: 11350736 (11M) [application/octet-stream] 2020-12-08 11:14:13.760 | Saving to: ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2020-12-08 11:14:14.580 | 2020-12-08 11:14:15.744 | 0K ........ .. 100% 5.46M=2.0s 2020-12-08 11:14:15.745 | 2020-12-08 11:14:15.745 | 2020-12-08 11:14:15 (5.46 MB/s) - ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2020-12-08 11:14:15.745 | 2020-12-08 11:14:15.748 | ++ functions:get_extra_file:68 : [[ 0 -ne 0 ]] 2020-12-08 11:14:15.751 | ++ functions:get_extra_file:72 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2020-12-08 11:14:15.754 | ++ functions:get_extra_file:73 : return 2020-12-08 11:14:15.757 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2020-12-08 11:14:15.759 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2020-12-08 11:14:15.761 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2020-12-08 11:14:15.764 | + lib/etcd3:install_etcd3:118 : sha256sum -c /home/ubuntu/devstack/files/etcd.sha256sum 2020-12-08 11:14:15.888 | /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2020-12-08 11:14:15.890 | + 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-08 11:14:15.895 | etcd-v3.3.12-linux-amd64/ 2020-12-08 11:14:15.895 | etcd-v3.3.12-linux-amd64/README.md 2020-12-08 11:14:15.895 | etcd-v3.3.12-linux-amd64/Documentation/ 2020-12-08 11:14:15.895 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2020-12-08 11:14:15.895 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2020-12-08 11:14:15.895 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2020-12-08 11:14:15.895 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2020-12-08 11:14:15.895 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2020-12-08 11:14:15.895 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2020-12-08 11:14:15.895 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2020-12-08 11:14:15.895 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2020-12-08 11:14:15.895 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2020-12-08 11:14:15.896 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2020-12-08 11:14:15.896 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2020-12-08 11:14:15.896 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2020-12-08 11:14:15.896 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2020-12-08 11:14:15.896 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2020-12-08 11:14:15.896 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2020-12-08 11:14:15.896 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2020-12-08 11:14:15.896 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2020-12-08 11:14:15.897 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2020-12-08 11:14:15.897 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2020-12-08 11:14:15.897 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2020-12-08 11:14:15.897 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2020-12-08 11:14:15.897 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2020-12-08 11:14:15.897 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2020-12-08 11:14:15.897 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2020-12-08 11:14:15.897 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2020-12-08 11:14:15.897 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2020-12-08 11:14:15.897 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2020-12-08 11:14:15.897 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2020-12-08 11:14:15.897 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2020-12-08 11:14:15.897 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2020-12-08 11:14:15.897 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2020-12-08 11:14:15.897 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2020-12-08 11:14:15.897 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2020-12-08 11:14:15.897 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2020-12-08 11:14:15.898 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2020-12-08 11:14:15.898 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2020-12-08 11:14:15.898 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2020-12-08 11:14:15.898 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2020-12-08 11:14:15.898 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2020-12-08 11:14:15.898 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2020-12-08 11:14:15.898 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2020-12-08 11:14:15.898 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2020-12-08 11:14:15.898 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2020-12-08 11:14:15.898 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2020-12-08 11:14:15.898 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2020-12-08 11:14:15.898 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2020-12-08 11:14:15.898 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2020-12-08 11:14:15.898 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2020-12-08 11:14:15.898 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2020-12-08 11:14:15.898 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2020-12-08 11:14:15.898 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2020-12-08 11:14:15.898 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2020-12-08 11:14:15.899 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2020-12-08 11:14:15.899 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2020-12-08 11:14:15.899 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2020-12-08 11:14:15.899 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2020-12-08 11:14:15.899 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2020-12-08 11:14:15.899 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2020-12-08 11:14:15.899 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2020-12-08 11:14:15.899 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2020-12-08 11:14:15.899 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2020-12-08 11:14:15.899 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2020-12-08 11:14:15.899 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2020-12-08 11:14:15.900 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2020-12-08 11:14:15.900 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2020-12-08 11:14:15.900 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2020-12-08 11:14:15.900 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2020-12-08 11:14:15.900 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2020-12-08 11:14:15.900 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2020-12-08 11:14:15.900 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2020-12-08 11:14:15.900 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2020-12-08 11:14:15.900 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2020-12-08 11:14:15.900 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2020-12-08 11:14:15.900 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2020-12-08 11:14:15.900 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2020-12-08 11:14:15.900 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2020-12-08 11:14:15.900 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2020-12-08 11:14:15.900 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2020-12-08 11:14:15.900 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2020-12-08 11:14:15.901 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2020-12-08 11:14:15.901 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2020-12-08 11:14:15.901 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2020-12-08 11:14:15.901 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2020-12-08 11:14:15.901 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2020-12-08 11:14:15.901 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2020-12-08 11:14:15.901 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2020-12-08 11:14:15.901 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2020-12-08 11:14:15.901 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2020-12-08 11:14:15.901 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2020-12-08 11:14:15.901 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2020-12-08 11:14:15.901 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2020-12-08 11:14:15.901 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2020-12-08 11:14:15.902 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2020-12-08 11:14:15.902 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2020-12-08 11:14:15.902 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2020-12-08 11:14:15.902 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2020-12-08 11:14:15.902 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2020-12-08 11:14:15.902 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2020-12-08 11:14:15.902 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2020-12-08 11:14:15.902 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2020-12-08 11:14:15.902 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2020-12-08 11:14:15.902 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2020-12-08 11:14:15.902 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2020-12-08 11:14:15.902 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2020-12-08 11:14:15.902 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2020-12-08 11:14:15.903 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2020-12-08 11:14:15.903 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2020-12-08 11:14:15.903 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2020-12-08 11:14:15.903 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2020-12-08 11:14:15.903 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2020-12-08 11:14:15.903 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2020-12-08 11:14:15.903 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2020-12-08 11:14:15.903 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2020-12-08 11:14:15.903 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2020-12-08 11:14:15.904 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2020-12-08 11:14:15.904 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2020-12-08 11:14:15.904 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2020-12-08 11:14:15.904 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2020-12-08 11:14:15.904 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2020-12-08 11:14:15.904 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2020-12-08 11:14:15.904 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2020-12-08 11:14:15.904 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2020-12-08 11:14:15.904 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2020-12-08 11:14:15.905 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2020-12-08 11:14:15.906 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2020-12-08 11:14:15.906 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2020-12-08 11:14:15.906 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2020-12-08 11:14:15.906 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2020-12-08 11:14:15.907 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2020-12-08 11:14:15.907 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2020-12-08 11:14:15.907 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2020-12-08 11:14:15.907 | etcd-v3.3.12-linux-amd64/etcdctl 2020-12-08 11:14:16.117 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2020-12-08 11:14:16.117 | etcd-v3.3.12-linux-amd64/etcd 2020-12-08 11:14:16.372 | + lib/etcd3:install_etcd3:121 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack/bin/etcd 2020-12-08 11:14:16.407 | + lib/etcd3:install_etcd3:122 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack/bin/etcdctl 2020-12-08 11:14:16.437 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2020-12-08 11:14:16.440 | + ./stack.sh:main:820 : is_service_enabled tls-proxy 2020-12-08 11:14:16.455 | + functions-common:is_service_enabled:1962 : return 1 2020-12-08 11:14:16.457 | + ./stack.sh:main:830 : install_dstat 2020-12-08 11:14:16.460 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2020-12-08 11:14:16.475 | + functions-common:is_service_enabled:1962 : return 1 2020-12-08 11:14:16.477 | + ./stack.sh:main:836 : echo_summary 'Installing OpenStack project source' 2020-12-08 11:14:16.480 | + ./stack.sh:echo_summary:410 : [[ -t 3 ]] 2020-12-08 11:14:16.482 | + ./stack.sh:echo_summary:416 : echo -e Installing OpenStack project source 2020-12-08 11:14:16.484 | + ./stack.sh:main:839 : install_libs 2020-12-08 11:14:16.487 | + lib/libraries:install_libs:88 : _install_lib_from_source automaton 2020-12-08 11:14:16.489 | + lib/libraries:_install_lib_from_source:72 : local name=automaton 2020-12-08 11:14:16.491 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git automaton 2020-12-08 11:14:16.493 | + inc/python:use_library_from_git:250 : local name=automaton 2020-12-08 11:14:16.496 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:14:16.498 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:14:16.500 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,automaton, ]] 2020-12-08 11:14:16.502 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:14:16.505 | + lib/libraries:install_libs:89 : _install_lib_from_source castellan 2020-12-08 11:14:16.507 | + lib/libraries:_install_lib_from_source:72 : local name=castellan 2020-12-08 11:14:16.509 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git castellan 2020-12-08 11:14:16.511 | + inc/python:use_library_from_git:250 : local name=castellan 2020-12-08 11:14:16.513 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:14:16.516 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:14:16.518 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,castellan, ]] 2020-12-08 11:14:16.520 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:14:16.522 | + lib/libraries:install_libs:90 : _install_lib_from_source cliff 2020-12-08 11:14:16.524 | + lib/libraries:_install_lib_from_source:72 : local name=cliff 2020-12-08 11:14:16.527 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git cliff 2020-12-08 11:14:16.529 | + inc/python:use_library_from_git:250 : local name=cliff 2020-12-08 11:14:16.531 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:14:16.534 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:14:16.536 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cliff, ]] 2020-12-08 11:14:16.538 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:14:16.540 | + lib/libraries:install_libs:91 : _install_lib_from_source cursive 2020-12-08 11:14:16.542 | + lib/libraries:_install_lib_from_source:72 : local name=cursive 2020-12-08 11:14:16.545 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git cursive 2020-12-08 11:14:16.547 | + inc/python:use_library_from_git:250 : local name=cursive 2020-12-08 11:14:16.550 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:14:16.552 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:14:16.554 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cursive, ]] 2020-12-08 11:14:16.556 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:14:16.558 | + lib/libraries:install_libs:92 : _install_lib_from_source debtcollector 2020-12-08 11:14:16.560 | + lib/libraries:_install_lib_from_source:72 : local name=debtcollector 2020-12-08 11:14:16.562 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git debtcollector 2020-12-08 11:14:16.565 | + inc/python:use_library_from_git:250 : local name=debtcollector 2020-12-08 11:14:16.567 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:14:16.569 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:14:16.571 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,debtcollector, ]] 2020-12-08 11:14:16.574 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:14:16.576 | + lib/libraries:install_libs:93 : _install_lib_from_source futurist 2020-12-08 11:14:16.578 | + lib/libraries:_install_lib_from_source:72 : local name=futurist 2020-12-08 11:14:16.580 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git futurist 2020-12-08 11:14:16.582 | + inc/python:use_library_from_git:250 : local name=futurist 2020-12-08 11:14:16.584 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:14:16.587 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:14:16.589 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,futurist, ]] 2020-12-08 11:14:16.591 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:14:16.593 | + lib/libraries:install_libs:94 : _install_lib_from_source openstacksdk 2020-12-08 11:14:16.596 | + lib/libraries:_install_lib_from_source:72 : local name=openstacksdk 2020-12-08 11:14:16.598 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git openstacksdk 2020-12-08 11:14:16.600 | + inc/python:use_library_from_git:250 : local name=openstacksdk 2020-12-08 11:14:16.602 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:14:16.605 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:14:16.607 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,openstacksdk, ]] 2020-12-08 11:14:16.609 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:14:16.612 | + lib/libraries:install_libs:95 : _install_lib_from_source osc-lib 2020-12-08 11:14:16.614 | + lib/libraries:_install_lib_from_source:72 : local name=osc-lib 2020-12-08 11:14:16.616 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osc-lib 2020-12-08 11:14:16.618 | + inc/python:use_library_from_git:250 : local name=osc-lib 2020-12-08 11:14:16.621 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:14:16.623 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:14:16.625 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-lib, ]] 2020-12-08 11:14:16.627 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:14:16.629 | + lib/libraries:install_libs:96 : _install_lib_from_source osc-placement 2020-12-08 11:14:16.632 | + lib/libraries:_install_lib_from_source:72 : local name=osc-placement 2020-12-08 11:14:16.634 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osc-placement 2020-12-08 11:14:16.636 | + inc/python:use_library_from_git:250 : local name=osc-placement 2020-12-08 11:14:16.638 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:14:16.641 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:14:16.643 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-placement, ]] 2020-12-08 11:14:16.646 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:14:16.648 | + lib/libraries:install_libs:97 : _install_lib_from_source os-client-config 2020-12-08 11:14:16.650 | + lib/libraries:_install_lib_from_source:72 : local name=os-client-config 2020-12-08 11:14:16.652 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-client-config 2020-12-08 11:14:16.654 | + inc/python:use_library_from_git:250 : local name=os-client-config 2020-12-08 11:14:16.657 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:14:16.659 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:14:16.662 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-client-config, ]] 2020-12-08 11:14:16.664 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:14:16.666 | + lib/libraries:install_libs:98 : _install_lib_from_source oslo.cache 2020-12-08 11:14:16.668 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.cache 2020-12-08 11:14:16.670 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.cache 2020-12-08 11:14:16.673 | + inc/python:use_library_from_git:250 : local name=oslo.cache 2020-12-08 11:14:16.675 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:14:16.677 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:14:16.680 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.cache, ]] 2020-12-08 11:14:16.682 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:14:16.684 | + lib/libraries:install_libs:99 : _install_lib_from_source oslo.concurrency 2020-12-08 11:14:16.686 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.concurrency 2020-12-08 11:14:16.689 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.concurrency 2020-12-08 11:14:16.691 | + inc/python:use_library_from_git:250 : local name=oslo.concurrency 2020-12-08 11:14:16.693 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:14:16.695 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:14:16.698 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.concurrency, ]] 2020-12-08 11:14:16.700 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:14:16.702 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.config 2020-12-08 11:14:16.704 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.config 2020-12-08 11:14:16.706 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.config 2020-12-08 11:14:16.708 | + inc/python:use_library_from_git:250 : local name=oslo.config 2020-12-08 11:14:16.711 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:14:16.713 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:14:16.715 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.config, ]] 2020-12-08 11:14:16.717 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:14:16.719 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.context 2020-12-08 11:14:16.721 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.context 2020-12-08 11:14:16.724 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.context 2020-12-08 11:14:16.726 | + inc/python:use_library_from_git:250 : local name=oslo.context 2020-12-08 11:14:16.728 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:14:16.730 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:14:16.732 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.context, ]] 2020-12-08 11:14:16.734 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:14:16.737 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.db 2020-12-08 11:14:16.739 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.db 2020-12-08 11:14:16.742 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.db 2020-12-08 11:14:16.744 | + inc/python:use_library_from_git:250 : local name=oslo.db 2020-12-08 11:14:16.746 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:14:16.748 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:14:16.750 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.db, ]] 2020-12-08 11:14:16.753 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:14:16.755 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.i18n 2020-12-08 11:14:16.757 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.i18n 2020-12-08 11:14:16.760 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.i18n 2020-12-08 11:14:16.762 | + inc/python:use_library_from_git:250 : local name=oslo.i18n 2020-12-08 11:14:16.764 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:14:16.767 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:14:16.769 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.i18n, ]] 2020-12-08 11:14:16.771 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:14:16.773 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.log 2020-12-08 11:14:16.776 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.log 2020-12-08 11:14:16.778 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.log 2020-12-08 11:14:16.780 | + inc/python:use_library_from_git:250 : local name=oslo.log 2020-12-08 11:14:16.783 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:14:16.785 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:14:16.787 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.log, ]] 2020-12-08 11:14:16.789 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:14:16.792 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.messaging 2020-12-08 11:14:16.794 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.messaging 2020-12-08 11:14:16.796 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.messaging 2020-12-08 11:14:16.798 | + inc/python:use_library_from_git:250 : local name=oslo.messaging 2020-12-08 11:14:16.800 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:14:16.803 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:14:16.805 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.messaging, ]] 2020-12-08 11:14:16.807 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:14:16.809 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.middleware 2020-12-08 11:14:16.811 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.middleware 2020-12-08 11:14:16.814 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.middleware 2020-12-08 11:14:16.816 | + inc/python:use_library_from_git:250 : local name=oslo.middleware 2020-12-08 11:14:16.818 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:14:16.820 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:14:16.823 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.middleware, ]] 2020-12-08 11:14:16.825 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:14:16.828 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.policy 2020-12-08 11:14:16.830 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.policy 2020-12-08 11:14:16.833 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.policy 2020-12-08 11:14:16.835 | + inc/python:use_library_from_git:250 : local name=oslo.policy 2020-12-08 11:14:16.837 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:14:16.839 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:14:16.841 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.policy, ]] 2020-12-08 11:14:16.844 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:14:16.847 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.privsep 2020-12-08 11:14:16.849 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.privsep 2020-12-08 11:14:16.851 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.privsep 2020-12-08 11:14:16.853 | + inc/python:use_library_from_git:250 : local name=oslo.privsep 2020-12-08 11:14:16.855 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:14:16.858 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:14:16.860 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.privsep, ]] 2020-12-08 11:14:16.862 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:14:16.864 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.reports 2020-12-08 11:14:16.866 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.reports 2020-12-08 11:14:16.869 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.reports 2020-12-08 11:14:16.871 | + inc/python:use_library_from_git:250 : local name=oslo.reports 2020-12-08 11:14:16.873 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:14:16.875 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:14:16.878 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.reports, ]] 2020-12-08 11:14:16.880 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:14:16.882 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.rootwrap 2020-12-08 11:14:16.885 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.rootwrap 2020-12-08 11:14:16.887 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.rootwrap 2020-12-08 11:14:16.889 | + inc/python:use_library_from_git:250 : local name=oslo.rootwrap 2020-12-08 11:14:16.892 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:14:16.894 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:14:16.896 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.rootwrap, ]] 2020-12-08 11:14:16.899 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:14:16.901 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.serialization 2020-12-08 11:14:16.903 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.serialization 2020-12-08 11:14:16.905 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.serialization 2020-12-08 11:14:16.908 | + inc/python:use_library_from_git:250 : local name=oslo.serialization 2020-12-08 11:14:16.911 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:14:16.913 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:14:16.915 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.serialization, ]] 2020-12-08 11:14:16.917 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:14:16.919 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.service 2020-12-08 11:14:16.922 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.service 2020-12-08 11:14:16.924 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.service 2020-12-08 11:14:16.927 | + inc/python:use_library_from_git:250 : local name=oslo.service 2020-12-08 11:14:16.929 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:14:16.931 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:14:16.933 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.service, ]] 2020-12-08 11:14:16.935 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:14:16.938 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.utils 2020-12-08 11:14:16.940 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.utils 2020-12-08 11:14:16.942 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.utils 2020-12-08 11:14:16.945 | + inc/python:use_library_from_git:250 : local name=oslo.utils 2020-12-08 11:14:16.947 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:14:16.949 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:14:16.951 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.utils, ]] 2020-12-08 11:14:16.953 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:14:16.956 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.versionedobjects 2020-12-08 11:14:16.958 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.versionedobjects 2020-12-08 11:14:16.961 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.versionedobjects 2020-12-08 11:14:16.963 | + inc/python:use_library_from_git:250 : local name=oslo.versionedobjects 2020-12-08 11:14:16.965 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:14:16.967 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:14:16.970 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.versionedobjects, ]] 2020-12-08 11:14:16.972 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:14:16.974 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.vmware 2020-12-08 11:14:16.977 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.vmware 2020-12-08 11:14:16.979 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.vmware 2020-12-08 11:14:16.981 | + inc/python:use_library_from_git:250 : local name=oslo.vmware 2020-12-08 11:14:16.983 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:14:16.985 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:14:16.988 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.vmware, ]] 2020-12-08 11:14:16.990 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:14:16.992 | + lib/libraries:install_libs:116 : _install_lib_from_source osprofiler 2020-12-08 11:14:16.995 | + lib/libraries:_install_lib_from_source:72 : local name=osprofiler 2020-12-08 11:14:16.997 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osprofiler 2020-12-08 11:14:16.999 | + inc/python:use_library_from_git:250 : local name=osprofiler 2020-12-08 11:14:17.002 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:14:17.004 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:14:17.006 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osprofiler, ]] 2020-12-08 11:14:17.009 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:14:17.011 | + lib/libraries:install_libs:117 : _install_lib_from_source pycadf 2020-12-08 11:14:17.013 | + lib/libraries:_install_lib_from_source:72 : local name=pycadf 2020-12-08 11:14:17.015 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git pycadf 2020-12-08 11:14:17.018 | + inc/python:use_library_from_git:250 : local name=pycadf 2020-12-08 11:14:17.020 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:14:17.022 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:14:17.025 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pycadf, ]] 2020-12-08 11:14:17.027 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:14:17.029 | + lib/libraries:install_libs:118 : _install_lib_from_source stevedore 2020-12-08 11:14:17.031 | + lib/libraries:_install_lib_from_source:72 : local name=stevedore 2020-12-08 11:14:17.034 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git stevedore 2020-12-08 11:14:17.036 | + inc/python:use_library_from_git:250 : local name=stevedore 2020-12-08 11:14:17.038 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:14:17.040 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:14:17.043 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,stevedore, ]] 2020-12-08 11:14:17.045 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:14:17.047 | + lib/libraries:install_libs:119 : _install_lib_from_source taskflow 2020-12-08 11:14:17.050 | + lib/libraries:_install_lib_from_source:72 : local name=taskflow 2020-12-08 11:14:17.052 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git taskflow 2020-12-08 11:14:17.054 | + inc/python:use_library_from_git:250 : local name=taskflow 2020-12-08 11:14:17.056 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:14:17.059 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:14:17.061 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,taskflow, ]] 2020-12-08 11:14:17.064 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:14:17.066 | + lib/libraries:install_libs:120 : _install_lib_from_source tooz 2020-12-08 11:14:17.068 | + lib/libraries:_install_lib_from_source:72 : local name=tooz 2020-12-08 11:14:17.071 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git tooz 2020-12-08 11:14:17.073 | + inc/python:use_library_from_git:250 : local name=tooz 2020-12-08 11:14:17.075 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:14:17.077 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:14:17.080 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,tooz, ]] 2020-12-08 11:14:17.082 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:14:17.085 | + lib/libraries:install_libs:124 : _install_lib_from_source os-brick 2020-12-08 11:14:17.087 | + lib/libraries:_install_lib_from_source:72 : local name=os-brick 2020-12-08 11:14:17.089 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-brick 2020-12-08 11:14:17.091 | + inc/python:use_library_from_git:250 : local name=os-brick 2020-12-08 11:14:17.094 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:14:17.096 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:14:17.098 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-brick, ]] 2020-12-08 11:14:17.101 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:14:17.103 | + lib/libraries:install_libs:125 : _install_lib_from_source os-traits 2020-12-08 11:14:17.105 | + lib/libraries:_install_lib_from_source:72 : local name=os-traits 2020-12-08 11:14:17.107 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-traits 2020-12-08 11:14:17.110 | + inc/python:use_library_from_git:250 : local name=os-traits 2020-12-08 11:14:17.112 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:14:17.114 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:14:17.116 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-traits, ]] 2020-12-08 11:14:17.119 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:14:17.121 | + lib/libraries:install_libs:128 : _install_lib_from_source python-barbicanclient 2020-12-08 11:14:17.123 | + lib/libraries:_install_lib_from_source:72 : local name=python-barbicanclient 2020-12-08 11:14:17.125 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git python-barbicanclient 2020-12-08 11:14:17.129 | + inc/python:use_library_from_git:250 : local name=python-barbicanclient 2020-12-08 11:14:17.131 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:14:17.133 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:14:17.135 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-barbicanclient, ]] 2020-12-08 11:14:17.138 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:14:17.140 | + lib/libraries:install_libs:135 : pip_install etcd3 2020-12-08 11:14:17.159 | Using python 3.6 to install etcd3 2020-12-08 11:14:17.161 | + 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-08 11:14:18.956 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-12-08 11:14:19.061 | Collecting etcd3===0.12.0 2020-12-08 11:14:19.069 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/89a/704cb389bf0a0/etcd3-0.12.0.tar.gz (63 kB) 2020-12-08 11:14:21.569 | Collecting grpcio===1.34.0 2020-12-08 11:14:21.585 | 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-08 11:14:22.143 | Collecting protobuf===3.14.0 2020-12-08 11:14:22.150 | 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-08 11:14:22.215 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 433)) (1.15.0) 2020-12-08 11:14:22.303 | Collecting tenacity===6.2.0 2020-12-08 11:14:22.310 | 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-08 11:14:22.363 | Building wheels for collected packages: etcd3 2020-12-08 11:14:22.364 | Building wheel for etcd3 (setup.py): started 2020-12-08 11:14:23.016 | Building wheel for etcd3 (setup.py): finished with status 'done' 2020-12-08 11:14:23.017 | Created wheel for etcd3: filename=etcd3-0.12.0-py2.py3-none-any.whl size=42858 sha256=ffb276cfac28e5efeede11d987fb75b387c0e21ccd3a795994c127e10fb66d58 2020-12-08 11:14:23.017 | Stored in directory: /root/.cache/pip/wheels/75/25/38/ecbbf43a26553f22e22e86f19f7252d5840cbb6afdb2d5c4a9 2020-12-08 11:14:23.018 | Successfully built etcd3 2020-12-08 11:14:23.529 | Installing collected packages: grpcio, protobuf, tenacity, etcd3 2020-12-08 11:14:24.123 | Successfully installed etcd3-0.12.0 grpcio-1.34.0 protobuf-3.14.0 tenacity-6.2.0 2020-12-08 11:14:24.192 | WARNING: You are using pip version 20.2.4; however, version 20.3.1 is available. 2020-12-08 11:14:24.192 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2020-12-08 11:14:24.286 | + inc/python:pip_install:200 : result=0 2020-12-08 11:14:24.288 | + inc/python:pip_install:202 : time_stop pip_install 2020-12-08 11:14:24.290 | + functions-common:time_stop:2306 : local name 2020-12-08 11:14:24.293 | + functions-common:time_stop:2307 : local end_time 2020-12-08 11:14:24.295 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-08 11:14:24.297 | + functions-common:time_stop:2309 : local total 2020-12-08 11:14:24.299 | + functions-common:time_stop:2310 : local start_time 2020-12-08 11:14:24.301 | + functions-common:time_stop:2312 : name=pip_install 2020-12-08 11:14:24.303 | + functions-common:time_stop:2313 : start_time=1607426057154 2020-12-08 11:14:24.305 | + functions-common:time_stop:2315 : [[ -z 1607426057154 ]] 2020-12-08 11:14:24.308 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-08 11:14:24.311 | + functions-common:time_stop:2318 : end_time=1607426064309 2020-12-08 11:14:24.314 | + functions-common:time_stop:2319 : elapsed_time=7155 2020-12-08 11:14:24.316 | + functions-common:time_stop:2320 : total=52575 2020-12-08 11:14:24.318 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-08 11:14:24.320 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=59730 2020-12-08 11:14:24.323 | + inc/python:pip_install:203 : return 0 2020-12-08 11:14:24.325 | + lib/libraries:install_libs:136 : pip_install etcd3gw 2020-12-08 11:14:24.343 | Using python 3.6 to install etcd3gw 2020-12-08 11:14:24.346 | + 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-08 11:14:26.179 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-12-08 11:14:26.287 | Collecting etcd3gw===0.2.5 2020-12-08 11:14:26.294 | 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-08 11:14:26.459 | Collecting futurist===2.3.0 2020-12-08 11:14:26.466 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/54f/6ffc02f09316b/futurist-2.3.0-py3-none-any.whl (34 kB) 2020-12-08 11:14:26.512 | 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-08 11:14:26.578 | Collecting urllib3===1.26.2 2020-12-08 11:14:26.585 | 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-08 11:14:26.616 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 433)) (1.15.0) 2020-12-08 11:14:26.732 | Collecting requests===2.25.0 2020-12-08 11:14:26.739 | 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-08 11:14:26.817 | Collecting certifi===2020.11.8 2020-12-08 11:14:26.825 | 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-08 11:14:26.863 | Collecting idna===2.10 2020-12-08 11:14:26.869 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b97/d804b1e9b523b/idna-2.10-py2.py3-none-any.whl (58 kB) 2020-12-08 11:14:26.877 | 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-08 11:14:27.388 | Installing collected packages: certifi, urllib3, idna, requests, futurist, etcd3gw 2020-12-08 11:14:27.388 | Attempting uninstall: certifi 2020-12-08 11:14:27.389 | Found existing installation: certifi 2018.1.18 2020-12-08 11:14:27.391 | Uninstalling certifi-2018.1.18: 2020-12-08 11:14:27.423 | Successfully uninstalled certifi-2018.1.18 2020-12-08 11:14:27.440 | Attempting uninstall: urllib3 2020-12-08 11:14:27.440 | Found existing installation: urllib3 1.22 2020-12-08 11:14:27.442 | Uninstalling urllib3-1.22: 2020-12-08 11:14:27.473 | Successfully uninstalled urllib3-1.22 2020-12-08 11:14:27.583 | Attempting uninstall: idna 2020-12-08 11:14:27.584 | Found existing installation: idna 2.6 2020-12-08 11:14:27.586 | Uninstalling idna-2.6: 2020-12-08 11:14:27.615 | Successfully uninstalled idna-2.6 2020-12-08 11:14:27.726 | Attempting uninstall: requests 2020-12-08 11:14:27.727 | Found existing installation: requests 2.18.4 2020-12-08 11:14:27.729 | Uninstalling requests-2.18.4: 2020-12-08 11:14:27.758 | Successfully uninstalled requests-2.18.4 2020-12-08 11:14:27.908 | 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-08 11:14:27.973 | WARNING: You are using pip version 20.2.4; however, version 20.3.1 is available. 2020-12-08 11:14:27.973 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2020-12-08 11:14:28.051 | + inc/python:pip_install:200 : result=0 2020-12-08 11:14:28.053 | + inc/python:pip_install:202 : time_stop pip_install 2020-12-08 11:14:28.055 | + functions-common:time_stop:2306 : local name 2020-12-08 11:14:28.057 | + functions-common:time_stop:2307 : local end_time 2020-12-08 11:14:28.059 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-08 11:14:28.061 | + functions-common:time_stop:2309 : local total 2020-12-08 11:14:28.064 | + functions-common:time_stop:2310 : local start_time 2020-12-08 11:14:28.066 | + functions-common:time_stop:2312 : name=pip_install 2020-12-08 11:14:28.068 | + functions-common:time_stop:2313 : start_time=1607426064339 2020-12-08 11:14:28.070 | + functions-common:time_stop:2315 : [[ -z 1607426064339 ]] 2020-12-08 11:14:28.073 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-08 11:14:28.076 | + functions-common:time_stop:2318 : end_time=1607426068074 2020-12-08 11:14:28.079 | + functions-common:time_stop:2319 : elapsed_time=3735 2020-12-08 11:14:28.081 | + functions-common:time_stop:2320 : total=59730 2020-12-08 11:14:28.083 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-08 11:14:28.085 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=63465 2020-12-08 11:14:28.087 | + inc/python:pip_install:203 : return 0 2020-12-08 11:14:28.090 | + ./stack.sh:main:842 : install_apache_uwsgi 2020-12-08 11:14:28.092 | + lib/apache:install_apache_uwsgi:80 : local apxs=apxs2 2020-12-08 11:14:28.094 | + lib/apache:install_apache_uwsgi:81 : is_fedora 2020-12-08 11:14:28.096 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2020-12-08 11:14:28.099 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2020-12-08 11:14:28.101 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2020-12-08 11:14:28.103 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2020-12-08 11:14:28.105 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2020-12-08 11:14:28.107 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2020-12-08 11:14:28.110 | + functions-common:is_fedora:455 : '[' Ubuntu = OracleServer ']' 2020-12-08 11:14:28.113 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2020-12-08 11:14:28.115 | + lib/apache:install_apache_uwsgi:92 : UWSGI_PYTHON_PLUGIN=python3 2020-12-08 11:14:28.117 | + lib/apache:install_apache_uwsgi:94 : is_ubuntu 2020-12-08 11:14:28.119 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-08 11:14:28.121 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-08 11:14:28.123 | + lib/apache:install_apache_uwsgi:95 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2020-12-08 11:14:28.126 | + lib/apache:install_apache_uwsgi:96 : [[ bionic == \b\i\o\n\i\c ]] 2020-12-08 11:14:28.128 | + lib/apache:install_apache_uwsgi:97 : pkg_list='uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python' 2020-12-08 11:14:28.131 | + lib/apache:install_apache_uwsgi:99 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python 2020-12-08 11:14:28.133 | + functions-common:install_package:1344 : update_package_repo 2020-12-08 11:14:28.135 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-12-08 11:14:28.137 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2020-12-08 11:14:28.140 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-12-08 11:14:28.142 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-12-08 11:14:28.144 | + functions-common:update_package_repo:1324 : is_ubuntu 2020-12-08 11:14:28.146 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-08 11:14:28.149 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-08 11:14:28.151 | + functions-common:update_package_repo:1325 : apt_get_update 2020-12-08 11:14:28.153 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2020-12-08 11:14:28.155 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2020-12-08 11:14:28.158 | + functions-common:apt_get_update:1071 : return 2020-12-08 11:14:28.160 | + functions-common:install_package:1345 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python 2020-12-08 11:14:28.162 | + functions-common:real_install_package:1330 : is_ubuntu 2020-12-08 11:14:28.165 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-08 11:14:28.167 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-08 11:14:28.169 | + functions-common:real_install_package:1331 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python 2020-12-08 11:14:28.187 | + 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-08 11:14:28.307 | Reading package lists... 2020-12-08 11:14:28.551 | Building dependency tree... 2020-12-08 11:14:28.552 | Reading state information... 2020-12-08 11:14:28.757 | libapache2-mod-proxy-uwsgi is already the newest version (2.0.15-10.2ubuntu2.1). 2020-12-08 11:14:28.758 | The following packages were automatically installed and are no longer required: 2020-12-08 11:14:28.758 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2020-12-08 11:14:28.758 | python3-click python3-colorama python3-configobj python3-constantly 2020-12-08 11:14:28.758 | python3-hyperlink python3-incremental python3-keyring python3-keyrings.alt 2020-12-08 11:14:28.758 | python3-pam python3-problem-report python3-pyasn1 2020-12-08 11:14:28.758 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-12-08 11:14:28.758 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-12-08 11:14:28.758 | python3-zope.interface 2020-12-08 11:14:28.758 | Use 'sudo apt autoremove' to remove them. 2020-12-08 11:14:28.760 | Suggested packages: 2020-12-08 11:14:28.760 | python-uwsgidecorators python3-uwsgidecorators 2020-12-08 11:14:28.808 | The following NEW packages will be installed: 2020-12-08 11:14:28.808 | uwsgi uwsgi-plugin-python uwsgi-plugin-python3 2020-12-08 11:14:29.084 | 0 upgraded, 3 newly installed, 0 to remove and 162 not upgraded. 2020-12-08 11:14:29.084 | Need to get 163 kB of archives. 2020-12-08 11:14:29.084 | After this operation, 634 kB of additional disk space will be used. 2020-12-08 11:14:29.084 | 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-08 11:14:29.341 | 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-08 11:14:29.528 | 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-08 11:14:30.212 | Fetched 163 kB in 1s (191 kB/s) 2020-12-08 11:14:30.270 | Selecting previously unselected package uwsgi. 2020-12-08 11:14:30.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 ... 77268 files and directories currently installed.) 2020-12-08 11:14:30.314 | Preparing to unpack .../uwsgi_2.0.15-10.2ubuntu2.1_amd64.deb ... 2020-12-08 11:14:30.317 | Unpacking uwsgi (2.0.15-10.2ubuntu2.1) ... 2020-12-08 11:14:30.410 | Selecting previously unselected package uwsgi-plugin-python. 2020-12-08 11:14:30.417 | Preparing to unpack .../uwsgi-plugin-python_2.0.15-10.2ubuntu2.1_amd64.deb ... 2020-12-08 11:14:30.420 | Unpacking uwsgi-plugin-python (2.0.15-10.2ubuntu2.1) ... 2020-12-08 11:14:30.509 | Selecting previously unselected package uwsgi-plugin-python3. 2020-12-08 11:14:30.517 | Preparing to unpack .../uwsgi-plugin-python3_2.0.15-10.2ubuntu2.1_amd64.deb ... 2020-12-08 11:14:30.519 | Unpacking uwsgi-plugin-python3 (2.0.15-10.2ubuntu2.1) ... 2020-12-08 11:14:30.601 | Setting up uwsgi-plugin-python3 (2.0.15-10.2ubuntu2.1) ... 2020-12-08 11:14:30.646 | Processing triggers for ureadahead (0.100.0-21) ... 2020-12-08 11:14:30.668 | Setting up uwsgi (2.0.15-10.2ubuntu2.1) ... 2020-12-08 11:14:31.202 | Setting up uwsgi-plugin-python (2.0.15-10.2ubuntu2.1) ... 2020-12-08 11:14:31.257 | Processing triggers for systemd (237-3ubuntu10.43) ... 2020-12-08 11:14:31.464 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-12-08 11:14:31.982 | Processing triggers for ureadahead (0.100.0-21) ... 2020-12-08 11:14:33.860 | + functions-common:apt_get:1115 : result=0 2020-12-08 11:14:33.862 | + functions-common:apt_get:1118 : time_stop apt-get 2020-12-08 11:14:33.864 | + functions-common:time_stop:2306 : local name 2020-12-08 11:14:33.867 | + functions-common:time_stop:2307 : local end_time 2020-12-08 11:14:33.869 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-08 11:14:33.871 | + functions-common:time_stop:2309 : local total 2020-12-08 11:14:33.873 | + functions-common:time_stop:2310 : local start_time 2020-12-08 11:14:33.876 | + functions-common:time_stop:2312 : name=apt-get 2020-12-08 11:14:33.878 | + functions-common:time_stop:2313 : start_time=1607426068184 2020-12-08 11:14:33.880 | + functions-common:time_stop:2315 : [[ -z 1607426068184 ]] 2020-12-08 11:14:33.883 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-08 11:14:33.886 | + functions-common:time_stop:2318 : end_time=1607426073883 2020-12-08 11:14:33.888 | + functions-common:time_stop:2319 : elapsed_time=5699 2020-12-08 11:14:33.890 | + functions-common:time_stop:2320 : total=201361 2020-12-08 11:14:33.893 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-08 11:14:33.895 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=207060 2020-12-08 11:14:33.897 | + functions-common:apt_get:1119 : return 0 2020-12-08 11:14:33.899 | + lib/apache:install_apache_uwsgi:131 : is_ubuntu 2020-12-08 11:14:33.902 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-08 11:14:33.904 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-08 11:14:33.906 | + lib/apache:install_apache_uwsgi:133 : sudo a2enmod proxy 2020-12-08 11:14:33.964 | Enabling module proxy. 2020-12-08 11:14:33.969 | To activate the new configuration, you need to run: 2020-12-08 11:14:33.969 | systemctl restart apache2 2020-12-08 11:14:33.973 | + lib/apache:install_apache_uwsgi:134 : sudo a2enmod proxy_uwsgi 2020-12-08 11:14:34.031 | Considering dependency proxy for proxy_uwsgi: 2020-12-08 11:14:34.031 | Module proxy already enabled 2020-12-08 11:14:34.031 | Enabling module proxy_uwsgi. 2020-12-08 11:14:34.035 | To activate the new configuration, you need to run: 2020-12-08 11:14:34.036 | systemctl restart apache2 2020-12-08 11:14:34.039 | + lib/apache:install_apache_uwsgi:140 : restart_apache_server 2020-12-08 11:14:34.042 | + lib/apache:restart_apache_server:253 : restart_service apache2 2020-12-08 11:14:34.044 | + functions-common:restart_service:2190 : '[' -x /bin/systemctl ']' 2020-12-08 11:14:34.046 | + functions-common:restart_service:2191 : sudo /bin/systemctl restart apache2 2020-12-08 11:14:34.186 | + ./stack.sh:main:845 : install_keystoneauth 2020-12-08 11:14:34.189 | + lib/keystone:install_keystoneauth:462 : use_library_from_git keystoneauth 2020-12-08 11:14:34.191 | + inc/python:use_library_from_git:250 : local name=keystoneauth 2020-12-08 11:14:34.193 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:14:34.195 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:14:34.198 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystoneauth, ]] 2020-12-08 11:14:34.201 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:14:34.204 | + ./stack.sh:main:846 : install_keystoneclient 2020-12-08 11:14:34.206 | + lib/keystone:install_keystoneclient:470 : use_library_from_git python-keystoneclient 2020-12-08 11:14:34.208 | + inc/python:use_library_from_git:250 : local name=python-keystoneclient 2020-12-08 11:14:34.211 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:14:34.213 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:14:34.215 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-keystoneclient, ]] 2020-12-08 11:14:34.218 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:14:34.220 | + ./stack.sh:main:847 : install_glanceclient 2020-12-08 11:14:34.223 | + lib/glance:install_glanceclient:427 : use_library_from_git python-glanceclient 2020-12-08 11:14:34.225 | + inc/python:use_library_from_git:250 : local name=python-glanceclient 2020-12-08 11:14:34.227 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:14:34.230 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:14:34.232 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-glanceclient, ]] 2020-12-08 11:14:34.234 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:14:34.237 | + ./stack.sh:main:848 : install_cinderclient 2020-12-08 11:14:34.239 | + lib/cinder:install_cinderclient:431 : use_library_from_git python-brick-cinderclient-ext 2020-12-08 11:14:34.242 | + inc/python:use_library_from_git:250 : local name=python-brick-cinderclient-ext 2020-12-08 11:14:34.244 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:14:34.246 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:14:34.248 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2020-12-08 11:14:34.252 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:14:34.254 | + lib/cinder:install_cinderclient:436 : use_library_from_git python-cinderclient 2020-12-08 11:14:34.257 | + inc/python:use_library_from_git:250 : local name=python-cinderclient 2020-12-08 11:14:34.259 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:14:34.261 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:14:34.263 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-cinderclient, ]] 2020-12-08 11:14:34.265 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:14:34.268 | + ./stack.sh:main:849 : install_novaclient 2020-12-08 11:14:34.270 | + lib/nova:install_novaclient:788 : use_library_from_git python-novaclient 2020-12-08 11:14:34.273 | + inc/python:use_library_from_git:250 : local name=python-novaclient 2020-12-08 11:14:34.275 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:14:34.277 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:14:34.279 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-novaclient, ]] 2020-12-08 11:14:34.282 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:14:34.285 | + ./stack.sh:main:850 : is_service_enabled swift glance horizon 2020-12-08 11:14:34.301 | + functions-common:is_service_enabled:1962 : return 0 2020-12-08 11:14:34.303 | + ./stack.sh:main:851 : install_swiftclient 2020-12-08 11:14:34.305 | + lib/swift:install_swiftclient:751 : use_library_from_git python-swiftclient 2020-12-08 11:14:34.307 | + inc/python:use_library_from_git:250 : local name=python-swiftclient 2020-12-08 11:14:34.310 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:14:34.312 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:14:34.315 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-swiftclient, ]] 2020-12-08 11:14:34.317 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:14:34.319 | + ./stack.sh:main:853 : is_service_enabled neutron nova horizon 2020-12-08 11:14:34.334 | + functions-common:is_service_enabled:1962 : return 0 2020-12-08 11:14:34.337 | + ./stack.sh:main:854 : install_neutronclient 2020-12-08 11:14:34.339 | + lib/neutron:install_neutronclient:440 : use_library_from_git python-neutronclient 2020-12-08 11:14:34.341 | + inc/python:use_library_from_git:250 : local name=python-neutronclient 2020-12-08 11:14:34.344 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:14:34.347 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:14:34.349 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-neutronclient, ]] 2020-12-08 11:14:34.351 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:14:34.353 | + ./stack.sh:main:858 : install_keystonemiddleware 2020-12-08 11:14:34.356 | + lib/keystone:install_keystonemiddleware:480 : use_library_from_git keystonemiddleware 2020-12-08 11:14:34.358 | + inc/python:use_library_from_git:250 : local name=keystonemiddleware 2020-12-08 11:14:34.360 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:14:34.363 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:14:34.365 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystonemiddleware, ]] 2020-12-08 11:14:34.367 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:14:34.370 | + lib/keystone:install_keystonemiddleware:485 : pip_install_gr keystonemiddleware 2020-12-08 11:14:34.372 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2020-12-08 11:14:34.374 | + inc/python:pip_install_gr:77 : local clean_name 2020-12-08 11:14:34.378 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2020-12-08 11:14:34.380 | ++ inc/python:get_from_global_requirements:225 : local package=keystonemiddleware 2020-12-08 11:14:34.382 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2020-12-08 11:14:34.386 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2020-12-08 11:14:34.386 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2020-12-08 11:14:34.390 | ++ inc/python:get_from_global_requirements:227 : required_pkg='keystonemiddleware ' 2020-12-08 11:14:34.393 | ++ inc/python:get_from_global_requirements:228 : [[ keystonemiddleware == '' ]] 2020-12-08 11:14:34.395 | ++ inc/python:get_from_global_requirements:231 : echo keystonemiddleware 2020-12-08 11:14:34.398 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2020-12-08 11:14:34.400 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2020-12-08 11:14:34.418 | Using python 3.6 to install keystonemiddleware 2020-12-08 11:14:34.421 | + 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-08 11:14:36.244 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-12-08 11:14:36.412 | Collecting keystonemiddleware===9.2.0 2020-12-08 11:14:36.420 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/921/fa4f305c8070a/keystonemiddleware-9.2.0-py3-none-any.whl (119 kB) 2020-12-08 11:14:36.671 | Collecting oslo.cache===2.6.1 2020-12-08 11:14:36.677 | 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-08 11:14:36.933 | Collecting oslo.config===8.4.0 2020-12-08 11:14:36.940 | 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-08 11:14:37.102 | Collecting dogpile.cache===1.1.1 2020-12-08 11:14:37.112 | 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-08 11:14:37.159 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 407)) (3.3.0) 2020-12-08 11:14:37.168 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 433)) (1.15.0) 2020-12-08 11:14:37.232 | Collecting rfc3986===1.4.0 2020-12-08 11:14:37.238 | 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-08 11:14:37.409 | Collecting keystoneauth1===4.3.0 2020-12-08 11:14:37.416 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/db4/38f606c098f83/keystoneauth1-4.3.0-py3-none-any.whl (314 kB) 2020-12-08 11:14:37.660 | Collecting python-keystoneclient===4.2.0 2020-12-08 11:14:37.667 | 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-08 11:14:37.811 | Collecting decorator===4.4.2 2020-12-08 11:14:37.818 | 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-08 11:14:38.026 | Collecting oslo.utils===4.7.0 2020-12-08 11:14:38.033 | 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-08 11:14:38.438 | Collecting pytz===2020.4 2020-12-08 11:14:38.445 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5c5/5e189b682d420/pytz-2020.4-py2.py3-none-any.whl (509 kB) 2020-12-08 11:14:38.513 | Requirement already satisfied: requests===2.25.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (2.25.0) 2020-12-08 11:14:38.638 | Collecting WebOb===1.8.6 2020-12-08 11:14:38.644 | 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-08 11:14:38.832 | Collecting oslo.context===3.1.1 2020-12-08 11:14:38.839 | 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-08 11:14:39.001 | Collecting oslo.serialization===4.0.1 2020-12-08 11:14:39.008 | 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-08 11:14:39.137 | Collecting pycadf===3.1.1 2020-12-08 11:14:39.143 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b1f/a1dea7638c0f6/pycadf-3.1.1-py3-none-any.whl (39 kB) 2020-12-08 11:14:39.193 | 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-08 11:14:39.303 | Collecting oslo.i18n===5.0.1 2020-12-08 11:14:39.310 | 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-08 11:14:39.511 | Collecting oslo.log===4.4.0 2020-12-08 11:14:39.517 | 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-08 11:14:39.601 | 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-08 11:14:39.607 | 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 270)) (3.1.1) 2020-12-08 11:14:39.644 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173)) (5.3.1) 2020-12-08 11:14:39.733 | Collecting debtcollector===2.2.0 2020-12-08 11:14:39.739 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/346/63e5de257c67b/debtcollector-2.2.0-py3-none-any.whl (20 kB) 2020-12-08 11:14:39.848 | Collecting iso8601===0.1.13 2020-12-08 11:14:39.854 | 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-08 11:14:39.951 | Collecting os-service-types===1.7.0 2020-12-08 11:14:39.965 | 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-08 11:14:40.009 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.4.7) 2020-12-08 11:14:40.091 | Collecting netifaces===0.10.9 2020-12-08 11:14:40.097 | 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-08 11:14:40.186 | Collecting packaging===20.7 2020-12-08 11:14:40.193 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/eb4/1423378682dad/packaging-20.7-py2.py3-none-any.whl (35 kB) 2020-12-08 11:14:40.237 | Requirement already satisfied: urllib3===1.26.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (1.26.2) 2020-12-08 11:14:40.261 | 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-08 11:14:40.263 | 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-08 11:14:40.264 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 351)) (2.10) 2020-12-08 11:14:40.401 | Collecting msgpack===1.0.0 2020-12-08 11:14:40.409 | 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-08 11:14:40.504 | Collecting pyinotify===0.9.6 2020-12-08 11:14:40.510 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9c9/98a5d7606ca83/pyinotify-0.9.6.tar.gz (60 kB) 2020-12-08 11:14:41.146 | Collecting python-dateutil===2.8.1 2020-12-08 11:14:41.154 | 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-08 11:14:41.205 | Requirement already satisfied: importlib-resources===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 499)) (3.3.0) 2020-12-08 11:14:41.223 | Requirement already satisfied: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 528)) (3.4.0) 2020-12-08 11:14:41.315 | Collecting wrapt===1.12.1 2020-12-08 11:14:41.322 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b62/ffa81fb85f433/wrapt-1.12.1.tar.gz (27 kB) 2020-12-08 11:14:41.873 | Building wheels for collected packages: pyinotify, wrapt 2020-12-08 11:14:41.874 | Building wheel for pyinotify (setup.py): started 2020-12-08 11:14:42.464 | Building wheel for pyinotify (setup.py): finished with status 'done' 2020-12-08 11:14:42.465 | Created wheel for pyinotify: filename=pyinotify-0.9.6-py3-none-any.whl size=25339 sha256=eb19cfcb008a6bfa9545a42a92a7ce8d244ae4c792ef5c32209ec5673f915e7b 2020-12-08 11:14:42.465 | Stored in directory: /root/.cache/pip/wheels/f3/7a/03/56564493d2862ac4c0677c91d99261394dd512a1bbb90af9a7 2020-12-08 11:14:42.467 | Building wheel for wrapt (setup.py): started 2020-12-08 11:14:43.975 | Building wheel for wrapt (setup.py): finished with status 'done' 2020-12-08 11:14:43.976 | Created wheel for wrapt: filename=wrapt-1.12.1-cp36-cp36m-linux_x86_64.whl size=67494 sha256=db7cf08497bcf905853e5400926fa5295e8f99f265a60aa08938d5e1d9775f8d 2020-12-08 11:14:43.977 | Stored in directory: /root/.cache/pip/wheels/27/b0/63/c6302d953c843aa78fedbee048633aa67fa3f28a2ab130c797 2020-12-08 11:14:43.977 | Successfully built pyinotify wrapt 2020-12-08 11:14:44.726 | Installing collected packages: WebOb, oslo.i18n, wrapt, debtcollector, oslo.context, rfc3986, oslo.config, pytz, msgpack, iso8601, netifaces, packaging, oslo.utils, oslo.serialization, pycadf, pyinotify, python-dateutil, oslo.log, os-service-types, keystoneauth1, python-keystoneclient, decorator, dogpile.cache, oslo.cache, keystonemiddleware 2020-12-08 11:14:45.446 | Attempting uninstall: netifaces 2020-12-08 11:14:45.447 | Found existing installation: netifaces 0.10.4 2020-12-08 11:14:45.449 | Uninstalling netifaces-0.10.4: 2020-12-08 11:14:45.478 | Successfully uninstalled netifaces-0.10.4 2020-12-08 11:14:46.946 | 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.7 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-08 11:14:47.024 | WARNING: You are using pip version 20.2.4; however, version 20.3.1 is available. 2020-12-08 11:14:47.025 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2020-12-08 11:14:47.134 | + inc/python:pip_install:200 : result=0 2020-12-08 11:14:47.137 | + inc/python:pip_install:202 : time_stop pip_install 2020-12-08 11:14:47.139 | + functions-common:time_stop:2306 : local name 2020-12-08 11:14:47.141 | + functions-common:time_stop:2307 : local end_time 2020-12-08 11:14:47.143 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-08 11:14:47.146 | + functions-common:time_stop:2309 : local total 2020-12-08 11:14:47.148 | + functions-common:time_stop:2310 : local start_time 2020-12-08 11:14:47.150 | + functions-common:time_stop:2312 : name=pip_install 2020-12-08 11:14:47.152 | + functions-common:time_stop:2313 : start_time=1607426074414 2020-12-08 11:14:47.154 | + functions-common:time_stop:2315 : [[ -z 1607426074414 ]] 2020-12-08 11:14:47.158 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-08 11:14:47.161 | + functions-common:time_stop:2318 : end_time=1607426087159 2020-12-08 11:14:47.164 | + functions-common:time_stop:2319 : elapsed_time=12745 2020-12-08 11:14:47.166 | + functions-common:time_stop:2320 : total=63465 2020-12-08 11:14:47.168 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-08 11:14:47.170 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=76210 2020-12-08 11:14:47.173 | + inc/python:pip_install:203 : return 0 2020-12-08 11:14:47.176 | + lib/keystone:install_keystonemiddleware:489 : pip_install_gr python-memcached 2020-12-08 11:14:47.178 | + inc/python:pip_install_gr:76 : local name=python-memcached 2020-12-08 11:14:47.180 | + inc/python:pip_install_gr:77 : local clean_name 2020-12-08 11:14:47.183 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2020-12-08 11:14:47.185 | ++ inc/python:get_from_global_requirements:225 : local package=python-memcached 2020-12-08 11:14:47.188 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2020-12-08 11:14:47.191 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2020-12-08 11:14:47.192 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2020-12-08 11:14:47.196 | ++ inc/python:get_from_global_requirements:227 : required_pkg='python-memcached ' 2020-12-08 11:14:47.198 | ++ inc/python:get_from_global_requirements:228 : [[ python-memcached == '' ]] 2020-12-08 11:14:47.200 | ++ inc/python:get_from_global_requirements:231 : echo python-memcached 2020-12-08 11:14:47.203 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2020-12-08 11:14:47.205 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2020-12-08 11:14:47.224 | Using python 3.6 to install python-memcached 2020-12-08 11:14:47.226 | + 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-08 11:14:49.111 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-12-08 11:14:49.220 | Collecting python-memcached===1.59 2020-12-08 11:14:49.229 | 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-08 11:14:49.280 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 433)) (1.15.0) 2020-12-08 11:14:50.056 | Installing collected packages: python-memcached 2020-12-08 11:14:50.113 | Successfully installed python-memcached-1.59 2020-12-08 11:14:50.191 | WARNING: You are using pip version 20.2.4; however, version 20.3.1 is available. 2020-12-08 11:14:50.191 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2020-12-08 11:14:50.265 | + inc/python:pip_install:200 : result=0 2020-12-08 11:14:50.268 | + inc/python:pip_install:202 : time_stop pip_install 2020-12-08 11:14:50.270 | + functions-common:time_stop:2306 : local name 2020-12-08 11:14:50.272 | + functions-common:time_stop:2307 : local end_time 2020-12-08 11:14:50.274 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-08 11:14:50.276 | + functions-common:time_stop:2309 : local total 2020-12-08 11:14:50.278 | + functions-common:time_stop:2310 : local start_time 2020-12-08 11:14:50.280 | + functions-common:time_stop:2312 : name=pip_install 2020-12-08 11:14:50.283 | + functions-common:time_stop:2313 : start_time=1607426087219 2020-12-08 11:14:50.285 | + functions-common:time_stop:2315 : [[ -z 1607426087219 ]] 2020-12-08 11:14:50.287 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-08 11:14:50.291 | + functions-common:time_stop:2318 : end_time=1607426090288 2020-12-08 11:14:50.293 | + functions-common:time_stop:2319 : elapsed_time=3069 2020-12-08 11:14:50.295 | + functions-common:time_stop:2320 : total=76210 2020-12-08 11:14:50.297 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-08 11:14:50.300 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=79279 2020-12-08 11:14:50.302 | + inc/python:pip_install:203 : return 0 2020-12-08 11:14:50.304 | + ./stack.sh:main:860 : is_service_enabled keystone 2020-12-08 11:14:50.320 | + functions-common:is_service_enabled:1962 : return 0 2020-12-08 11:14:50.322 | + ./stack.sh:main:861 : '[' 10.222.0.22 == 10.222.0.22 ']' 2020-12-08 11:14:50.324 | + ./stack.sh:main:862 : stack_install_service keystone 2020-12-08 11:14:50.326 | + lib/stack:stack_install_service:20 : local service=keystone 2020-12-08 11:14:50.329 | + lib/stack:stack_install_service:21 : type install_keystone 2020-12-08 11:14:50.332 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2020-12-08 11:14:50.334 | + lib/stack:stack_install_service:32 : install_keystone 2020-12-08 11:14:50.336 | + lib/keystone:install_keystone:495 : is_service_enabled ldap 2020-12-08 11:14:50.351 | + functions-common:is_service_enabled:1962 : return 1 2020-12-08 11:14:50.353 | + lib/keystone:install_keystone:499 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone master 2020-12-08 11:14:50.355 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/keystone.git 2020-12-08 11:14:50.357 | + functions-common:git_clone:526 : local git_dest=/opt/stack/keystone 2020-12-08 11:14:50.359 | + functions-common:git_clone:527 : local git_ref=master 2020-12-08 11:14:50.361 | + functions-common:git_clone:528 : local orig_dir 2020-12-08 11:14:50.364 | ++ functions-common:git_clone:529 : pwd 2020-12-08 11:14:50.366 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2020-12-08 11:14:50.368 | + functions-common:git_clone:530 : local git_clone_flags= 2020-12-08 11:14:50.370 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2020-12-08 11:14:50.385 | + functions-common:git_clone:532 : RECLONE=False 2020-12-08 11:14:50.387 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2020-12-08 11:14:50.389 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2020-12-08 11:14:50.392 | + functions-common:git_clone:546 : echo master 2020-12-08 11:14:50.393 | + functions-common:git_clone:546 : egrep -q '^refs' 2020-12-08 11:14:50.396 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/keystone ]] 2020-12-08 11:14:50.399 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2020-12-08 11:14:50.401 | + functions-common:git_clone:594 : cd /opt/stack/keystone 2020-12-08 11:14:50.403 | + functions-common:git_clone:595 : git show --oneline 2020-12-08 11:14:50.403 | + functions-common:git_clone:595 : head -1 2020-12-08 11:14:50.407 | b0b93c039 Merge "Generalize release note for bug 1878938" 2020-12-08 11:14:50.409 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2020-12-08 11:14:50.412 | + lib/keystone:install_keystone:500 : setup_develop /opt/stack/keystone 2020-12-08 11:14:50.414 | + inc/python:setup_develop:338 : local bindep 2020-12-08 11:14:50.416 | + inc/python:setup_develop:339 : [[ /opt/stack/keystone == -bindep* ]] 2020-12-08 11:14:50.418 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/keystone 2020-12-08 11:14:50.421 | + inc/python:setup_develop:344 : local extras= 2020-12-08 11:14:50.423 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2020-12-08 11:14:50.426 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2020-12-08 11:14:50.428 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/keystone == -bindep* ]] 2020-12-08 11:14:50.430 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/keystone 2020-12-08 11:14:50.432 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2020-12-08 11:14:50.434 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2020-12-08 11:14:50.438 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/keystone 2020-12-08 11:14:50.440 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2020-12-08 11:14:50.443 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/keystone 2020-12-08 11:14:50.445 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2020-12-08 11:14:50.447 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2020-12-08 11:14:50.450 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2020-12-08 11:14:50.455 | + inc/python:_setup_package_with_constraints_edit:383 : name=keystone 2020-12-08 11:14:50.457 | + 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-08 11:14:51.133 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/keystone -e 2020-12-08 11:14:51.135 | + inc/python:setup_package:417 : local bindep=0 2020-12-08 11:14:51.137 | + inc/python:setup_package:418 : local bindep_flag= 2020-12-08 11:14:51.139 | + inc/python:setup_package:419 : local bindep_profiles= 2020-12-08 11:14:51.142 | + inc/python:setup_package:420 : [[ /opt/stack/keystone == -bindep* ]] 2020-12-08 11:14:51.144 | + inc/python:setup_package:425 : local project_dir=/opt/stack/keystone 2020-12-08 11:14:51.146 | + inc/python:setup_package:426 : local flags=-e 2020-12-08 11:14:51.148 | + inc/python:setup_package:427 : local extras= 2020-12-08 11:14:51.150 | + inc/python:setup_package:431 : [[ -n -e ]] 2020-12-08 11:14:51.152 | + inc/python:setup_package:431 : [[ -z '' ]] 2020-12-08 11:14:51.154 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2020-12-08 11:14:51.157 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2020-12-08 11:14:51.159 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2020-12-08 11:14:51.161 | + inc/python:setup_package:445 : pip_install -e /opt/stack/keystone 2020-12-08 11:14:51.178 | Using python 3.6 to install /opt/stack/keystone 2020-12-08 11:14:51.180 | + 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-08 11:14:53.168 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-12-08 11:14:53.168 | 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-08 11:14:53.192 | Obtaining file:///opt/stack/keystone 2020-12-08 11:14:54.734 | Obtaining keystone from file:///opt/stack/keystone#egg=keystone (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2020-12-08 11:14:56.355 | Collecting Flask===1.1.2 2020-12-08 11:14:56.363 | 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-08 11:14:56.518 | Collecting Flask-RESTful===0.3.8 2020-12-08 11:14:56.525 | 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-08 11:14:56.625 | Collecting Jinja2===2.11.2 2020-12-08 11:14:56.632 | 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-08 11:14:56.707 | Collecting MarkupSafe===1.1.1 2020-12-08 11:14:56.713 | 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-08 11:14:56.777 | Collecting PyJWT===1.7.1 2020-12-08 11:14:56.782 | 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-08 11:14:57.051 | Collecting SQLAlchemy===1.3.20 2020-12-08 11:14:57.059 | 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-08 11:14:57.162 | 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-08 11:14:57.285 | Collecting Werkzeug===1.0.1 2020-12-08 11:14:57.291 | 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-08 11:14:57.437 | Collecting aniso8601===8.1.0 2020-12-08 11:14:57.445 | 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-08 11:14:57.692 | Collecting bcrypt===3.2.0 2020-12-08 11:14:57.699 | 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-08 11:14:58.342 | Collecting cffi===1.14.4 2020-12-08 11:14:58.386 | 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-08 11:14:58.688 | Collecting click===7.1.2 2020-12-08 11:14:58.694 | 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-08 11:14:59.421 | Collecting cryptography===3.2.1 2020-12-08 11:14:59.434 | 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-08 11:14:59.543 | 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 146)) (1.1.1) 2020-12-08 11:14:59.615 | Collecting itsdangerous===1.1.0 2020-12-08 11:14:59.622 | 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-08 11:14:59.719 | Collecting jsonschema===3.2.0 2020-12-08 11:14:59.726 | 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-08 11:14:59.763 | Requirement already satisfied: keystonemiddleware===9.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (9.2.0) 2020-12-08 11:14:59.822 | Requirement already satisfied: msgpack===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 241)) (1.0.0) 2020-12-08 11:14:59.860 | Collecting oauthlib===3.1.0 2020-12-08 11:14:59.866 | 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-08 11:14:59.883 | Requirement already satisfied: oslo.cache===2.6.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 290)) (2.6.1) 2020-12-08 11:14:59.924 | 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 292)) (8.4.0) 2020-12-08 11:14:59.971 | Requirement already satisfied: oslo.context===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293)) (3.1.1) 2020-12-08 11:15:00.157 | Collecting oslo.db===8.4.0 2020-12-08 11:15:00.164 | 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-08 11:15:00.270 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) (5.0.1) 2020-12-08 11:15:00.276 | Requirement already satisfied: oslo.log===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) (4.4.0) 2020-12-08 11:15:00.548 | Collecting oslo.messaging===12.6.0 2020-12-08 11:15:00.555 | 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-08 11:15:00.840 | Collecting oslo.middleware===4.1.1 2020-12-08 11:15:00.849 | 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-08 11:15:01.082 | Collecting oslo.policy===3.6.0 2020-12-08 11:15:01.087 | 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-08 11:15:01.152 | Requirement already satisfied: oslo.serialization===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (4.0.1) 2020-12-08 11:15:01.306 | Collecting oslo.service===2.4.0 2020-12-08 11:15:01.313 | 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-08 11:15:01.456 | Collecting oslo.upgradecheck===1.2.0 2020-12-08 11:15:01.462 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/efc/87e49d07360ff/oslo.upgradecheck-1.2.0-py3-none-any.whl (14 kB) 2020-12-08 11:15:01.519 | Requirement already satisfied: oslo.utils===4.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (4.7.0) 2020-12-08 11:15:01.644 | Collecting osprofiler===3.4.0 2020-12-08 11:15:01.649 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4cc/de8ab98fd2861/osprofiler-3.4.0-py3-none-any.whl (85 kB) 2020-12-08 11:15:01.757 | Requirement already satisfied: packaging===20.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (20.7) 2020-12-08 11:15:01.839 | Collecting passlib===1.7.4 2020-12-08 11:15:01.846 | 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-08 11:15:01.920 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (5.5.1) 2020-12-08 11:15:01.923 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327)) (0.7.2) 2020-12-08 11:15:01.925 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 341)) (3.1.1) 2020-12-08 11:15:02.002 | Collecting pycparser===2.20 2020-12-08 11:15:02.010 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/758/2ad22678f0fcd/pycparser-2.20-py2.py3-none-any.whl (112 kB) 2020-12-08 11:15:02.061 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 348)) (0.9.6) 2020-12-08 11:15:02.064 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 354)) (2.4.7) 2020-12-08 11:15:02.155 | Collecting pyrsistent===0.17.3 2020-12-08 11:15:02.164 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2e6/36185d9eb976a/pyrsistent-0.17.3.tar.gz (106 kB) 2020-12-08 11:15:02.863 | Collecting pysaml2===6.3.1 2020-12-08 11:15:02.870 | 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-08 11:15:02.945 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 380)) (2.8.1) 2020-12-08 11:15:02.949 | 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 391)) (4.2.0) 2020-12-08 11:15:02.969 | Requirement already satisfied: pytz===2020.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 422)) (2020.4) 2020-12-08 11:15:02.973 | Requirement already satisfied: requests===2.25.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 433)) (2.25.0) 2020-12-08 11:15:02.995 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 445)) (1.4.0) 2020-12-08 11:15:03.200 | Collecting scrypt===0.8.17 2020-12-08 11:15:03.207 | 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-08 11:15:03.275 | Requirement already satisfied: setuptools===50.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 464)) (50.3.2) 2020-12-08 11:15:03.323 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 467)) (1.15.0) 2020-12-08 11:15:03.402 | Collecting sqlalchemy-migrate===0.13.0 2020-12-08 11:15:03.408 | 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-08 11:15:03.544 | Collecting sqlparse===0.4.1 2020-12-08 11:15:03.550 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/017/cde379adbd6a1/sqlparse-0.4.1-py3-none-any.whl (42 kB) 2020-12-08 11:15:03.667 | Collecting statsd===3.3.0 2020-12-08 11:15:03.673 | 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-08 11:15:03.720 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 498)) (3.3.0) 2020-12-08 11:15:03.791 | Collecting testresources===2.0.1 2020-12-08 11:15:03.798 | 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-08 11:15:03.910 | Collecting testscenarios===0.5.0 2020-12-08 11:15:03.916 | 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-08 11:15:03.967 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 517)) (2.4.0) 2020-12-08 11:15:03.994 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 528)) (1.4.0) 2020-12-08 11:15:03.997 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 537)) (1.1.0) 2020-12-08 11:15:04.004 | Requirement already satisfied: urllib3===1.26.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 539)) (1.26.2) 2020-12-08 11:15:04.089 | Collecting yappi===1.3.2 2020-12-08 11:15:04.095 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a51/d3e6e5563cc74/yappi-1.3.2.tar.gz (58 kB) 2020-12-08 11:15:04.763 | 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-08 11:15:04.766 | 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-08 11:15:04.812 | 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 195)) (3.1.1) 2020-12-08 11:15:04.848 | Requirement already satisfied: keystoneauth1===4.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 218)) (4.3.0) 2020-12-08 11:15:04.914 | 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-08 11:15:04.922 | 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-08 11:15:04.925 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 248)) (0.8.0) 2020-12-08 11:15:05.036 | Collecting alembic===1.4.3 2020-12-08 11:15:05.042 | 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-08 11:15:05.210 | Collecting amqp===5.0.2 2020-12-08 11:15:05.216 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5b9/062d5c0812335/amqp-5.0.2-py3-none-any.whl (46 kB) 2020-12-08 11:15:05.267 | Requirement already satisfied: futurist===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 167)) (2.3.0) 2020-12-08 11:15:05.355 | Collecting cachetools===4.1.1 2020-12-08 11:15:05.361 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/513/d4ff98dd27f85/cachetools-4.1.1-py3-none-any.whl (10 kB) 2020-12-08 11:15:05.607 | Collecting kombu===5.0.2 2020-12-08 11:15:05.614 | 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-08 11:15:05.794 | Collecting Routes===2.5.1 2020-12-08 11:15:05.801 | 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-08 11:15:05.858 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162)) (3.0.0) 2020-12-08 11:15:05.958 | Collecting eventlet===0.29.1 2020-12-08 11:15:05.965 | 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-08 11:15:06.636 | Collecting oslo.concurrency===4.3.1 2020-12-08 11:15:06.642 | 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-08 11:15:06.769 | Collecting PasteDeploy===2.1.1 2020-12-08 11:15:06.776 | 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-08 11:15:06.954 | Collecting Paste===3.5.0 2020-12-08 11:15:06.961 | 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-08 11:15:07.291 | Collecting greenlet===0.4.17 2020-12-08 11:15:07.298 | 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-08 11:15:07.348 | Requirement already satisfied: iso8601===0.1.13 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 203)) (0.1.13) 2020-12-08 11:15:07.350 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 249)) (0.10.9) 2020-12-08 11:15:07.415 | Collecting defusedxml===0.6.0 2020-12-08 11:15:07.421 | 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-08 11:15:07.518 | Collecting pyOpenSSL===20.0.0 2020-12-08 11:15:07.524 | 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-08 11:15:07.543 | 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-08 11:15:07.545 | 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-08 11:15:07.547 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 191)) (2.10) 2020-12-08 11:15:07.610 | Collecting Tempita===0.5.2 2020-12-08 11:15:07.616 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/52d/39a6dbde3c2df/Tempita-0.5.2-py3-none-any.whl (12 kB) 2020-12-08 11:15:07.663 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 397)) (1.6.0) 2020-12-08 11:15:07.665 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 158)) (1.0.0) 2020-12-08 11:15:07.666 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (1.0.0) 2020-12-08 11:15:07.668 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 537)) (1.4.0) 2020-12-08 11:15:07.670 | Requirement already satisfied: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 566)) (3.4.0) 2020-12-08 11:15:07.697 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 282)) (1.7.0) 2020-12-08 11:15:07.702 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 554)) (1.12.1) 2020-12-08 11:15:07.705 | Requirement already satisfied: importlib-resources===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 196)) (3.3.0) 2020-12-08 11:15:07.808 | Collecting Mako===1.1.3 2020-12-08 11:15:07.814 | 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-08 11:15:07.932 | Collecting python-editor===1.0.4 2020-12-08 11:15:07.938 | 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-08 11:15:08.053 | Collecting vine===5.0.0 2020-12-08 11:15:08.058 | 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-08 11:15:08.163 | Collecting repoze.lru===0.7 2020-12-08 11:15:08.169 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f77/bf0e1096ea445/repoze.lru-0.7-py3-none-any.whl (10 kB) 2020-12-08 11:15:08.285 | Collecting dnspython===1.16.0 2020-12-08 11:15:08.292 | 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-08 11:15:08.420 | Collecting fasteners===0.14.1 2020-12-08 11:15:08.427 | 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-08 11:15:08.541 | Collecting monotonic===1.5 2020-12-08 11:15:08.548 | 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-08 11:15:08.596 | Building wheels for collected packages: pyrsistent, yappi 2020-12-08 11:15:08.597 | Building wheel for pyrsistent (setup.py): started 2020-12-08 11:15:10.020 | Building wheel for pyrsistent (setup.py): finished with status 'done' 2020-12-08 11:15:10.021 | Created wheel for pyrsistent: filename=pyrsistent-0.17.3-cp36-cp36m-linux_x86_64.whl size=97032 sha256=dc1fade7a88948d72eb880e491a5567a375b19c368414d3a2d4b8eac77a54dfb 2020-12-08 11:15:10.021 | Stored in directory: /root/.cache/pip/wheels/d9/35/06/14a1989d794cd957ba6aff4bd2bd7ba2db723cfa921ed47738 2020-12-08 11:15:10.023 | Building wheel for yappi (setup.py): started 2020-12-08 11:15:12.448 | Building wheel for yappi (setup.py): finished with status 'done' 2020-12-08 11:15:12.449 | Created wheel for yappi: filename=yappi-1.3.2-cp36-cp36m-linux_x86_64.whl size=90045 sha256=34da2d55c7f9b808e3d645a99da3400ff0bf6f6710e92bcc0320e6a37a362279 2020-12-08 11:15:12.450 | Stored in directory: /root/.cache/pip/wheels/2c/f6/ed/37af57410b5f53067a2a196175f565d15ab76949cca6b2c3b9 2020-12-08 11:15:12.450 | Successfully built pyrsistent yappi 2020-12-08 11:15:13.407 | Installing collected packages: Werkzeug, click, MarkupSafe, Jinja2, itsdangerous, Flask, aniso8601, Flask-RESTful, pycparser, cffi, cryptography, SQLAlchemy, Tempita, sqlparse, sqlalchemy-migrate, passlib, bcrypt, scrypt, yappi, repoze.lru, Routes, dnspython, greenlet, eventlet, monotonic, fasteners, oslo.concurrency, PasteDeploy, Paste, oslo.service, vine, amqp, cachetools, statsd, oslo.middleware, kombu, 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-08 11:15:13.585 | Attempting uninstall: click 2020-12-08 11:15:13.587 | Found existing installation: click 6.7 2020-12-08 11:15:13.589 | Uninstalling click-6.7: 2020-12-08 11:15:13.619 | Successfully uninstalled click-6.7 2020-12-08 11:15:13.696 | Attempting uninstall: MarkupSafe 2020-12-08 11:15:13.697 | Found existing installation: MarkupSafe 1.0 2020-12-08 11:15:13.699 | Uninstalling MarkupSafe-1.0: 2020-12-08 11:15:13.728 | Successfully uninstalled MarkupSafe-1.0 2020-12-08 11:15:13.746 | Attempting uninstall: Jinja2 2020-12-08 11:15:13.747 | Found existing installation: Jinja2 2.10 2020-12-08 11:15:13.751 | Uninstalling Jinja2-2.10: 2020-12-08 11:15:13.780 | Successfully uninstalled Jinja2-2.10 2020-12-08 11:15:14.386 | Attempting uninstall: cryptography 2020-12-08 11:15:14.387 | Found existing installation: cryptography 2.1.4 2020-12-08 11:15:14.391 | Uninstalling cryptography-2.1.4: 2020-12-08 11:15:14.420 | Successfully uninstalled cryptography-2.1.4 2020-12-08 11:15:18.440 | Attempting uninstall: oauthlib 2020-12-08 11:15:18.441 | Found existing installation: oauthlib 2.0.6 2020-12-08 11:15:18.443 | Uninstalling oauthlib-2.0.6: 2020-12-08 11:15:18.469 | Successfully uninstalled oauthlib-2.0.6 2020-12-08 11:15:18.612 | Attempting uninstall: pyOpenSSL 2020-12-08 11:15:18.613 | Found existing installation: pyOpenSSL 17.5.0 2020-12-08 11:15:18.615 | Uninstalling pyOpenSSL-17.5.0: 2020-12-08 11:15:18.639 | Successfully uninstalled pyOpenSSL-17.5.0 2020-12-08 11:15:19.184 | Attempting uninstall: PyJWT 2020-12-08 11:15:19.185 | Found existing installation: PyJWT 1.5.3 2020-12-08 11:15:19.188 | Uninstalling PyJWT-1.5.3: 2020-12-08 11:15:19.212 | Successfully uninstalled PyJWT-1.5.3 2020-12-08 11:15:19.297 | Attempting uninstall: jsonschema 2020-12-08 11:15:19.298 | Found existing installation: jsonschema 2.6.0 2020-12-08 11:15:19.300 | Uninstalling jsonschema-2.6.0: 2020-12-08 11:15:19.336 | Successfully uninstalled jsonschema-2.6.0 2020-12-08 11:15:19.511 | Running setup.py develop for keystone 2020-12-08 11:15:21.263 | 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.2.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-08 11:15:21.364 | WARNING: You are using pip version 20.2.4; however, version 20.3.1 is available. 2020-12-08 11:15:21.364 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2020-12-08 11:15:21.512 | + inc/python:pip_install:200 : result=0 2020-12-08 11:15:21.514 | + inc/python:pip_install:202 : time_stop pip_install 2020-12-08 11:15:21.517 | + functions-common:time_stop:2306 : local name 2020-12-08 11:15:21.519 | + functions-common:time_stop:2307 : local end_time 2020-12-08 11:15:21.521 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-08 11:15:21.523 | + functions-common:time_stop:2309 : local total 2020-12-08 11:15:21.525 | + functions-common:time_stop:2310 : local start_time 2020-12-08 11:15:21.527 | + functions-common:time_stop:2312 : name=pip_install 2020-12-08 11:15:21.529 | + functions-common:time_stop:2313 : start_time=1607426091174 2020-12-08 11:15:21.532 | + functions-common:time_stop:2315 : [[ -z 1607426091174 ]] 2020-12-08 11:15:21.535 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-08 11:15:21.538 | + functions-common:time_stop:2318 : end_time=1607426121535 2020-12-08 11:15:21.540 | + functions-common:time_stop:2319 : elapsed_time=30361 2020-12-08 11:15:21.542 | + functions-common:time_stop:2320 : total=79279 2020-12-08 11:15:21.544 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-08 11:15:21.546 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=109640 2020-12-08 11:15:21.549 | + inc/python:pip_install:203 : return 0 2020-12-08 11:15:21.551 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2020-12-08 11:15:21.553 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2020-12-08 11:15:21.555 | + functions-common:safe_chown:2207 : _safe_permission_operation chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2020-12-08 11:15:21.571 | + functions-common:_safe_permission_operation:2055 : sudo chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2020-12-08 11:15:21.582 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/keystone 2020-12-08 11:15:21.584 | + inc/python:use_library_from_git:250 : local name=/opt/stack/keystone 2020-12-08 11:15:21.587 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:15:21.589 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:15:21.591 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/keystone, ]] 2020-12-08 11:15:21.594 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:15:21.596 | + lib/keystone:install_keystone:502 : is_service_enabled ldap 2020-12-08 11:15:21.612 | + functions-common:is_service_enabled:1962 : return 1 2020-12-08 11:15:21.614 | + lib/keystone:install_keystone:506 : '[' uwsgi == mod_wsgi ']' 2020-12-08 11:15:21.616 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2020-12-08 11:15:21.619 | + ./stack.sh:main:863 : configure_keystone 2020-12-08 11:15:21.621 | + lib/keystone:configure_keystone:202 : sudo install -d -o ubuntu /etc/keystone 2020-12-08 11:15:21.632 | + 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-08 11:15:21.635 | + lib/keystone:configure_keystone:205 : install -m 600 /dev/null /etc/keystone/keystone.conf 2020-12-08 11:15:21.639 | + lib/keystone:configure_keystone:208 : is_service_enabled ldap 2020-12-08 11:15:21.653 | + functions-common:is_service_enabled:1962 : return 1 2020-12-08 11:15:21.655 | + lib/keystone:configure_keystone:212 : iniset /etc/keystone/keystone.conf identity driver sql 2020-12-08 11:15:21.681 | + lib/keystone:configure_keystone:213 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2020-12-08 11:15:21.705 | + lib/keystone:configure_keystone:214 : iniset /etc/keystone/keystone.conf assignment driver sql 2020-12-08 11:15:21.730 | + lib/keystone:configure_keystone:215 : iniset /etc/keystone/keystone.conf role driver sql 2020-12-08 11:15:21.755 | + lib/keystone:configure_keystone:216 : iniset /etc/keystone/keystone.conf resource driver sql 2020-12-08 11:15:21.781 | + lib/keystone:configure_keystone:219 : iniset /etc/keystone/keystone.conf cache enabled True 2020-12-08 11:15:21.805 | + lib/keystone:configure_keystone:220 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2020-12-08 11:15:21.831 | + lib/keystone:configure_keystone:221 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2020-12-08 11:15:21.854 | + lib/keystone:configure_keystone:223 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2020-12-08 11:15:21.856 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2020-12-08 11:15:21.858 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2020-12-08 11:15:21.861 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2020-12-08 11:15:21.863 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2020-12-08 11:15:21.865 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2020-12-08 11:15:21.880 | + functions-common:is_service_enabled:1962 : return 0 2020-12-08 11:15:21.883 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2020-12-08 11:15:21.885 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2020-12-08 11:15:21.887 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2020-12-08 11:15:21.901 | ++ functions-common:is_service_enabled:1962 : return 0 2020-12-08 11:15:21.904 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.22:5672/ 2020-12-08 11:15:21.907 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.22:5672/ 2020-12-08 11:15:21.932 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2020-12-08 11:15:21.934 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2020-12-08 11:15:21.936 | + lib/keystone:configure_keystone:225 : local service_port=5000 2020-12-08 11:15:21.939 | + lib/keystone:configure_keystone:226 : local auth_port=35357 2020-12-08 11:15:21.941 | + lib/keystone:configure_keystone:228 : is_service_enabled tls-proxy 2020-12-08 11:15:21.956 | + functions-common:is_service_enabled:1962 : return 1 2020-12-08 11:15:21.959 | + lib/keystone:configure_keystone:240 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.222.0.22/identity 2020-12-08 11:15:21.984 | + lib/keystone:configure_keystone:241 : iniset /etc/keystone/keystone.conf DEFAULT admin_endpoint http://10.222.0.22/identity 2020-12-08 11:15:22.008 | + lib/keystone:configure_keystone:243 : [[ fernet != '' ]] 2020-12-08 11:15:22.011 | + lib/keystone:configure_keystone:244 : iniset /etc/keystone/keystone.conf token provider fernet 2020-12-08 11:15:22.036 | ++ lib/keystone:configure_keystone:247 : database_connection_url keystone 2020-12-08 11:15:22.038 | ++ lib/database:database_connection_url:132 : local db=keystone 2020-12-08 11:15:22.041 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql keystone 2020-12-08 11:15:22.043 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=keystone 2020-12-08 11:15:22.045 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2020-12-08 11:15:22.049 | + 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-08 11:15:22.074 | + lib/keystone:configure_keystone:250 : '[' False '!=' False ']' 2020-12-08 11:15:22.077 | + lib/keystone:configure_keystone:255 : setup_logging /etc/keystone/keystone.conf 2020-12-08 11:15:22.079 | + functions:setup_logging:698 : setup_systemd_logging /etc/keystone/keystone.conf 2020-12-08 11:15:22.081 | + functions:setup_systemd_logging:713 : local conf_file=/etc/keystone/keystone.conf 2020-12-08 11:15:22.084 | ++ functions:setup_systemd_logging:718 : trueorfalse False USE_JOURNAL 2020-12-08 11:15:22.099 | + functions:setup_systemd_logging:718 : USE_JOURNAL=False 2020-12-08 11:15:22.101 | + functions:setup_systemd_logging:719 : local pidstr= 2020-12-08 11:15:22.103 | + functions:setup_systemd_logging:720 : [[ False == \T\r\u\e ]] 2020-12-08 11:15:22.106 | + functions:setup_systemd_logging:724 : pidstr='(pid=%(process)d) ' 2020-12-08 11:15:22.108 | + 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-08 11:15:22.132 | + 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-08 11:15:22.155 | + 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-08 11:15:22.179 | + functions:setup_systemd_logging:730 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2020-12-08 11:15:22.204 | + lib/keystone:configure_keystone:257 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2020-12-08 11:15:22.228 | + lib/keystone:configure_keystone:259 : '[' uwsgi == mod_wsgi ']' 2020-12-08 11:15:22.230 | + lib/keystone:configure_keystone:263 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2020-12-08 11:15:22.232 | + lib/apache:write_uwsgi_config:257 : local file=/etc/keystone/keystone-uwsgi-public.ini 2020-12-08 11:15:22.235 | + lib/apache:write_uwsgi_config:258 : local wsgi=/usr/local/bin/keystone-wsgi-public 2020-12-08 11:15:22.237 | + lib/apache:write_uwsgi_config:259 : local url=/identity 2020-12-08 11:15:22.239 | + lib/apache:write_uwsgi_config:260 : local http= 2020-12-08 11:15:22.241 | + lib/apache:write_uwsgi_config:261 : local name= 2020-12-08 11:15:22.244 | ++ lib/apache:write_uwsgi_config:262 : basename /usr/local/bin/keystone-wsgi-public 2020-12-08 11:15:22.247 | + lib/apache:write_uwsgi_config:262 : name=keystone-wsgi-public 2020-12-08 11:15:22.250 | + lib/apache:write_uwsgi_config:266 : local socket_dir=/var/run/uwsgi 2020-12-08 11:15:22.252 | + lib/apache:write_uwsgi_config:270 : sudo mkdir -p /etc/tmpfiles.d/ 2020-12-08 11:15:22.263 | + lib/apache:write_uwsgi_config:271 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2020-12-08 11:15:22.264 | + lib/apache:write_uwsgi_config:271 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2020-12-08 11:15:22.271 | d /var/run/uwsgi 0755 ubuntu root 2020-12-08 11:15:22.274 | + lib/apache:write_uwsgi_config:272 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2020-12-08 11:15:22.287 | + lib/apache:write_uwsgi_config:274 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2020-12-08 11:15:22.290 | + lib/apache:write_uwsgi_config:277 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2020-12-08 11:15:22.293 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2020-12-08 11:15:22.317 | + lib/apache:write_uwsgi_config:279 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2020-12-08 11:15:22.341 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2020-12-08 11:15:22.364 | + lib/apache:write_uwsgi_config:283 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2020-12-08 11:15:22.387 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2020-12-08 11:15:22.411 | + lib/apache:write_uwsgi_config:287 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 90 2020-12-08 11:15:22.434 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2020-12-08 11:15:22.457 | + lib/apache:write_uwsgi_config:289 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2020-12-08 11:15:22.480 | + lib/apache:write_uwsgi_config:291 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2020-12-08 11:15:22.503 | + 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-08 11:15:22.526 | + lib/apache:write_uwsgi_config:295 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2020-12-08 11:15:22.550 | + lib/apache:write_uwsgi_config:297 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2020-12-08 11:15:22.573 | + lib/apache:write_uwsgi_config:299 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2020-12-08 11:15:22.596 | + lib/apache:write_uwsgi_config:302 : [[ -n '' ]] 2020-12-08 11:15:22.598 | + lib/apache:write_uwsgi_config:305 : local apache_conf= 2020-12-08 11:15:22.601 | ++ lib/apache:write_uwsgi_config:306 : apache_site_config_for keystone-wsgi-public 2020-12-08 11:15:22.603 | ++ lib/apache:apache_site_config_for:189 : local site=keystone-wsgi-public 2020-12-08 11:15:22.605 | ++ lib/apache:apache_site_config_for:190 : is_ubuntu 2020-12-08 11:15:22.607 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-08 11:15:22.610 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-08 11:15:22.612 | ++ lib/apache:apache_site_config_for:192 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2020-12-08 11:15:22.615 | + lib/apache:write_uwsgi_config:306 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2020-12-08 11:15:22.617 | + lib/apache:write_uwsgi_config:307 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2020-12-08 11:15:22.641 | + lib/apache:write_uwsgi_config:308 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2020-12-08 11:15:22.665 | + 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-08 11:15:22.665 | + lib/apache:write_uwsgi_config:309 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2020-12-08 11:15:22.673 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public/" retry=0 2020-12-08 11:15:22.676 | + lib/apache:write_uwsgi_config:310 : enable_apache_site keystone-wsgi-public 2020-12-08 11:15:22.678 | + lib/apache:enable_apache_site:206 : local site=keystone-wsgi-public 2020-12-08 11:15:22.680 | + lib/apache:enable_apache_site:208 : enable_apache_mod version 2020-12-08 11:15:22.683 | + lib/apache:enable_apache_mod:54 : local mod=version 2020-12-08 11:15:22.685 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2020-12-08 11:15:22.687 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-08 11:15:22.690 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-08 11:15:22.692 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2020-12-08 11:15:22.694 | + lib/apache:enable_apache_site:209 : is_ubuntu 2020-12-08 11:15:22.696 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-08 11:15:22.699 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-08 11:15:22.701 | + lib/apache:enable_apache_site:210 : sudo a2ensite keystone-wsgi-public 2020-12-08 11:15:22.758 | Enabling site keystone-wsgi-public. 2020-12-08 11:15:22.763 | To activate the new configuration, you need to run: 2020-12-08 11:15:22.763 | systemctl reload apache2 2020-12-08 11:15:22.767 | + lib/apache:write_uwsgi_config:311 : restart_apache_server 2020-12-08 11:15:22.769 | + lib/apache:restart_apache_server:253 : restart_service apache2 2020-12-08 11:15:22.772 | + functions-common:restart_service:2190 : '[' -x /bin/systemctl ']' 2020-12-08 11:15:22.774 | + functions-common:restart_service:2191 : sudo /bin/systemctl restart apache2 2020-12-08 11:15:22.921 | + lib/keystone:configure_keystone:264 : write_uwsgi_config /etc/keystone/keystone-uwsgi-admin.ini /usr/local/bin/keystone-wsgi-admin /identity_admin 2020-12-08 11:15:22.923 | + lib/apache:write_uwsgi_config:257 : local file=/etc/keystone/keystone-uwsgi-admin.ini 2020-12-08 11:15:22.926 | + lib/apache:write_uwsgi_config:258 : local wsgi=/usr/local/bin/keystone-wsgi-admin 2020-12-08 11:15:22.928 | + lib/apache:write_uwsgi_config:259 : local url=/identity_admin 2020-12-08 11:15:22.931 | + lib/apache:write_uwsgi_config:260 : local http= 2020-12-08 11:15:22.933 | + lib/apache:write_uwsgi_config:261 : local name= 2020-12-08 11:15:22.936 | ++ lib/apache:write_uwsgi_config:262 : basename /usr/local/bin/keystone-wsgi-admin 2020-12-08 11:15:22.940 | + lib/apache:write_uwsgi_config:262 : name=keystone-wsgi-admin 2020-12-08 11:15:22.943 | + lib/apache:write_uwsgi_config:266 : local socket_dir=/var/run/uwsgi 2020-12-08 11:15:22.945 | + lib/apache:write_uwsgi_config:270 : sudo mkdir -p /etc/tmpfiles.d/ 2020-12-08 11:15:22.957 | + lib/apache:write_uwsgi_config:271 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2020-12-08 11:15:22.957 | + lib/apache:write_uwsgi_config:271 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2020-12-08 11:15:22.964 | d /var/run/uwsgi 0755 ubuntu root 2020-12-08 11:15:22.967 | + lib/apache:write_uwsgi_config:272 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2020-12-08 11:15:22.980 | + lib/apache:write_uwsgi_config:274 : local socket=/var/run/uwsgi/keystone-wsgi-admin.socket 2020-12-08 11:15:22.982 | + lib/apache:write_uwsgi_config:277 : rm -rf /etc/keystone/keystone-uwsgi-admin.ini 2020-12-08 11:15:22.988 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-admin 2020-12-08 11:15:23.014 | + lib/apache:write_uwsgi_config:279 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi processes 2 2020-12-08 11:15:23.038 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi master true 2020-12-08 11:15:23.061 | + lib/apache:write_uwsgi_config:283 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi die-on-term true 2020-12-08 11:15:23.085 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi exit-on-reload false 2020-12-08 11:15:23.108 | + lib/apache:write_uwsgi_config:287 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi worker-reload-mercy 90 2020-12-08 11:15:23.132 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi enable-threads true 2020-12-08 11:15:23.155 | + lib/apache:write_uwsgi_config:289 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi plugins http,python3 2020-12-08 11:15:23.178 | + lib/apache:write_uwsgi_config:291 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi thunder-lock true 2020-12-08 11:15:23.203 | + 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-08 11:15:23.226 | + lib/apache:write_uwsgi_config:295 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi buffer-size 65535 2020-12-08 11:15:23.249 | + lib/apache:write_uwsgi_config:297 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi add-header 'Connection: close' 2020-12-08 11:15:23.274 | + lib/apache:write_uwsgi_config:299 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi lazy-apps true 2020-12-08 11:15:23.298 | + lib/apache:write_uwsgi_config:302 : [[ -n '' ]] 2020-12-08 11:15:23.301 | + lib/apache:write_uwsgi_config:305 : local apache_conf= 2020-12-08 11:15:23.304 | ++ lib/apache:write_uwsgi_config:306 : apache_site_config_for keystone-wsgi-admin 2020-12-08 11:15:23.306 | ++ lib/apache:apache_site_config_for:189 : local site=keystone-wsgi-admin 2020-12-08 11:15:23.308 | ++ lib/apache:apache_site_config_for:190 : is_ubuntu 2020-12-08 11:15:23.310 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-08 11:15:23.313 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-08 11:15:23.315 | ++ lib/apache:apache_site_config_for:192 : echo /etc/apache2/sites-available/keystone-wsgi-admin.conf 2020-12-08 11:15:23.318 | + lib/apache:write_uwsgi_config:306 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-admin.conf 2020-12-08 11:15:23.320 | + lib/apache:write_uwsgi_config:307 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-admin.socket 2020-12-08 11:15:23.344 | + lib/apache:write_uwsgi_config:308 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi chmod-socket 666 2020-12-08 11:15:23.368 | + 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-08 11:15:23.368 | + lib/apache:write_uwsgi_config:309 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-admin.conf 2020-12-08 11:15:23.376 | ProxyPass "/identity_admin" "unix:/var/run/uwsgi/keystone-wsgi-admin.socket|uwsgi://uwsgi-uds-keystone-wsgi-admin/" retry=0 2020-12-08 11:15:23.379 | + lib/apache:write_uwsgi_config:310 : enable_apache_site keystone-wsgi-admin 2020-12-08 11:15:23.381 | + lib/apache:enable_apache_site:206 : local site=keystone-wsgi-admin 2020-12-08 11:15:23.383 | + lib/apache:enable_apache_site:208 : enable_apache_mod version 2020-12-08 11:15:23.386 | + lib/apache:enable_apache_mod:54 : local mod=version 2020-12-08 11:15:23.389 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2020-12-08 11:15:23.392 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-08 11:15:23.394 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-08 11:15:23.396 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2020-12-08 11:15:23.399 | + lib/apache:enable_apache_site:209 : is_ubuntu 2020-12-08 11:15:23.401 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-08 11:15:23.403 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-08 11:15:23.406 | + lib/apache:enable_apache_site:210 : sudo a2ensite keystone-wsgi-admin 2020-12-08 11:15:23.463 | Enabling site keystone-wsgi-admin. 2020-12-08 11:15:23.467 | To activate the new configuration, you need to run: 2020-12-08 11:15:23.467 | systemctl reload apache2 2020-12-08 11:15:23.471 | + lib/apache:write_uwsgi_config:311 : restart_apache_server 2020-12-08 11:15:23.474 | + lib/apache:restart_apache_server:253 : restart_service apache2 2020-12-08 11:15:23.476 | + functions-common:restart_service:2190 : '[' -x /bin/systemctl ']' 2020-12-08 11:15:23.478 | + functions-common:restart_service:2191 : sudo /bin/systemctl restart apache2 2020-12-08 11:15:23.619 | + lib/keystone:configure_keystone:267 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2020-12-08 11:15:23.646 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2020-12-08 11:15:23.672 | + lib/keystone:configure_keystone:271 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2020-12-08 11:15:23.697 | + lib/keystone:configure_keystone:279 : [[ True = True ]] 2020-12-08 11:15:23.699 | + lib/keystone:configure_keystone:280 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2020-12-08 11:15:23.726 | + lib/keystone:configure_keystone:281 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2020-12-08 11:15:23.751 | + lib/keystone:configure_keystone:282 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2020-12-08 11:15:23.775 | + ./stack.sh:main:867 : is_service_enabled swift 2020-12-08 11:15:23.790 | + functions-common:is_service_enabled:1962 : return 0 2020-12-08 11:15:23.793 | + ./stack.sh:main:868 : is_service_enabled ceilometer 2020-12-08 11:15:23.809 | + functions-common:is_service_enabled:1962 : return 1 2020-12-08 11:15:23.811 | + ./stack.sh:main:871 : stack_install_service swift 2020-12-08 11:15:23.814 | + lib/stack:stack_install_service:20 : local service=swift 2020-12-08 11:15:23.816 | + lib/stack:stack_install_service:21 : type install_swift 2020-12-08 11:15:23.818 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2020-12-08 11:15:23.821 | + lib/stack:stack_install_service:32 : install_swift 2020-12-08 11:15:23.823 | + lib/swift:install_swift:743 : git_clone https://opendev.org/openstack/swift.git /opt/stack/swift master 2020-12-08 11:15:23.825 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/swift.git 2020-12-08 11:15:23.828 | + functions-common:git_clone:526 : local git_dest=/opt/stack/swift 2020-12-08 11:15:23.830 | + functions-common:git_clone:527 : local git_ref=master 2020-12-08 11:15:23.832 | + functions-common:git_clone:528 : local orig_dir 2020-12-08 11:15:23.835 | ++ functions-common:git_clone:529 : pwd 2020-12-08 11:15:23.837 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2020-12-08 11:15:23.839 | + functions-common:git_clone:530 : local git_clone_flags= 2020-12-08 11:15:23.842 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2020-12-08 11:15:23.857 | + functions-common:git_clone:532 : RECLONE=False 2020-12-08 11:15:23.860 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2020-12-08 11:15:23.862 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2020-12-08 11:15:23.865 | + functions-common:git_clone:546 : echo master 2020-12-08 11:15:23.865 | + functions-common:git_clone:546 : egrep -q '^refs' 2020-12-08 11:15:23.869 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/swift ]] 2020-12-08 11:15:23.872 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2020-12-08 11:15:23.874 | + functions-common:git_clone:594 : cd /opt/stack/swift 2020-12-08 11:15:23.877 | + functions-common:git_clone:595 : git show --oneline 2020-12-08 11:15:23.878 | + functions-common:git_clone:595 : head -1 2020-12-08 11:15:23.879 | fe1f1e827 Merge "Give unit tests a second chance to pass" 2020-12-08 11:15:23.882 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2020-12-08 11:15:23.885 | + lib/swift:install_swift:744 : setup_develop /opt/stack/swift 2020-12-08 11:15:23.887 | + inc/python:setup_develop:338 : local bindep 2020-12-08 11:15:23.889 | + inc/python:setup_develop:339 : [[ /opt/stack/swift == -bindep* ]] 2020-12-08 11:15:23.892 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/swift 2020-12-08 11:15:23.895 | + inc/python:setup_develop:344 : local extras= 2020-12-08 11:15:23.897 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/swift -e 2020-12-08 11:15:23.899 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2020-12-08 11:15:23.902 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/swift == -bindep* ]] 2020-12-08 11:15:23.904 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/swift 2020-12-08 11:15:23.906 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2020-12-08 11:15:23.908 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2020-12-08 11:15:23.911 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/swift 2020-12-08 11:15:23.914 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2020-12-08 11:15:23.916 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/swift 2020-12-08 11:15:23.918 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2020-12-08 11:15:23.921 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2020-12-08 11:15:23.924 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/swift/setup.cfg 2020-12-08 11:15:23.928 | + inc/python:_setup_package_with_constraints_edit:383 : name=swift 2020-12-08 11:15:23.931 | + 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-08 11:15:24.620 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/swift -e 2020-12-08 11:15:24.623 | + inc/python:setup_package:417 : local bindep=0 2020-12-08 11:15:24.625 | + inc/python:setup_package:418 : local bindep_flag= 2020-12-08 11:15:24.628 | + inc/python:setup_package:419 : local bindep_profiles= 2020-12-08 11:15:24.630 | + inc/python:setup_package:420 : [[ /opt/stack/swift == -bindep* ]] 2020-12-08 11:15:24.633 | + inc/python:setup_package:425 : local project_dir=/opt/stack/swift 2020-12-08 11:15:24.635 | + inc/python:setup_package:426 : local flags=-e 2020-12-08 11:15:24.637 | + inc/python:setup_package:427 : local extras= 2020-12-08 11:15:24.639 | + inc/python:setup_package:431 : [[ -n -e ]] 2020-12-08 11:15:24.642 | + inc/python:setup_package:431 : [[ -z '' ]] 2020-12-08 11:15:24.644 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2020-12-08 11:15:24.646 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2020-12-08 11:15:24.649 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2020-12-08 11:15:24.651 | + inc/python:setup_package:445 : pip_install -e /opt/stack/swift 2020-12-08 11:15:24.669 | Using python 3.6 to install /opt/stack/swift 2020-12-08 11:15:24.671 | + 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-08 11:15:26.675 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-12-08 11:15:26.675 | 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-08 11:15:26.695 | Obtaining file:///opt/stack/swift 2020-12-08 11:15:27.962 | Obtaining swift from file:///opt/stack/swift#egg=swift (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2020-12-08 11:15:29.209 | 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-08 11:15:29.218 | 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-08 11:15:29.262 | Requirement already satisfied: eventlet===0.29.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 155)) (0.29.1) 2020-12-08 11:15:29.272 | Requirement already satisfied: greenlet===0.4.17 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 181)) (0.4.17) 2020-12-08 11:15:30.106 | Collecting lxml===4.6.2 2020-12-08 11:15:30.124 | 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-08 11:15:30.324 | 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-08 11:15:30.410 | Collecting pyeclib===1.6.0 2020-12-08 11:15:30.429 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/801/1e31ee89ae7fb/pyeclib-1.6.0.tar.gz (6.7 MB) 2020-12-08 11:15:31.432 | Requirement already satisfied: requests===2.25.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 434)) (2.25.0) 2020-12-08 11:15:31.454 | Requirement already satisfied: setuptools===50.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 465)) (50.3.2) 2020-12-08 11:15:31.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 468)) (1.15.0) 2020-12-08 11:15:31.506 | Requirement already satisfied: urllib3===1.26.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 540)) (1.26.2) 2020-12-08 11:15:31.652 | Collecting xattr===0.9.7 2020-12-08 11:15:31.658 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b0b/bca828e04ef2d/xattr-0.9.7.tar.gz (13 kB) 2020-12-08 11:15:32.393 | 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-08 11:15:32.396 | Requirement already satisfied: dnspython===1.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 142)) (1.16.0) 2020-12-08 11:15:32.405 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 191)) (2.10) 2020-12-08 11:15:32.409 | 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-08 11:15:32.411 | 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-08 11:15:32.413 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 343)) (2.20) 2020-12-08 11:15:32.416 | Building wheels for collected packages: pyeclib, xattr 2020-12-08 11:15:32.417 | Building wheel for pyeclib (setup.py): started 2020-12-08 11:15:33.560 | Building wheel for pyeclib (setup.py): finished with status 'done' 2020-12-08 11:15:33.561 | Created wheel for pyeclib: filename=pyeclib-1.6.0-cp36-cp36m-linux_x86_64.whl size=53040 sha256=1746ae98b27416dc0e527183b1b69cd50798bd6ef1da0ca1db0721d508c8cdd8 2020-12-08 11:15:33.561 | Stored in directory: /root/.cache/pip/wheels/d1/e7/5c/187cdc036d5d2f2d7173a0c15ffdcd6a80b739475f849c4829 2020-12-08 11:15:33.564 | Building wheel for xattr (setup.py): started 2020-12-08 11:15:34.791 | Building wheel for xattr (setup.py): finished with status 'done' 2020-12-08 11:15:34.792 | Created wheel for xattr: filename=xattr-0.9.7-cp36-cp36m-linux_x86_64.whl size=30926 sha256=d0053ea727e3d0cfec9ea6ed7a40942180b240d3cf2525add218efebb8236e67 2020-12-08 11:15:34.792 | Stored in directory: /root/.cache/pip/wheels/6f/e1/5d/b2a3587e1783702a1ae6ae1c99d9d21d246d5a189b4b1a2038 2020-12-08 11:15:34.793 | Successfully built pyeclib xattr 2020-12-08 11:15:35.947 | Installing collected packages: lxml, xattr, pyeclib, swift 2020-12-08 11:15:36.282 | Running setup.py develop for swift 2020-12-08 11:15:37.806 | Successfully installed lxml-4.6.2 pyeclib-1.6.0 swift xattr-0.9.7 2020-12-08 11:15:37.909 | WARNING: You are using pip version 20.2.4; however, version 20.3.1 is available. 2020-12-08 11:15:37.909 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2020-12-08 11:15:38.018 | + inc/python:pip_install:200 : result=0 2020-12-08 11:15:38.021 | + inc/python:pip_install:202 : time_stop pip_install 2020-12-08 11:15:38.023 | + functions-common:time_stop:2306 : local name 2020-12-08 11:15:38.025 | + functions-common:time_stop:2307 : local end_time 2020-12-08 11:15:38.027 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-08 11:15:38.029 | + functions-common:time_stop:2309 : local total 2020-12-08 11:15:38.032 | + functions-common:time_stop:2310 : local start_time 2020-12-08 11:15:38.034 | + functions-common:time_stop:2312 : name=pip_install 2020-12-08 11:15:38.036 | + functions-common:time_stop:2313 : start_time=1607426124664 2020-12-08 11:15:38.038 | + functions-common:time_stop:2315 : [[ -z 1607426124664 ]] 2020-12-08 11:15:38.041 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-08 11:15:38.044 | + functions-common:time_stop:2318 : end_time=1607426138042 2020-12-08 11:15:38.046 | + functions-common:time_stop:2319 : elapsed_time=13378 2020-12-08 11:15:38.049 | + functions-common:time_stop:2320 : total=109640 2020-12-08 11:15:38.051 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-08 11:15:38.053 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=123018 2020-12-08 11:15:38.055 | + inc/python:pip_install:203 : return 0 2020-12-08 11:15:38.057 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2020-12-08 11:15:38.059 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/swift/swift.egg-info 2020-12-08 11:15:38.062 | + functions-common:safe_chown:2207 : _safe_permission_operation chown -R ubuntu /opt/stack/swift/swift.egg-info 2020-12-08 11:15:38.079 | + functions-common:_safe_permission_operation:2055 : sudo chown -R ubuntu /opt/stack/swift/swift.egg-info 2020-12-08 11:15:38.090 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/swift 2020-12-08 11:15:38.092 | + inc/python:use_library_from_git:250 : local name=/opt/stack/swift 2020-12-08 11:15:38.095 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:15:38.097 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:15:38.099 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/swift, ]] 2020-12-08 11:15:38.101 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:15:38.104 | + lib/swift:install_swift:745 : '[' False == True ']' 2020-12-08 11:15:38.106 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2020-12-08 11:15:38.108 | + ./stack.sh:main:872 : configure_swift 2020-12-08 11:15:38.111 | + lib/swift:configure_swift:334 : local swift_pipeline=crossdomain 2020-12-08 11:15:38.113 | + lib/swift:configure_swift:335 : local node_number 2020-12-08 11:15:38.115 | + lib/swift:configure_swift:336 : local swift_node_config 2020-12-08 11:15:38.117 | + lib/swift:configure_swift:337 : local swift_log_dir 2020-12-08 11:15:38.119 | + lib/swift:configure_swift:338 : local user_group 2020-12-08 11:15:38.121 | + lib/swift:configure_swift:341 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2020-12-08 11:15:38.974 | No container-server running 2020-12-08 11:15:38.974 | No container-auditor running 2020-12-08 11:15:38.974 | No proxy-server running 2020-12-08 11:15:38.974 | No object-server running 2020-12-08 11:15:38.974 | No container-sync running 2020-12-08 11:15:38.974 | No account-reaper running 2020-12-08 11:15:38.974 | No account-auditor running 2020-12-08 11:15:38.974 | No account-server running 2020-12-08 11:15:38.974 | No object-replicator running 2020-12-08 11:15:38.974 | No object-reconstructor running 2020-12-08 11:15:38.975 | No container-sharder running 2020-12-08 11:15:38.975 | No container-updater running 2020-12-08 11:15:38.975 | No object-expirer running 2020-12-08 11:15:38.975 | No container-reconciler running 2020-12-08 11:15:38.975 | No container-replicator running 2020-12-08 11:15:38.975 | No object-updater running 2020-12-08 11:15:38.975 | No account-replicator running 2020-12-08 11:15:38.975 | No object-auditor running 2020-12-08 11:15:39.031 | + lib/swift:configure_swift:341 : true 2020-12-08 11:15:39.033 | + lib/swift:configure_swift:343 : sudo install -d -o ubuntu /etc/swift 2020-12-08 11:15:39.045 | + lib/swift:configure_swift:344 : sudo install -d -o ubuntu /etc/swift/object-server /etc/swift/container-server /etc/swift/account-server 2020-12-08 11:15:39.056 | + lib/swift:configure_swift:346 : [[ /etc/swift != \/\e\t\c\/\s\w\i\f\t ]] 2020-12-08 11:15:39.059 | + lib/swift:configure_swift:359 : sudo tee /etc/rsyncd.conf 2020-12-08 11:15:39.059 | + lib/swift:configure_swift:355 : sed -e ' 2020-12-08 11:15:39.059 | s/%GROUP%//; 2020-12-08 11:15:39.059 | s/%USER%/ubuntu/; 2020-12-08 11:15:39.059 | s,%SWIFT_DATA_DIR%,/opt/stack/data/swift,; 2020-12-08 11:15:39.060 | ' /home/ubuntu/devstack/files/swift/rsyncd.conf 2020-12-08 11:15:39.066 | uid = ubuntu 2020-12-08 11:15:39.066 | gid = 2020-12-08 11:15:39.066 | log file = /opt/stack/data/swift/logs/rsyncd.log 2020-12-08 11:15:39.066 | pid file = /opt/stack/data/swift/run/rsyncd.pid 2020-12-08 11:15:39.066 | address = 127.0.0.1 2020-12-08 11:15:39.066 | 2020-12-08 11:15:39.066 | [account6612] 2020-12-08 11:15:39.066 | max connections = 25 2020-12-08 11:15:39.066 | path = /opt/stack/data/swift/1/node/ 2020-12-08 11:15:39.066 | read only = false 2020-12-08 11:15:39.066 | lock file = /opt/stack/data/swift/run/account6612.lock 2020-12-08 11:15:39.066 | 2020-12-08 11:15:39.066 | [account6622] 2020-12-08 11:15:39.066 | max connections = 25 2020-12-08 11:15:39.066 | path = /opt/stack/data/swift/2/node/ 2020-12-08 11:15:39.066 | read only = false 2020-12-08 11:15:39.066 | lock file = /opt/stack/data/swift/run/account6622.lock 2020-12-08 11:15:39.066 | 2020-12-08 11:15:39.067 | [account6632] 2020-12-08 11:15:39.067 | max connections = 25 2020-12-08 11:15:39.067 | path = /opt/stack/data/swift/3/node/ 2020-12-08 11:15:39.067 | read only = false 2020-12-08 11:15:39.067 | lock file = /opt/stack/data/swift/run/account6632.lock 2020-12-08 11:15:39.067 | 2020-12-08 11:15:39.067 | [account6642] 2020-12-08 11:15:39.067 | max connections = 25 2020-12-08 11:15:39.067 | path = /opt/stack/data/swift/4/node/ 2020-12-08 11:15:39.067 | read only = false 2020-12-08 11:15:39.067 | lock file = /opt/stack/data/swift/run/account6642.lock 2020-12-08 11:15:39.067 | 2020-12-08 11:15:39.067 | 2020-12-08 11:15:39.067 | [container6611] 2020-12-08 11:15:39.067 | max connections = 25 2020-12-08 11:15:39.067 | path = /opt/stack/data/swift/1/node/ 2020-12-08 11:15:39.067 | read only = false 2020-12-08 11:15:39.067 | lock file = /opt/stack/data/swift/run/container6611.lock 2020-12-08 11:15:39.067 | 2020-12-08 11:15:39.067 | [container6621] 2020-12-08 11:15:39.067 | max connections = 25 2020-12-08 11:15:39.067 | path = /opt/stack/data/swift/2/node/ 2020-12-08 11:15:39.067 | read only = false 2020-12-08 11:15:39.067 | lock file = /opt/stack/data/swift/run/container6621.lock 2020-12-08 11:15:39.067 | 2020-12-08 11:15:39.067 | [container6631] 2020-12-08 11:15:39.067 | max connections = 25 2020-12-08 11:15:39.067 | path = /opt/stack/data/swift/3/node/ 2020-12-08 11:15:39.067 | read only = false 2020-12-08 11:15:39.067 | lock file = /opt/stack/data/swift/run/container6631.lock 2020-12-08 11:15:39.067 | 2020-12-08 11:15:39.067 | [container6641] 2020-12-08 11:15:39.067 | max connections = 25 2020-12-08 11:15:39.067 | path = /opt/stack/data/swift/4/node/ 2020-12-08 11:15:39.068 | read only = false 2020-12-08 11:15:39.068 | lock file = /opt/stack/data/swift/run/container6641.lock 2020-12-08 11:15:39.068 | 2020-12-08 11:15:39.068 | 2020-12-08 11:15:39.068 | [object6613] 2020-12-08 11:15:39.068 | max connections = 25 2020-12-08 11:15:39.068 | path = /opt/stack/data/swift/1/node/ 2020-12-08 11:15:39.068 | read only = false 2020-12-08 11:15:39.068 | lock file = /opt/stack/data/swift/run/object6613.lock 2020-12-08 11:15:39.068 | 2020-12-08 11:15:39.068 | [object6623] 2020-12-08 11:15:39.068 | max connections = 25 2020-12-08 11:15:39.068 | path = /opt/stack/data/swift/2/node/ 2020-12-08 11:15:39.068 | read only = false 2020-12-08 11:15:39.068 | lock file = /opt/stack/data/swift/run/object6623.lock 2020-12-08 11:15:39.068 | 2020-12-08 11:15:39.068 | [object6633] 2020-12-08 11:15:39.068 | max connections = 25 2020-12-08 11:15:39.068 | path = /opt/stack/data/swift/3/node/ 2020-12-08 11:15:39.068 | read only = false 2020-12-08 11:15:39.068 | lock file = /opt/stack/data/swift/run/object6633.lock 2020-12-08 11:15:39.068 | 2020-12-08 11:15:39.068 | [object6643] 2020-12-08 11:15:39.068 | max connections = 25 2020-12-08 11:15:39.068 | path = /opt/stack/data/swift/4/node/ 2020-12-08 11:15:39.068 | read only = false 2020-12-08 11:15:39.068 | lock file = /opt/stack/data/swift/run/object6643.lock 2020-12-08 11:15:39.069 | + lib/swift:configure_swift:361 : is_ubuntu 2020-12-08 11:15:39.071 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-08 11:15:39.073 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-08 11:15:39.075 | + lib/swift:configure_swift:362 : sudo sed -i '/^RSYNC_ENABLE=false/ { s/false/true/ }' /etc/default/rsync 2020-12-08 11:15:39.087 | + lib/swift:configure_swift:367 : SWIFT_CONFIG_PROXY_SERVER=/etc/swift/proxy-server.conf 2020-12-08 11:15:39.089 | + lib/swift:configure_swift:368 : cp /opt/stack/swift/etc/proxy-server.conf-sample /etc/swift/proxy-server.conf 2020-12-08 11:15:39.094 | + lib/swift:configure_swift:369 : cp /opt/stack/swift/etc/internal-client.conf-sample /etc/swift/internal-client.conf 2020-12-08 11:15:39.098 | + lib/swift:configure_swift:373 : local csyncfile=/etc/swift/container-sync-realms.conf 2020-12-08 11:15:39.100 | + lib/swift:configure_swift:374 : cp /opt/stack/swift/etc/container-sync-realms.conf-sample /etc/swift/container-sync-realms.conf 2020-12-08 11:15:39.104 | + lib/swift:configure_swift:375 : iniset /etc/swift/container-sync-realms.conf realm1 key realm1key 2020-12-08 11:15:39.128 | + lib/swift:configure_swift:376 : iniset /etc/swift/container-sync-realms.conf realm1 cluster_name1 http://10.222.0.22:8080/v1/ 2020-12-08 11:15:39.151 | + lib/swift:configure_swift:378 : iniuncomment /etc/swift/proxy-server.conf DEFAULT user 2020-12-08 11:15:39.172 | + lib/swift:configure_swift:379 : iniset /etc/swift/proxy-server.conf DEFAULT user ubuntu 2020-12-08 11:15:39.199 | + lib/swift:configure_swift:381 : iniuncomment /etc/swift/proxy-server.conf DEFAULT swift_dir 2020-12-08 11:15:39.222 | + lib/swift:configure_swift:382 : iniset /etc/swift/proxy-server.conf DEFAULT swift_dir /etc/swift 2020-12-08 11:15:39.251 | + lib/swift:configure_swift:384 : iniuncomment /etc/swift/proxy-server.conf DEFAULT workers 2020-12-08 11:15:39.272 | + lib/swift:configure_swift:385 : iniset /etc/swift/proxy-server.conf DEFAULT workers 1 2020-12-08 11:15:39.300 | + lib/swift:configure_swift:387 : iniuncomment /etc/swift/proxy-server.conf DEFAULT log_level 2020-12-08 11:15:39.319 | + lib/swift:configure_swift:388 : iniset /etc/swift/proxy-server.conf DEFAULT log_level DEBUG 2020-12-08 11:15:39.349 | + lib/swift:configure_swift:390 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_ip 2020-12-08 11:15:39.369 | + lib/swift:configure_swift:391 : iniset /etc/swift/proxy-server.conf DEFAULT bind_ip 0.0.0.0 2020-12-08 11:15:39.402 | + lib/swift:configure_swift:393 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_port 2020-12-08 11:15:39.423 | + lib/swift:configure_swift:394 : is_service_enabled tls-proxy 2020-12-08 11:15:39.437 | + functions-common:is_service_enabled:1962 : return 1 2020-12-08 11:15:39.439 | + lib/swift:configure_swift:397 : iniset /etc/swift/proxy-server.conf DEFAULT bind_port 8080 2020-12-08 11:15:39.467 | + lib/swift:configure_swift:403 : iniset /etc/swift/proxy-server.conf app:proxy-server node_timeout 120 2020-12-08 11:15:39.497 | + lib/swift:configure_swift:404 : iniset /etc/swift/proxy-server.conf app:proxy-server conn_timeout 20 2020-12-08 11:15:39.526 | + lib/swift:configure_swift:407 : iniset /etc/swift/proxy-server.conf filter:versioned_writes allow_versioned_writes true 2020-12-08 11:15:39.553 | + lib/swift:configure_swift:410 : is_service_enabled ceilometer 2020-12-08 11:15:39.567 | + functions-common:is_service_enabled:1962 : return 1 2020-12-08 11:15:39.569 | + lib/swift:configure_swift:421 : iniset /etc/swift/proxy-server.conf filter:proxy-logging reveal_sensitive_prefix 12 2020-12-08 11:15:39.596 | + lib/swift:configure_swift:427 : is_service_enabled s3api 2020-12-08 11:15:39.617 | + functions-common:is_service_enabled:1962 : return 1 2020-12-08 11:15:39.619 | + lib/swift:configure_swift:430 : is_service_enabled keystone 2020-12-08 11:15:39.633 | + functions-common:is_service_enabled:1962 : return 0 2020-12-08 11:15:39.635 | + lib/swift:configure_swift:431 : swift_pipeline+=' authtoken' 2020-12-08 11:15:39.637 | + lib/swift:configure_swift:432 : is_service_enabled s3api 2020-12-08 11:15:39.653 | + functions-common:is_service_enabled:1962 : return 1 2020-12-08 11:15:39.656 | + lib/swift:configure_swift:437 : swift_pipeline+=' keystoneauth' 2020-12-08 11:15:39.658 | + lib/swift:configure_swift:440 : swift_pipeline+=' tempauth ' 2020-12-08 11:15:39.660 | + lib/swift:configure_swift:442 : sed -i '/^pipeline/ { s/tempauth/crossdomain authtoken keystoneauth tempauth formpost staticweb/ ;}' /etc/swift/proxy-server.conf 2020-12-08 11:15:39.669 | + lib/swift:configure_swift:443 : sed -i '/^pipeline/ { s/proxy-server/ proxy-server/ ; }' /etc/swift/proxy-server.conf 2020-12-08 11:15:39.677 | + lib/swift:configure_swift:445 : iniset /etc/swift/proxy-server.conf app:proxy-server account_autocreate true 2020-12-08 11:15:39.705 | + lib/swift:configure_swift:446 : iniset /etc/swift/proxy-server.conf app:proxy-server allow_account_management true 2020-12-08 11:15:39.735 | + lib/swift:configure_swift:449 : iniset /etc/swift/proxy-server.conf filter:crossdomain use egg:swift#crossdomain 2020-12-08 11:15:39.764 | + lib/swift:configure_swift:454 : iniset /etc/swift/proxy-server.conf filter:authtoken log_name swift 2020-12-08 11:15:39.793 | + lib/swift:configure_swift:456 : iniset /etc/swift/proxy-server.conf filter:authtoken paste.filter_factory keystonemiddleware.auth_token:filter_factory 2020-12-08 11:15:39.821 | + lib/swift:configure_swift:457 : configure_keystone_authtoken_middleware /etc/swift/proxy-server.conf swift filter:authtoken 2020-12-08 11:15:39.823 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/swift/proxy-server.conf 2020-12-08 11:15:39.825 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=swift 2020-12-08 11:15:39.828 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=filter:authtoken 2020-12-08 11:15:39.830 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_type password 2020-12-08 11:15:39.861 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/swift/proxy-server.conf filter:authtoken interface public 2020-12-08 11:15:39.889 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_url http://10.222.0.22/identity 2020-12-08 11:15:39.918 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/swift/proxy-server.conf filter:authtoken username swift 2020-12-08 11:15:39.946 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/swift/proxy-server.conf filter:authtoken password Passw0rd 2020-12-08 11:15:39.973 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/swift/proxy-server.conf filter:authtoken user_domain_name Default 2020-12-08 11:15:40.006 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/swift/proxy-server.conf filter:authtoken project_name service 2020-12-08 11:15:40.034 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/swift/proxy-server.conf filter:authtoken project_domain_name Default 2020-12-08 11:15:40.061 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/swift/proxy-server.conf filter:authtoken cafile /opt/stack/data/ca-bundle.pem 2020-12-08 11:15:40.089 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/swift/proxy-server.conf filter:authtoken memcached_servers localhost:11211 2020-12-08 11:15:40.116 | + lib/swift:configure_swift:458 : iniset /etc/swift/proxy-server.conf filter:authtoken delay_auth_decision 1 2020-12-08 11:15:40.146 | + lib/swift:configure_swift:459 : iniset /etc/swift/proxy-server.conf filter:authtoken cache swift.cache 2020-12-08 11:15:40.173 | + lib/swift:configure_swift:460 : iniset /etc/swift/proxy-server.conf filter:authtoken include_service_catalog False 2020-12-08 11:15:40.199 | + lib/swift:configure_swift:462 : iniset /etc/swift/proxy-server.conf filter:keystoneauth use egg:swift#keystoneauth 2020-12-08 11:15:40.230 | + lib/swift:configure_swift:463 : iniset /etc/swift/proxy-server.conf filter:keystoneauth operator_roles 'Member, admin' 2020-12-08 11:15:40.257 | + lib/swift:configure_swift:468 : iniuncomment /etc/swift/proxy-server.conf filter:tempauth account_autocreate 2020-12-08 11:15:40.277 | + lib/swift:configure_swift:469 : iniset /etc/swift/proxy-server.conf filter:tempauth reseller_prefix TEMPAUTH 2020-12-08 11:15:40.303 | + lib/swift:configure_swift:472 : iniset /etc/swift/proxy-server.conf filter:domain_remap reseller_prefixes 'AUTH, TEMPAUTH' 2020-12-08 11:15:40.331 | + lib/swift:configure_swift:474 : cp /opt/stack/swift/etc/swift.conf-sample /etc/swift/swift.conf 2020-12-08 11:15:40.335 | + lib/swift:configure_swift:475 : iniset /etc/swift/swift.conf swift-hash swift_hash_path_suffix 66a3d6b56c1f479c8b4e70ab5d2014f6 2020-12-08 11:15:40.359 | + lib/swift:configure_swift:476 : iniset /etc/swift/swift.conf swift-constraints max_header_size 16384 2020-12-08 11:15:40.383 | + lib/swift:configure_swift:477 : iniset /etc/swift/swift.conf swift-constraints max_file_size 5368709122 2020-12-08 11:15:40.406 | + lib/swift:configure_swift:479 : local node_number 2020-12-08 11:15:40.408 | + lib/swift:configure_swift:480 : for node_number in ${SWIFT_REPLICAS_SEQ} 2020-12-08 11:15:40.410 | + lib/swift:configure_swift:481 : local swift_node_config=/etc/swift/object-server/1.conf 2020-12-08 11:15:40.413 | + lib/swift:configure_swift:482 : cp /opt/stack/swift/etc/object-server.conf-sample /etc/swift/object-server/1.conf 2020-12-08 11:15:40.416 | + lib/swift:configure_swift:483 : generate_swift_config_services /etc/swift/object-server/1.conf 1 6613 object 2020-12-08 11:15:40.418 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/object-server/1.conf 2020-12-08 11:15:40.421 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2020-12-08 11:15:40.423 | + lib/swift:generate_swift_config_services:294 : local bind_port=6613 2020-12-08 11:15:40.425 | + lib/swift:generate_swift_config_services:295 : local server_type=object 2020-12-08 11:15:40.427 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2020-12-08 11:15:40.429 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2020-12-08 11:15:40.431 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/object-server/1.conf DEFAULT user 2020-12-08 11:15:40.448 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/object-server/1.conf DEFAULT user ubuntu 2020-12-08 11:15:40.474 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_port 2020-12-08 11:15:40.491 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/object-server/1.conf DEFAULT bind_port 6613 2020-12-08 11:15:40.518 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/object-server/1.conf DEFAULT swift_dir 2020-12-08 11:15:40.535 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/object-server/1.conf DEFAULT swift_dir /etc/swift 2020-12-08 11:15:40.560 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/object-server/1.conf DEFAULT devices 2020-12-08 11:15:40.579 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/object-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2020-12-08 11:15:40.604 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/object-server/1.conf DEFAULT log_facility 2020-12-08 11:15:40.621 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/object-server/1.conf DEFAULT log_facility LOG_LOCAL0 2020-12-08 11:15:40.647 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/object-server/1.conf DEFAULT workers 2020-12-08 11:15:40.665 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/object-server/1.conf DEFAULT workers 2 2020-12-08 11:15:40.690 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/object-server/1.conf DEFAULT disable_fallocate 2020-12-08 11:15:40.708 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/object-server/1.conf DEFAULT disable_fallocate true 2020-12-08 11:15:40.734 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/object-server/1.conf DEFAULT mount_check 2020-12-08 11:15:40.752 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/object-server/1.conf DEFAULT mount_check false 2020-12-08 11:15:40.778 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/object-server/1.conf object-replicator vm_test_mode 2020-12-08 11:15:40.795 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/object-server/1.conf object-replicator vm_test_mode yes 2020-12-08 11:15:40.819 | + 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-08 11:15:40.825 | + lib/swift:configure_swift:484 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_ip 2020-12-08 11:15:40.843 | + lib/swift:configure_swift:485 : iniset /etc/swift/object-server/1.conf DEFAULT bind_ip 0.0.0.0 2020-12-08 11:15:40.869 | + lib/swift:configure_swift:486 : iniset /etc/swift/object-server/1.conf filter:recon recon_cache_path /opt/stack/data/swift/cache 2020-12-08 11:15:40.895 | + lib/swift:configure_swift:488 : swift_node_config=/etc/swift/container-server/1.conf 2020-12-08 11:15:40.897 | + lib/swift:configure_swift:489 : cp /opt/stack/swift/etc/container-server.conf-sample /etc/swift/container-server/1.conf 2020-12-08 11:15:40.901 | + lib/swift:configure_swift:490 : generate_swift_config_services /etc/swift/container-server/1.conf 1 6611 container 2020-12-08 11:15:40.903 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/container-server/1.conf 2020-12-08 11:15:40.906 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2020-12-08 11:15:40.908 | + lib/swift:generate_swift_config_services:294 : local bind_port=6611 2020-12-08 11:15:40.910 | + lib/swift:generate_swift_config_services:295 : local server_type=container 2020-12-08 11:15:40.912 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2020-12-08 11:15:40.914 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2020-12-08 11:15:40.916 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/container-server/1.conf DEFAULT user 2020-12-08 11:15:40.933 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/container-server/1.conf DEFAULT user ubuntu 2020-12-08 11:15:40.959 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_port 2020-12-08 11:15:40.976 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/container-server/1.conf DEFAULT bind_port 6611 2020-12-08 11:15:41.002 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/container-server/1.conf DEFAULT swift_dir 2020-12-08 11:15:41.019 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/container-server/1.conf DEFAULT swift_dir /etc/swift 2020-12-08 11:15:41.045 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/container-server/1.conf DEFAULT devices 2020-12-08 11:15:41.063 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/container-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2020-12-08 11:15:41.088 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/container-server/1.conf DEFAULT log_facility 2020-12-08 11:15:41.106 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/container-server/1.conf DEFAULT log_facility LOG_LOCAL0 2020-12-08 11:15:41.132 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/container-server/1.conf DEFAULT workers 2020-12-08 11:15:41.149 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/container-server/1.conf DEFAULT workers 2 2020-12-08 11:15:41.175 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/container-server/1.conf DEFAULT disable_fallocate 2020-12-08 11:15:41.192 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/container-server/1.conf DEFAULT disable_fallocate true 2020-12-08 11:15:41.218 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/container-server/1.conf DEFAULT mount_check 2020-12-08 11:15:41.236 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/container-server/1.conf DEFAULT mount_check false 2020-12-08 11:15:41.262 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/container-server/1.conf container-replicator vm_test_mode 2020-12-08 11:15:41.279 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/container-server/1.conf container-replicator vm_test_mode yes 2020-12-08 11:15:41.304 | + 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-08 11:15:41.310 | + lib/swift:configure_swift:491 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_ip 2020-12-08 11:15:41.327 | + lib/swift:configure_swift:492 : iniset /etc/swift/container-server/1.conf DEFAULT bind_ip 0.0.0.0 2020-12-08 11:15:41.353 | + lib/swift:configure_swift:494 : swift_node_config=/etc/swift/account-server/1.conf 2020-12-08 11:15:41.355 | + lib/swift:configure_swift:495 : cp /opt/stack/swift/etc/account-server.conf-sample /etc/swift/account-server/1.conf 2020-12-08 11:15:41.360 | + lib/swift:configure_swift:496 : generate_swift_config_services /etc/swift/account-server/1.conf 1 6612 account 2020-12-08 11:15:41.362 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/account-server/1.conf 2020-12-08 11:15:41.364 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2020-12-08 11:15:41.366 | + lib/swift:generate_swift_config_services:294 : local bind_port=6612 2020-12-08 11:15:41.368 | + lib/swift:generate_swift_config_services:295 : local server_type=account 2020-12-08 11:15:41.370 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2020-12-08 11:15:41.372 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2020-12-08 11:15:41.374 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/account-server/1.conf DEFAULT user 2020-12-08 11:15:41.392 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/account-server/1.conf DEFAULT user ubuntu 2020-12-08 11:15:41.417 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_port 2020-12-08 11:15:41.433 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/account-server/1.conf DEFAULT bind_port 6612 2020-12-08 11:15:41.458 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/account-server/1.conf DEFAULT swift_dir 2020-12-08 11:15:41.475 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/account-server/1.conf DEFAULT swift_dir /etc/swift 2020-12-08 11:15:41.500 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/account-server/1.conf DEFAULT devices 2020-12-08 11:15:41.517 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/account-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2020-12-08 11:15:41.543 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/account-server/1.conf DEFAULT log_facility 2020-12-08 11:15:41.560 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/account-server/1.conf DEFAULT log_facility LOG_LOCAL0 2020-12-08 11:15:41.584 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/account-server/1.conf DEFAULT workers 2020-12-08 11:15:41.602 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/account-server/1.conf DEFAULT workers 2 2020-12-08 11:15:41.626 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/account-server/1.conf DEFAULT disable_fallocate 2020-12-08 11:15:41.644 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/account-server/1.conf DEFAULT disable_fallocate true 2020-12-08 11:15:41.669 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/account-server/1.conf DEFAULT mount_check 2020-12-08 11:15:41.685 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/account-server/1.conf DEFAULT mount_check false 2020-12-08 11:15:41.710 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/account-server/1.conf account-replicator vm_test_mode 2020-12-08 11:15:41.727 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/account-server/1.conf account-replicator vm_test_mode yes 2020-12-08 11:15:41.750 | + 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-08 11:15:41.756 | + lib/swift:configure_swift:497 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_ip 2020-12-08 11:15:41.772 | + lib/swift:configure_swift:498 : iniset /etc/swift/account-server/1.conf DEFAULT bind_ip 0.0.0.0 2020-12-08 11:15:41.797 | + lib/swift:configure_swift:502 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest1 'testing .admin' 2020-12-08 11:15:41.824 | + lib/swift:configure_swift:503 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest2_swiftusertest2 'testing2 .admin' 2020-12-08 11:15:41.852 | + lib/swift:configure_swift:504 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest3 'testing3 .admin' 2020-12-08 11:15:41.879 | + lib/swift:configure_swift:506 : testfile=/etc/swift/test.conf 2020-12-08 11:15:41.882 | + lib/swift:configure_swift:507 : cp /opt/stack/swift/test/sample.conf /etc/swift/test.conf 2020-12-08 11:15:41.886 | + lib/swift:configure_swift:510 : iniset /etc/swift/test.conf func_test account swiftprojecttest1 2020-12-08 11:15:41.911 | + lib/swift:configure_swift:511 : iniset /etc/swift/test.conf func_test username swiftusertest1 2020-12-08 11:15:41.935 | + lib/swift:configure_swift:512 : iniset /etc/swift/test.conf func_test username3 swiftusertest3 2020-12-08 11:15:41.959 | + lib/swift:configure_swift:513 : iniset /etc/swift/test.conf func_test account2 swiftprojecttest2 2020-12-08 11:15:41.985 | + lib/swift:configure_swift:514 : iniset /etc/swift/test.conf func_test username2 swiftusertest2 2020-12-08 11:15:42.010 | + lib/swift:configure_swift:515 : iniset /etc/swift/test.conf func_test account4 swiftprojecttest4 2020-12-08 11:15:42.034 | + lib/swift:configure_swift:516 : iniset /etc/swift/test.conf func_test username4 swiftusertest4 2020-12-08 11:15:42.058 | + lib/swift:configure_swift:517 : iniset /etc/swift/test.conf func_test password4 testing4 2020-12-08 11:15:42.081 | + lib/swift:configure_swift:518 : iniset /etc/swift/test.conf func_test domain4 swift_test 2020-12-08 11:15:42.105 | + lib/swift:configure_swift:520 : is_service_enabled keystone 2020-12-08 11:15:42.119 | + functions-common:is_service_enabled:1962 : return 0 2020-12-08 11:15:42.122 | + lib/swift:configure_swift:521 : iniuncomment /etc/swift/test.conf func_test auth_version 2020-12-08 11:15:42.139 | + lib/swift:configure_swift:522 : local auth_vers 2020-12-08 11:15:42.142 | ++ lib/swift:configure_swift:523 : iniget /etc/swift/test.conf func_test auth_version 2020-12-08 11:15:42.160 | + lib/swift:configure_swift:523 : auth_vers=3 2020-12-08 11:15:42.162 | + lib/swift:configure_swift:524 : iniset /etc/swift/test.conf func_test auth_host 10.222.0.22 2020-12-08 11:15:42.186 | + lib/swift:configure_swift:525 : [[ http == \h\t\t\p\s ]] 2020-12-08 11:15:42.189 | + lib/swift:configure_swift:528 : iniset /etc/swift/test.conf func_test auth_port 80 2020-12-08 11:15:42.212 | + lib/swift:configure_swift:530 : iniset /etc/swift/test.conf func_test auth_uri http://10.222.0.22/identity 2020-12-08 11:15:42.238 | + lib/swift:configure_swift:531 : [[ 3 == \3 ]] 2020-12-08 11:15:42.240 | + lib/swift:configure_swift:532 : iniset /etc/swift/test.conf func_test auth_prefix /identity/v3/ 2020-12-08 11:15:42.264 | + lib/swift:configure_swift:536 : is_service_enabled tls-proxy 2020-12-08 11:15:42.278 | + functions-common:is_service_enabled:1962 : return 1 2020-12-08 11:15:42.280 | + lib/swift:configure_swift:542 : local user_group 2020-12-08 11:15:42.283 | ++ lib/swift:configure_swift:543 : id -g ubuntu 2020-12-08 11:15:42.287 | + lib/swift:configure_swift:543 : user_group=1000 2020-12-08 11:15:42.289 | + lib/swift:configure_swift:544 : sudo install -d -o ubuntu -g 1000 /opt/stack/data/swift 2020-12-08 11:15:42.301 | + lib/swift:configure_swift:546 : local swift_log_dir=/opt/stack/data/swift/logs 2020-12-08 11:15:42.303 | + lib/swift:configure_swift:547 : sudo rm -rf /opt/stack/data/swift/logs 2020-12-08 11:15:42.313 | + lib/swift:configure_swift:548 : local swift_log_group=adm 2020-12-08 11:15:42.315 | + lib/swift:configure_swift:549 : is_suse 2020-12-08 11:15:42.317 | + functions-common:is_suse:464 : is_opensuse 2020-12-08 11:15:42.320 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2020-12-08 11:15:42.322 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2020-12-08 11:15:42.324 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2020-12-08 11:15:42.326 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2020-12-08 11:15:42.329 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2020-12-08 11:15:42.332 | + lib/swift:configure_swift:552 : sudo install -d -o ubuntu -g adm /opt/stack/data/swift/logs/hourly 2020-12-08 11:15:42.342 | + lib/swift:configure_swift:554 : [[ False != \F\a\l\s\e ]] 2020-12-08 11:15:42.346 | + lib/swift:configure_swift:562 : '[' False == True ']' 2020-12-08 11:15:42.348 | + ./stack.sh:main:875 : is_service_enabled s3api 2020-12-08 11:15:42.363 | + functions-common:is_service_enabled:1962 : return 1 2020-12-08 11:15:42.365 | + ./stack.sh:main:881 : is_service_enabled g-api n-api 2020-12-08 11:15:42.381 | + functions-common:is_service_enabled:1962 : return 0 2020-12-08 11:15:42.383 | + ./stack.sh:main:883 : stack_install_service glance 2020-12-08 11:15:42.386 | + lib/stack:stack_install_service:20 : local service=glance 2020-12-08 11:15:42.388 | + lib/stack:stack_install_service:21 : type install_glance 2020-12-08 11:15:42.391 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2020-12-08 11:15:42.393 | + lib/stack:stack_install_service:32 : install_glance 2020-12-08 11:15:42.396 | + lib/glance:install_glance:436 : glance_store_extras=() 2020-12-08 11:15:42.398 | + lib/glance:install_glance:436 : local glance_store_extras 2020-12-08 11:15:42.401 | + lib/glance:install_glance:438 : is_service_enabled cinder 2020-12-08 11:15:42.416 | + functions-common:is_service_enabled:1962 : return 0 2020-12-08 11:15:42.419 | + lib/glance:install_glance:439 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2020-12-08 11:15:42.422 | + lib/glance:install_glance:442 : is_service_enabled swift 2020-12-08 11:15:42.438 | + functions-common:is_service_enabled:1962 : return 0 2020-12-08 11:15:42.440 | + lib/glance:install_glance:443 : glance_store_extras=("swift" "${glance_store_extras[@]}") 2020-12-08 11:15:42.443 | + lib/glance:install_glance:448 : use_library_from_git glance_store 2020-12-08 11:15:42.445 | + inc/python:use_library_from_git:250 : local name=glance_store 2020-12-08 11:15:42.448 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:15:42.450 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:15:42.453 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,glance_store, ]] 2020-12-08 11:15:42.456 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:15:42.459 | ++ lib/glance:install_glance:454 : join_extras swift cinder 2020-12-08 11:15:42.462 | ++ inc/python:join_extras:29 : local IFS=, 2020-12-08 11:15:42.464 | ++ inc/python:join_extras:30 : echo swift,cinder 2020-12-08 11:15:42.467 | + lib/glance:install_glance:454 : pip_install_gr_extras glance-store swift,cinder 2020-12-08 11:15:42.470 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2020-12-08 11:15:42.473 | + inc/python:pip_install_gr_extras:90 : local extras=swift,cinder 2020-12-08 11:15:42.475 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2020-12-08 11:15:42.478 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2020-12-08 11:15:42.481 | ++ inc/python:get_version_constraints_from_global_requirements:237 : local package=glance-store 2020-12-08 11:15:42.483 | ++ inc/python:get_version_constraints_from_global_requirements:238 : local required_pkg_version_constraint 2020-12-08 11:15:42.487 | +++ 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-08 11:15:42.487 | +++ inc/python:get_version_constraints_from_global_requirements:240 : cut -d# -f1 2020-12-08 11:15:42.491 | ++ inc/python:get_version_constraints_from_global_requirements:240 : required_pkg_version_constraint='!=0.29.0 ' 2020-12-08 11:15:42.494 | ++ inc/python:get_version_constraints_from_global_requirements:241 : [[ !=0.29.0 == '' ]] 2020-12-08 11:15:42.496 | ++ inc/python:get_version_constraints_from_global_requirements:244 : echo '!=0.29.0' 2020-12-08 11:15:42.499 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2020-12-08 11:15:42.502 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[swift,cinder]!=0.29.0' 2020-12-08 11:15:42.522 | Using python 3.6 to install glance-store[swift,cinder]!=0.29.0 2020-12-08 11:15:42.524 | + 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-08 11:15:44.598 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-12-08 11:15:44.599 | 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-08 11:15:44.775 | Collecting glance-store===2.4.0 2020-12-08 11:15:44.784 | 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-08 11:15:45.045 | Collecting httplib2===0.18.1 2020-12-08 11:15:45.053 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ca2/914b015b62477/httplib2-0.18.1-py3-none-any.whl (95 kB) 2020-12-08 11:15:45.121 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 214)) (3.2.0) 2020-12-08 11:15:45.153 | 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-08 11:15:45.396 | Collecting os-brick===4.0.1 2020-12-08 11:15:45.403 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/59f/375e3627097a0/os_brick-4.0.1-py3-none-any.whl (235 kB) 2020-12-08 11:15:45.502 | 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-08 11:15:45.630 | Collecting os-win===5.3.0 2020-12-08 11:15:45.638 | 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-08 11:15:45.728 | Requirement already satisfied: oslo.concurrency===4.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 292)) (4.3.1) 2020-12-08 11:15:45.739 | 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-08 11:15:45.786 | 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-08 11:15:45.793 | 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-08 11:15:45.799 | 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-08 11:15:46.001 | Collecting oslo.privsep===2.4.0 2020-12-08 11:15:46.008 | 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-08 11:15:46.226 | Collecting oslo.rootwrap===6.2.0 2020-12-08 11:15:46.232 | 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-08 11:15:46.298 | Requirement already satisfied: oslo.serialization===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (4.0.1) 2020-12-08 11:15:46.308 | Requirement already satisfied: oslo.service===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (2.4.0) 2020-12-08 11:15:46.334 | Requirement already satisfied: oslo.utils===4.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (4.7.0) 2020-12-08 11:15:46.354 | Requirement already satisfied: packaging===20.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (20.7) 2020-12-08 11:15:46.359 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (5.5.1) 2020-12-08 11:15:46.362 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 349)) (0.9.6) 2020-12-08 11:15:46.364 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 355)) (2.4.7) 2020-12-08 11:15:46.368 | Requirement already satisfied: pyrsistent===0.17.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 359)) (0.17.3) 2020-12-08 11:15:46.495 | Collecting python-cinderclient===7.2.0 2020-12-08 11:15:46.501 | 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-08 11:15:46.592 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 381)) (2.8.1) 2020-12-08 11:15:46.598 | 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 392)) (4.2.0) 2020-12-08 11:15:46.722 | Collecting python-swiftclient===3.11.0 2020-12-08 11:15:46.729 | 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-08 11:15:46.823 | Requirement already satisfied: pytz===2020.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 423)) (2020.4) 2020-12-08 11:15:46.828 | Requirement already satisfied: requests===2.25.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 434)) (2.25.0) 2020-12-08 11:15:46.850 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (1.4.0) 2020-12-08 11:15:46.855 | Requirement already satisfied: setuptools===50.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 465)) (50.3.2) 2020-12-08 11:15:47.611 | Collecting simplejson===3.17.2 2020-12-08 11:15:47.619 | 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-08 11:15:47.704 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 468)) (1.15.0) 2020-12-08 11:15:47.709 | Requirement already satisfied: stevedore===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-08 11:15:47.720 | Requirement already satisfied: tenacity===6.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 513)) (6.2.0) 2020-12-08 11:15:47.736 | Requirement already satisfied: urllib3===1.26.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 540)) (1.26.2) 2020-12-08 11:15:47.760 | Requirement already satisfied: yappi===1.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.3.2) 2020-12-08 11:15:47.766 | Requirement already satisfied: eventlet===0.29.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 155)) (0.29.1) 2020-12-08 11:15:47.776 | 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-08 11:15:47.821 | 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 195)) (3.1.1) 2020-12-08 11:15:47.859 | Requirement already satisfied: iso8601===0.1.13 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 203)) (0.1.13) 2020-12-08 11:15:47.862 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 160)) (0.14.1) 2020-12-08 11:15:47.867 | 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-08 11:15:47.874 | 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-08 11:15:47.877 | 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-08 11:15:47.885 | Requirement already satisfied: greenlet===0.4.17 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 181)) (0.4.17) 2020-12-08 11:15:47.888 | 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-08 11:15:47.891 | 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-08 11:15:47.895 | 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-08 11:15:47.904 | 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-08 11:15:47.913 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162)) (3.0.0) 2020-12-08 11:15:47.924 | 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-08 11:15:47.936 | 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-08 11:15:47.951 | 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-08 11:15:47.954 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (0.7.2) 2020-12-08 11:15:47.956 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 191)) (2.10) 2020-12-08 11:15:47.960 | 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-08 11:15:47.962 | 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-08 11:15:47.964 | Requirement already satisfied: dnspython===1.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 142)) (1.16.0) 2020-12-08 11:15:47.973 | Requirement already satisfied: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 567)) (3.4.0) 2020-12-08 11:15:48.008 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) (1.5) 2020-12-08 11:15:48.010 | Requirement already satisfied: importlib-resources===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 196)) (3.3.0) 2020-12-08 11:15:48.031 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 555)) (1.12.1) 2020-12-08 11:15:48.034 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 343)) (2.20) 2020-12-08 11:15:48.036 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 518)) (2.4.0) 2020-12-08 11:15:48.055 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 433)) (0.7) 2020-12-08 11:15:48.064 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 538)) (1.1.0) 2020-12-08 11:15:48.071 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 529)) (1.4.0) 2020-12-08 11:15:48.074 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 158)) (1.0.0) 2020-12-08 11:15:48.076 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 398)) (1.6.0) 2020-12-08 11:15:48.079 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 538)) (1.4.0) 2020-12-08 11:15:48.081 | 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-08 11:15:49.149 | Installing collected packages: oslo.privsep, os-win, os-brick, oslo.rootwrap, simplejson, python-cinderclient, python-swiftclient, httplib2, glance-store 2020-12-08 11:15:50.600 | Successfully installed glance-store-2.4.0 httplib2-0.18.1 os-brick-4.0.1 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-08 11:15:50.706 | WARNING: You are using pip version 20.2.4; however, version 20.3.1 is available. 2020-12-08 11:15:50.706 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2020-12-08 11:15:50.799 | + inc/python:pip_install:200 : result=0 2020-12-08 11:15:50.801 | + inc/python:pip_install:202 : time_stop pip_install 2020-12-08 11:15:50.803 | + functions-common:time_stop:2306 : local name 2020-12-08 11:15:50.806 | + functions-common:time_stop:2307 : local end_time 2020-12-08 11:15:50.808 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-08 11:15:50.810 | + functions-common:time_stop:2309 : local total 2020-12-08 11:15:50.812 | + functions-common:time_stop:2310 : local start_time 2020-12-08 11:15:50.814 | + functions-common:time_stop:2312 : name=pip_install 2020-12-08 11:15:50.817 | + functions-common:time_stop:2313 : start_time=1607426142517 2020-12-08 11:15:50.819 | + functions-common:time_stop:2315 : [[ -z 1607426142517 ]] 2020-12-08 11:15:50.822 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-08 11:15:50.825 | + functions-common:time_stop:2318 : end_time=1607426150822 2020-12-08 11:15:50.827 | + functions-common:time_stop:2319 : elapsed_time=8305 2020-12-08 11:15:50.829 | + functions-common:time_stop:2320 : total=123018 2020-12-08 11:15:50.832 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-08 11:15:50.834 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=131323 2020-12-08 11:15:50.836 | + inc/python:pip_install:203 : return 0 2020-12-08 11:15:50.839 | + lib/glance:install_glance:455 : copy_rootwrap /usr/local/etc/glance 2020-12-08 11:15:50.841 | + lib/glance:copy_rootwrap:215 : local source_path=/usr/local/etc/glance 2020-12-08 11:15:50.844 | + lib/glance:copy_rootwrap:217 : sudo install -d -o ubuntu /etc/glance 2020-12-08 11:15:50.856 | + lib/glance:copy_rootwrap:218 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2020-12-08 11:15:50.861 | + lib/glance:install_glance:458 : git_clone https://opendev.org/openstack/glance.git /opt/stack/glance master 2020-12-08 11:15:50.863 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/glance.git 2020-12-08 11:15:50.865 | + functions-common:git_clone:526 : local git_dest=/opt/stack/glance 2020-12-08 11:15:50.867 | + functions-common:git_clone:527 : local git_ref=master 2020-12-08 11:15:50.870 | + functions-common:git_clone:528 : local orig_dir 2020-12-08 11:15:50.873 | ++ functions-common:git_clone:529 : pwd 2020-12-08 11:15:50.876 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2020-12-08 11:15:50.878 | + functions-common:git_clone:530 : local git_clone_flags= 2020-12-08 11:15:50.881 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2020-12-08 11:15:50.897 | + functions-common:git_clone:532 : RECLONE=False 2020-12-08 11:15:50.899 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2020-12-08 11:15:50.901 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2020-12-08 11:15:50.904 | + functions-common:git_clone:546 : echo master 2020-12-08 11:15:50.904 | + functions-common:git_clone:546 : egrep -q '^refs' 2020-12-08 11:15:50.909 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/glance ]] 2020-12-08 11:15:50.911 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2020-12-08 11:15:50.914 | + functions-common:git_clone:594 : cd /opt/stack/glance 2020-12-08 11:15:50.916 | + functions-common:git_clone:595 : git show --oneline 2020-12-08 11:15:50.917 | + functions-common:git_clone:595 : head -1 2020-12-08 11:15:50.921 | f102b74a Remove 'admin_role' option 2020-12-08 11:15:50.924 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2020-12-08 11:15:50.927 | + lib/glance:install_glance:460 : setup_develop /opt/stack/glance 2020-12-08 11:15:50.929 | + inc/python:setup_develop:338 : local bindep 2020-12-08 11:15:50.932 | + inc/python:setup_develop:339 : [[ /opt/stack/glance == -bindep* ]] 2020-12-08 11:15:50.934 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/glance 2020-12-08 11:15:50.936 | + inc/python:setup_develop:344 : local extras= 2020-12-08 11:15:50.939 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/glance -e 2020-12-08 11:15:50.941 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2020-12-08 11:15:50.944 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/glance == -bindep* ]] 2020-12-08 11:15:50.946 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/glance 2020-12-08 11:15:50.948 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2020-12-08 11:15:50.951 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2020-12-08 11:15:50.954 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/glance 2020-12-08 11:15:50.956 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2020-12-08 11:15:50.959 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/glance 2020-12-08 11:15:50.962 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2020-12-08 11:15:50.964 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2020-12-08 11:15:50.967 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2020-12-08 11:15:50.972 | + inc/python:_setup_package_with_constraints_edit:383 : name=glance 2020-12-08 11:15:50.975 | + 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-08 11:15:51.653 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/glance -e 2020-12-08 11:15:51.656 | + inc/python:setup_package:417 : local bindep=0 2020-12-08 11:15:51.658 | + inc/python:setup_package:418 : local bindep_flag= 2020-12-08 11:15:51.661 | + inc/python:setup_package:419 : local bindep_profiles= 2020-12-08 11:15:51.663 | + inc/python:setup_package:420 : [[ /opt/stack/glance == -bindep* ]] 2020-12-08 11:15:51.665 | + inc/python:setup_package:425 : local project_dir=/opt/stack/glance 2020-12-08 11:15:51.667 | + inc/python:setup_package:426 : local flags=-e 2020-12-08 11:15:51.670 | + inc/python:setup_package:427 : local extras= 2020-12-08 11:15:51.672 | + inc/python:setup_package:431 : [[ -n -e ]] 2020-12-08 11:15:51.675 | + inc/python:setup_package:431 : [[ -z '' ]] 2020-12-08 11:15:51.677 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2020-12-08 11:15:51.679 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2020-12-08 11:15:51.682 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2020-12-08 11:15:51.684 | + inc/python:setup_package:445 : pip_install -e /opt/stack/glance 2020-12-08 11:15:51.703 | Using python 3.6 to install /opt/stack/glance 2020-12-08 11:15:51.705 | + 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-08 11:15:53.837 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-12-08 11:15:53.837 | 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-08 11:15:53.858 | Obtaining file:///opt/stack/glance 2020-12-08 11:15:55.154 | Obtaining glance from file:///opt/stack/glance#egg=glance (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2020-12-08 11:15:56.441 | 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-08 11:15:56.451 | 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-08 11:15:56.460 | 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-08 11:15:56.472 | 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-08 11:15:56.943 | Collecting WSME===0.10.0 2020-12-08 11:15:56.949 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/0e1/2c01e2820134f/WSME-0.10.0-py3-none-any.whl (60 kB) 2020-12-08 11:15:57.028 | 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-08 11:15:57.042 | 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-08 11:15:57.634 | Collecting castellan===3.7.0 2020-12-08 11:15:57.641 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/af3/facd94857f477/castellan-3.7.0-py3-none-any.whl (93 kB) 2020-12-08 11:15:57.730 | 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-08 11:15:58.287 | Collecting cursive===0.2.2 2020-12-08 11:15:58.296 | 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-08 11:15:58.376 | 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-08 11:15:58.384 | 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-08 11:15:58.390 | Requirement already satisfied: eventlet===0.29.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 155)) (0.29.1) 2020-12-08 11:15:58.400 | Requirement already satisfied: futurist===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 167)) (2.3.0) 2020-12-08 11:15:58.406 | 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 172)) (2.4.0) 2020-12-08 11:15:58.483 | Requirement already satisfied: greenlet===0.4.17 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 181)) (0.4.17) 2020-12-08 11:15:58.486 | Requirement already satisfied: httplib2===0.18.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (0.18.1) 2020-12-08 11:15:58.488 | Requirement already satisfied: iso8601===0.1.13 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 203)) (0.1.13) 2020-12-08 11:15:58.491 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 214)) (3.2.0) 2020-12-08 11:15:58.523 | 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-08 11:15:58.590 | 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-08 11:15:58.650 | 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-08 11:15:58.656 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283)) (1.7.0) 2020-12-08 11:15:58.661 | 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 287)) (5.3.0) 2020-12-08 11:15:58.704 | 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-08 11:15:58.744 | Requirement already satisfied: oslo.concurrency===4.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 292)) (4.3.1) 2020-12-08 11:15:58.756 | 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-08 11:15:58.803 | 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-08 11:15:58.809 | Requirement already satisfied: oslo.db===8.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) (8.4.0) 2020-12-08 11:15:58.864 | 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-08 11:15:58.871 | 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-08 11:15:58.915 | Requirement already satisfied: oslo.messaging===12.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (12.6.0) 2020-12-08 11:15:58.977 | Requirement already satisfied: oslo.middleware===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (4.1.1) 2020-12-08 11:15:58.998 | 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 301)) (3.6.0) 2020-12-08 11:15:59.647 | Collecting oslo.reports===2.2.0 2020-12-08 11:15:59.654 | 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-08 11:15:59.736 | Requirement already satisfied: oslo.serialization===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (4.0.1) 2020-12-08 11:15:59.746 | Requirement already satisfied: oslo.service===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (2.4.0) 2020-12-08 11:15:59.773 | Requirement already satisfied: oslo.upgradecheck===1.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (1.2.0) 2020-12-08 11:15:59.783 | Requirement already satisfied: oslo.utils===4.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (4.7.0) 2020-12-08 11:15:59.803 | Requirement already satisfied: osprofiler===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (3.4.0) 2020-12-08 11:15:59.855 | Requirement already satisfied: packaging===20.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (20.7) 2020-12-08 11:15:59.861 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (5.5.1) 2020-12-08 11:15:59.864 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (0.7.2) 2020-12-08 11:16:01.770 | Collecting psutil===5.7.3 2020-12-08 11:16:01.779 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/af7/3f7bcebdc538e/psutil-5.7.3.tar.gz (465 kB) 2020-12-08 11:16:02.725 | Requirement already satisfied: pyOpenSSL===20.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 338)) (20.0.0) 2020-12-08 11:16:02.742 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.1.1) 2020-12-08 11:16:02.755 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 349)) (0.9.6) 2020-12-08 11:16:02.757 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 355)) (2.4.7) 2020-12-08 11:16:02.760 | Requirement already satisfied: pyrsistent===0.17.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 359)) (0.17.3) 2020-12-08 11:16:03.360 | Collecting python-barbicanclient===5.0.1 2020-12-08 11:16:03.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-08 11:16:03.485 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 381)) (2.8.1) 2020-12-08 11:16:03.490 | Requirement already satisfied: python-editor===1.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 383)) (1.0.4) 2020-12-08 11:16:03.492 | 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 392)) (4.2.0) 2020-12-08 11:16:03.513 | Requirement already satisfied: pytz===2020.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 423)) (2020.4) 2020-12-08 11:16:03.518 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 433)) (0.7) 2020-12-08 11:16:03.525 | Requirement already satisfied: requests===2.25.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 434)) (2.25.0) 2020-12-08 11:16:03.954 | Collecting retrying===1.3.3 2020-12-08 11:16:03.960 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/ebf/3b842d183542e/retrying-1.3.3-py3-none-any.whl (11 kB) 2020-12-08 11:16:04.030 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (1.4.0) 2020-12-08 11:16:04.035 | Requirement already satisfied: setuptools===50.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 465)) (50.3.2) 2020-12-08 11:16:04.478 | Collecting simplegeneric===0.8.1 2020-12-08 11:16:04.490 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dc9/72e06094b9af5/simplegeneric-0.8.1.zip (12 kB) 2020-12-08 11:16:05.160 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 468)) (1.15.0) 2020-12-08 11:16:05.164 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 494)) (0.13.0) 2020-12-08 11:16:05.175 | Requirement already satisfied: sqlparse===0.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 495)) (0.4.1) 2020-12-08 11:16:05.178 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 497)) (3.3.0) 2020-12-08 11:16:05.180 | Requirement already satisfied: stevedore===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-08 11:16:05.886 | Collecting taskflow===4.5.0 2020-12-08 11:16:05.892 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2b0/a10f9e46ddf23/taskflow-4.5.0-py3-none-any.whl (488 kB) 2020-12-08 11:16:06.044 | Requirement already satisfied: tenacity===6.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 514)) (6.2.0) 2020-12-08 11:16:06.059 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 517)) (2.0.1) 2020-12-08 11:16:06.069 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 518)) (0.5.0) 2020-12-08 11:16:06.075 | 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-08 11:16:06.095 | 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-08 11:16:06.098 | 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-08 11:16:06.106 | 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-08 11:16:06.130 | 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-08 11:16:06.133 | Requirement already satisfied: yappi===1.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 563)) (1.3.2) 2020-12-08 11:16:06.138 | 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-08 11:16:06.146 | 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-08 11:16:06.150 | Requirement already satisfied: dnspython===1.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 142)) (1.16.0) 2020-12-08 11:16:06.159 | 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-08 11:16:06.205 | 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 195)) (3.1.1) 2020-12-08 11:16:06.241 | Requirement already satisfied: importlib-resources===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 196)) (3.3.0) 2020-12-08 11:16:06.261 | 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 146)) (1.1.1) 2020-12-08 11:16:06.267 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 160)) (0.14.1) 2020-12-08 11:16:06.272 | 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-08 11:16:06.275 | 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-08 11:16:06.278 | Requirement already satisfied: kombu===5.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 221)) (5.0.2) 2020-12-08 11:16:06.325 | 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-08 11:16:06.330 | 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-08 11:16:06.337 | 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-08 11:16:06.340 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162)) (3.0.0) 2020-12-08 11:16:06.353 | 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-08 11:16:06.355 | 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-08 11:16:06.371 | 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-08 11:16:06.373 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 191)) (2.10) 2020-12-08 11:16:06.377 | 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-08 11:16:06.380 | 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-08 11:16:06.383 | 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-08 11:16:06.947 | Collecting automaton===2.2.0 2020-12-08 11:16:06.954 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/3e8/275eabd89ee53/automaton-2.2.0-py3-none-any.whl (18 kB) 2020-12-08 11:16:07.677 | Collecting networkx===2.5 2020-12-08 11:16:07.687 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8c5/812e9f798d37c/networkx-2.5-py3-none-any.whl (1.6 MB) 2020-12-08 11:16:07.920 | Collecting pydot===1.4.1 2020-12-08 11:16:07.927 | 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-08 11:16:07.997 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 398)) (1.6.0) 2020-12-08 11:16:08.000 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 158)) (1.0.0) 2020-12-08 11:16:08.002 | 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-08 11:16:08.004 | 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-08 11:16:08.007 | 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-08 11:16:08.010 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 343)) (2.20) 2020-12-08 11:16:08.013 | 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-08 11:16:08.041 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) (1.5) 2020-12-08 11:16:08.043 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 543)) (5.0.0) 2020-12-08 11:16:08.046 | 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-08 11:16:08.106 | Requirement already satisfied: pyperclip===1.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (1.8.1) 2020-12-08 11:16:08.109 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 551)) (0.2.5) 2020-12-08 11:16:08.114 | 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-08 11:16:08.118 | Building wheels for collected packages: psutil, simplegeneric 2020-12-08 11:16:08.119 | Building wheel for psutil (setup.py): started 2020-12-08 11:16:10.345 | Building wheel for psutil (setup.py): finished with status 'done' 2020-12-08 11:16:10.347 | Created wheel for psutil: filename=psutil-5.7.3-cp36-cp36m-linux_x86_64.whl size=281529 sha256=2974de9502b80aa1fae71c9ae86f5edadef2ca6b37dcad9d9f6ab7f6eb94b648 2020-12-08 11:16:10.348 | Stored in directory: /root/.cache/pip/wheels/09/09/ff/b85efd2765d3ed44dc26efac81e21a086b951cf772540799c6 2020-12-08 11:16:10.349 | Building wheel for simplegeneric (setup.py): started 2020-12-08 11:16:11.023 | Building wheel for simplegeneric (setup.py): finished with status 'done' 2020-12-08 11:16:11.024 | Created wheel for simplegeneric: filename=simplegeneric-0.8.1-py3-none-any.whl size=5076 sha256=f761ac3143a77c99c212264eb3d2a2a87eeab26540e65bb0a97619a4e265445f 2020-12-08 11:16:11.024 | Stored in directory: /root/.cache/pip/wheels/17/b5/18/7c8e3ef2ac5cd764f26ea6ec4bfd228353d17b72c30045fad4 2020-12-08 11:16:11.025 | Successfully built psutil simplegeneric 2020-12-08 11:16:11.692 | Installing collected packages: automaton, networkx, pydot, taskflow, simplegeneric, WSME, psutil, oslo.reports, retrying, python-barbicanclient, castellan, cursive, glance 2020-12-08 11:16:14.329 | Running setup.py develop for glance 2020-12-08 11:16:15.823 | 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-08 11:16:15.935 | WARNING: You are using pip version 20.2.4; however, version 20.3.1 is available. 2020-12-08 11:16:15.935 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2020-12-08 11:16:16.053 | + inc/python:pip_install:200 : result=0 2020-12-08 11:16:16.055 | + inc/python:pip_install:202 : time_stop pip_install 2020-12-08 11:16:16.058 | + functions-common:time_stop:2306 : local name 2020-12-08 11:16:16.060 | + functions-common:time_stop:2307 : local end_time 2020-12-08 11:16:16.063 | + functions-common:time_stop:2308 : local elapsed_time 2020-12-08 11:16:16.065 | + functions-common:time_stop:2309 : local total 2020-12-08 11:16:16.067 | + functions-common:time_stop:2310 : local start_time 2020-12-08 11:16:16.069 | + functions-common:time_stop:2312 : name=pip_install 2020-12-08 11:16:16.072 | + functions-common:time_stop:2313 : start_time=1607426151698 2020-12-08 11:16:16.074 | + functions-common:time_stop:2315 : [[ -z 1607426151698 ]] 2020-12-08 11:16:16.077 | ++ functions-common:time_stop:2318 : date +%s%3N 2020-12-08 11:16:16.080 | + functions-common:time_stop:2318 : end_time=1607426176078 2020-12-08 11:16:16.083 | + functions-common:time_stop:2319 : elapsed_time=24380 2020-12-08 11:16:16.085 | + functions-common:time_stop:2320 : total=131323 2020-12-08 11:16:16.087 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2020-12-08 11:16:16.089 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=155703 2020-12-08 11:16:16.092 | + inc/python:pip_install:203 : return 0 2020-12-08 11:16:16.094 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2020-12-08 11:16:16.096 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/glance/glance.egg-info 2020-12-08 11:16:16.099 | + functions-common:safe_chown:2207 : _safe_permission_operation chown -R ubuntu /opt/stack/glance/glance.egg-info 2020-12-08 11:16:16.116 | + functions-common:_safe_permission_operation:2055 : sudo chown -R ubuntu /opt/stack/glance/glance.egg-info 2020-12-08 11:16:16.127 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/glance 2020-12-08 11:16:16.130 | + inc/python:use_library_from_git:250 : local name=/opt/stack/glance 2020-12-08 11:16:16.132 | + inc/python:use_library_from_git:251 : local enabled=1 2020-12-08 11:16:16.135 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2020-12-08 11:16:16.137 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/glance, ]] 2020-12-08 11:16:16.140 | + inc/python:use_library_from_git:253 : return 1 2020-12-08 11:16:16.142 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2020-12-08 11:16:16.144 | + ./stack.sh:main:884 : configure_glance 2020-12-08 11:16:16.147 | + lib/glance:configure_glance:267 : sudo install -d -o ubuntu /etc/glance /etc/glance/metadefs 2020-12-08 11:16:16.158 | + lib/glance:configure_glance:270 : local dburl 2020-12-08 11:16:16.161 | ++ lib/glance:configure_glance:271 : database_connection_url glance 2020-12-08 11:16:16.163 | ++ lib/database:database_connection_url:132 : local db=glance 2020-12-08 11:16:16.166 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql glance 2020-12-08 11:16:16.168 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=glance 2020-12-08 11:16:16.170 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2020-12-08 11:16:16.174 | + lib/glance:configure_glance:271 : dburl='mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2020-12-08 11:16:16.176 | + lib/glance:configure_glance:273 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2020-12-08 11:16:16.202 | + 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-08 11:16:16.227 | + lib/glance:configure_glance:275 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2020-12-08 11:16:16.252 | + lib/glance:configure_glance:276 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2020-12-08 11:16:16.276 | + lib/glance:configure_glance:277 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2020-12-08 11:16:16.303 | + lib/glance:configure_glance:278 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2020-12-08 11:16:16.328 | + lib/glance:configure_glance:279 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2020-12-08 11:16:16.331 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/glance/glance-api.conf 2020-12-08 11:16:16.333 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=glance 2020-12-08 11:16:16.335 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2020-12-08 11:16:16.338 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2020-12-08 11:16:16.364 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2020-12-08 11:16:16.388 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.222.0.22/identity 2020-12-08 11:16:16.412 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2020-12-08 11:16:16.436 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/glance/glance-api.conf keystone_authtoken password Passw0rd 2020-12-08 11:16:16.460 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2020-12-08 11:16:16.484 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2020-12-08 11:16:16.509 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2020-12-08 11:16:16.533 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2020-12-08 11:16:16.557 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2020-12-08 11:16:16.582 | + lib/glance:configure_glance:280 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2020-12-08 11:16:16.608 | + lib/glance:configure_glance:281 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2020-12-08 11:16:16.611 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2020-12-08 11:16:16.613 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2020-12-08 11:16:16.616 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2020-12-08 11:16:16.618 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2020-12-08 11:16:16.620 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2020-12-08 11:16:16.635 | + functions-common:is_service_enabled:1962 : return 0 2020-12-08 11:16:16.638 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2020-12-08 11:16:16.641 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2020-12-08 11:16:16.644 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2020-12-08 11:16:16.659 | ++ functions-common:is_service_enabled:1962 : return 0 2020-12-08 11:16:16.662 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.22:5672/ 2020-12-08 11:16:16.664 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.22:5672/ 2020-12-08 11:16:16.689 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2020-12-08 11:16:16.691 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2020-12-08 11:16:16.693 | + lib/glance:configure_glance:282 : '[' libvirt = xenserver ']' 2020-12-08 11:16:16.696 | + lib/glance:configure_glance:286 : '[' libvirt = libvirt ']' 2020-12-08 11:16:16.698 | + lib/glance:configure_glance:286 : '[' kvm = parallels ']' 2020-12-08 11:16:16.700 | + lib/glance:configure_glance:291 : configure_glance_store False False 2020-12-08 11:16:16.703 | + lib/glance:configure_glance_store:228 : local use_cinder_for_glance=False 2020-12-08 11:16:16.706 | + lib/glance:configure_glance_store:229 : local glance_enable_multiple_stores=False 2020-12-08 11:16:16.708 | + lib/glance:configure_glance_store:230 : local be 2020-12-08 11:16:16.710 | + lib/glance:configure_glance_store:232 : [[ False == \F\a\l\s\e ]] 2020-12-08 11:16:16.712 | + lib/glance:configure_glance_store:234 : [[ False == \T\r\u\e ]] 2020-12-08 11:16:16.715 | + lib/glance:configure_glance_store:251 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2020-12-08 11:16:16.742 | + lib/glance:configure_glance:294 : '[' -n '' ']' 2020-12-08 11:16:16.744 | + lib/glance:configure_glance:297 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.222.0.22 2020-12-08 11:16:16.771 | + lib/glance:configure_glance:301 : [[ False == \F\a\l\s\e ]] 2020-12-08 11:16:16.773 | + lib/glance:configure_glance:303 : is_service_enabled s-proxy 2020-12-08 11:16:16.789 | + functions-common:is_service_enabled:1962 : return 0 2020-12-08 11:16:16.791 | + lib/glance:configure_glance:304 : iniset /etc/glance/glance-api.conf glance_store default_store swift 2020-12-08 11:16:16.816 | + lib/glance:configure_glance:305 : iniset /etc/glance/glance-api.conf glance_store swift_store_create_container_on_put True 2020-12-08 11:16:16.841 | + 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-08 11:16:16.866 | + lib/glance:configure_glance:308 : iniset /etc/glance/glance-api.conf glance_store default_swift_reference ref1 2020-12-08 11:16:16.892 | + lib/glance:configure_glance:309 : iniset /etc/glance/glance-api.conf glance_store stores 'file, http, swift' 2020-12-08 11:16:16.916 | + lib/glance:configure_glance:310 : is_service_enabled tls-proxy 2020-12-08 11:16:16.931 | + functions-common:is_service_enabled:1962 : return 1 2020-12-08 11:16:16.934 | + lib/glance:configure_glance:313 : iniset /etc/glance/glance-api.conf DEFAULT graceful_shutdown_timeout 5 2020-12-08 11:16:16.959 | + lib/glance:configure_glance:315 : iniset /etc/glance/glance-swift-store.conf ref1 user service:glance-swift 2020-12-08 11:16:16.986 | + lib/glance:configure_glance:317 : iniset /etc/glance/glance-swift-store.conf ref1 key Passw0rd 2020-12-08 11:16:17.011 | + lib/glance:configure_glance:318 : iniset /etc/glance/glance-swift-store.conf ref1 auth_address http://10.222.0.22/identity/v3 2020-12-08 11:16:17.036 | + lib/glance:configure_glance:319 : iniset /etc/glance/glance-swift-store.conf ref1 auth_version 3 2020-12-08 11:16:17.060 | + lib/glance:configure_glance:325 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.222.0.22/image 2020-12-08 11:16:17.085 | + lib/glance:configure_glance:327 : is_service_enabled tls-proxy 2020-12-08 11:16:17.100 | + functions-common:is_service_enabled:1962 : return 1 2020-12-08 11:16:17.102 | + lib/glance:configure_glance:333 : setup_logging /etc/glance/glance-api.conf 2020-12-08 11:16:17.105 | + functions:setup_logging:698 : setup_systemd_logging /etc/glance/glance-api.conf 2020-12-08 11:16:17.107 | + functions:setup_systemd_logging:713 : local conf_file=/etc/glance/glance-api.conf 2020-12-08 11:16:17.110 | ++ functions:setup_systemd_logging:718 : trueorfalse False USE_JOURNAL 2020-12-08 11:16:17.126 | + functions:setup_systemd_logging:718 : USE_JOURNAL=False 2020-12-08 11:16:17.129 | + functions:setup_systemd_logging:719 : local pidstr= 2020-12-08 11:16:17.131 | + functions:setup_systemd_logging:720 : [[ False == \T\r\u\e ]] 2020-12-08 11:16:17.133 | + functions:setup_systemd_logging:724 : pidstr='(pid=%(process)d) ' 2020-12-08 11:16:17.136 | + 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-08 11:16:17.161 | + 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-08 11:16:17.186 | + 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-08 11:16:17.210 | + functions:setup_systemd_logging:730 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2020-12-08 11:16:17.235 | + lib/glance:configure_glance:335 : cp -p /opt/stack/glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2020-12-08 11:16:17.239 | + lib/glance:configure_glance:338 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2020-12-08 11:16:17.265 | + lib/glance:configure_glance:339 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2020-12-08 11:16:17.290 | + lib/glance:configure_glance:340 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2020-12-08 11:16:17.314 | + lib/glance:configure_glance:341 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.222.0.22/identity 2020-12-08 11:16:17.339 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2020-12-08 11:16:17.363 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2020-12-08 11:16:17.388 | + lib/glance:configure_glance:344 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password Passw0rd 2020-12-08 11:16:17.412 | + lib/glance:configure_glance:347 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2020-12-08 11:16:17.439 | + lib/glance:configure_glance:350 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2020-12-08 11:16:17.466 | + lib/glance:configure_glance:351 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2020-12-08 11:16:17.492 | + lib/glance:configure_glance:352 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2020-12-08 11:16:17.518 | + lib/glance:configure_glance:354 : cp -p /opt/stack/glance/etc/schema-image.json /etc/glance/schema-image.json 2020-12-08 11:16:17.522 | + 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-08 11:16:17.528 | + lib/glance:configure_glance:358 : is_service_enabled tls-proxy 2020-12-08 11:16:17.543 | + functions-common:is_service_enabled:1962 : return 1 2020-12-08 11:16:17.546 | + lib/glance:configure_glance:366 : [[ False == False ]] 2020-12-08 11:16:17.548 | + lib/glance:configure_glance:367 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2020-12-08 11:16:17.551 | + lib/apache:write_local_uwsgi_http_config:322 : local file=/etc/glance/glance-uwsgi.ini 2020-12-08 11:16:17.553 | + lib/apache:write_local_uwsgi_http_config:323 : local wsgi=/usr/local/bin/glance-wsgi-api 2020-12-08 11:16:17.555 | + lib/apache:write_local_uwsgi_http_config:324 : local url=/image 2020-12-08 11:16:17.558 | ++ lib/apache:write_local_uwsgi_http_config:325 : basename /usr/local/bin/glance-wsgi-api 2020-12-08 11:16:17.561 | + lib/apache:write_local_uwsgi_http_config:325 : name=glance-wsgi-api 2020-12-08 11:16:17.564 | + lib/apache:write_local_uwsgi_http_config:331 : rm -rf /etc/glance/glance-uwsgi.ini 2020-12-08 11:16:17.567 | + 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-08 11:16:17.592 | ++ lib/apache:write_local_uwsgi_http_config:333 : get_random_port 2020-12-08 11:16:17.595 | ++ functions:get_random_port:865 : read lower_port upper_port 2020-12-08 11:16:17.597 | ++ functions:get_random_port:866 : true 2020-12-08 11:16:17.599 | ++ functions:get_random_port:867 : (( port = upper_port )) 2020-12-08 11:16:17.601 | ++ functions:get_random_port:867 : (( port >= lower_port )) 2020-12-08 11:16:17.603 | ++ functions:get_random_port:868 : sudo lsof -i :60999 2020-12-08 11:16:17.658 | ++ functions:get_random_port:869 : [[ 1 > 0 ]] 2020-12-08 11:16:17.660 | ++ functions:get_random_port:870 : break 2 2020-12-08 11:16:17.663 | ++ functions:get_random_port:874 : echo 60999 2020-12-08 11:16:17.665 | + lib/apache:write_local_uwsgi_http_config:333 : port=60999 2020-12-08 11:16:17.668 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2020-12-08 11:16:17.692 | + lib/apache:write_local_uwsgi_http_config:335 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2020-12-08 11:16:17.715 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2020-12-08 11:16:17.740 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2020-12-08 11:16:17.763 | + lib/apache:write_local_uwsgi_http_config:340 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2020-12-08 11:16:17.787 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2020-12-08 11:16:17.811 | + lib/apache:write_local_uwsgi_http_config:342 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2020-12-08 11:16:17.835 | + lib/apache:write_local_uwsgi_http_config:344 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2020-12-08 11:16:17.859 | + 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-08 11:16:17.883 | + lib/apache:write_local_uwsgi_http_config:349 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 90 2020-12-08 11:16:17.907 | + lib/apache:write_local_uwsgi_http_config:351 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2020-12-08 11:16:17.931 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2020-12-08 11:16:17.955 | + lib/apache:write_local_uwsgi_http_config:355 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2020-12-08 11:16:17.979 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2020-12-08 11:16:18.003 | + lib/apache:write_local_uwsgi_http_config:357 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2020-12-08 11:16:18.026 | + lib/apache:write_local_uwsgi_http_config:358 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2020-12-08 11:16:18.051 | + lib/apache:write_local_uwsgi_http_config:359 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2020-12-08 11:16:18.074 | + lib/apache:write_local_uwsgi_http_config:360 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2020-12-08 11:16:18.099 | + lib/apache:write_local_uwsgi_http_config:362 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2020-12-08 11:16:18.122 | + lib/apache:write_local_uwsgi_http_config:364 : enable_apache_mod proxy 2020-12-08 11:16:18.125 | + lib/apache:enable_apache_mod:54 : local mod=proxy 2020-12-08 11:16:18.127 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2020-12-08 11:16:18.129 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-08 11:16:18.132 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-08 11:16:18.134 | + lib/apache:enable_apache_mod:59 : [[ proxy != \v\e\r\s\i\o\n ]] 2020-12-08 11:16:18.136 | + lib/apache:enable_apache_mod:59 : a2query -m proxy 2020-12-08 11:16:18.186 | proxy (enabled by site administrator) 2020-12-08 11:16:18.190 | + lib/apache:write_local_uwsgi_http_config:365 : enable_apache_mod proxy_http 2020-12-08 11:16:18.193 | + lib/apache:enable_apache_mod:54 : local mod=proxy_http 2020-12-08 11:16:18.195 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2020-12-08 11:16:18.197 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-08 11:16:18.199 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-08 11:16:18.202 | + lib/apache:enable_apache_mod:59 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2020-12-08 11:16:18.204 | + lib/apache:enable_apache_mod:59 : a2query -m proxy_http 2020-12-08 11:16:18.253 | No module matches proxy_http 2020-12-08 11:16:18.256 | + lib/apache:enable_apache_mod:60 : sudo a2enmod proxy_http 2020-12-08 11:16:18.313 | Considering dependency proxy for proxy_http: 2020-12-08 11:16:18.313 | Module proxy already enabled 2020-12-08 11:16:18.313 | Enabling module proxy_http. 2020-12-08 11:16:18.317 | To activate the new configuration, you need to run: 2020-12-08 11:16:18.318 | systemctl restart apache2 2020-12-08 11:16:18.322 | + lib/apache:enable_apache_mod:61 : restart_apache_server 2020-12-08 11:16:18.324 | + lib/apache:restart_apache_server:253 : restart_service apache2 2020-12-08 11:16:18.326 | + functions-common:restart_service:2190 : '[' -x /bin/systemctl ']' 2020-12-08 11:16:18.329 | + functions-common:restart_service:2191 : sudo /bin/systemctl restart apache2 2020-12-08 11:16:18.475 | + lib/apache:write_local_uwsgi_http_config:366 : local apache_conf= 2020-12-08 11:16:18.478 | ++ lib/apache:write_local_uwsgi_http_config:367 : apache_site_config_for glance-wsgi-api 2020-12-08 11:16:18.480 | ++ lib/apache:apache_site_config_for:189 : local site=glance-wsgi-api 2020-12-08 11:16:18.483 | ++ lib/apache:apache_site_config_for:190 : is_ubuntu 2020-12-08 11:16:18.486 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-08 11:16:18.489 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-08 11:16:18.491 | ++ lib/apache:apache_site_config_for:192 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2020-12-08 11:16:18.494 | + lib/apache:write_local_uwsgi_http_config:367 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2020-12-08 11:16:18.497 | + lib/apache:write_local_uwsgi_http_config:368 : echo 'KeepAlive Off' 2020-12-08 11:16:18.497 | + lib/apache:write_local_uwsgi_http_config:368 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2020-12-08 11:16:18.504 | KeepAlive Off 2020-12-08 11:16:18.509 | + lib/apache:write_local_uwsgi_http_config:369 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2020-12-08 11:16:18.509 | + lib/apache:write_local_uwsgi_http_config:369 : echo 'SetEnv proxy-sendchunked 1' 2020-12-08 11:16:18.515 | SetEnv proxy-sendchunked 1 2020-12-08 11:16:18.519 | + lib/apache:write_local_uwsgi_http_config:370 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2020-12-08 11:16:18.520 | + lib/apache:write_local_uwsgi_http_config:370 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2020-12-08 11:16:18.526 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2020-12-08 11:16:18.530 | + lib/apache:write_local_uwsgi_http_config:371 : enable_apache_site glance-wsgi-api 2020-12-08 11:16:18.532 | + lib/apache:enable_apache_site:206 : local site=glance-wsgi-api 2020-12-08 11:16:18.535 | + lib/apache:enable_apache_site:208 : enable_apache_mod version 2020-12-08 11:16:18.537 | + lib/apache:enable_apache_mod:54 : local mod=version 2020-12-08 11:16:18.539 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2020-12-08 11:16:18.542 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-08 11:16:18.544 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-08 11:16:18.546 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2020-12-08 11:16:18.549 | + lib/apache:enable_apache_site:209 : is_ubuntu 2020-12-08 11:16:18.551 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-12-08 11:16:18.554 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-12-08 11:16:18.556 | + lib/apache:enable_apache_site:210 : sudo a2ensite glance-wsgi-api 2020-12-08 11:16:18.613 | Enabling site glance-wsgi-api. 2020-12-08 11:16:18.618 | To activate the new configuration, you need to run: 2020-12-08 11:16:18.618 | systemctl reload apache2 2020-12-08 11:16:18.622 | + lib/apache:write_local_uwsgi_http_config:372 : restart_apache_server 2020-12-08 11:16:18.624 | + lib/apache:restart_apache_server:253 : restart_service apache2 2020-12-08 11:16:18.626 | + functions-common:restart_service:2190 : '[' -x /bin/systemctl ']' 2020-12-08 11:16:18.629 | + functions-common:restart_service:2191 : sudo /bin/systemctl restart apache2 2020-12-08 11:16:18.764 | + ./stack.sh:main:887 : is_service_enabled cinder 2020-12-08 11:16:18.782 | + functions-common:is_service_enabled:1962 : return 0 2020-12-08 11:16:18.784 | + ./stack.sh:main:889 : stack_install_service cinder 2020-12-08 11:16:18.787 | + lib/stack:stack_install_service:20 : local service=cinder 2020-12-08 11:16:18.789 | + lib/stack:stack_install_service:21 : type install_cinder 2020-12-08 11:16:18.792 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2020-12-08 11:16:18.794 | + lib/stack:stack_install_service:32 : install_cinder 2020-12-08 11:16:18.797 | + lib/cinder:install_cinder:413 : git_clone https://opendev.org/openstack/cinder.git /opt/stack/cinder master 2020-12-08 11:16:18.800 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/cinder.git 2020-12-08 11:16:18.802 | + functions-common:git_clone:526 : local git_dest=/opt/stack/cinder 2020-12-08 11:16:18.804 | + functions-common:git_clone:527 : local git_ref=master 2020-12-08 11:16:18.807 | + functions-common:git_clone:528 : local orig_dir 2020-12-08 11:16:18.809 | ++ functions-common:git_clone:529 : pwd 2020-12-08 11:16:18.812 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2020-12-08 11:16:18.814 | + functions-common:git_clone:530 : local git_clone_flags= 2020-12-08 11:16:18.817 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2020-12-08 11:16:18.833 | + functions-common:git_clone:532 : RECLONE=False 2020-12-08 11:16:18.835 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2020-12-08 11:16:18.838 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2020-12-08 11:16:18.841 | + functions-common:git_clone:546 : egrep -q '^refs' 2020-12-08 11:16:18.841 | + functions-common:git_clone:546 : echo master 2020-12-08 11:16:18.846 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/cinder ]] 2020-12-08 11:16:18.849 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2020-12-08 11:16:18.851 | + functions-common:git_clone:594 : cd /opt/stack/cinder 2020-12-08 11:16:18.854 | + functions-common:git_clone:595 : git show --oneline 2020-12-08 11:16:18.854 | + functions-common:git_clone:595 : head -1 2020-12-08 11:16:18.860 | 95d00bd7a Merge "Remove collections.abc backwards compatibility" 2020-12-08 11:16:18.863 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2020-12-08 11:16:18.865 | + lib/cinder:install_cinder:414 : setup_develop /opt/stack/cinder 2020-12-08 11:16:18.868 | + inc/python:setup_develop:338 : local bindep 2020-12-08 11:16:18.870 | + inc/python:setup_develop:339 : [[ /opt/stack/cinder == -bindep* ]] 2020-12-08 11:16:18.873 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/cinder 2020-12-08 11:16:18.875 | + inc/python:setup_develop:344 : local extras= 2020-12-08 11:16:18.878 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/cinder -e 2020-12-08 11:16:18.881 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2020-12-08 11:16:18.883 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/cinder == -bindep* ]] 2020-12-08 11:16:18.885 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/cinder 2020-12-08 11:16:18.888 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2020-12-08 11:16:18.890 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2020-12-08 11:16:18.894 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/cinder 2020-12-08 11:16:18.896 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2020-12-08 11:16:18.899 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/cinder 2020-12-08 11:16:18.901 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2020-12-08 11:16:18.904 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2020-12-08 11:16:18.907 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2020-12-08 11:16:18.912 | + inc/python:_setup_package_with_constraints_edit:383 : name=cinder 2020-12-08 11:16:18.915 | + 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-08 11:16:19.590 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/cinder -e 2020-12-08 11:16:19.592 | + inc/python:setup_package:417 : local bindep=0 2020-12-08 11:16:19.594 | + inc/python:setup_package:418 : local bindep_flag= 2020-12-08 11:16:19.597 | + inc/python:setup_package:419 : local bindep_profiles= 2020-12-08 11:16:19.599 | + inc/python:setup_package:420 : [[ /opt/stack/cinder == -bindep* ]] 2020-12-08 11:16:19.601 | + inc/python:setup_package:425 : local project_dir=/opt/stack/cinder 2020-12-08 11:16:19.604 | + inc/python:setup_package:426 : local flags=-e 2020-12-08 11:16:19.606 | + inc/python:setup_package:427 : local extras= 2020-12-08 11:16:19.608 | + inc/python:setup_package:431 : [[ -n -e ]] 2020-12-08 11:16:19.611 | + inc/python:setup_package:431 : [[ -z '' ]] 2020-12-08 11:16:19.614 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2020-12-08 11:16:19.616 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2020-12-08 11:16:19.619 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2020-12-08 11:16:19.621 | + inc/python:setup_package:445 : pip_install -e /opt/stack/cinder 2020-12-08 11:16:19.641 | Using python 3.6 to install /opt/stack/cinder 2020-12-08 11:16:19.643 | + 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-08 11:16:21.748 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-12-08 11:16:21.749 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2020-12-08 11:16:21.769 | Obtaining file:///opt/stack/cinder 2020-12-08 11:16:23.903 | Obtaining cinder from file:///opt/stack/cinder#egg=cinder (from -c /opt/stack/requirements/upper-constraints.txt (line 1))