2021-01-11 10:38:43.458 | + ./stack.sh:main:457 : exec 2021-01-11 10:38:43.458 | + ./stack.sh:main:465 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2021-01-11-103843' 2021-01-11 10:38:43.458 | ++ ./stack.sh:main:457 : /usr/bin/python3.6 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2021-01-11-103843.summary.2021-01-11-103843 2021-01-11 10:38:43.458 | + ./stack.sh:echo_summary:410 : [[ -t 3 ]] 2021-01-11 10:38:43.458 | + ./stack.sh:echo_summary:416 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2021-01-11-103843 2021-01-11 10:38:43.458 | + ./stack.sh:main:467 : ln -sf /opt/stack/logs/stack.sh.log.2021-01-11-103843 /opt/stack/logs/stack.sh.log 2021-01-11 10:38:43.458 | + ./stack.sh:main:468 : ln -sf /opt/stack/logs/stack.sh.log.2021-01-11-103843.summary.2021-01-11-103843 /opt/stack/logs/stack.sh.log.summary 2021-01-11 10:38:43.458 | + ./stack.sh:main:483 : check_path_perm_sanity /opt/stack 2021-01-11 10:38:43.458 | + functions:check_path_perm_sanity:620 : local real_path 2021-01-11 10:38:43.458 | ++ functions:check_path_perm_sanity:621 : readlink -f /opt/stack 2021-01-11 10:38:43.459 | + functions:check_path_perm_sanity:621 : real_path=/opt/stack 2021-01-11 10:38:43.459 | + functions:check_path_perm_sanity:622 : local rebuilt_path= 2021-01-11 10:38:43.459 | ++ functions:check_path_perm_sanity:623 : echo /opt/stack 2021-01-11 10:38:43.459 | ++ functions:check_path_perm_sanity:623 : tr / ' ' 2021-01-11 10:38:43.459 | + functions:check_path_perm_sanity:623 : for i in $(echo ${real_path} | tr "/" " ") 2021-01-11 10:38:43.459 | + functions:check_path_perm_sanity:624 : rebuilt_path=/opt 2021-01-11 10:38:43.459 | ++ functions:check_path_perm_sanity:626 : stat -c %a /opt 2021-01-11 10:38:43.459 | + functions:check_path_perm_sanity:626 : [[ 755 = 700 ]] 2021-01-11 10:38:43.459 | + functions:check_path_perm_sanity:623 : for i in $(echo ${real_path} | tr "/" " ") 2021-01-11 10:38:43.459 | + functions:check_path_perm_sanity:624 : rebuilt_path=/opt/stack 2021-01-11 10:38:43.459 | ++ functions:check_path_perm_sanity:626 : stat -c %a /opt/stack 2021-01-11 10:38:43.459 | + functions:check_path_perm_sanity:626 : [[ 755 = 700 ]] 2021-01-11 10:38:43.459 | + ./stack.sh:main:489 : trap exit_trap EXIT 2021-01-11 10:38:43.459 | + ./stack.sh:main:530 : trap err_trap ERR 2021-01-11 10:38:43.460 | + ./stack.sh:main:543 : set -o errexit 2021-01-11 10:38:43.461 | + ./stack.sh:main:546 : uname -a 2021-01-11 10:38:43.462 | Linux dv-cinder-667108-24-iscsi 4.15.0-55-generic #60-Ubuntu SMP Tue Jul 2 18:22:20 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux 2021-01-11 10:38:43.464 | + ./stack.sh:main:549 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2021-01-11 10:38:43.466 | + ./stack.sh:main:550 : rm -f /opt/stack/data/ca-bundle.pem 2021-01-11 10:38:43.469 | + ./stack.sh:main:553 : source /home/ubuntu/devstack/lib/database 2021-01-11 10:38:43.493 | + ./stack.sh:main:554 : source /home/ubuntu/devstack/lib/rpc_backend 2021-01-11 10:38:43.507 | + ./stack.sh:main:560 : fetch_plugins 2021-01-11 10:38:43.509 | + functions-common:fetch_plugins:1652 : local plugins= 2021-01-11 10:38:43.511 | + functions-common:fetch_plugins:1653 : local plugin 2021-01-11 10:38:43.513 | + functions-common:fetch_plugins:1656 : [[ -z '' ]] 2021-01-11 10:38:43.515 | + functions-common:fetch_plugins:1657 : return 2021-01-11 10:38:43.517 | + ./stack.sh:main:564 : run_phase override_defaults 2021-01-11 10:38:43.519 | + functions-common:run_phase:1734 : local mode=override_defaults 2021-01-11 10:38:43.521 | + functions-common:run_phase:1735 : local phase= 2021-01-11 10:38:43.522 | + functions-common:run_phase:1736 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-01-11 10:38:43.524 | + functions-common:run_phase:1737 : local extra_plugin_file_name 2021-01-11 10:38:43.526 | + functions-common:run_phase:1738 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-01-11 10:38:43.527 | + functions-common:run_phase:1743 : local exceptions=80-tempest.sh 2021-01-11 10:38:43.529 | + functions-common:run_phase:1744 : local extra 2021-01-11 10:38:43.532 | ++ functions-common:run_phase:1745 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-01-11 10:38:43.534 | + functions-common:run_phase:1745 : extra=80-tempest.sh 2021-01-11 10:38:43.536 | + functions-common:run_phase:1746 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-01-11 10:38:43.538 | + functions-common:run_phase:1750 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-01-11 10:38:43.540 | + functions-common:run_phase:1750 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2021-01-11 10:38:43.542 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-01-11 10:38:43.553 | ++ functions-common:is_service_enabled:1962 : return 0 2021-01-11 10:38:43.555 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-01-11 10:38:43.557 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2021-01-11 10:38:43.558 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2021-01-11 10:38:43.560 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2021-01-11 10:38:43.562 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2021-01-11 10:38:43.564 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2021-01-11 10:38:43.566 | ++ extras.d/80-tempest.sh:source:26 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2021-01-11 10:38:43.568 | ++ extras.d/80-tempest.sh:source:31 : [[ override_defaults == \c\l\e\a\n ]] 2021-01-11 10:38:43.569 | + functions-common:run_phase:1755 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-01-11 10:38:43.571 | + functions-common:run_phase:1758 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-01-11 10:38:43.573 | + functions-common:run_phase:1759 : plugin_override_defaults 2021-01-11 10:38:43.575 | + functions-common:plugin_override_defaults:1693 : local plugins= 2021-01-11 10:38:43.577 | + functions-common:plugin_override_defaults:1694 : local plugin 2021-01-11 10:38:43.579 | + functions-common:plugin_override_defaults:1697 : [[ -z '' ]] 2021-01-11 10:38:43.581 | + functions-common:plugin_override_defaults:1698 : return 2021-01-11 10:38:43.583 | + ./stack.sh:main:567 : source /home/ubuntu/devstack/lib/apache 2021-01-11 10:38:43.599 | + ./stack.sh:main:570 : source /home/ubuntu/devstack/lib/tls 2021-01-11 10:38:43.601 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2021-01-11 10:38:43.612 | ++ functions-common:is_service_enabled:1962 : return 1 2021-01-11 10:38:43.615 | +++ lib/tls:source:43 : hostname -f 2021-01-11 10:38:43.618 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2021-01-11 10:38:43.620 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2021-01-11 10:38:43.622 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2021-01-11 10:38:43.624 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2021-01-11 10:38:43.626 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2021-01-11 10:38:43.628 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2021-01-11 10:38:43.630 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2021-01-11 10:38:43.631 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2021-01-11 10:38:43.633 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2021-01-11 10:38:43.635 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2021-01-11 10:38:43.640 | + ./stack.sh:main:573 : source /home/ubuntu/devstack/lib/infra 2021-01-11 10:38:43.651 | + ./stack.sh:main:574 : source /home/ubuntu/devstack/lib/libraries 2021-01-11 10:38:43.665 | + ./stack.sh:main:575 : source /home/ubuntu/devstack/lib/lvm 2021-01-11 10:38:43.676 | + ./stack.sh:main:576 : source /home/ubuntu/devstack/lib/horizon 2021-01-11 10:38:43.688 | + ./stack.sh:main:577 : source /home/ubuntu/devstack/lib/keystone 2021-01-11 10:38:43.711 | + ./stack.sh:main:578 : source /home/ubuntu/devstack/lib/glance 2021-01-11 10:38:43.746 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/nova 2021-01-11 10:38:43.816 | + ./stack.sh:main:580 : source /home/ubuntu/devstack/lib/placement 2021-01-11 10:38:43.835 | + ./stack.sh:main:581 : source /home/ubuntu/devstack/lib/cinder 2021-01-11 10:38:43.865 | + ./stack.sh:main:582 : source /home/ubuntu/devstack/lib/swift 2021-01-11 10:38:43.910 | + ./stack.sh:main:583 : source /home/ubuntu/devstack/lib/neutron 2021-01-11 10:38:44.020 | + ./stack.sh:main:584 : source /home/ubuntu/devstack/lib/ldap 2021-01-11 10:38:44.033 | + ./stack.sh:main:585 : source /home/ubuntu/devstack/lib/dstat 2021-01-11 10:38:44.045 | + ./stack.sh:main:586 : source /home/ubuntu/devstack/lib/tcpdump 2021-01-11 10:38:44.057 | + ./stack.sh:main:587 : source /home/ubuntu/devstack/lib/etcd3 2021-01-11 10:38:44.146 | + ./stack.sh:main:593 : run_phase source 2021-01-11 10:38:44.148 | + functions-common:run_phase:1734 : local mode=source 2021-01-11 10:38:44.150 | + functions-common:run_phase:1735 : local phase= 2021-01-11 10:38:44.152 | + functions-common:run_phase:1736 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-01-11 10:38:44.154 | + functions-common:run_phase:1737 : local extra_plugin_file_name 2021-01-11 10:38:44.157 | + functions-common:run_phase:1738 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-01-11 10:38:44.159 | + functions-common:run_phase:1743 : local exceptions=80-tempest.sh 2021-01-11 10:38:44.161 | + functions-common:run_phase:1744 : local extra 2021-01-11 10:38:44.163 | ++ functions-common:run_phase:1745 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-01-11 10:38:44.166 | + functions-common:run_phase:1745 : extra=80-tempest.sh 2021-01-11 10:38:44.168 | + functions-common:run_phase:1746 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-01-11 10:38:44.172 | + functions-common:run_phase:1750 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-01-11 10:38:44.174 | + functions-common:run_phase:1750 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2021-01-11 10:38:44.176 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-01-11 10:38:44.189 | ++ functions-common:is_service_enabled:1962 : return 0 2021-01-11 10:38:44.191 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2021-01-11 10:38:44.193 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2021-01-11 10:38:44.228 | ++ extras.d/80-tempest.sh:source:26 : [[ source == \u\n\s\t\a\c\k ]] 2021-01-11 10:38:44.230 | ++ extras.d/80-tempest.sh:source:31 : [[ source == \c\l\e\a\n ]] 2021-01-11 10:38:44.233 | + functions-common:run_phase:1755 : [[ source == \s\o\u\r\c\e ]] 2021-01-11 10:38:44.235 | + functions-common:run_phase:1756 : load_plugin_settings 2021-01-11 10:38:44.237 | + functions-common:load_plugin_settings:1670 : local plugins= 2021-01-11 10:38:44.239 | + functions-common:load_plugin_settings:1671 : local plugin 2021-01-11 10:38:44.241 | + functions-common:load_plugin_settings:1674 : [[ -z '' ]] 2021-01-11 10:38:44.243 | + functions-common:load_plugin_settings:1675 : return 2021-01-11 10:38:44.245 | + functions-common:run_phase:1757 : verify_disabled_services 2021-01-11 10:38:44.248 | + functions-common:verify_disabled_services:2017 : local service 2021-01-11 10:38:44.250 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-11 10:38:44.253 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2021-01-11 10:38:44.255 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-11 10:38:44.258 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2021-01-11 10:38:44.260 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-11 10:38:44.262 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2021-01-11 10:38:44.264 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-11 10:38:44.267 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2021-01-11 10:38:44.269 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-11 10:38:44.271 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2021-01-11 10:38:44.273 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-11 10:38:44.276 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2021-01-11 10:38:44.278 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-11 10:38:44.280 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2021-01-11 10:38:44.282 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-11 10:38:44.285 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2021-01-11 10:38:44.287 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-11 10:38:44.289 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2021-01-11 10:38:44.291 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-11 10:38:44.293 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2021-01-11 10:38:44.296 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-11 10:38:44.298 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2021-01-11 10:38:44.301 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-11 10:38:44.303 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2021-01-11 10:38:44.305 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-11 10:38:44.307 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2021-01-11 10:38:44.310 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-11 10:38:44.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, ]] 2021-01-11 10:38:44.315 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-11 10:38:44.317 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2021-01-11 10:38:44.319 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-11 10:38:44.321 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2021-01-11 10:38:44.324 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-11 10:38:44.326 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2021-01-11 10:38:44.328 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-11 10:38:44.330 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2021-01-11 10:38:44.333 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-11 10:38:44.335 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2021-01-11 10:38:44.337 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-11 10:38:44.339 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2021-01-11 10:38:44.341 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-11 10:38:44.344 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2021-01-11 10:38:44.347 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-11 10:38:44.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, ]] 2021-01-11 10:38:44.351 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-11 10:38:44.353 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2021-01-11 10:38:44.355 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-11 10:38:44.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, ]] 2021-01-11 10:38:44.361 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-11 10:38:44.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, ]] 2021-01-11 10:38:44.365 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-11 10:38:44.367 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2021-01-11 10:38:44.369 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-11 10:38:44.371 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2021-01-11 10:38:44.374 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-11 10:38:44.376 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2021-01-11 10:38:44.378 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-11 10:38:44.380 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2021-01-11 10:38:44.383 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-11 10:38:44.385 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2021-01-11 10:38:44.387 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-11 10:38:44.389 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2021-01-11 10:38:44.391 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-11 10:38:44.394 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2021-01-11 10:38:44.396 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-11 10:38:44.398 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2021-01-11 10:38:44.400 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-11 10:38:44.402 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2021-01-11 10:38:44.405 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-11 10:38:44.407 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2021-01-11 10:38:44.410 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-11 10:38:44.412 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2021-01-11 10:38:44.414 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-11 10:38:44.416 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2021-01-11 10:38:44.419 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-11 10:38:44.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, ]] 2021-01-11 10:38:44.424 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-11 10:38:44.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, ]] 2021-01-11 10:38:44.429 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-11 10:38:44.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, ]] 2021-01-11 10:38:44.434 | + ./stack.sh:main:664 : initialize_database_backends 2021-01-11 10:38:44.436 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-01-11 10:38:44.438 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2021-01-11 10:38:44.452 | + functions-common:is_service_enabled:1962 : return 0 2021-01-11 10:38:44.454 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2021-01-11 10:38:44.456 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-01-11 10:38:44.458 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2021-01-11 10:38:44.473 | + functions-common:is_service_enabled:1962 : return 1 2021-01-11 10:38:44.475 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2021-01-11 10:38:44.477 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2021-01-11 10:38:44.480 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2021-01-11 10:38:44.482 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2021-01-11 10:38:44.485 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2021-01-11 10:38:44.487 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2021-01-11 10:38:44.489 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2021-01-11 10:38:44.492 | ++ lib/database:initialize_database_backends:102 : get_database_type_mysql 2021-01-11 10:38:44.494 | ++ lib/databases/mysql:get_database_type_mysql:35 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2021-01-11 10:38:44.496 | ++ lib/databases/mysql:get_database_type_mysql:36 : echo mysql+pymysql 2021-01-11 10:38:44.499 | + lib/database:initialize_database_backends:102 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-01-11 10:38:44.501 | + lib/database:initialize_database_backends:104 : return 0 2021-01-11 10:38:44.504 | + ./stack.sh:main:665 : echo 'Using mysql database backend' 2021-01-11 10:38:44.504 | Using mysql database backend 2021-01-11 10:38:44.506 | + ./stack.sh:main:668 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2021-01-11 10:38:44.520 | + ./stack.sh:main:680 : is_service_enabled rabbit 2021-01-11 10:38:44.535 | + functions-common:is_service_enabled:1962 : return 0 2021-01-11 10:38:44.537 | + ./stack.sh:main:681 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2021-01-11 10:38:44.553 | + ./stack.sh:main:688 : is_service_enabled keystone 2021-01-11 10:38:44.567 | + functions-common:is_service_enabled:1962 : return 0 2021-01-11 10:38:44.570 | + ./stack.sh:main:690 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2021-01-11 10:38:44.584 | + ./stack.sh:main:692 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2021-01-11 10:38:44.599 | + ./stack.sh:main:703 : is_service_enabled ldap 2021-01-11 10:38:44.614 | + functions-common:is_service_enabled:1962 : return 1 2021-01-11 10:38:44.617 | + ./stack.sh:main:712 : is_service_enabled nova 2021-01-11 10:38:44.632 | + functions-common:is_service_enabled:1962 : return 0 2021-01-11 10:38:44.635 | + ./stack.sh:main:712 : [[ libvirt == \x\e\n\s\e\r\v\e\r ]] 2021-01-11 10:38:44.637 | + ./stack.sh:main:722 : is_service_enabled s-proxy 2021-01-11 10:38:44.652 | + functions-common:is_service_enabled:1962 : return 0 2021-01-11 10:38:44.655 | + ./stack.sh:main:726 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2021-01-11 10:38:44.670 | + ./stack.sh:main:728 : [[ -z '' ]] 2021-01-11 10:38:44.673 | + ./stack.sh:main:728 : [[ False == \T\r\u\e ]] 2021-01-11 10:38:44.675 | + ./stack.sh:main:734 : save_stackenv 734 2021-01-11 10:38:44.677 | + functions-common:save_stackenv:60 : local tag=734 2021-01-11 10:38:44.680 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2021-01-11 10:38:44.684 | + functions-common:save_stackenv:62 : time_stamp=2021-01-11-103844 2021-01-11 10:38:44.686 | + functions-common:save_stackenv:63 : echo '# 2021-01-11-103844 734' 2021-01-11 10:38:44.688 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-01-11 10:38:44.691 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-01-11 10:38:44.693 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-01-11 10:38:44.695 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2021-01-11 10:38:44.698 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-01-11 10:38:44.700 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2021-01-11 10:38:44.703 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-01-11 10:38:44.705 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2021-01-11 10:38:44.707 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-01-11 10:38:44.710 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.45 2021-01-11 10:38:44.712 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-01-11 10:38:44.714 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.45/identity 2021-01-11 10:38:44.717 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-01-11 10:38:44.720 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2021-01-11-103843 2021-01-11 10:38:44.722 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-01-11 10:38:44.724 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2021-01-11 10:38:44.727 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-01-11 10:38:44.729 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.45 2021-01-11 10:38:44.731 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-01-11 10:38:44.734 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2021-01-11 10:38:44.737 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-01-11 10:38:44.739 | + functions-common:save_stackenv:65 : echo TLS_IP= 2021-01-11 10:38:44.741 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-01-11 10:38:44.743 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2021-01-11 10:38:44.746 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-01-11 10:38:44.748 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2021-01-11 10:38:44.751 | + ./stack.sh:main:745 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2021-01-11 10:38:44.753 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/requirements.git 2021-01-11 10:38:44.755 | + functions-common:git_clone:526 : local git_dest=/opt/stack/requirements 2021-01-11 10:38:44.757 | + functions-common:git_clone:527 : local git_ref=master 2021-01-11 10:38:44.759 | + functions-common:git_clone:528 : local orig_dir 2021-01-11 10:38:44.762 | ++ functions-common:git_clone:529 : pwd 2021-01-11 10:38:44.765 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2021-01-11 10:38:44.767 | + functions-common:git_clone:530 : local git_clone_flags= 2021-01-11 10:38:44.769 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2021-01-11 10:38:44.784 | + functions-common:git_clone:532 : RECLONE=False 2021-01-11 10:38:44.786 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2021-01-11 10:38:44.788 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2021-01-11 10:38:44.791 | + functions-common:git_clone:546 : echo master 2021-01-11 10:38:44.791 | + functions-common:git_clone:546 : egrep -q '^refs' 2021-01-11 10:38:44.795 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/requirements ]] 2021-01-11 10:38:44.797 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2021-01-11 10:38:44.799 | + functions-common:git_clone:594 : cd /opt/stack/requirements 2021-01-11 10:38:44.802 | + functions-common:git_clone:595 : git show --oneline 2021-01-11 10:38:44.802 | + functions-common:git_clone:595 : head -1 2021-01-11 10:38:44.805 | b767e3e1 Updated from generate-constraints 2021-01-11 10:38:44.807 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2021-01-11 10:38:44.809 | + ./stack.sh:main:749 : echo_summary 'Installing package prerequisites' 2021-01-11 10:38:44.812 | + ./stack.sh:echo_summary:410 : [[ -t 3 ]] 2021-01-11 10:38:44.815 | + ./stack.sh:echo_summary:416 : echo -e Installing package prerequisites 2021-01-11 10:38:44.817 | + ./stack.sh:main:750 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2021-01-11 10:38:44.820 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2021-01-11 10:38:44.822 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2021-01-11 10:38:44.825 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2021-01-11 10:38:44.828 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2021-01-11 10:38:44.830 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2021-01-11 10:38:44.832 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2021-01-11 10:38:44.835 | +++ tools/install_prereqs.sh:source:47 : date +%s 2021-01-11 10:38:44.839 | ++ tools/install_prereqs.sh:source:47 : NOW=1610361524 2021-01-11 10:38:44.843 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2021-01-11 10:38:44.847 | +++ tools/install_prereqs.sh:source:48 : echo 0 2021-01-11 10:38:44.850 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2021-01-11 10:38:44.852 | ++ tools/install_prereqs.sh:source:49 : DELTA=1610361524 2021-01-11 10:38:44.855 | ++ tools/install_prereqs.sh:source:50 : [[ 1610361524 -lt 7200 ]] 2021-01-11 10:38:44.857 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2021-01-11 10:38:44.860 | ++ functions-common:export_proxy_variables:2124 : isset http_proxy 2021-01-11 10:38:44.862 | ++ functions-common:isset:174 : [[ -v http_proxy ]] 2021-01-11 10:38:44.865 | ++ functions-common:export_proxy_variables:2127 : isset https_proxy 2021-01-11 10:38:44.867 | ++ functions-common:isset:174 : [[ -v https_proxy ]] 2021-01-11 10:38:44.869 | ++ functions-common:export_proxy_variables:2130 : isset no_proxy 2021-01-11 10:38:44.872 | ++ functions-common:isset:174 : [[ -v no_proxy ]] 2021-01-11 10:38:44.875 | +++ tools/install_prereqs.sh:source:64 : get_packages general,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2021-01-11 10:38:44.923 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2021-01-11 10:38:44.923 | apache2-dev 2021-01-11 10:38:44.923 | bc 2021-01-11 10:38:44.923 | bsdmainutils 2021-01-11 10:38:44.923 | curl 2021-01-11 10:38:44.923 | g++ 2021-01-11 10:38:44.923 | gcc 2021-01-11 10:38:44.923 | gettext 2021-01-11 10:38:44.923 | git 2021-01-11 10:38:44.923 | graphviz 2021-01-11 10:38:44.923 | iputils-ping 2021-01-11 10:38:44.923 | libapache2-mod-proxy-uwsgi 2021-01-11 10:38:44.923 | libffi-dev 2021-01-11 10:38:44.923 | libjpeg-dev 2021-01-11 10:38:44.923 | libmysqlclient-dev 2021-01-11 10:38:44.923 | libpcre3-dev 2021-01-11 10:38:44.923 | libpq-dev 2021-01-11 10:38:44.923 | libssl-dev 2021-01-11 10:38:44.923 | libsystemd-dev 2021-01-11 10:38:44.923 | libxml2-dev 2021-01-11 10:38:44.923 | libxslt1-dev 2021-01-11 10:38:44.923 | libyaml-dev 2021-01-11 10:38:44.923 | lsof 2021-01-11 10:38:44.923 | openssh-server 2021-01-11 10:38:44.923 | openssl 2021-01-11 10:38:44.924 | pkg-config 2021-01-11 10:38:44.924 | psmisc 2021-01-11 10:38:44.924 | python3-dev 2021-01-11 10:38:44.924 | python3-pip 2021-01-11 10:38:44.924 | python3-systemd 2021-01-11 10:38:44.924 | python3-venv 2021-01-11 10:38:44.924 | tar 2021-01-11 10:38:44.924 | tcpdump 2021-01-11 10:38:44.924 | unzip 2021-01-11 10:38:44.924 | uuid-runtime 2021-01-11 10:38:44.924 | wget 2021-01-11 10:38:44.924 | wget 2021-01-11 10:38:44.924 | zlib1g-dev 2021-01-11 10:38:44.924 | libkrb5-dev 2021-01-11 10:38:44.924 | libldap2-dev 2021-01-11 10:38:44.924 | libsasl2-dev 2021-01-11 10:38:44.924 | memcached 2021-01-11 10:38:44.924 | python3-mysqldb 2021-01-11 10:38:44.924 | sqlite3 2021-01-11 10:38:44.924 | conntrack 2021-01-11 10:38:44.924 | curl 2021-01-11 10:38:44.924 | dnsmasq-base 2021-01-11 10:38:44.924 | dnsmasq-utils 2021-01-11 10:38:44.924 | ebtables 2021-01-11 10:38:44.924 | gawk 2021-01-11 10:38:44.924 | genisoimage 2021-01-11 10:38:44.924 | iptables 2021-01-11 10:38:44.924 | iputils-arping 2021-01-11 10:38:44.924 | kpartx 2021-01-11 10:38:44.924 | libjs-jquery-tablesorter 2021-01-11 10:38:44.924 | libmysqlclient-dev 2021-01-11 10:38:44.924 | parted 2021-01-11 10:38:44.924 | pm-utils 2021-01-11 10:38:44.924 | python3-mysqldb 2021-01-11 10:38:44.924 | socat 2021-01-11 10:38:44.924 | sqlite3 2021-01-11 10:38:44.925 | sudo 2021-01-11 10:38:44.925 | vlan 2021-01-11 10:38:44.925 | lsscsi 2021-01-11 10:38:44.925 | open-iscsi 2021-01-11 10:38:44.925 | lvm2 2021-01-11 10:38:44.925 | qemu-utils 2021-01-11 10:38:44.925 | thin-provisioning-tools 2021-01-11 10:38:44.925 | acl 2021-01-11 10:38:44.925 | dnsmasq-base 2021-01-11 10:38:44.925 | dnsmasq-utils 2021-01-11 10:38:44.925 | ebtables 2021-01-11 10:38:44.925 | haproxy 2021-01-11 10:38:44.925 | iptables 2021-01-11 10:38:44.925 | iputils-arping 2021-01-11 10:38:44.925 | iputils-ping 2021-01-11 10:38:44.925 | libmysqlclient-dev 2021-01-11 10:38:44.925 | postgresql-server-dev-all 2021-01-11 10:38:44.925 | python3-mysqldb 2021-01-11 10:38:44.925 | sqlite3 2021-01-11 10:38:44.925 | sudo 2021-01-11 10:38:44.925 | vlan 2021-01-11 10:38:44.925 | ipset 2021-01-11 10:38:44.925 | conntrack 2021-01-11 10:38:44.925 | conntrackd 2021-01-11 10:38:44.925 | keepalived 2021-01-11 10:38:44.925 | dstat 2021-01-11 10:38:44.925 | lvm2 2021-01-11 10:38:44.925 | qemu-utils 2021-01-11 10:38:44.925 | thin-provisioning-tools 2021-01-11 10:38:44.925 | curl 2021-01-11 10:38:44.925 | liberasurecode-dev 2021-01-11 10:38:44.925 | make 2021-01-11 10:38:44.925 | memcached 2021-01-11 10:38:44.925 | sqlite3 2021-01-11 10:38:44.925 | xfsprogs' 2021-01-11 10:38:44.926 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2021-01-11 10:38:44.943 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2021-01-11 10:38:44.943 | apache2-dev 2021-01-11 10:38:44.943 | bc 2021-01-11 10:38:44.943 | bsdmainutils 2021-01-11 10:38:44.943 | curl 2021-01-11 10:38:44.943 | g++ 2021-01-11 10:38:44.943 | gcc 2021-01-11 10:38:44.943 | gettext 2021-01-11 10:38:44.943 | git 2021-01-11 10:38:44.943 | graphviz 2021-01-11 10:38:44.943 | iputils-ping 2021-01-11 10:38:44.943 | libapache2-mod-proxy-uwsgi 2021-01-11 10:38:44.943 | libffi-dev 2021-01-11 10:38:44.943 | libjpeg-dev 2021-01-11 10:38:44.943 | libmysqlclient-dev 2021-01-11 10:38:44.943 | libpcre3-dev 2021-01-11 10:38:44.944 | libpq-dev 2021-01-11 10:38:44.944 | libssl-dev 2021-01-11 10:38:44.944 | libsystemd-dev 2021-01-11 10:38:44.944 | libxml2-dev 2021-01-11 10:38:44.944 | libxslt1-dev 2021-01-11 10:38:44.944 | libyaml-dev 2021-01-11 10:38:44.944 | lsof 2021-01-11 10:38:44.944 | openssh-server 2021-01-11 10:38:44.944 | openssl 2021-01-11 10:38:44.944 | pkg-config 2021-01-11 10:38:44.944 | psmisc 2021-01-11 10:38:44.944 | python3-dev 2021-01-11 10:38:44.944 | python3-pip 2021-01-11 10:38:44.944 | python3-systemd 2021-01-11 10:38:44.944 | python3-venv 2021-01-11 10:38:44.944 | tar 2021-01-11 10:38:44.944 | tcpdump 2021-01-11 10:38:44.944 | unzip 2021-01-11 10:38:44.944 | uuid-runtime 2021-01-11 10:38:44.944 | wget 2021-01-11 10:38:44.944 | wget 2021-01-11 10:38:44.944 | zlib1g-dev 2021-01-11 10:38:44.944 | libkrb5-dev 2021-01-11 10:38:44.944 | libldap2-dev 2021-01-11 10:38:44.944 | libsasl2-dev 2021-01-11 10:38:44.944 | memcached 2021-01-11 10:38:44.944 | python3-mysqldb 2021-01-11 10:38:44.944 | sqlite3 2021-01-11 10:38:44.944 | conntrack 2021-01-11 10:38:44.944 | curl 2021-01-11 10:38:44.944 | dnsmasq-base 2021-01-11 10:38:44.944 | dnsmasq-utils 2021-01-11 10:38:44.944 | ebtables 2021-01-11 10:38:44.944 | gawk 2021-01-11 10:38:44.944 | genisoimage 2021-01-11 10:38:44.945 | iptables 2021-01-11 10:38:44.945 | iputils-arping 2021-01-11 10:38:44.945 | kpartx 2021-01-11 10:38:44.945 | libjs-jquery-tablesorter 2021-01-11 10:38:44.945 | libmysqlclient-dev 2021-01-11 10:38:44.945 | parted 2021-01-11 10:38:44.945 | pm-utils 2021-01-11 10:38:44.945 | python3-mysqldb 2021-01-11 10:38:44.945 | socat 2021-01-11 10:38:44.945 | sqlite3 2021-01-11 10:38:44.945 | sudo 2021-01-11 10:38:44.945 | vlan 2021-01-11 10:38:44.945 | lsscsi 2021-01-11 10:38:44.945 | open-iscsi 2021-01-11 10:38:44.945 | lvm2 2021-01-11 10:38:44.945 | qemu-utils 2021-01-11 10:38:44.945 | thin-provisioning-tools 2021-01-11 10:38:44.945 | acl 2021-01-11 10:38:44.945 | dnsmasq-base 2021-01-11 10:38:44.945 | dnsmasq-utils 2021-01-11 10:38:44.945 | ebtables 2021-01-11 10:38:44.945 | haproxy 2021-01-11 10:38:44.945 | iptables 2021-01-11 10:38:44.945 | iputils-arping 2021-01-11 10:38:44.945 | iputils-ping 2021-01-11 10:38:44.945 | libmysqlclient-dev 2021-01-11 10:38:44.945 | postgresql-server-dev-all 2021-01-11 10:38:44.945 | python3-mysqldb 2021-01-11 10:38:44.945 | sqlite3 2021-01-11 10:38:44.945 | sudo 2021-01-11 10:38:44.945 | vlan 2021-01-11 10:38:44.945 | ipset 2021-01-11 10:38:44.945 | conntrack 2021-01-11 10:38:44.945 | conntrackd 2021-01-11 10:38:44.945 | keepalived 2021-01-11 10:38:44.945 | dstat 2021-01-11 10:38:44.946 | lvm2 2021-01-11 10:38:44.946 | qemu-utils 2021-01-11 10:38:44.946 | thin-provisioning-tools 2021-01-11 10:38:44.946 | curl 2021-01-11 10:38:44.946 | liberasurecode-dev 2021-01-11 10:38:44.946 | make 2021-01-11 10:38:44.946 | memcached 2021-01-11 10:38:44.946 | sqlite3 2021-01-11 10:38:44.946 | xfsprogs ' 2021-01-11 10:38:44.946 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2021-01-11 10:38:44.948 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-11 10:38:44.950 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-11 10:38:44.954 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2021-01-11 10:38:44.954 | ++ tools/install_prereqs.sh:source:67 : echo apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-01-11 10:38:44.958 | ++ tools/install_prereqs.sh:source:72 : install_package apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-01-11 10:38:44.960 | ++ functions-common:install_package:1344 : update_package_repo 2021-01-11 10:38:44.962 | ++ functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2021-01-11 10:38:44.964 | ++ functions-common:update_package_repo:1317 : REPOS_UPDATED=False 2021-01-11 10:38:44.967 | ++ functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2021-01-11 10:38:44.970 | ++ functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2021-01-11 10:38:44.972 | ++ functions-common:update_package_repo:1324 : is_ubuntu 2021-01-11 10:38:44.974 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-11 10:38:44.976 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-11 10:38:44.978 | ++ functions-common:update_package_repo:1325 : apt_get_update 2021-01-11 10:38:44.980 | ++ functions-common:apt_get_update:1070 : [[ False == \T\r\u\e ]] 2021-01-11 10:38:44.983 | ++ functions-common:apt_get_update:1075 : [[ False = \T\r\u\e ]] 2021-01-11 10:38:44.985 | ++ functions-common:apt_get_update:1077 : local sudo=sudo 2021-01-11 10:38:44.987 | +++ functions-common:apt_get_update:1078 : id -u 2021-01-11 10:38:44.991 | ++ functions-common:apt_get_update:1078 : [[ 1000 = \0 ]] 2021-01-11 10:38:44.993 | ++ functions-common:apt_get_update:1081 : time_start apt-get-update 2021-01-11 10:38:44.996 | ++ functions-common:time_start:2292 : local name=apt-get-update 2021-01-11 10:38:44.998 | ++ functions-common:time_start:2293 : local start_time= 2021-01-11 10:38:45.000 | ++ functions-common:time_start:2294 : [[ -n '' ]] 2021-01-11 10:38:45.002 | +++ functions-common:time_start:2297 : date +%s%3N 2021-01-11 10:38:45.006 | ++ functions-common:time_start:2297 : _TIME_START[$name]=1610361525003 2021-01-11 10:38:45.008 | ++ functions-common:apt_get_update:1083 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2021-01-11 10:38:45.010 | ++ functions-common:apt_get_update:1084 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2021-01-11 10:38:45.012 | ++ functions-common:apt_get_update:1085 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2021-01-11 10:38:45.472 | Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 2021-01-11 10:38:45.472 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2021-01-11 10:38:45.626 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2021-01-11 10:38:45.790 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2021-01-11 10:38:47.798 | Reading package lists... 2021-01-11 10:38:47.857 | ++ functions-common:apt_get_update:1089 : REPOS_UPDATED=True 2021-01-11 10:38:47.859 | ++ functions-common:apt_get_update:1091 : time_stop apt-get-update 2021-01-11 10:38:47.862 | ++ functions-common:time_stop:2306 : local name 2021-01-11 10:38:47.864 | ++ functions-common:time_stop:2307 : local end_time 2021-01-11 10:38:47.866 | ++ functions-common:time_stop:2308 : local elapsed_time 2021-01-11 10:38:47.869 | ++ functions-common:time_stop:2309 : local total 2021-01-11 10:38:47.871 | ++ functions-common:time_stop:2310 : local start_time 2021-01-11 10:38:47.873 | ++ functions-common:time_stop:2312 : name=apt-get-update 2021-01-11 10:38:47.875 | ++ functions-common:time_stop:2313 : start_time=1610361525003 2021-01-11 10:38:47.878 | ++ functions-common:time_stop:2315 : [[ -z 1610361525003 ]] 2021-01-11 10:38:47.881 | +++ functions-common:time_stop:2318 : date +%s%3N 2021-01-11 10:38:47.884 | ++ functions-common:time_stop:2318 : end_time=1610361527882 2021-01-11 10:38:47.886 | ++ functions-common:time_stop:2319 : elapsed_time=2879 2021-01-11 10:38:47.888 | ++ functions-common:time_stop:2320 : total=0 2021-01-11 10:38:47.891 | ++ functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-11 10:38:47.893 | ++ functions-common:time_stop:2323 : _TIME_TOTAL[$name]=2879 2021-01-11 10:38:47.895 | ++ functions-common:install_package:1345 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-01-11 10:38:47.898 | ++ functions-common:real_install_package:1330 : is_ubuntu 2021-01-11 10:38:47.900 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-11 10:38:47.902 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-11 10:38:47.905 | ++ functions-common:real_install_package:1331 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-01-11 10:38:47.925 | ++ functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-01-11 10:38:48.045 | Reading package lists... 2021-01-11 10:38:48.289 | Building dependency tree... 2021-01-11 10:38:48.290 | Reading state information... 2021-01-11 10:38:48.529 | acl is already the newest version (2.2.52-3build1). 2021-01-11 10:38:48.529 | acl set to manually installed. 2021-01-11 10:38:48.529 | bc is already the newest version (1.07.1-2). 2021-01-11 10:38:48.529 | bc set to manually installed. 2021-01-11 10:38:48.529 | bsdmainutils is already the newest version (11.1.2ubuntu1). 2021-01-11 10:38:48.529 | bsdmainutils set to manually installed. 2021-01-11 10:38:48.529 | dnsmasq-base is already the newest version (2.79-1). 2021-01-11 10:38:48.529 | dnsmasq-base set to manually installed. 2021-01-11 10:38:48.529 | gawk is already the newest version (1:4.1.4+dfsg-1build1). 2021-01-11 10:38:48.529 | gawk set to manually installed. 2021-01-11 10:38:48.529 | iptables is already the newest version (1.6.1-2ubuntu2). 2021-01-11 10:38:48.529 | iptables set to manually installed. 2021-01-11 10:38:48.529 | libpcre3-dev is already the newest version (2:8.39-9). 2021-01-11 10:38:48.529 | lsof is already the newest version (4.89+dfsg-0.1). 2021-01-11 10:38:48.529 | lsof set to manually installed. 2021-01-11 10:38:48.529 | python3-systemd is already the newest version (234-1build1). 2021-01-11 10:38:48.529 | python3-systemd set to manually installed. 2021-01-11 10:38:48.529 | xfsprogs is already the newest version (4.9.0+nmu1ubuntu2). 2021-01-11 10:38:48.529 | ebtables is already the newest version (2.0.10.4-3.5ubuntu2.18.04.3). 2021-01-11 10:38:48.529 | ebtables set to manually installed. 2021-01-11 10:38:48.529 | gcc is already the newest version (4:7.4.0-1ubuntu2.3). 2021-01-11 10:38:48.529 | iputils-ping is already the newest version (3:20161105-1ubuntu3). 2021-01-11 10:38:48.529 | openssh-server is already the newest version (1:7.6p1-4ubuntu0.3). 2021-01-11 10:38:48.529 | parted is already the newest version (3.2-20ubuntu0.2). 2021-01-11 10:38:48.530 | parted set to manually installed. 2021-01-11 10:38:48.530 | psmisc is already the newest version (23.1-1ubuntu0.1). 2021-01-11 10:38:48.530 | psmisc set to manually installed. 2021-01-11 10:38:48.530 | python3-dev is already the newest version (3.6.7-1~18.04). 2021-01-11 10:38:48.530 | tar is already the newest version (1.29b-2ubuntu0.1). 2021-01-11 10:38:48.530 | tar set to manually installed. 2021-01-11 10:38:48.530 | wget is already the newest version (1.19.4-1ubuntu2.2). 2021-01-11 10:38:48.530 | wget set to manually installed. 2021-01-11 10:38:48.530 | The following packages were automatically installed and are no longer required: 2021-01-11 10:38:48.530 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-01-11 10:38:48.530 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-01-11 10:38:48.530 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-01-11 10:38:48.530 | python3-pyasn1 python3-requests-unixsocket python3-serial 2021-01-11 10:38:48.530 | python3-twisted-bin python3-zope.interface 2021-01-11 10:38:48.530 | Use 'sudo apt autoremove' to remove them. 2021-01-11 10:38:48.530 | The following additional packages will be installed: 2021-01-11 10:38:48.530 | apache2-bin apache2-data apache2-utils autoconf automake autopoint 2021-01-11 10:38:48.530 | autotools-dev build-essential comerr-dev dctrl-tools debhelper dh-autoreconf 2021-01-11 10:38:48.530 | dh-strip-nondeterminism dpkg-dev fakeroot fontconfig fontconfig-config 2021-01-11 10:38:48.530 | fonts-dejavu-core fonts-liberation g++-7 gir1.2-harfbuzz-0.0 2021-01-11 10:38:48.530 | ibverbs-providers icu-devtools intltool-debian ipvsadm javascript-common 2021-01-11 10:38:48.530 | krb5-multidev libaio1 libalgorithm-diff-perl libalgorithm-diff-xs-perl 2021-01-11 10:38:48.530 | libalgorithm-merge-perl libann0 libapr1 libapr1-dev libaprutil1 2021-01-11 10:38:48.530 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap 2021-01-11 10:38:48.530 | libarchive-cpio-perl libarchive-zip-perl libcairo2 libcdt5 libcgraph6 2021-01-11 10:38:48.530 | libcom-err2 libcroco3 libcurl4 libdatrie1 libdpkg-perl liberasurecode1 2021-01-11 10:38:48.530 | libfakeroot libfile-fcntllock-perl libfile-stripnondeterminism-perl 2021-01-11 10:38:48.530 | libfontconfig1 libgd3 libglib2.0-0 libglib2.0-bin libglib2.0-dev 2021-01-11 10:38:48.530 | libglib2.0-dev-bin libgraphite2-3 libgraphite2-dev libgssapi-krb5-2 2021-01-11 10:38:48.530 | libgssrpc4 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz-dev 2021-01-11 10:38:48.530 | libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz0b libibverbs1 libice6 2021-01-11 10:38:48.531 | libicu-dev libicu-le-hb-dev libicu-le-hb0 libicu60 libiculx60 libipset3 2021-01-11 10:38:48.531 | libiscsi7 libjansson4 libjbig0 libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2021-01-11 10:38:48.531 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libk5crypto3 2021-01-11 10:38:48.531 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-3 libkrb5support0 2021-01-11 10:38:48.531 | liblab-gamut1 libldap-2.4-2 libldap-common libltdl-dev libltdl7 liblua5.2-0 2021-01-11 10:38:48.531 | liblua5.3-0 libmail-sendmail-perl libmatheval1 libmysqlclient20 2021-01-11 10:38:48.531 | libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 2021-01-11 10:38:48.531 | libnl-route-3-200 libnorm1 libnspr4 libnss-systemd libnss3 libpam-systemd 2021-01-11 10:38:48.531 | libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 2021-01-11 10:38:48.531 | libpgm-5.2-0 libpixman-1-0 libpq5 librados2 librbd1 libsasl2-2 2021-01-11 10:38:48.531 | libsasl2-modules libsasl2-modules-db libsctp-dev libsctp1 libsensors4 libsm6 2021-01-11 10:38:48.531 | libsnmp-base libsnmp30 libsodium23 libsqlite3-0 libssl1.1 libstdc++-7-dev 2021-01-11 10:38:48.531 | libsys-hostname-long-perl libsystemd0 libthai-data libthai0 libtiff5 2021-01-11 10:38:48.531 | libtimedate-perl libtool libuuid1 libwebp6 libx86-1 libxaw7 libxcb-render0 2021-01-11 10:38:48.531 | libxcb-shm0 libxml2 libxmu6 libxpm4 libxrender1 libxslt1.1 libxt6 libzmq5 m4 2021-01-11 10:38:48.531 | mysql-common po-debconf postgresql-client-common postgresql-common 2021-01-11 10:38:48.531 | postgresql-server-dev-10 python-pip-whl python3-crypto python3-keyring 2021-01-11 10:38:48.531 | python3-keyrings.alt python3-secretstorage python3-setuptools python3-wheel 2021-01-11 10:38:48.531 | python3-xdg python3.6-venv qemu-block-extra sharutils ssl-cert systemd 2021-01-11 10:38:48.531 | uuid-dev uwsgi-core vbetool x11-common 2021-01-11 10:38:48.532 | Suggested packages: 2021-01-11 10:38:48.532 | www-browser apache2-doc apache2-suexec-pristine | apache2-suexec-custom 2021-01-11 10:38:48.532 | autoconf-archive gnu-standards autoconf-doc doc-base debtags dh-make dwz 2021-01-11 10:38:48.532 | debian-keyring g++-multilib g++-7-multilib gcc-7-doc libstdc++6-7-dbg wodim 2021-01-11 10:38:48.532 | cdrkit-doc gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run 2021-01-11 10:38:48.532 | | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs 2021-01-11 10:38:48.532 | git-mediawiki git-svn gsfonts graphviz-doc vim-haproxy haproxy-doc heartbeat 2021-01-11 10:38:48.532 | ldirectord krb5-doc uwsgi bzr libisal2 libjerasure2 libgd-tools 2021-01-11 10:38:48.532 | libglib2.0-doc libgraphite2-utils krb5-user icu-doc libtool-doc 2021-01-11 10:38:48.532 | postgresql-doc-10 libsasl2-modules-gssapi-mit 2021-01-11 10:38:48.532 | | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp 2021-01-11 10:38:48.532 | libsasl2-modules-sql lksctp-tools lm-sensors snmp-mibs-downloader libssl-doc 2021-01-11 10:38:48.532 | libstdc++-7-doc gfortran | fortran95-compiler gcj-jdk libyaml-doc m4-doc 2021-01-11 10:38:48.532 | make-doc libcache-memcached-perl libmemcached libanyevent-perl libyaml-perl 2021-01-11 10:38:48.533 | libterm-readkey-perl cpufrequtils wireless-tools radeontool libmail-box-perl 2021-01-11 10:38:48.533 | libjson-perl python-crypto-doc gnome-keyring libkf5wallet-bin 2021-01-11 10:38:48.533 | gir1.2-gnomekeyring-1.0 default-mysql-server | virtual-mysql-server 2021-01-11 10:38:48.533 | python-egenix-mxdatetime python3-mysqldb-dbg python-secretstorage-doc 2021-01-11 10:38:48.533 | python-setuptools-doc debootstrap sharutils-doc bsd-mailx | mailx 2021-01-11 10:38:48.533 | sqlite3-doc openssl-blacklist systemd-container zip uwsgi-plugins-all 2021-01-11 10:38:48.533 | uwsgi-extra uwsgi-dev 2021-01-11 10:38:48.780 | The following NEW packages will be installed: 2021-01-11 10:38:48.780 | apache2 apache2-bin apache2-data apache2-dev apache2-utils autoconf automake 2021-01-11 10:38:48.780 | autopoint autotools-dev build-essential comerr-dev conntrack conntrackd 2021-01-11 10:38:48.780 | dctrl-tools debhelper dh-autoreconf dh-strip-nondeterminism dnsmasq-utils 2021-01-11 10:38:48.780 | dpkg-dev dstat fakeroot fontconfig fontconfig-config fonts-dejavu-core 2021-01-11 10:38:48.780 | fonts-liberation g++ g++-7 genisoimage gettext gir1.2-harfbuzz-0.0 graphviz 2021-01-11 10:38:48.780 | haproxy ibverbs-providers icu-devtools intltool-debian ipset iputils-arping 2021-01-11 10:38:48.780 | ipvsadm javascript-common keepalived kpartx krb5-multidev libaio1 2021-01-11 10:38:48.780 | libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 2021-01-11 10:38:48.780 | libann0 libapache2-mod-proxy-uwsgi libapr1 libapr1-dev libaprutil1 2021-01-11 10:38:48.780 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap 2021-01-11 10:38:48.780 | libarchive-cpio-perl libarchive-zip-perl libcairo2 libcdt5 libcgraph6 2021-01-11 10:38:48.781 | libcroco3 libdatrie1 libdpkg-perl liberasurecode-dev liberasurecode1 2021-01-11 10:38:48.781 | libfakeroot libffi-dev libfile-fcntllock-perl 2021-01-11 10:38:48.781 | libfile-stripnondeterminism-perl libfontconfig1 libgd3 libglib2.0-bin 2021-01-11 10:38:48.781 | libglib2.0-dev libglib2.0-dev-bin libgraphite2-3 libgraphite2-dev libgssrpc4 2021-01-11 10:38:48.781 | libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz-dev 2021-01-11 10:38:48.781 | libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz0b libibverbs1 libice6 2021-01-11 10:38:48.781 | libicu-dev libicu-le-hb-dev libicu-le-hb0 libiculx60 libipset3 libiscsi7 2021-01-11 10:38:48.781 | libjansson4 libjbig0 libjpeg-dev libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2021-01-11 10:38:48.781 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libjs-jquery-tablesorter 2021-01-11 10:38:48.781 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-dev liblab-gamut1 2021-01-11 10:38:48.781 | libldap2-dev libltdl-dev libltdl7 liblua5.2-0 liblua5.3-0 2021-01-11 10:38:48.781 | libmail-sendmail-perl libmatheval1 libmysqlclient-dev libmysqlclient20 2021-01-11 10:38:48.781 | libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 2021-01-11 10:38:48.781 | libnl-route-3-200 libnorm1 libnspr4 libnss3 libpango-1.0-0 2021-01-11 10:38:48.781 | libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpgm-5.2-0 2021-01-11 10:38:48.781 | libpixman-1-0 libpq-dev libpq5 librados2 librbd1 libsasl2-dev libsctp-dev 2021-01-11 10:38:48.781 | libsctp1 libsensors4 libsm6 libsnmp-base libsnmp30 libsodium23 libssl-dev 2021-01-11 10:38:48.781 | libstdc++-7-dev libsys-hostname-long-perl libsystemd-dev libthai-data 2021-01-11 10:38:48.781 | libthai0 libtiff5 libtimedate-perl libtool libwebp6 libx86-1 libxaw7 2021-01-11 10:38:48.781 | libxcb-render0 libxcb-shm0 libxml2-dev libxmu6 libxpm4 libxrender1 2021-01-11 10:38:48.781 | libxslt1-dev libxt6 libyaml-dev libzmq5 lsscsi m4 make memcached 2021-01-11 10:38:48.781 | mysql-common pkg-config pm-utils po-debconf postgresql-client-common 2021-01-11 10:38:48.781 | postgresql-common postgresql-server-dev-10 postgresql-server-dev-all 2021-01-11 10:38:48.781 | python-pip-whl python3-crypto python3-keyring python3-keyrings.alt 2021-01-11 10:38:48.781 | python3-mysqldb python3-pip python3-secretstorage python3-setuptools 2021-01-11 10:38:48.782 | python3-venv python3-wheel python3-xdg python3.6-venv qemu-block-extra 2021-01-11 10:38:48.782 | qemu-utils sharutils socat sqlite3 ssl-cert thin-provisioning-tools unzip 2021-01-11 10:38:48.782 | uuid-dev uwsgi-core vbetool vlan x11-common zlib1g-dev 2021-01-11 10:38:48.782 | The following packages will be upgraded: 2021-01-11 10:38:48.782 | curl git libcom-err2 libcurl4 libglib2.0-0 libgssapi-krb5-2 libicu60 2021-01-11 10:38:48.782 | libk5crypto3 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common 2021-01-11 10:38:48.782 | libnss-systemd libpam-systemd libsasl2-2 libsasl2-modules 2021-01-11 10:38:48.783 | libsasl2-modules-db libsqlite3-0 libssl1.1 libsystemd0 libuuid1 libxml2 2021-01-11 10:38:48.783 | libxslt1.1 lvm2 open-iscsi openssl sudo systemd tcpdump uuid-runtime 2021-01-11 10:38:48.949 | 30 upgraded, 202 newly installed, 0 to remove and 146 not upgraded. 2021-01-11 10:38:48.949 | Need to get 84.3 MB of archives. 2021-01-11 10:38:48.949 | After this operation, 263 MB of additional disk space will be used. 2021-01-11 10:38:48.949 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss-systemd amd64 237-3ubuntu10.43 [105 kB] 2021-01-11 10:38:49.260 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-systemd amd64 237-3ubuntu10.43 [107 kB] 2021-01-11 10:38:49.315 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2,913 kB] 2021-01-11 10:38:49.940 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 2021-01-11 10:38:49.974 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 2021-01-11 10:38:49.976 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 uuid-runtime amd64 2.31.1-0.4ubuntu3.7 [34.8 kB] 2021-01-11 10:38:49.982 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libapr1 amd64 1.6.3-2 [90.9 kB] 2021-01-11 10:38:49.994 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1,301 kB] 2021-01-11 10:38:50.193 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1 amd64 1.6.1-2 [84.4 kB] 2021-01-11 10:38:50.203 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 2021-01-11 10:38:50.271 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-dbd-sqlite3 amd64 1.6.1-2 [10.6 kB] 2021-01-11 10:38:50.272 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 2021-01-11 10:38:50.274 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 2021-01-11 10:38:50.306 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 2021-01-11 10:38:50.308 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 2021-01-11 10:38:50.330 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-ldap amd64 1.6.1-2 [8,764 B] 2021-01-11 10:38:50.332 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liblua5.2-0 amd64 5.2.4-1.1build1 [108 kB] 2021-01-11 10:38:50.406 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu60 amd64 60.2-3ubuntu3.1 [8,054 kB] 2021-01-11 10:38:51.747 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2 amd64 2.9.4+dfsg1-6.1ubuntu1.3 [663 kB] 2021-01-11 10:38:51.769 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-bin amd64 2.4.29-1ubuntu4.14 [1,070 kB] 2021-01-11 10:38:52.020 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-utils amd64 2.4.29-1ubuntu4.14 [83.9 kB] 2021-01-11 10:38:52.023 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-data all 2.4.29-1ubuntu4.14 [160 kB] 2021-01-11 10:38:52.201 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2 amd64 2.4.29-1ubuntu4.14 [95.1 kB] 2021-01-11 10:38:52.205 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-dejavu-core all 2.37-1 [1,041 kB] 2021-01-11 10:38:52.319 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 fonts-liberation all 1:1.07.4-7~18.04.1 [822 kB] 2021-01-11 10:38:52.496 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig-config all 2.12.6-0ubuntu2 [55.8 kB] 2021-01-11 10:38:52.497 | Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfontconfig1 amd64 2.12.6-0ubuntu2 [137 kB] 2021-01-11 10:38:52.501 | Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig amd64 2.12.6-0ubuntu2 [169 kB] 2021-01-11 10:38:52.506 | Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblua5.3-0 amd64 5.3.3-1ubuntu0.18.04.1 [115 kB] 2021-01-11 10:38:52.509 | Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 haproxy amd64 1.8.8-1ubuntu0.11 [1,116 kB] 2021-01-11 10:38:52.591 | Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjpeg-turbo8 amd64 1.5.2-0ubuntu5.18.04.4 [110 kB] 2021-01-11 10:38:52.601 | Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 x11-common all 1:7.7+19ubuntu7.1 [22.5 kB] 2021-01-11 10:38:52.602 | Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libice6 amd64 2:1.0.9-2 [40.2 kB] 2021-01-11 10:38:52.603 | Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsm6 amd64 2:1.2.2-1 [15.8 kB] 2021-01-11 10:38:52.624 | Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 open-iscsi amd64 2.0.874-5ubuntu2.10 [280 kB] 2021-01-11 10:38:52.753 | Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnetfilter-cthelper0 amd64 1.0.0-1ubuntu1 [6,530 B] 2021-01-11 10:38:52.754 | Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8,848 B] 2021-01-11 10:38:52.754 | Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1,171 kB] 2021-01-11 10:38:52.922 | Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 2021-01-11 10:38:53.190 | Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 2021-01-11 10:38:53.300 | Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 2021-01-11 10:38:53.305 | Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 2021-01-11 10:38:53.315 | Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 2021-01-11 10:38:53.318 | Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 2021-01-11 10:38:53.321 | Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 tcpdump amd64 4.9.3-0ubuntu0.18.04.1 [364 kB] 2021-01-11 10:38:53.335 | Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 uuid-dev amd64 2.31.1-0.4ubuntu3.7 [33.2 kB] 2021-01-11 10:38:53.337 | Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsctp1 amd64 1.0.17+dfsg-2 [8,008 B] 2021-01-11 10:38:53.338 | Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsctp-dev amd64 1.0.17+dfsg-2 [61.9 kB] 2021-01-11 10:38:53.340 | Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libapr1-dev amd64 1.6.3-2 [690 kB] 2021-01-11 10:38:53.471 | Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap2-dev amd64 2.4.45+dfsg-1ubuntu1.8 [261 kB] 2021-01-11 10:38:53.560 | Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-dev amd64 1.6.1-2 [391 kB] 2021-01-11 10:38:53.682 | Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 autotools-dev all 20180224.1 [39.6 kB] 2021-01-11 10:38:53.683 | Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 m4 amd64 1.4.18-1 [197 kB] 2021-01-11 10:38:53.730 | Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 autoconf all 2.69-11 [322 kB] 2021-01-11 10:38:53.739 | Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 automake all 1:1.15.1-3ubuntu2 [509 kB] 2021-01-11 10:38:53.864 | Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 autopoint all 0.19.8.1-6ubuntu0.3 [426 kB] 2021-01-11 10:38:53.881 | Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libtool all 2.4.6-2 [194 kB] 2021-01-11 10:38:53.893 | Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dh-autoreconf all 17 [15.8 kB] 2021-01-11 10:38:53.897 | Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive-zip-perl all 1.60-1ubuntu0.1 [84.6 kB] 2021-01-11 10:38:53.901 | Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfile-stripnondeterminism-perl all 0.040-1.1~build1 [13.8 kB] 2021-01-11 10:38:53.902 | Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libtimedate-perl all 2.3000-2 [37.5 kB] 2021-01-11 10:38:53.903 | Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dh-strip-nondeterminism all 0.040-1.1~build1 [5,208 B] 2021-01-11 10:38:53.904 | Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 2021-01-11 10:38:53.912 | Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 2021-01-11 10:38:53.963 | Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 2021-01-11 10:38:54.060 | Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcroco3 amd64 0.6.12-2 [81.3 kB] 2021-01-11 10:38:54.063 | Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gettext amd64 0.19.8.1-6ubuntu0.3 [1,293 kB] 2021-01-11 10:38:54.637 | Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 intltool-debian all 0.35.0+20060710.4 [24.9 kB] 2021-01-11 10:38:54.638 | Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 po-debconf all 1.0.20 [232 kB] 2021-01-11 10:38:54.644 | Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 debhelper all 11.1.6ubuntu2 [902 kB] 2021-01-11 10:38:54.685 | Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-dev amd64 2.4.29-1ubuntu4.14 [177 kB] 2021-01-11 10:38:54.692 | Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1,471 kB] 2021-01-11 10:38:55.097 | Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9,697 kB] 2021-01-11 10:38:57.791 | Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1,568 B] 2021-01-11 10:38:57.791 | Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4,758 B] 2021-01-11 10:38:57.792 | Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 conntrack amd64 1:1.4.4+snapshot20161117-6ubuntu2 [30.6 kB] 2021-01-11 10:38:57.793 | Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnetfilter-queue1 amd64 1.0.2-2 [11.4 kB] 2021-01-11 10:38:57.794 | Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 conntrackd amd64 1:1.4.4+snapshot20161117-6ubuntu2 [126 kB] 2021-01-11 10:38:57.808 | Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.12 [159 kB] 2021-01-11 10:38:57.814 | Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.12 [214 kB] 2021-01-11 10:38:57.837 | Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dctrl-tools amd64 2.24-2build1 [60.9 kB] 2021-01-11 10:38:57.843 | Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dnsmasq-utils amd64 2.79-1 [12.9 kB] 2021-01-11 10:38:57.845 | Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 dstat all 0.7.3-1 [52.1 kB] 2021-01-11 10:38:57.897 | Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] 2021-01-11 10:38:57.953 | Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] 2021-01-11 10:38:57.955 | Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 genisoimage amd64 9:1.1.11-3ubuntu2 [328 kB] 2021-01-11 10:38:58.216 | Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-3 amd64 1.3.11-2 [78.7 kB] 2021-01-11 10:38:58.219 | Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz0b amd64 1.7.2-1ubuntu1 [232 kB] 2021-01-11 10:38:58.324 | Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 gir1.2-harfbuzz-0.0 amd64 1.7.2-1ubuntu1 [18.6 kB] 2021-01-11 10:38:58.325 | Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3,915 kB] 2021-01-11 10:38:59.508 | Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libann0 amd64 1.1.2+doc-6 [24.8 kB] 2021-01-11 10:38:59.509 | Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libcdt5 amd64 2.40.1-2 [19.6 kB] 2021-01-11 10:38:59.510 | Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libcgraph6 amd64 2.40.1-2 [40.8 kB] 2021-01-11 10:38:59.512 | Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2,194 B] 2021-01-11 10:38:59.512 | Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB] 2021-01-11 10:38:59.514 | Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtiff5 amd64 4.0.9-5ubuntu0.3 [153 kB] 2021-01-11 10:38:59.547 | Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libwebp6 amd64 0.6.1-2 [185 kB] 2021-01-11 10:38:59.573 | Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB] 2021-01-11 10:38:59.581 | Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgd3 amd64 2.2.5-4ubuntu0.4 [119 kB] 2021-01-11 10:38:59.625 | Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [150 kB] 2021-01-11 10:38:59.750 | Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libpixman-1-0 amd64 0.34.0-2 [229 kB] 2021-01-11 10:38:59.925 | Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-render0 amd64 1.13-2~ubuntu18.04 [14.7 kB] 2021-01-11 10:39:00.032 | Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-shm0 amd64 1.13-2~ubuntu18.04 [5,600 B] 2021-01-11 10:39:00.035 | Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB] 2021-01-11 10:39:00.058 | Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcairo2 amd64 1.15.10-2ubuntu0.1 [580 kB] 2021-01-11 10:39:00.273 | Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libltdl7 amd64 2.4.6-2 [38.8 kB] 2021-01-11 10:39:00.278 | Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libthai-data all 0.1.27-2 [133 kB] 2021-01-11 10:39:00.298 | Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libdatrie1 amd64 0.2.10-7 [17.8 kB] 2021-01-11 10:39:00.300 | Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libthai0 amd64 0.1.27-2 [18.0 kB] 2021-01-11 10:39:00.303 | Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpango-1.0-0 amd64 1.40.14-1ubuntu0.1 [153 kB] 2021-01-11 10:39:00.323 | Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpangoft2-1.0-0 amd64 1.40.14-1ubuntu0.1 [33.2 kB] 2021-01-11 10:39:00.328 | Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpangocairo-1.0-0 amd64 1.40.14-1ubuntu0.1 [20.8 kB] 2021-01-11 10:39:00.332 | Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libpathplan4 amd64 2.40.1-2 [22.6 kB] 2021-01-11 10:39:00.334 | Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgvc6 amd64 2.40.1-2 [601 kB] 2021-01-11 10:39:00.409 | Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgvpr2 amd64 2.40.1-2 [169 kB] 2021-01-11 10:39:00.444 | Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 liblab-gamut1 amd64 2.40.1-2 [178 kB] 2021-01-11 10:39:00.462 | Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB] 2021-01-11 10:39:00.478 | Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxmu6 amd64 2:1.1.2-2 [46.0 kB] 2021-01-11 10:39:00.482 | Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB] 2021-01-11 10:39:00.499 | Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 graphviz amd64 2.40.1-2 [601 kB] 2021-01-11 10:39:00.564 | Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-3-200 amd64 3.2.29-0ubuntu3 [52.8 kB] 2021-01-11 10:39:00.570 | Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-route-3-200 amd64 3.2.29-0ubuntu3 [146 kB] 2021-01-11 10:39:00.592 | Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libibverbs1 amd64 17.1-1ubuntu0.2 [44.4 kB] 2021-01-11 10:39:00.597 | Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ibverbs-providers amd64 17.1-1ubuntu0.2 [160 kB] 2021-01-11 10:39:00.614 | Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 icu-devtools amd64 60.2-3ubuntu3.1 [179 kB] 2021-01-11 10:39:00.662 | Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 iputils-arping amd64 3:20161105-1ubuntu3 [29.7 kB] 2021-01-11 10:39:00.665 | Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 javascript-common all 11 [6,066 B] 2021-01-11 10:39:00.666 | Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-genl-3-200 amd64 3.2.29-0ubuntu3 [11.2 kB] 2021-01-11 10:39:00.667 | Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsensors4 amd64 1:3.4.0-4 [28.8 kB] 2021-01-11 10:39:00.670 | Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsnmp-base all 5.7.3+dfsg-1.8ubuntu3.6 [224 kB] 2021-01-11 10:39:00.697 | Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsnmp30 amd64 5.7.3+dfsg-1.8ubuntu3.6 [926 kB] 2021-01-11 10:39:00.802 | Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 keepalived amd64 1:1.3.9-1ubuntu0.18.04.2 [244 kB] 2021-01-11 10:39:00.825 | Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssrpc4 amd64 1.16-2ubuntu0.2 [54.4 kB] 2021-01-11 10:39:00.830 | Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkdb5-9 amd64 1.16-2ubuntu0.2 [37.3 kB] 2021-01-11 10:39:00.834 | Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkadm5srv-mit11 amd64 1.16-2ubuntu0.2 [49.7 kB] 2021-01-11 10:39:00.864 | Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkadm5clnt-mit11 amd64 1.16-2ubuntu0.2 [38.0 kB] 2021-01-11 10:39:00.867 | Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 comerr-dev amd64 2.1-1.44.1-1ubuntu1.3 [38.5 kB] 2021-01-11 10:39:00.871 | Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 krb5-multidev amd64 1.16-2ubuntu0.2 [120 kB] 2021-01-11 10:39:00.882 | Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaio1 amd64 0.3.110-5ubuntu0.1 [6,476 B] 2021-01-11 10:39:00.882 | Get:140 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] 2021-01-11 10:39:00.887 | Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] 2021-01-11 10:39:00.916 | Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 2021-01-11 10:39:00.918 | Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libarchive-cpio-perl all 0.10-1 [9,644 B] 2021-01-11 10:39:00.919 | Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] 2021-01-11 10:39:00.922 | Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-bin amd64 2.56.4-0ubuntu0.18.04.6 [68.8 kB] 2021-01-11 10:39:00.969 | Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-dev-bin amd64 2.56.4-0ubuntu0.18.04.6 [102 kB] 2021-01-11 10:39:00.979 | Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 2021-01-11 10:39:00.984 | Get:148 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-0ubuntu2 [176 kB] 2021-01-11 10:39:01.000 | Get:149 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-dev amd64 2.56.4-0ubuntu0.18.04.6 [1,385 kB] 2021-01-11 10:39:01.137 | Get:150 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-dev amd64 1.3.11-2 [14.5 kB] 2021-01-11 10:39:01.139 | Get:151 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgts-bin amd64 0.7.6+darcs121130-4 [41.3 kB] 2021-01-11 10:39:01.143 | Get:152 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-icu0 amd64 1.7.2-1ubuntu1 [5,604 B] 2021-01-11 10:39:01.143 | Get:153 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-gobject0 amd64 1.7.2-1ubuntu1 [13.4 kB] 2021-01-11 10:39:01.145 | Get:154 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libicu-le-hb0 amd64 1.0.3+git161113-4 [14.3 kB] 2021-01-11 10:39:01.146 | Get:155 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libiculx60 amd64 60.2-3ubuntu3.1 [19.0 kB] 2021-01-11 10:39:01.177 | Get:156 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libicu-le-hb-dev amd64 1.0.3+git161113-4 [29.5 kB] 2021-01-11 10:39:01.179 | Get:157 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu-dev amd64 60.2-3ubuntu3.1 [8,889 kB] 2021-01-11 10:39:02.458 | Get:158 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-dev amd64 1.7.2-1ubuntu1 [302 kB] 2021-01-11 10:39:02.466 | Get:159 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libiscsi7 amd64 1.17.0-1.1 [55.4 kB] 2021-01-11 10:39:02.467 | Get:160 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjansson4 amd64 2.11-1 [29.3 kB] 2021-01-11 10:39:02.468 | Get:161 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjpeg-turbo8-dev amd64 1.5.2-0ubuntu5.18.04.4 [225 kB] 2021-01-11 10:39:02.475 | Get:162 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1,552 B] 2021-01-11 10:39:02.476 | Get:163 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1,546 B] 2021-01-11 10:39:02.476 | Get:164 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjs-jquery all 3.2.1-1 [152 kB] 2021-01-11 10:39:02.480 | Get:165 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libjs-jquery-metadata all 12-1 [6,930 B] 2021-01-11 10:39:02.481 | Get:166 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libjs-jquery-tablesorter all 1:2.29.5+dfsg1-1 [174 kB] 2021-01-11 10:39:02.512 | Get:167 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libltdl-dev amd64 2.4.6-2 [162 kB] 2021-01-11 10:39:02.549 | Get:168 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB] 2021-01-11 10:39:02.551 | Get:169 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB] 2021-01-11 10:39:02.554 | Get:170 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libmatheval1 amd64 1.1.11+dfsg-3build1 [20.5 kB] 2021-01-11 10:39:02.556 | Get:171 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 mysql-common all 5.8+1.0.4 [7,308 B] 2021-01-11 10:39:02.557 | Get:172 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmysqlclient20 amd64 5.7.32-0ubuntu0.18.04.1 [690 kB] 2021-01-11 10:39:02.685 | Get:173 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl-dev amd64 1.1.1-1ubuntu2.1~18.04.7 [1,566 kB] 2021-01-11 10:39:03.119 | Get:174 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmysqlclient-dev amd64 5.7.32-0ubuntu0.18.04.1 [988 kB] 2021-01-11 10:39:03.175 | Get:175 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 2021-01-11 10:39:03.194 | Get:176 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnspr4 amd64 2:4.18-1ubuntu1 [112 kB] 2021-01-11 10:39:03.197 | Get:177 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss3 amd64 2:3.35-2ubuntu2.12 [1,220 kB] 2021-01-11 10:39:03.367 | Get:178 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 2021-01-11 10:39:03.371 | Get:179 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpq5 amd64 10.15-0ubuntu0.18.04.1 [108 kB] 2021-01-11 10:39:03.432 | Get:180 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpq-dev amd64 10.15-0ubuntu0.18.04.1 [218 kB] 2021-01-11 10:39:03.439 | Get:181 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 librados2 amd64 12.2.13-0ubuntu0.18.04.5 [2,723 kB] 2021-01-11 10:39:04.055 | Get:182 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 librbd1 amd64 12.2.13-0ubuntu0.18.04.5 [923 kB] 2021-01-11 10:39:04.157 | Get:183 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-dev amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [256 kB] 2021-01-11 10:39:04.165 | Get:184 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [48.9 kB] 2021-01-11 10:39:04.166 | Get:185 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 2021-01-11 10:39:04.170 | Get:186 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd-dev amd64 237-3ubuntu10.43 [184 kB] 2021-01-11 10:39:04.176 | Get:187 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libx86-1 amd64 1.1+ds1-10.2 [75.2 kB] 2021-01-11 10:39:04.193 | Get:188 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2-dev amd64 2.9.4+dfsg1-6.1ubuntu1.3 [756 kB] 2021-01-11 10:39:04.422 | Get:189 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxslt1.1 amd64 1.1.29-5ubuntu0.2 [150 kB] 2021-01-11 10:39:04.434 | Get:190 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxslt1-dev amd64 1.1.29-5ubuntu0.2 [407 kB] 2021-01-11 10:39:04.493 | Get:191 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 2021-01-11 10:39:04.611 | Get:192 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 lsscsi amd64 0.28-0.1 [35.5 kB] 2021-01-11 10:39:04.612 | Get:193 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 lvm2 amd64 2.02.176-4.1ubuntu3.18.04.3 [929 kB] 2021-01-11 10:39:04.811 | Get:194 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 memcached amd64 1.5.6-0ubuntu1.2 [109 kB] 2021-01-11 10:39:04.890 | Get:195 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 pm-utils all 1.4.1-17 [48.3 kB] 2021-01-11 10:39:04.903 | Get:196 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 postgresql-client-common all 190ubuntu0.1 [29.6 kB] 2021-01-11 10:39:04.904 | Get:197 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 ssl-cert all 1.0.39 [17.0 kB] 2021-01-11 10:39:04.905 | Get:198 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 postgresql-common all 190ubuntu0.1 [157 kB] 2021-01-11 10:39:04.951 | Get:199 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 postgresql-server-dev-10 amd64 10.15-0ubuntu0.18.04.1 [838 kB] 2021-01-11 10:39:05.009 | Get:200 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 postgresql-server-dev-all all 190ubuntu0.1 [14.1 kB] 2021-01-11 10:39:05.009 | Get:201 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python-pip-whl all 9.0.1-2.3~ubuntu1.18.04.4 [1,653 kB] 2021-01-11 10:39:05.385 | Get:202 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-crypto amd64 2.6.1-8ubuntu2 [244 kB] 2021-01-11 10:39:05.676 | Get:203 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-secretstorage all 2.3.1-2 [12.1 kB] 2021-01-11 10:39:05.761 | Get:204 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-keyring all 10.6.0-1 [26.7 kB] 2021-01-11 10:39:05.817 | Get:205 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-keyrings.alt all 3.0-1 [16.6 kB] 2021-01-11 10:39:05.842 | Get:206 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-mysqldb amd64 1.3.10-1build1 [46.0 kB] 2021-01-11 10:39:05.908 | Get:207 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-pip all 9.0.1-2.3~ubuntu1.18.04.4 [114 kB] 2021-01-11 10:39:05.980 | Get:208 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-setuptools all 39.0.1-2 [248 kB] 2021-01-11 10:39:06.044 | Get:209 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3.6-venv amd64 3.6.9-1~18.04ubuntu1.3 [6,180 B] 2021-01-11 10:39:06.044 | Get:210 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-venv amd64 3.6.7-1~18.04 [1,208 B] 2021-01-11 10:39:06.045 | Get:211 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-wheel all 0.30.0-0.2 [36.5 kB] 2021-01-11 10:39:06.051 | Get:212 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-xdg all 0.25-4ubuntu1 [31.4 kB] 2021-01-11 10:39:06.056 | Get:213 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 qemu-block-extra amd64 1:2.11+dfsg-1ubuntu7.34 [40.2 kB] 2021-01-11 10:39:06.062 | Get:214 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 qemu-utils amd64 1:2.11+dfsg-1ubuntu7.34 [871 kB] 2021-01-11 10:39:06.176 | Get:215 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 sharutils amd64 1:4.15.2-3 [155 kB] 2021-01-11 10:39:06.195 | Get:216 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sqlite3 amd64 3.22.0-1ubuntu0.4 [752 kB] 2021-01-11 10:39:06.283 | Get:217 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 thin-provisioning-tools amd64 0.7.4-2ubuntu3 [359 kB] 2021-01-11 10:39:06.329 | Get:218 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 unzip amd64 6.0-21ubuntu1.1 [168 kB] 2021-01-11 10:39:06.355 | Get:219 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi-core amd64 2.0.15-10.2ubuntu2.1 [523 kB] 2021-01-11 10:39:06.425 | Get:220 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 vbetool amd64 1.1-4 [11.5 kB] 2021-01-11 10:39:06.427 | Get:221 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libipset3 amd64 6.34-1 [43.9 kB] 2021-01-11 10:39:06.433 | Get:222 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 ipset amd64 6.34-1 [33.7 kB] 2021-01-11 10:39:06.437 | Get:223 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ipvsadm amd64 1:1.28-3ubuntu0.18.04.1 [35.5 kB] 2021-01-11 10:39:06.441 | Get:224 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 kpartx amd64 0.7.4-2ubuntu3 [27.7 kB] 2021-01-11 10:39:06.445 | Get:225 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libapache2-mod-proxy-uwsgi amd64 2.0.15-10.2ubuntu2.1 [10.0 kB] 2021-01-11 10:39:06.506 | Get:226 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liberasurecode1 amd64 1.5.0-1 [40.0 kB] 2021-01-11 10:39:06.509 | Get:227 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liberasurecode-dev amd64 1.5.0-1 [14.9 kB] 2021-01-11 10:39:06.511 | Get:228 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libffi-dev amd64 3.2.1-8 [156 kB] 2021-01-11 10:39:06.577 | Get:229 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-dev amd64 1.16-2ubuntu0.2 [11.7 kB] 2021-01-11 10:39:06.579 | Get:230 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-dev amd64 0.1.7-2ubuntu3 [55.7 kB] 2021-01-11 10:39:06.585 | Get:231 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 socat amd64 1.7.3.2-2ubuntu2 [342 kB] 2021-01-11 10:39:06.623 | Get:232 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 vlan amd64 1.9-3.2ubuntu6 [30.7 kB] 2021-01-11 10:39:08.261 | Preconfiguring packages ... 2021-01-11 10:39:08.383 | Fetched 84.3 MB in 18s (4,729 kB/s) 2021-01-11 10:39:08.453 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 64590 files and directories currently installed.) 2021-01-11 10:39:08.456 | Preparing to unpack .../libnss-systemd_237-3ubuntu10.43_amd64.deb ... 2021-01-11 10:39:08.492 | Unpacking libnss-systemd:amd64 (237-3ubuntu10.43) over (237-3ubuntu10.25) ... 2021-01-11 10:39:08.621 | Preparing to unpack .../libpam-systemd_237-3ubuntu10.43_amd64.deb ... 2021-01-11 10:39:08.643 | Unpacking libpam-systemd:amd64 (237-3ubuntu10.43) over (237-3ubuntu10.25) ... 2021-01-11 10:39:08.786 | Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 2021-01-11 10:39:08.925 | Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10.25) ... 2021-01-11 10:39:09.637 | Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 2021-01-11 10:39:09.660 | Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10.25) ... 2021-01-11 10:39:09.763 | Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 2021-01-11 10:39:09.885 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 64590 files and directories currently installed.) 2021-01-11 10:39:09.889 | Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 2021-01-11 10:39:09.913 | Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3.3) ... 2021-01-11 10:39:10.007 | Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 2021-01-11 10:39:10.142 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 64590 files and directories currently installed.) 2021-01-11 10:39:10.145 | Preparing to unpack .../00-uuid-runtime_2.31.1-0.4ubuntu3.7_amd64.deb ... 2021-01-11 10:39:10.172 | Unpacking uuid-runtime (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3.3) ... 2021-01-11 10:39:10.472 | Selecting previously unselected package libapr1:amd64. 2021-01-11 10:39:10.478 | Preparing to unpack .../01-libapr1_1.6.3-2_amd64.deb ... 2021-01-11 10:39:10.482 | Unpacking libapr1:amd64 (1.6.3-2) ... 2021-01-11 10:39:10.610 | Preparing to unpack .../02-libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 2021-01-11 10:39:10.631 | Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.1-1ubuntu2.1~18.04.4) ... 2021-01-11 10:39:10.904 | Selecting previously unselected package libaprutil1:amd64. 2021-01-11 10:39:10.911 | Preparing to unpack .../03-libaprutil1_1.6.1-2_amd64.deb ... 2021-01-11 10:39:10.914 | Unpacking libaprutil1:amd64 (1.6.1-2) ... 2021-01-11 10:39:11.012 | Preparing to unpack .../04-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 2021-01-11 10:39:11.034 | Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1ubuntu0.1) ... 2021-01-11 10:39:11.172 | Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. 2021-01-11 10:39:11.179 | Preparing to unpack .../05-libaprutil1-dbd-sqlite3_1.6.1-2_amd64.deb ... 2021-01-11 10:39:11.182 | Unpacking libaprutil1-dbd-sqlite3:amd64 (1.6.1-2) ... 2021-01-11 10:39:11.244 | Preparing to unpack .../06-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-01-11 10:39:11.265 | Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2021-01-11 10:39:11.371 | Preparing to unpack .../07-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-01-11 10:39:11.393 | Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2021-01-11 10:39:11.484 | Preparing to unpack .../08-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 2021-01-11 10:39:11.506 | Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) over (2.4.45+dfsg-1ubuntu1.3) ... 2021-01-11 10:39:11.617 | Preparing to unpack .../09-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 2021-01-11 10:39:11.640 | Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) over (2.4.45+dfsg-1ubuntu1.3) ... 2021-01-11 10:39:11.732 | Selecting previously unselected package libaprutil1-ldap:amd64. 2021-01-11 10:39:11.738 | Preparing to unpack .../10-libaprutil1-ldap_1.6.1-2_amd64.deb ... 2021-01-11 10:39:11.741 | Unpacking libaprutil1-ldap:amd64 (1.6.1-2) ... 2021-01-11 10:39:11.815 | Selecting previously unselected package liblua5.2-0:amd64. 2021-01-11 10:39:11.821 | Preparing to unpack .../11-liblua5.2-0_5.2.4-1.1build1_amd64.deb ... 2021-01-11 10:39:11.825 | Unpacking liblua5.2-0:amd64 (5.2.4-1.1build1) ... 2021-01-11 10:39:11.921 | Preparing to unpack .../12-libicu60_60.2-3ubuntu3.1_amd64.deb ... 2021-01-11 10:39:11.943 | Unpacking libicu60:amd64 (60.2-3ubuntu3.1) over (60.2-3ubuntu3) ... 2021-01-11 10:39:13.258 | Preparing to unpack .../13-libxml2_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb ... 2021-01-11 10:39:13.283 | Unpacking libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) over (2.9.4+dfsg1-6.1ubuntu1.2) ... 2021-01-11 10:39:13.454 | Selecting previously unselected package apache2-bin. 2021-01-11 10:39:13.461 | Preparing to unpack .../14-apache2-bin_2.4.29-1ubuntu4.14_amd64.deb ... 2021-01-11 10:39:13.464 | Unpacking apache2-bin (2.4.29-1ubuntu4.14) ... 2021-01-11 10:39:13.683 | Selecting previously unselected package apache2-utils. 2021-01-11 10:39:13.689 | Preparing to unpack .../15-apache2-utils_2.4.29-1ubuntu4.14_amd64.deb ... 2021-01-11 10:39:13.692 | Unpacking apache2-utils (2.4.29-1ubuntu4.14) ... 2021-01-11 10:39:13.758 | Selecting previously unselected package apache2-data. 2021-01-11 10:39:13.764 | Preparing to unpack .../16-apache2-data_2.4.29-1ubuntu4.14_all.deb ... 2021-01-11 10:39:13.767 | Unpacking apache2-data (2.4.29-1ubuntu4.14) ... 2021-01-11 10:39:13.945 | Selecting previously unselected package apache2. 2021-01-11 10:39:13.952 | Preparing to unpack .../17-apache2_2.4.29-1ubuntu4.14_amd64.deb ... 2021-01-11 10:39:13.970 | Unpacking apache2 (2.4.29-1ubuntu4.14) ... 2021-01-11 10:39:14.087 | Selecting previously unselected package fonts-dejavu-core. 2021-01-11 10:39:14.094 | Preparing to unpack .../18-fonts-dejavu-core_2.37-1_all.deb ... 2021-01-11 10:39:14.098 | Unpacking fonts-dejavu-core (2.37-1) ... 2021-01-11 10:39:14.308 | Selecting previously unselected package fonts-liberation. 2021-01-11 10:39:14.314 | Preparing to unpack .../19-fonts-liberation_1%3a1.07.4-7~18.04.1_all.deb ... 2021-01-11 10:39:14.318 | Unpacking fonts-liberation (1:1.07.4-7~18.04.1) ... 2021-01-11 10:39:14.511 | Selecting previously unselected package fontconfig-config. 2021-01-11 10:39:14.518 | Preparing to unpack .../20-fontconfig-config_2.12.6-0ubuntu2_all.deb ... 2021-01-11 10:39:14.520 | Unpacking fontconfig-config (2.12.6-0ubuntu2) ... 2021-01-11 10:39:14.609 | Selecting previously unselected package libfontconfig1:amd64. 2021-01-11 10:39:14.615 | Preparing to unpack .../21-libfontconfig1_2.12.6-0ubuntu2_amd64.deb ... 2021-01-11 10:39:14.618 | Unpacking libfontconfig1:amd64 (2.12.6-0ubuntu2) ... 2021-01-11 10:39:14.721 | Selecting previously unselected package fontconfig. 2021-01-11 10:39:14.728 | Preparing to unpack .../22-fontconfig_2.12.6-0ubuntu2_amd64.deb ... 2021-01-11 10:39:14.730 | Unpacking fontconfig (2.12.6-0ubuntu2) ... 2021-01-11 10:39:14.830 | Selecting previously unselected package liblua5.3-0:amd64. 2021-01-11 10:39:14.837 | Preparing to unpack .../23-liblua5.3-0_5.3.3-1ubuntu0.18.04.1_amd64.deb ... 2021-01-11 10:39:14.840 | Unpacking liblua5.3-0:amd64 (5.3.3-1ubuntu0.18.04.1) ... 2021-01-11 10:39:14.955 | Selecting previously unselected package haproxy. 2021-01-11 10:39:14.962 | Preparing to unpack .../24-haproxy_1.8.8-1ubuntu0.11_amd64.deb ... 2021-01-11 10:39:14.972 | Unpacking haproxy (1.8.8-1ubuntu0.11) ... 2021-01-11 10:39:15.215 | Selecting previously unselected package libjpeg-turbo8:amd64. 2021-01-11 10:39:15.222 | Preparing to unpack .../25-libjpeg-turbo8_1.5.2-0ubuntu5.18.04.4_amd64.deb ... 2021-01-11 10:39:15.225 | Unpacking libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-01-11 10:39:15.340 | Selecting previously unselected package x11-common. 2021-01-11 10:39:15.346 | Preparing to unpack .../26-x11-common_1%3a7.7+19ubuntu7.1_all.deb ... 2021-01-11 10:39:15.371 | dpkg-query: no packages found matching nux-tools 2021-01-11 10:39:15.382 | Unpacking x11-common (1:7.7+19ubuntu7.1) ... 2021-01-11 10:39:15.471 | Selecting previously unselected package libice6:amd64. 2021-01-11 10:39:15.478 | Preparing to unpack .../27-libice6_2%3a1.0.9-2_amd64.deb ... 2021-01-11 10:39:15.480 | Unpacking libice6:amd64 (2:1.0.9-2) ... 2021-01-11 10:39:15.566 | Selecting previously unselected package libsm6:amd64. 2021-01-11 10:39:15.573 | Preparing to unpack .../28-libsm6_2%3a1.2.2-1_amd64.deb ... 2021-01-11 10:39:15.575 | Unpacking libsm6:amd64 (2:1.2.2-1) ... 2021-01-11 10:39:15.701 | Preparing to unpack .../29-open-iscsi_2.0.874-5ubuntu2.10_amd64.deb ... 2021-01-11 10:39:16.185 | Unpacking open-iscsi (2.0.874-5ubuntu2.10) over (2.0.874-5ubuntu2.7) ... 2021-01-11 10:39:16.713 | Selecting previously unselected package libnetfilter-cthelper0:amd64. 2021-01-11 10:39:16.720 | Preparing to unpack .../30-libnetfilter-cthelper0_1.0.0-1ubuntu1_amd64.deb ... 2021-01-11 10:39:16.723 | Unpacking libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu1) ... 2021-01-11 10:39:16.815 | Preparing to unpack .../31-libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 2021-01-11 10:39:16.836 | Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1ubuntu1.1) ... 2021-01-11 10:39:16.929 | Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 2021-01-11 10:39:17.083 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 65643 files and directories currently installed.) 2021-01-11 10:39:17.086 | Preparing to unpack .../000-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 2021-01-11 10:39:17.111 | Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) over (2.56.4-0ubuntu0.18.04.4) ... 2021-01-11 10:39:17.388 | Preparing to unpack .../001-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 2021-01-11 10:39:17.409 | Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.1-1ubuntu2.1~18.04.4) ... 2021-01-11 10:39:17.616 | Preparing to unpack .../002-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 2021-01-11 10:39:17.645 | Unpacking sudo (1.8.21p2-3ubuntu1.3) over (1.8.21p2-3ubuntu1) ... 2021-01-11 10:39:17.832 | Preparing to unpack .../003-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 2021-01-11 10:39:17.861 | Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-01-11 10:39:17.990 | Preparing to unpack .../004-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 2021-01-11 10:39:18.017 | Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-01-11 10:39:18.167 | Preparing to unpack .../005-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 2021-01-11 10:39:18.194 | Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-01-11 10:39:18.294 | Preparing to unpack .../006-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 2021-01-11 10:39:18.315 | Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-01-11 10:39:18.425 | Preparing to unpack .../007-tcpdump_4.9.3-0ubuntu0.18.04.1_amd64.deb ... 2021-01-11 10:39:18.446 | Unpacking tcpdump (4.9.3-0ubuntu0.18.04.1) over (4.9.2-3) ... 2021-01-11 10:39:18.577 | Selecting previously unselected package uuid-dev:amd64. 2021-01-11 10:39:18.584 | Preparing to unpack .../008-uuid-dev_2.31.1-0.4ubuntu3.7_amd64.deb ... 2021-01-11 10:39:18.586 | Unpacking uuid-dev:amd64 (2.31.1-0.4ubuntu3.7) ... 2021-01-11 10:39:18.672 | Selecting previously unselected package libsctp1:amd64. 2021-01-11 10:39:18.679 | Preparing to unpack .../009-libsctp1_1.0.17+dfsg-2_amd64.deb ... 2021-01-11 10:39:18.683 | Unpacking libsctp1:amd64 (1.0.17+dfsg-2) ... 2021-01-11 10:39:18.740 | Selecting previously unselected package libsctp-dev:amd64. 2021-01-11 10:39:18.747 | Preparing to unpack .../010-libsctp-dev_1.0.17+dfsg-2_amd64.deb ... 2021-01-11 10:39:18.750 | Unpacking libsctp-dev:amd64 (1.0.17+dfsg-2) ... 2021-01-11 10:39:18.814 | Selecting previously unselected package libapr1-dev. 2021-01-11 10:39:18.821 | Preparing to unpack .../011-libapr1-dev_1.6.3-2_amd64.deb ... 2021-01-11 10:39:18.825 | Unpacking libapr1-dev (1.6.3-2) ... 2021-01-11 10:39:19.098 | Selecting previously unselected package libldap2-dev:amd64. 2021-01-11 10:39:19.105 | Preparing to unpack .../012-libldap2-dev_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 2021-01-11 10:39:19.107 | Unpacking libldap2-dev:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 2021-01-11 10:39:19.244 | Selecting previously unselected package libaprutil1-dev. 2021-01-11 10:39:19.252 | Preparing to unpack .../013-libaprutil1-dev_1.6.1-2_amd64.deb ... 2021-01-11 10:39:19.254 | Unpacking libaprutil1-dev (1.6.1-2) ... 2021-01-11 10:39:19.544 | Selecting previously unselected package autotools-dev. 2021-01-11 10:39:19.551 | Preparing to unpack .../014-autotools-dev_20180224.1_all.deb ... 2021-01-11 10:39:19.554 | Unpacking autotools-dev (20180224.1) ... 2021-01-11 10:39:19.613 | Selecting previously unselected package m4. 2021-01-11 10:39:19.621 | Preparing to unpack .../015-m4_1.4.18-1_amd64.deb ... 2021-01-11 10:39:19.624 | Unpacking m4 (1.4.18-1) ... 2021-01-11 10:39:19.733 | Selecting previously unselected package autoconf. 2021-01-11 10:39:19.740 | Preparing to unpack .../016-autoconf_2.69-11_all.deb ... 2021-01-11 10:39:19.742 | Unpacking autoconf (2.69-11) ... 2021-01-11 10:39:19.869 | Selecting previously unselected package automake. 2021-01-11 10:39:19.876 | Preparing to unpack .../017-automake_1%3a1.15.1-3ubuntu2_all.deb ... 2021-01-11 10:39:19.880 | Unpacking automake (1:1.15.1-3ubuntu2) ... 2021-01-11 10:39:20.017 | Selecting previously unselected package autopoint. 2021-01-11 10:39:20.023 | Preparing to unpack .../018-autopoint_0.19.8.1-6ubuntu0.3_all.deb ... 2021-01-11 10:39:20.026 | Unpacking autopoint (0.19.8.1-6ubuntu0.3) ... 2021-01-11 10:39:20.107 | Selecting previously unselected package libtool. 2021-01-11 10:39:20.114 | Preparing to unpack .../019-libtool_2.4.6-2_all.deb ... 2021-01-11 10:39:20.117 | Unpacking libtool (2.4.6-2) ... 2021-01-11 10:39:20.209 | Selecting previously unselected package dh-autoreconf. 2021-01-11 10:39:20.216 | Preparing to unpack .../020-dh-autoreconf_17_all.deb ... 2021-01-11 10:39:20.219 | Unpacking dh-autoreconf (17) ... 2021-01-11 10:39:20.276 | Selecting previously unselected package libarchive-zip-perl. 2021-01-11 10:39:20.283 | Preparing to unpack .../021-libarchive-zip-perl_1.60-1ubuntu0.1_all.deb ... 2021-01-11 10:39:20.294 | Unpacking libarchive-zip-perl (1.60-1ubuntu0.1) ... 2021-01-11 10:39:20.359 | Selecting previously unselected package libfile-stripnondeterminism-perl. 2021-01-11 10:39:20.366 | Preparing to unpack .../022-libfile-stripnondeterminism-perl_0.040-1.1~build1_all.deb ... 2021-01-11 10:39:20.369 | Unpacking libfile-stripnondeterminism-perl (0.040-1.1~build1) ... 2021-01-11 10:39:20.430 | Selecting previously unselected package libtimedate-perl. 2021-01-11 10:39:20.437 | Preparing to unpack .../023-libtimedate-perl_2.3000-2_all.deb ... 2021-01-11 10:39:20.439 | Unpacking libtimedate-perl (2.3000-2) ... 2021-01-11 10:39:20.519 | Selecting previously unselected package dh-strip-nondeterminism. 2021-01-11 10:39:20.526 | Preparing to unpack .../024-dh-strip-nondeterminism_0.040-1.1~build1_all.deb ... 2021-01-11 10:39:20.529 | Unpacking dh-strip-nondeterminism (0.040-1.1~build1) ... 2021-01-11 10:39:20.588 | Selecting previously unselected package libdpkg-perl. 2021-01-11 10:39:20.596 | Preparing to unpack .../025-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 2021-01-11 10:39:20.599 | Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 2021-01-11 10:39:20.688 | Selecting previously unselected package make. 2021-01-11 10:39:20.695 | Preparing to unpack .../026-make_4.1-9.1ubuntu1_amd64.deb ... 2021-01-11 10:39:20.705 | Unpacking make (4.1-9.1ubuntu1) ... 2021-01-11 10:39:20.788 | Selecting previously unselected package dpkg-dev. 2021-01-11 10:39:20.796 | Preparing to unpack .../027-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 2021-01-11 10:39:20.798 | Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 2021-01-11 10:39:20.990 | Selecting previously unselected package libcroco3:amd64. 2021-01-11 10:39:20.997 | Preparing to unpack .../028-libcroco3_0.6.12-2_amd64.deb ... 2021-01-11 10:39:20.999 | Unpacking libcroco3:amd64 (0.6.12-2) ... 2021-01-11 10:39:21.085 | Selecting previously unselected package gettext. 2021-01-11 10:39:21.092 | Preparing to unpack .../029-gettext_0.19.8.1-6ubuntu0.3_amd64.deb ... 2021-01-11 10:39:21.095 | Unpacking gettext (0.19.8.1-6ubuntu0.3) ... 2021-01-11 10:39:21.368 | Selecting previously unselected package intltool-debian. 2021-01-11 10:39:21.376 | Preparing to unpack .../030-intltool-debian_0.35.0+20060710.4_all.deb ... 2021-01-11 10:39:21.378 | Unpacking intltool-debian (0.35.0+20060710.4) ... 2021-01-11 10:39:21.445 | Selecting previously unselected package po-debconf. 2021-01-11 10:39:21.452 | Preparing to unpack .../031-po-debconf_1.0.20_all.deb ... 2021-01-11 10:39:21.454 | Unpacking po-debconf (1.0.20) ... 2021-01-11 10:39:21.542 | Selecting previously unselected package debhelper. 2021-01-11 10:39:21.549 | Preparing to unpack .../032-debhelper_11.1.6ubuntu2_all.deb ... 2021-01-11 10:39:21.551 | Unpacking debhelper (11.1.6ubuntu2) ... 2021-01-11 10:39:21.792 | Selecting previously unselected package apache2-dev. 2021-01-11 10:39:21.799 | Preparing to unpack .../033-apache2-dev_2.4.29-1ubuntu4.14_amd64.deb ... 2021-01-11 10:39:21.801 | Unpacking apache2-dev (2.4.29-1ubuntu4.14) ... 2021-01-11 10:39:21.895 | Selecting previously unselected package libstdc++-7-dev:amd64. 2021-01-11 10:39:21.903 | Preparing to unpack .../034-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 2021-01-11 10:39:21.905 | Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 2021-01-11 10:39:22.357 | Selecting previously unselected package g++-7. 2021-01-11 10:39:22.364 | Preparing to unpack .../035-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 2021-01-11 10:39:22.366 | Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 2021-01-11 10:39:23.737 | Selecting previously unselected package g++. 2021-01-11 10:39:23.744 | Preparing to unpack .../036-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 2021-01-11 10:39:23.747 | Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 2021-01-11 10:39:23.796 | Selecting previously unselected package build-essential. 2021-01-11 10:39:23.803 | Preparing to unpack .../037-build-essential_12.4ubuntu1_amd64.deb ... 2021-01-11 10:39:23.805 | Unpacking build-essential (12.4ubuntu1) ... 2021-01-11 10:39:23.863 | Selecting previously unselected package conntrack. 2021-01-11 10:39:23.870 | Preparing to unpack .../038-conntrack_1%3a1.4.4+snapshot20161117-6ubuntu2_amd64.deb ... 2021-01-11 10:39:23.872 | Unpacking conntrack (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-01-11 10:39:23.954 | Selecting previously unselected package libnetfilter-queue1. 2021-01-11 10:39:23.961 | Preparing to unpack .../039-libnetfilter-queue1_1.0.2-2_amd64.deb ... 2021-01-11 10:39:23.963 | Unpacking libnetfilter-queue1 (1.0.2-2) ... 2021-01-11 10:39:24.055 | Selecting previously unselected package conntrackd. 2021-01-11 10:39:24.062 | Preparing to unpack .../040-conntrackd_1%3a1.4.4+snapshot20161117-6ubuntu2_amd64.deb ... 2021-01-11 10:39:24.064 | Unpacking conntrackd (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-01-11 10:39:24.143 | Preparing to unpack .../041-curl_7.58.0-2ubuntu3.12_amd64.deb ... 2021-01-11 10:39:24.163 | Unpacking curl (7.58.0-2ubuntu3.12) over (7.58.0-2ubuntu3.7) ... 2021-01-11 10:39:24.298 | Preparing to unpack .../042-libcurl4_7.58.0-2ubuntu3.12_amd64.deb ... 2021-01-11 10:39:24.319 | Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.12) over (7.58.0-2ubuntu3.7) ... 2021-01-11 10:39:24.438 | Selecting previously unselected package dctrl-tools. 2021-01-11 10:39:24.445 | Preparing to unpack .../043-dctrl-tools_2.24-2build1_amd64.deb ... 2021-01-11 10:39:24.455 | Unpacking dctrl-tools (2.24-2build1) ... 2021-01-11 10:39:24.517 | Selecting previously unselected package dnsmasq-utils. 2021-01-11 10:39:24.524 | Preparing to unpack .../044-dnsmasq-utils_2.79-1_amd64.deb ... 2021-01-11 10:39:24.527 | Unpacking dnsmasq-utils (2.79-1) ... 2021-01-11 10:39:24.601 | Selecting previously unselected package dstat. 2021-01-11 10:39:24.608 | Preparing to unpack .../045-dstat_0.7.3-1_all.deb ... 2021-01-11 10:39:24.611 | Unpacking dstat (0.7.3-1) ... 2021-01-11 10:39:24.714 | Selecting previously unselected package libfakeroot:amd64. 2021-01-11 10:39:24.721 | Preparing to unpack .../046-libfakeroot_1.22-2ubuntu1_amd64.deb ... 2021-01-11 10:39:24.724 | Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... 2021-01-11 10:39:24.798 | Selecting previously unselected package fakeroot. 2021-01-11 10:39:24.805 | Preparing to unpack .../047-fakeroot_1.22-2ubuntu1_amd64.deb ... 2021-01-11 10:39:24.807 | Unpacking fakeroot (1.22-2ubuntu1) ... 2021-01-11 10:39:24.870 | Selecting previously unselected package genisoimage. 2021-01-11 10:39:24.877 | Preparing to unpack .../048-genisoimage_9%3a1.1.11-3ubuntu2_amd64.deb ... 2021-01-11 10:39:24.880 | Unpacking genisoimage (9:1.1.11-3ubuntu2) ... 2021-01-11 10:39:25.002 | Selecting previously unselected package libgraphite2-3:amd64. 2021-01-11 10:39:25.009 | Preparing to unpack .../049-libgraphite2-3_1.3.11-2_amd64.deb ... 2021-01-11 10:39:25.011 | Unpacking libgraphite2-3:amd64 (1.3.11-2) ... 2021-01-11 10:39:25.101 | Selecting previously unselected package libharfbuzz0b:amd64. 2021-01-11 10:39:25.108 | Preparing to unpack .../050-libharfbuzz0b_1.7.2-1ubuntu1_amd64.deb ... 2021-01-11 10:39:25.110 | Unpacking libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ... 2021-01-11 10:39:25.198 | Selecting previously unselected package gir1.2-harfbuzz-0.0:amd64. 2021-01-11 10:39:25.205 | Preparing to unpack .../051-gir1.2-harfbuzz-0.0_1.7.2-1ubuntu1_amd64.deb ... 2021-01-11 10:39:25.207 | Unpacking gir1.2-harfbuzz-0.0:amd64 (1.7.2-1ubuntu1) ... 2021-01-11 10:39:25.316 | Preparing to unpack .../052-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 2021-01-11 10:39:25.399 | Unpacking git (1:2.17.1-1ubuntu0.7) over (1:2.17.1-1ubuntu0.4) ... 2021-01-11 10:39:26.295 | Selecting previously unselected package libann0. 2021-01-11 10:39:26.303 | Preparing to unpack .../053-libann0_1.1.2+doc-6_amd64.deb ... 2021-01-11 10:39:26.305 | Unpacking libann0 (1.1.2+doc-6) ... 2021-01-11 10:39:26.380 | Selecting previously unselected package libcdt5. 2021-01-11 10:39:26.387 | Preparing to unpack .../054-libcdt5_2.40.1-2_amd64.deb ... 2021-01-11 10:39:26.389 | Unpacking libcdt5 (2.40.1-2) ... 2021-01-11 10:39:26.464 | Selecting previously unselected package libcgraph6. 2021-01-11 10:39:26.472 | Preparing to unpack .../055-libcgraph6_2.40.1-2_amd64.deb ... 2021-01-11 10:39:26.474 | Unpacking libcgraph6 (2.40.1-2) ... 2021-01-11 10:39:26.534 | Selecting previously unselected package libjpeg8:amd64. 2021-01-11 10:39:26.541 | Preparing to unpack .../056-libjpeg8_8c-2ubuntu8_amd64.deb ... 2021-01-11 10:39:26.545 | Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... 2021-01-11 10:39:26.629 | Selecting previously unselected package libjbig0:amd64. 2021-01-11 10:39:26.636 | Preparing to unpack .../057-libjbig0_2.1-3.1build1_amd64.deb ... 2021-01-11 10:39:26.639 | Unpacking libjbig0:amd64 (2.1-3.1build1) ... 2021-01-11 10:39:26.723 | Selecting previously unselected package libtiff5:amd64. 2021-01-11 10:39:26.731 | Preparing to unpack .../058-libtiff5_4.0.9-5ubuntu0.3_amd64.deb ... 2021-01-11 10:39:26.733 | Unpacking libtiff5:amd64 (4.0.9-5ubuntu0.3) ... 2021-01-11 10:39:26.838 | Selecting previously unselected package libwebp6:amd64. 2021-01-11 10:39:26.846 | Preparing to unpack .../059-libwebp6_0.6.1-2_amd64.deb ... 2021-01-11 10:39:26.848 | Unpacking libwebp6:amd64 (0.6.1-2) ... 2021-01-11 10:39:26.950 | Selecting previously unselected package libxpm4:amd64. 2021-01-11 10:39:26.957 | Preparing to unpack .../060-libxpm4_1%3a3.5.12-1_amd64.deb ... 2021-01-11 10:39:26.959 | Unpacking libxpm4:amd64 (1:3.5.12-1) ... 2021-01-11 10:39:27.042 | Selecting previously unselected package libgd3:amd64. 2021-01-11 10:39:27.050 | Preparing to unpack .../061-libgd3_2.2.5-4ubuntu0.4_amd64.deb ... 2021-01-11 10:39:27.052 | Unpacking libgd3:amd64 (2.2.5-4ubuntu0.4) ... 2021-01-11 10:39:27.149 | Selecting previously unselected package libgts-0.7-5:amd64. 2021-01-11 10:39:27.157 | Preparing to unpack .../062-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ... 2021-01-11 10:39:27.159 | Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2021-01-11 10:39:27.260 | Selecting previously unselected package libpixman-1-0:amd64. 2021-01-11 10:39:27.267 | Preparing to unpack .../063-libpixman-1-0_0.34.0-2_amd64.deb ... 2021-01-11 10:39:27.269 | Unpacking libpixman-1-0:amd64 (0.34.0-2) ... 2021-01-11 10:39:27.383 | Selecting previously unselected package libxcb-render0:amd64. 2021-01-11 10:39:27.390 | Preparing to unpack .../064-libxcb-render0_1.13-2~ubuntu18.04_amd64.deb ... 2021-01-11 10:39:27.392 | Unpacking libxcb-render0:amd64 (1.13-2~ubuntu18.04) ... 2021-01-11 10:39:27.475 | Selecting previously unselected package libxcb-shm0:amd64. 2021-01-11 10:39:27.482 | Preparing to unpack .../065-libxcb-shm0_1.13-2~ubuntu18.04_amd64.deb ... 2021-01-11 10:39:27.484 | Unpacking libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ... 2021-01-11 10:39:27.560 | Selecting previously unselected package libxrender1:amd64. 2021-01-11 10:39:27.567 | Preparing to unpack .../066-libxrender1_1%3a0.9.10-1_amd64.deb ... 2021-01-11 10:39:27.569 | Unpacking libxrender1:amd64 (1:0.9.10-1) ... 2021-01-11 10:39:27.653 | Selecting previously unselected package libcairo2:amd64. 2021-01-11 10:39:27.661 | Preparing to unpack .../067-libcairo2_1.15.10-2ubuntu0.1_amd64.deb ... 2021-01-11 10:39:27.663 | Unpacking libcairo2:amd64 (1.15.10-2ubuntu0.1) ... 2021-01-11 10:39:27.809 | Selecting previously unselected package libltdl7:amd64. 2021-01-11 10:39:27.817 | Preparing to unpack .../068-libltdl7_2.4.6-2_amd64.deb ... 2021-01-11 10:39:27.819 | Unpacking libltdl7:amd64 (2.4.6-2) ... 2021-01-11 10:39:27.877 | Selecting previously unselected package libthai-data. 2021-01-11 10:39:27.884 | Preparing to unpack .../069-libthai-data_0.1.27-2_all.deb ... 2021-01-11 10:39:27.887 | Unpacking libthai-data (0.1.27-2) ... 2021-01-11 10:39:27.990 | Selecting previously unselected package libdatrie1:amd64. 2021-01-11 10:39:27.997 | Preparing to unpack .../070-libdatrie1_0.2.10-7_amd64.deb ... 2021-01-11 10:39:28.000 | Unpacking libdatrie1:amd64 (0.2.10-7) ... 2021-01-11 10:39:28.081 | Selecting previously unselected package libthai0:amd64. 2021-01-11 10:39:28.088 | Preparing to unpack .../071-libthai0_0.1.27-2_amd64.deb ... 2021-01-11 10:39:28.090 | Unpacking libthai0:amd64 (0.1.27-2) ... 2021-01-11 10:39:28.173 | Selecting previously unselected package libpango-1.0-0:amd64. 2021-01-11 10:39:28.180 | Preparing to unpack .../072-libpango-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2021-01-11 10:39:28.199 | Unpacking libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-01-11 10:39:28.300 | Selecting previously unselected package libpangoft2-1.0-0:amd64. 2021-01-11 10:39:28.307 | Preparing to unpack .../073-libpangoft2-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2021-01-11 10:39:28.310 | Unpacking libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-01-11 10:39:28.394 | Selecting previously unselected package libpangocairo-1.0-0:amd64. 2021-01-11 10:39:28.401 | Preparing to unpack .../074-libpangocairo-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2021-01-11 10:39:28.403 | Unpacking libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-01-11 10:39:28.478 | Selecting previously unselected package libpathplan4. 2021-01-11 10:39:28.485 | Preparing to unpack .../075-libpathplan4_2.40.1-2_amd64.deb ... 2021-01-11 10:39:28.488 | Unpacking libpathplan4 (2.40.1-2) ... 2021-01-11 10:39:28.581 | Selecting previously unselected package libgvc6. 2021-01-11 10:39:28.587 | Preparing to unpack .../076-libgvc6_2.40.1-2_amd64.deb ... 2021-01-11 10:39:28.591 | Unpacking libgvc6 (2.40.1-2) ... 2021-01-11 10:39:28.751 | Selecting previously unselected package libgvpr2. 2021-01-11 10:39:28.758 | Preparing to unpack .../077-libgvpr2_2.40.1-2_amd64.deb ... 2021-01-11 10:39:28.760 | Unpacking libgvpr2 (2.40.1-2) ... 2021-01-11 10:39:28.858 | Selecting previously unselected package liblab-gamut1. 2021-01-11 10:39:28.865 | Preparing to unpack .../078-liblab-gamut1_2.40.1-2_amd64.deb ... 2021-01-11 10:39:28.867 | Unpacking liblab-gamut1 (2.40.1-2) ... 2021-01-11 10:39:29.086 | Selecting previously unselected package libxt6:amd64. 2021-01-11 10:39:29.095 | Preparing to unpack .../079-libxt6_1%3a1.1.5-1_amd64.deb ... 2021-01-11 10:39:29.097 | Unpacking libxt6:amd64 (1:1.1.5-1) ... 2021-01-11 10:39:29.190 | Selecting previously unselected package libxmu6:amd64. 2021-01-11 10:39:29.197 | Preparing to unpack .../080-libxmu6_2%3a1.1.2-2_amd64.deb ... 2021-01-11 10:39:29.200 | Unpacking libxmu6:amd64 (2:1.1.2-2) ... 2021-01-11 10:39:29.286 | Selecting previously unselected package libxaw7:amd64. 2021-01-11 10:39:29.293 | Preparing to unpack .../081-libxaw7_2%3a1.0.13-1_amd64.deb ... 2021-01-11 10:39:29.295 | Unpacking libxaw7:amd64 (2:1.0.13-1) ... 2021-01-11 10:39:29.392 | Selecting previously unselected package graphviz. 2021-01-11 10:39:29.399 | Preparing to unpack .../082-graphviz_2.40.1-2_amd64.deb ... 2021-01-11 10:39:29.402 | Unpacking graphviz (2.40.1-2) ... 2021-01-11 10:39:29.600 | Selecting previously unselected package libnl-3-200:amd64. 2021-01-11 10:39:29.608 | Preparing to unpack .../083-libnl-3-200_3.2.29-0ubuntu3_amd64.deb ... 2021-01-11 10:39:29.610 | Unpacking libnl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-01-11 10:39:29.696 | Selecting previously unselected package libnl-route-3-200:amd64. 2021-01-11 10:39:29.703 | Preparing to unpack .../084-libnl-route-3-200_3.2.29-0ubuntu3_amd64.deb ... 2021-01-11 10:39:29.705 | Unpacking libnl-route-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-01-11 10:39:29.813 | Selecting previously unselected package libibverbs1:amd64. 2021-01-11 10:39:29.821 | Preparing to unpack .../085-libibverbs1_17.1-1ubuntu0.2_amd64.deb ... 2021-01-11 10:39:29.823 | Unpacking libibverbs1:amd64 (17.1-1ubuntu0.2) ... 2021-01-11 10:39:29.918 | Selecting previously unselected package ibverbs-providers:amd64. 2021-01-11 10:39:29.925 | Preparing to unpack .../086-ibverbs-providers_17.1-1ubuntu0.2_amd64.deb ... 2021-01-11 10:39:29.927 | Unpacking ibverbs-providers:amd64 (17.1-1ubuntu0.2) ... 2021-01-11 10:39:30.004 | Selecting previously unselected package icu-devtools. 2021-01-11 10:39:30.011 | Preparing to unpack .../087-icu-devtools_60.2-3ubuntu3.1_amd64.deb ... 2021-01-11 10:39:30.013 | Unpacking icu-devtools (60.2-3ubuntu3.1) ... 2021-01-11 10:39:30.103 | Selecting previously unselected package iputils-arping. 2021-01-11 10:39:30.110 | Preparing to unpack .../088-iputils-arping_3%3a20161105-1ubuntu3_amd64.deb ... 2021-01-11 10:39:30.112 | Unpacking iputils-arping (3:20161105-1ubuntu3) ... 2021-01-11 10:39:30.212 | Selecting previously unselected package javascript-common. 2021-01-11 10:39:30.219 | Preparing to unpack .../089-javascript-common_11_all.deb ... 2021-01-11 10:39:30.233 | Unpacking javascript-common (11) ... 2021-01-11 10:39:30.314 | Selecting previously unselected package libnl-genl-3-200:amd64. 2021-01-11 10:39:30.321 | Preparing to unpack .../090-libnl-genl-3-200_3.2.29-0ubuntu3_amd64.deb ... 2021-01-11 10:39:30.323 | Unpacking libnl-genl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-01-11 10:39:30.423 | Selecting previously unselected package libsensors4:amd64. 2021-01-11 10:39:30.430 | Preparing to unpack .../091-libsensors4_1%3a3.4.0-4_amd64.deb ... 2021-01-11 10:39:30.501 | Unpacking libsensors4:amd64 (1:3.4.0-4) ... 2021-01-11 10:39:30.576 | Selecting previously unselected package libsnmp-base. 2021-01-11 10:39:30.583 | Preparing to unpack .../092-libsnmp-base_5.7.3+dfsg-1.8ubuntu3.6_all.deb ... 2021-01-11 10:39:30.585 | Unpacking libsnmp-base (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-01-11 10:39:30.698 | Selecting previously unselected package libsnmp30:amd64. 2021-01-11 10:39:30.706 | Preparing to unpack .../093-libsnmp30_5.7.3+dfsg-1.8ubuntu3.6_amd64.deb ... 2021-01-11 10:39:30.708 | Unpacking libsnmp30:amd64 (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-01-11 10:39:30.934 | Selecting previously unselected package keepalived. 2021-01-11 10:39:30.941 | Preparing to unpack .../094-keepalived_1%3a1.3.9-1ubuntu0.18.04.2_amd64.deb ... 2021-01-11 10:39:30.943 | Unpacking keepalived (1:1.3.9-1ubuntu0.18.04.2) ... 2021-01-11 10:39:31.065 | Selecting previously unselected package libgssrpc4:amd64. 2021-01-11 10:39:31.072 | Preparing to unpack .../095-libgssrpc4_1.16-2ubuntu0.2_amd64.deb ... 2021-01-11 10:39:31.075 | Unpacking libgssrpc4:amd64 (1.16-2ubuntu0.2) ... 2021-01-11 10:39:31.153 | Selecting previously unselected package libkdb5-9:amd64. 2021-01-11 10:39:31.161 | Preparing to unpack .../096-libkdb5-9_1.16-2ubuntu0.2_amd64.deb ... 2021-01-11 10:39:31.164 | Unpacking libkdb5-9:amd64 (1.16-2ubuntu0.2) ... 2021-01-11 10:39:31.248 | Selecting previously unselected package libkadm5srv-mit11:amd64. 2021-01-11 10:39:31.255 | Preparing to unpack .../097-libkadm5srv-mit11_1.16-2ubuntu0.2_amd64.deb ... 2021-01-11 10:39:31.257 | Unpacking libkadm5srv-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-01-11 10:39:31.345 | Selecting previously unselected package libkadm5clnt-mit11:amd64. 2021-01-11 10:39:31.352 | Preparing to unpack .../098-libkadm5clnt-mit11_1.16-2ubuntu0.2_amd64.deb ... 2021-01-11 10:39:31.354 | Unpacking libkadm5clnt-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-01-11 10:39:31.414 | Selecting previously unselected package comerr-dev:amd64. 2021-01-11 10:39:31.421 | Preparing to unpack .../099-comerr-dev_2.1-1.44.1-1ubuntu1.3_amd64.deb ... 2021-01-11 10:39:31.423 | Unpacking comerr-dev:amd64 (2.1-1.44.1-1ubuntu1.3) ... 2021-01-11 10:39:31.482 | Selecting previously unselected package krb5-multidev:amd64. 2021-01-11 10:39:31.490 | Preparing to unpack .../100-krb5-multidev_1.16-2ubuntu0.2_amd64.deb ... 2021-01-11 10:39:31.492 | Unpacking krb5-multidev:amd64 (1.16-2ubuntu0.2) ... 2021-01-11 10:39:31.593 | Selecting previously unselected package libaio1:amd64. 2021-01-11 10:39:31.600 | Preparing to unpack .../101-libaio1_0.3.110-5ubuntu0.1_amd64.deb ... 2021-01-11 10:39:31.602 | Unpacking libaio1:amd64 (0.3.110-5ubuntu0.1) ... 2021-01-11 10:39:31.660 | Selecting previously unselected package libalgorithm-diff-perl. 2021-01-11 10:39:31.667 | Preparing to unpack .../102-libalgorithm-diff-perl_1.19.03-1_all.deb ... 2021-01-11 10:39:31.669 | Unpacking libalgorithm-diff-perl (1.19.03-1) ... 2021-01-11 10:39:31.729 | Selecting previously unselected package libalgorithm-diff-xs-perl. 2021-01-11 10:39:31.737 | Preparing to unpack .../103-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... 2021-01-11 10:39:31.739 | Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 2021-01-11 10:39:31.797 | Selecting previously unselected package libalgorithm-merge-perl. 2021-01-11 10:39:31.804 | Preparing to unpack .../104-libalgorithm-merge-perl_0.08-3_all.deb ... 2021-01-11 10:39:31.806 | Unpacking libalgorithm-merge-perl (0.08-3) ... 2021-01-11 10:39:31.864 | Selecting previously unselected package libarchive-cpio-perl. 2021-01-11 10:39:31.871 | Preparing to unpack .../105-libarchive-cpio-perl_0.10-1_all.deb ... 2021-01-11 10:39:31.874 | Unpacking libarchive-cpio-perl (0.10-1) ... 2021-01-11 10:39:31.932 | Selecting previously unselected package libfile-fcntllock-perl. 2021-01-11 10:39:31.940 | Preparing to unpack .../106-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... 2021-01-11 10:39:31.942 | Unpacking libfile-fcntllock-perl (0.22-3build2) ... 2021-01-11 10:39:32.000 | Selecting previously unselected package libglib2.0-bin. 2021-01-11 10:39:32.007 | Preparing to unpack .../107-libglib2.0-bin_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 2021-01-11 10:39:32.009 | Unpacking libglib2.0-bin (2.56.4-0ubuntu0.18.04.6) ... 2021-01-11 10:39:32.090 | Selecting previously unselected package libglib2.0-dev-bin. 2021-01-11 10:39:32.097 | Preparing to unpack .../108-libglib2.0-dev-bin_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 2021-01-11 10:39:32.100 | Unpacking libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.6) ... 2021-01-11 10:39:32.194 | Selecting previously unselected package pkg-config. 2021-01-11 10:39:32.201 | Preparing to unpack .../109-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 2021-01-11 10:39:32.203 | Unpacking pkg-config (0.29.1-0ubuntu2) ... 2021-01-11 10:39:32.262 | Selecting previously unselected package zlib1g-dev:amd64. 2021-01-11 10:39:32.269 | Preparing to unpack .../110-zlib1g-dev_1%3a1.2.11.dfsg-0ubuntu2_amd64.deb ... 2021-01-11 10:39:32.271 | Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... 2021-01-11 10:39:32.357 | Selecting previously unselected package libglib2.0-dev:amd64. 2021-01-11 10:39:32.364 | Preparing to unpack .../111-libglib2.0-dev_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 2021-01-11 10:39:32.366 | Unpacking libglib2.0-dev:amd64 (2.56.4-0ubuntu0.18.04.6) ... 2021-01-11 10:39:32.719 | Selecting previously unselected package libgraphite2-dev:amd64. 2021-01-11 10:39:32.727 | Preparing to unpack .../112-libgraphite2-dev_1.3.11-2_amd64.deb ... 2021-01-11 10:39:32.729 | Unpacking libgraphite2-dev:amd64 (1.3.11-2) ... 2021-01-11 10:39:32.787 | Selecting previously unselected package libgts-bin. 2021-01-11 10:39:32.794 | Preparing to unpack .../113-libgts-bin_0.7.6+darcs121130-4_amd64.deb ... 2021-01-11 10:39:32.797 | Unpacking libgts-bin (0.7.6+darcs121130-4) ... 2021-01-11 10:39:32.883 | Selecting previously unselected package libharfbuzz-icu0:amd64. 2021-01-11 10:39:32.890 | Preparing to unpack .../114-libharfbuzz-icu0_1.7.2-1ubuntu1_amd64.deb ... 2021-01-11 10:39:32.893 | Unpacking libharfbuzz-icu0:amd64 (1.7.2-1ubuntu1) ... 2021-01-11 10:39:32.978 | Selecting previously unselected package libharfbuzz-gobject0:amd64. 2021-01-11 10:39:32.986 | Preparing to unpack .../115-libharfbuzz-gobject0_1.7.2-1ubuntu1_amd64.deb ... 2021-01-11 10:39:32.996 | Unpacking libharfbuzz-gobject0:amd64 (1.7.2-1ubuntu1) ... 2021-01-11 10:39:33.080 | Selecting previously unselected package libicu-le-hb0:amd64. 2021-01-11 10:39:33.088 | Preparing to unpack .../116-libicu-le-hb0_1.0.3+git161113-4_amd64.deb ... 2021-01-11 10:39:33.090 | Unpacking libicu-le-hb0:amd64 (1.0.3+git161113-4) ... 2021-01-11 10:39:33.165 | Selecting previously unselected package libiculx60:amd64. 2021-01-11 10:39:33.173 | Preparing to unpack .../117-libiculx60_60.2-3ubuntu3.1_amd64.deb ... 2021-01-11 10:39:33.176 | Unpacking libiculx60:amd64 (60.2-3ubuntu3.1) ... 2021-01-11 10:39:33.235 | Selecting previously unselected package libicu-le-hb-dev:amd64. 2021-01-11 10:39:33.242 | Preparing to unpack .../118-libicu-le-hb-dev_1.0.3+git161113-4_amd64.deb ... 2021-01-11 10:39:33.253 | Unpacking libicu-le-hb-dev:amd64 (1.0.3+git161113-4) ... 2021-01-11 10:39:33.314 | Selecting previously unselected package libicu-dev. 2021-01-11 10:39:33.322 | Preparing to unpack .../119-libicu-dev_60.2-3ubuntu3.1_amd64.deb ... 2021-01-11 10:39:33.324 | Unpacking libicu-dev (60.2-3ubuntu3.1) ... 2021-01-11 10:39:34.898 | Selecting previously unselected package libharfbuzz-dev:amd64. 2021-01-11 10:39:34.906 | Preparing to unpack .../120-libharfbuzz-dev_1.7.2-1ubuntu1_amd64.deb ... 2021-01-11 10:39:34.910 | Unpacking libharfbuzz-dev:amd64 (1.7.2-1ubuntu1) ... 2021-01-11 10:39:35.051 | Selecting previously unselected package libiscsi7:amd64. 2021-01-11 10:39:35.058 | Preparing to unpack .../121-libiscsi7_1.17.0-1.1_amd64.deb ... 2021-01-11 10:39:35.061 | Unpacking libiscsi7:amd64 (1.17.0-1.1) ... 2021-01-11 10:39:35.158 | Selecting previously unselected package libjansson4:amd64. 2021-01-11 10:39:35.165 | Preparing to unpack .../122-libjansson4_2.11-1_amd64.deb ... 2021-01-11 10:39:35.168 | Unpacking libjansson4:amd64 (2.11-1) ... 2021-01-11 10:39:35.226 | Selecting previously unselected package libjpeg-turbo8-dev:amd64. 2021-01-11 10:39:35.234 | Preparing to unpack .../123-libjpeg-turbo8-dev_1.5.2-0ubuntu5.18.04.4_amd64.deb ... 2021-01-11 10:39:35.236 | Unpacking libjpeg-turbo8-dev:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-01-11 10:39:35.336 | Selecting previously unselected package libjpeg8-dev:amd64. 2021-01-11 10:39:35.344 | Preparing to unpack .../124-libjpeg8-dev_8c-2ubuntu8_amd64.deb ... 2021-01-11 10:39:35.346 | Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2021-01-11 10:39:35.412 | Selecting previously unselected package libjpeg-dev:amd64. 2021-01-11 10:39:35.419 | Preparing to unpack .../125-libjpeg-dev_8c-2ubuntu8_amd64.deb ... 2021-01-11 10:39:35.422 | Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... 2021-01-11 10:39:35.493 | Selecting previously unselected package libjs-jquery. 2021-01-11 10:39:35.501 | Preparing to unpack .../126-libjs-jquery_3.2.1-1_all.deb ... 2021-01-11 10:39:35.503 | Unpacking libjs-jquery (3.2.1-1) ... 2021-01-11 10:39:35.588 | Selecting previously unselected package libjs-jquery-metadata. 2021-01-11 10:39:35.596 | Preparing to unpack .../127-libjs-jquery-metadata_12-1_all.deb ... 2021-01-11 10:39:35.599 | Unpacking libjs-jquery-metadata (12-1) ... 2021-01-11 10:39:35.657 | Selecting previously unselected package libjs-jquery-tablesorter. 2021-01-11 10:39:35.665 | Preparing to unpack .../128-libjs-jquery-tablesorter_1%3a2.29.5+dfsg1-1_all.deb ... 2021-01-11 10:39:35.675 | Unpacking libjs-jquery-tablesorter (1:2.29.5+dfsg1-1) ... 2021-01-11 10:39:35.784 | Selecting previously unselected package libltdl-dev:amd64. 2021-01-11 10:39:35.792 | Preparing to unpack .../129-libltdl-dev_2.4.6-2_amd64.deb ... 2021-01-11 10:39:35.794 | Unpacking libltdl-dev:amd64 (2.4.6-2) ... 2021-01-11 10:39:35.878 | Selecting previously unselected package libsys-hostname-long-perl. 2021-01-11 10:39:35.885 | Preparing to unpack .../130-libsys-hostname-long-perl_1.5-1_all.deb ... 2021-01-11 10:39:35.887 | Unpacking libsys-hostname-long-perl (1.5-1) ... 2021-01-11 10:39:35.953 | Selecting previously unselected package libmail-sendmail-perl. 2021-01-11 10:39:35.960 | Preparing to unpack .../131-libmail-sendmail-perl_0.80-1_all.deb ... 2021-01-11 10:39:35.963 | Unpacking libmail-sendmail-perl (0.80-1) ... 2021-01-11 10:39:36.046 | Selecting previously unselected package libmatheval1:amd64. 2021-01-11 10:39:36.054 | Preparing to unpack .../132-libmatheval1_1.1.11+dfsg-3build1_amd64.deb ... 2021-01-11 10:39:36.056 | Unpacking libmatheval1:amd64 (1.1.11+dfsg-3build1) ... 2021-01-11 10:39:36.156 | Selecting previously unselected package mysql-common. 2021-01-11 10:39:36.164 | Preparing to unpack .../133-mysql-common_5.8+1.0.4_all.deb ... 2021-01-11 10:39:36.180 | Unpacking mysql-common (5.8+1.0.4) ... 2021-01-11 10:39:36.265 | Selecting previously unselected package libmysqlclient20:amd64. 2021-01-11 10:39:36.272 | Preparing to unpack .../134-libmysqlclient20_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2021-01-11 10:39:36.274 | Unpacking libmysqlclient20:amd64 (5.7.32-0ubuntu0.18.04.1) ... 2021-01-11 10:39:36.452 | Selecting previously unselected package libssl-dev:amd64. 2021-01-11 10:39:36.460 | Preparing to unpack .../135-libssl-dev_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 2021-01-11 10:39:36.462 | Unpacking libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 2021-01-11 10:39:36.760 | Selecting previously unselected package libmysqlclient-dev. 2021-01-11 10:39:36.769 | Preparing to unpack .../136-libmysqlclient-dev_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2021-01-11 10:39:36.771 | Unpacking libmysqlclient-dev (5.7.32-0ubuntu0.18.04.1) ... 2021-01-11 10:39:37.070 | Selecting previously unselected package libnorm1:amd64. 2021-01-11 10:39:37.078 | Preparing to unpack .../137-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 2021-01-11 10:39:37.082 | Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 2021-01-11 10:39:37.197 | Selecting previously unselected package libnspr4:amd64. 2021-01-11 10:39:37.205 | Preparing to unpack .../138-libnspr4_2%3a4.18-1ubuntu1_amd64.deb ... 2021-01-11 10:39:37.207 | Unpacking libnspr4:amd64 (2:4.18-1ubuntu1) ... 2021-01-11 10:39:37.298 | Selecting previously unselected package libnss3:amd64. 2021-01-11 10:39:37.306 | Preparing to unpack .../139-libnss3_2%3a3.35-2ubuntu2.12_amd64.deb ... 2021-01-11 10:39:37.308 | Unpacking libnss3:amd64 (2:3.35-2ubuntu2.12) ... 2021-01-11 10:39:37.593 | Selecting previously unselected package libpgm-5.2-0:amd64. 2021-01-11 10:39:37.600 | Preparing to unpack .../140-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 2021-01-11 10:39:37.603 | Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 2021-01-11 10:39:37.706 | Selecting previously unselected package libpq5:amd64. 2021-01-11 10:39:37.713 | Preparing to unpack .../141-libpq5_10.15-0ubuntu0.18.04.1_amd64.deb ... 2021-01-11 10:39:37.716 | Unpacking libpq5:amd64 (10.15-0ubuntu0.18.04.1) ... 2021-01-11 10:39:37.798 | Selecting previously unselected package libpq-dev. 2021-01-11 10:39:37.805 | Preparing to unpack .../142-libpq-dev_10.15-0ubuntu0.18.04.1_amd64.deb ... 2021-01-11 10:39:37.808 | Unpacking libpq-dev (10.15-0ubuntu0.18.04.1) ... 2021-01-11 10:39:37.953 | Selecting previously unselected package librados2. 2021-01-11 10:39:37.961 | Preparing to unpack .../143-librados2_12.2.13-0ubuntu0.18.04.5_amd64.deb ... 2021-01-11 10:39:37.964 | Unpacking librados2 (12.2.13-0ubuntu0.18.04.5) ... 2021-01-11 10:39:38.457 | Selecting previously unselected package librbd1. 2021-01-11 10:39:38.465 | Preparing to unpack .../144-librbd1_12.2.13-0ubuntu0.18.04.5_amd64.deb ... 2021-01-11 10:39:38.468 | Unpacking librbd1 (12.2.13-0ubuntu0.18.04.5) ... 2021-01-11 10:39:38.678 | Selecting previously unselected package libsasl2-dev. 2021-01-11 10:39:38.687 | Preparing to unpack .../145-libsasl2-dev_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-01-11 10:39:38.689 | Unpacking libsasl2-dev (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-01-11 10:39:38.822 | Preparing to unpack .../146-libsasl2-modules_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-01-11 10:39:38.843 | Unpacking libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2021-01-11 10:39:38.966 | Selecting previously unselected package libsodium23:amd64. 2021-01-11 10:39:38.974 | Preparing to unpack .../147-libsodium23_1.0.16-2_amd64.deb ... 2021-01-11 10:39:38.977 | Unpacking libsodium23:amd64 (1.0.16-2) ... 2021-01-11 10:39:39.062 | Selecting previously unselected package libsystemd-dev:amd64. 2021-01-11 10:39:39.069 | Preparing to unpack .../148-libsystemd-dev_237-3ubuntu10.43_amd64.deb ... 2021-01-11 10:39:39.071 | Unpacking libsystemd-dev:amd64 (237-3ubuntu10.43) ... 2021-01-11 10:39:39.204 | Selecting previously unselected package libx86-1:amd64. 2021-01-11 10:39:39.212 | Preparing to unpack .../149-libx86-1_1.1+ds1-10.2_amd64.deb ... 2021-01-11 10:39:39.214 | Unpacking libx86-1:amd64 (1.1+ds1-10.2) ... 2021-01-11 10:39:39.275 | Selecting previously unselected package libxml2-dev:amd64. 2021-01-11 10:39:39.282 | Preparing to unpack .../150-libxml2-dev_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb ... 2021-01-11 10:39:39.284 | Unpacking libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2021-01-11 10:39:39.504 | Preparing to unpack .../151-libxslt1.1_1.1.29-5ubuntu0.2_amd64.deb ... 2021-01-11 10:39:39.527 | Unpacking libxslt1.1:amd64 (1.1.29-5ubuntu0.2) over (1.1.29-5ubuntu0.1) ... 2021-01-11 10:39:39.626 | Selecting previously unselected package libxslt1-dev:amd64. 2021-01-11 10:39:39.634 | Preparing to unpack .../152-libxslt1-dev_1.1.29-5ubuntu0.2_amd64.deb ... 2021-01-11 10:39:39.637 | Unpacking libxslt1-dev:amd64 (1.1.29-5ubuntu0.2) ... 2021-01-11 10:39:39.808 | Selecting previously unselected package libzmq5:amd64. 2021-01-11 10:39:39.816 | Preparing to unpack .../153-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 2021-01-11 10:39:39.819 | Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 2021-01-11 10:39:39.928 | Selecting previously unselected package lsscsi. 2021-01-11 10:39:39.936 | Preparing to unpack .../154-lsscsi_0.28-0.1_amd64.deb ... 2021-01-11 10:39:39.938 | Unpacking lsscsi (0.28-0.1) ... 2021-01-11 10:39:40.054 | Preparing to unpack .../155-lvm2_2.02.176-4.1ubuntu3.18.04.3_amd64.deb ... 2021-01-11 10:39:40.084 | Unpacking lvm2 (2.02.176-4.1ubuntu3.18.04.3) over (2.02.176-4.1ubuntu3.18.04.1) ... 2021-01-11 10:39:41.069 | Selecting previously unselected package memcached. 2021-01-11 10:39:41.080 | Preparing to unpack .../156-memcached_1.5.6-0ubuntu1.2_amd64.deb ... 2021-01-11 10:39:41.083 | Unpacking memcached (1.5.6-0ubuntu1.2) ... 2021-01-11 10:39:41.167 | Selecting previously unselected package pm-utils. 2021-01-11 10:39:41.174 | Preparing to unpack .../157-pm-utils_1.4.1-17_all.deb ... 2021-01-11 10:39:41.177 | Unpacking pm-utils (1.4.1-17) ... 2021-01-11 10:39:41.275 | Selecting previously unselected package postgresql-client-common. 2021-01-11 10:39:41.284 | Preparing to unpack .../158-postgresql-client-common_190ubuntu0.1_all.deb ... 2021-01-11 10:39:41.286 | Unpacking postgresql-client-common (190ubuntu0.1) ... 2021-01-11 10:39:41.387 | Selecting previously unselected package ssl-cert. 2021-01-11 10:39:41.395 | Preparing to unpack .../159-ssl-cert_1.0.39_all.deb ... 2021-01-11 10:39:41.397 | Unpacking ssl-cert (1.0.39) ... 2021-01-11 10:39:41.533 | Selecting previously unselected package postgresql-common. 2021-01-11 10:39:41.541 | Preparing to unpack .../160-postgresql-common_190ubuntu0.1_all.deb ... 2021-01-11 10:39:41.573 | Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common' 2021-01-11 10:39:41.575 | Unpacking postgresql-common (190ubuntu0.1) ... 2021-01-11 10:39:41.673 | Selecting previously unselected package postgresql-server-dev-10. 2021-01-11 10:39:41.681 | Preparing to unpack .../161-postgresql-server-dev-10_10.15-0ubuntu0.18.04.1_amd64.deb ... 2021-01-11 10:39:41.683 | Unpacking postgresql-server-dev-10 (10.15-0ubuntu0.18.04.1) ... 2021-01-11 10:39:42.004 | Selecting previously unselected package postgresql-server-dev-all. 2021-01-11 10:39:42.011 | Preparing to unpack .../162-postgresql-server-dev-all_190ubuntu0.1_all.deb ... 2021-01-11 10:39:42.014 | Unpacking postgresql-server-dev-all (190ubuntu0.1) ... 2021-01-11 10:39:42.089 | Selecting previously unselected package python-pip-whl. 2021-01-11 10:39:42.099 | Preparing to unpack .../163-python-pip-whl_9.0.1-2.3~ubuntu1.18.04.4_all.deb ... 2021-01-11 10:39:42.101 | Unpacking python-pip-whl (9.0.1-2.3~ubuntu1.18.04.4) ... 2021-01-11 10:39:42.355 | Selecting previously unselected package python3-crypto. 2021-01-11 10:39:42.364 | Preparing to unpack .../164-python3-crypto_2.6.1-8ubuntu2_amd64.deb ... 2021-01-11 10:39:42.366 | Unpacking python3-crypto (2.6.1-8ubuntu2) ... 2021-01-11 10:39:42.506 | Selecting previously unselected package python3-secretstorage. 2021-01-11 10:39:42.513 | Preparing to unpack .../165-python3-secretstorage_2.3.1-2_all.deb ... 2021-01-11 10:39:42.516 | Unpacking python3-secretstorage (2.3.1-2) ... 2021-01-11 10:39:42.600 | Selecting previously unselected package python3-keyring. 2021-01-11 10:39:42.607 | Preparing to unpack .../166-python3-keyring_10.6.0-1_all.deb ... 2021-01-11 10:39:42.610 | Unpacking python3-keyring (10.6.0-1) ... 2021-01-11 10:39:42.696 | Selecting previously unselected package python3-keyrings.alt. 2021-01-11 10:39:42.704 | Preparing to unpack .../167-python3-keyrings.alt_3.0-1_all.deb ... 2021-01-11 10:39:42.707 | Unpacking python3-keyrings.alt (3.0-1) ... 2021-01-11 10:39:42.783 | Selecting previously unselected package python3-mysqldb. 2021-01-11 10:39:42.792 | Preparing to unpack .../168-python3-mysqldb_1.3.10-1build1_amd64.deb ... 2021-01-11 10:39:42.794 | Unpacking python3-mysqldb (1.3.10-1build1) ... 2021-01-11 10:39:42.881 | Selecting previously unselected package python3-pip. 2021-01-11 10:39:42.889 | Preparing to unpack .../169-python3-pip_9.0.1-2.3~ubuntu1.18.04.4_all.deb ... 2021-01-11 10:39:42.899 | Unpacking python3-pip (9.0.1-2.3~ubuntu1.18.04.4) ... 2021-01-11 10:39:42.988 | Selecting previously unselected package python3-setuptools. 2021-01-11 10:39:42.996 | Preparing to unpack .../170-python3-setuptools_39.0.1-2_all.deb ... 2021-01-11 10:39:42.998 | Unpacking python3-setuptools (39.0.1-2) ... 2021-01-11 10:39:43.119 | Selecting previously unselected package python3.6-venv. 2021-01-11 10:39:43.128 | Preparing to unpack .../171-python3.6-venv_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 2021-01-11 10:39:43.138 | Unpacking python3.6-venv (3.6.9-1~18.04ubuntu1.3) ... 2021-01-11 10:39:43.197 | Selecting previously unselected package python3-venv. 2021-01-11 10:39:43.205 | Preparing to unpack .../172-python3-venv_3.6.7-1~18.04_amd64.deb ... 2021-01-11 10:39:43.207 | Unpacking python3-venv (3.6.7-1~18.04) ... 2021-01-11 10:39:43.285 | Selecting previously unselected package python3-wheel. 2021-01-11 10:39:43.292 | Preparing to unpack .../173-python3-wheel_0.30.0-0.2_all.deb ... 2021-01-11 10:39:43.295 | Unpacking python3-wheel (0.30.0-0.2) ... 2021-01-11 10:39:43.383 | Selecting previously unselected package python3-xdg. 2021-01-11 10:39:43.390 | Preparing to unpack .../174-python3-xdg_0.25-4ubuntu1_all.deb ... 2021-01-11 10:39:43.393 | Unpacking python3-xdg (0.25-4ubuntu1) ... 2021-01-11 10:39:43.475 | Selecting previously unselected package qemu-block-extra:amd64. 2021-01-11 10:39:43.482 | Preparing to unpack .../175-qemu-block-extra_1%3a2.11+dfsg-1ubuntu7.34_amd64.deb ... 2021-01-11 10:39:43.486 | Unpacking qemu-block-extra:amd64 (1:2.11+dfsg-1ubuntu7.34) ... 2021-01-11 10:39:43.546 | Selecting previously unselected package qemu-utils. 2021-01-11 10:39:43.554 | Preparing to unpack .../176-qemu-utils_1%3a2.11+dfsg-1ubuntu7.34_amd64.deb ... 2021-01-11 10:39:43.557 | Unpacking qemu-utils (1:2.11+dfsg-1ubuntu7.34) ... 2021-01-11 10:39:43.770 | Selecting previously unselected package sharutils. 2021-01-11 10:39:43.778 | Preparing to unpack .../177-sharutils_1%3a4.15.2-3_amd64.deb ... 2021-01-11 10:39:43.781 | Unpacking sharutils (1:4.15.2-3) ... 2021-01-11 10:39:43.867 | Selecting previously unselected package sqlite3. 2021-01-11 10:39:43.875 | Preparing to unpack .../178-sqlite3_3.22.0-1ubuntu0.4_amd64.deb ... 2021-01-11 10:39:43.877 | Unpacking sqlite3 (3.22.0-1ubuntu0.4) ... 2021-01-11 10:39:44.050 | Selecting previously unselected package thin-provisioning-tools. 2021-01-11 10:39:44.058 | Preparing to unpack .../179-thin-provisioning-tools_0.7.4-2ubuntu3_amd64.deb ... 2021-01-11 10:39:44.068 | Unpacking thin-provisioning-tools (0.7.4-2ubuntu3) ... 2021-01-11 10:39:44.200 | Selecting previously unselected package unzip. 2021-01-11 10:39:44.208 | Preparing to unpack .../180-unzip_6.0-21ubuntu1.1_amd64.deb ... 2021-01-11 10:39:44.211 | Unpacking unzip (6.0-21ubuntu1.1) ... 2021-01-11 10:39:44.318 | Selecting previously unselected package uwsgi-core. 2021-01-11 10:39:44.326 | Preparing to unpack .../181-uwsgi-core_2.0.15-10.2ubuntu2.1_amd64.deb ... 2021-01-11 10:39:44.329 | Unpacking uwsgi-core (2.0.15-10.2ubuntu2.1) ... 2021-01-11 10:39:44.507 | Selecting previously unselected package vbetool. 2021-01-11 10:39:44.516 | Preparing to unpack .../182-vbetool_1.1-4_amd64.deb ... 2021-01-11 10:39:44.518 | Unpacking vbetool (1.1-4) ... 2021-01-11 10:39:44.612 | Selecting previously unselected package libipset3:amd64. 2021-01-11 10:39:44.619 | Preparing to unpack .../183-libipset3_6.34-1_amd64.deb ... 2021-01-11 10:39:44.622 | Unpacking libipset3:amd64 (6.34-1) ... 2021-01-11 10:39:44.693 | Selecting previously unselected package ipset. 2021-01-11 10:39:44.701 | Preparing to unpack .../184-ipset_6.34-1_amd64.deb ... 2021-01-11 10:39:44.711 | Unpacking ipset (6.34-1) ... 2021-01-11 10:39:44.804 | Selecting previously unselected package ipvsadm. 2021-01-11 10:39:44.813 | Preparing to unpack .../185-ipvsadm_1%3a1.28-3ubuntu0.18.04.1_amd64.deb ... 2021-01-11 10:39:44.815 | Unpacking ipvsadm (1:1.28-3ubuntu0.18.04.1) ... 2021-01-11 10:39:44.893 | Selecting previously unselected package kpartx. 2021-01-11 10:39:44.900 | Preparing to unpack .../186-kpartx_0.7.4-2ubuntu3_amd64.deb ... 2021-01-11 10:39:44.902 | Unpacking kpartx (0.7.4-2ubuntu3) ... 2021-01-11 10:39:44.978 | Selecting previously unselected package libapache2-mod-proxy-uwsgi. 2021-01-11 10:39:44.986 | Preparing to unpack .../187-libapache2-mod-proxy-uwsgi_2.0.15-10.2ubuntu2.1_amd64.deb ... 2021-01-11 10:39:44.989 | Unpacking libapache2-mod-proxy-uwsgi (2.0.15-10.2ubuntu2.1) ... 2021-01-11 10:39:45.073 | Selecting previously unselected package liberasurecode1:amd64. 2021-01-11 10:39:45.081 | Preparing to unpack .../188-liberasurecode1_1.5.0-1_amd64.deb ... 2021-01-11 10:39:45.083 | Unpacking liberasurecode1:amd64 (1.5.0-1) ... 2021-01-11 10:39:45.145 | Selecting previously unselected package liberasurecode-dev. 2021-01-11 10:39:45.152 | Preparing to unpack .../189-liberasurecode-dev_1.5.0-1_amd64.deb ... 2021-01-11 10:39:45.155 | Unpacking liberasurecode-dev (1.5.0-1) ... 2021-01-11 10:39:45.214 | Selecting previously unselected package libffi-dev:amd64. 2021-01-11 10:39:45.223 | Preparing to unpack .../190-libffi-dev_3.2.1-8_amd64.deb ... 2021-01-11 10:39:45.225 | Unpacking libffi-dev:amd64 (3.2.1-8) ... 2021-01-11 10:39:45.317 | Selecting previously unselected package libkrb5-dev:amd64. 2021-01-11 10:39:45.324 | Preparing to unpack .../191-libkrb5-dev_1.16-2ubuntu0.2_amd64.deb ... 2021-01-11 10:39:45.327 | Unpacking libkrb5-dev:amd64 (1.16-2ubuntu0.2) ... 2021-01-11 10:39:45.388 | Selecting previously unselected package libyaml-dev:amd64. 2021-01-11 10:39:45.396 | Preparing to unpack .../192-libyaml-dev_0.1.7-2ubuntu3_amd64.deb ... 2021-01-11 10:39:45.399 | Unpacking libyaml-dev:amd64 (0.1.7-2ubuntu3) ... 2021-01-11 10:39:45.463 | Selecting previously unselected package socat. 2021-01-11 10:39:45.473 | Preparing to unpack .../193-socat_1.7.3.2-2ubuntu2_amd64.deb ... 2021-01-11 10:39:45.475 | Unpacking socat (1.7.3.2-2ubuntu2) ... 2021-01-11 10:39:45.586 | Selecting previously unselected package vlan. 2021-01-11 10:39:45.595 | Preparing to unpack .../194-vlan_1.9-3.2ubuntu6_amd64.deb ... 2021-01-11 10:39:45.598 | Unpacking vlan (1.9-3.2ubuntu6) ... 2021-01-11 10:39:45.712 | Setting up libjs-jquery (3.2.1-1) ... 2021-01-11 10:39:45.742 | Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 2021-01-11 10:39:45.769 | Setting up libapr1:amd64 (1.6.3-2) ... 2021-01-11 10:39:45.806 | Setting up python-pip-whl (9.0.1-2.3~ubuntu1.18.04.4) ... 2021-01-11 10:39:45.843 | Processing triggers for ufw (0.36-0ubuntu0.18.04.1) ... 2021-01-11 10:39:46.033 | Setting up libpathplan4 (2.40.1-2) ... 2021-01-11 10:39:46.060 | Setting up conntrack (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-01-11 10:39:46.088 | Setting up libicu60:amd64 (60.2-3ubuntu3.1) ... 2021-01-11 10:39:46.123 | Setting up make (4.1-9.1ubuntu1) ... 2021-01-11 10:39:46.151 | Setting up liblab-gamut1 (2.40.1-2) ... 2021-01-11 10:39:46.178 | Setting up libxcb-render0:amd64 (1.13-2~ubuntu18.04) ... 2021-01-11 10:39:46.214 | Setting up vlan (1.9-3.2ubuntu6) ... 2021-01-11 10:39:46.295 | Setting up libarchive-zip-perl (1.60-1ubuntu0.1) ... 2021-01-11 10:39:46.322 | Setting up comerr-dev:amd64 (2.1-1.44.1-1ubuntu1.3) ... 2021-01-11 10:39:46.350 | Processing triggers for mime-support (3.60ubuntu1) ... 2021-01-11 10:39:46.386 | Setting up libsctp1:amd64 (1.0.17+dfsg-2) ... 2021-01-11 10:39:46.413 | Processing triggers for ureadahead (0.100.0-21) ... 2021-01-11 10:39:46.436 | Setting up sudo (1.8.21p2-3ubuntu1.3) ... 2021-01-11 10:39:46.508 | Setting up libtimedate-perl (2.3000-2) ... 2021-01-11 10:39:46.544 | Setting up libjbig0:amd64 (2.1-3.1build1) ... 2021-01-11 10:39:46.572 | Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 2021-01-11 10:39:46.618 | Setting up fonts-dejavu-core (2.37-1) ... 2021-01-11 10:39:46.781 | Setting up python3-crypto (2.6.1-8ubuntu2) ... 2021-01-11 10:39:47.217 | Processing triggers for install-info (6.5.0.dfsg.1-2) ... 2021-01-11 10:39:47.472 | Setting up libx86-1:amd64 (1.1+ds1-10.2) ... 2021-01-11 10:39:47.508 | Setting up lvm2 (2.02.176-4.1ubuntu3.18.04.3) ... 2021-01-11 10:39:47.927 | update-initramfs: deferring update (trigger activated) 2021-01-11 10:39:50.110 | Setting up lsscsi (0.28-0.1) ... 2021-01-11 10:39:50.148 | Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 2021-01-11 10:39:50.168 | No schema files found: doing nothing. 2021-01-11 10:39:50.175 | Setting up mysql-common (5.8+1.0.4) ... 2021-01-11 10:39:50.236 | update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2021-01-11 10:39:50.246 | Setting up sharutils (1:4.15.2-3) ... 2021-01-11 10:39:50.274 | Setting up libiscsi7:amd64 (1.17.0-1.1) ... 2021-01-11 10:39:50.310 | Setting up python3-xdg (0.25-4ubuntu1) ... 2021-01-11 10:39:50.603 | Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-01-11 10:39:50.633 | Setting up libjansson4:amd64 (2.11-1) ... 2021-01-11 10:39:50.663 | Setting up python3-keyrings.alt (3.0-1) ... 2021-01-11 10:39:50.936 | Setting up unzip (6.0-21ubuntu1.1) ... 2021-01-11 10:39:50.971 | Setting up python3.6-venv (3.6.9-1~18.04ubuntu1.3) ... 2021-01-11 10:39:51.074 | Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-01-11 10:39:51.102 | Setting up libarchive-cpio-perl (0.10-1) ... 2021-01-11 10:39:51.130 | Setting up genisoimage (9:1.1.11-3ubuntu2) ... 2021-01-11 10:39:51.166 | Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 2021-01-11 10:39:51.194 | Setting up uuid-dev:amd64 (2.31.1-0.4ubuntu3.7) ... 2021-01-11 10:39:51.221 | Setting up dctrl-tools (2.24-2build1) ... 2021-01-11 10:39:51.257 | Setting up apache2-data (2.4.29-1ubuntu4.14) ... 2021-01-11 10:39:51.284 | Setting up libffi-dev:amd64 (3.2.1-8) ... 2021-01-11 10:39:51.312 | Setting up libdatrie1:amd64 (0.2.10-7) ... 2021-01-11 10:39:51.348 | Setting up libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-01-11 10:39:51.375 | Setting up libyaml-dev:amd64 (0.1.7-2ubuntu3) ... 2021-01-11 10:39:51.403 | Processing triggers for initramfs-tools (0.130ubuntu3.8) ... 2021-01-11 10:39:51.483 | update-initramfs: Generating /boot/initrd.img-4.15.0-55-generic 2021-01-11 10:40:01.643 | Setting up pm-utils (1.4.1-17) ... 2021-01-11 10:40:01.682 | Setting up libnetfilter-queue1 (1.0.2-2) ... 2021-01-11 10:40:01.716 | Setting up python3-wheel (0.30.0-0.2) ... 2021-01-11 10:40:02.001 | Setting up m4 (1.4.18-1) ... 2021-01-11 10:40:02.029 | Setting up libipset3:amd64 (6.34-1) ... 2021-01-11 10:40:02.057 | Setting up fonts-liberation (1:1.07.4-7~18.04.1) ... 2021-01-11 10:40:02.085 | Setting up libsasl2-dev (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-01-11 10:40:02.113 | Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 2021-01-11 10:40:02.141 | Setting up open-iscsi (2.0.874-5ubuntu2.10) ... 2021-01-11 10:40:02.219 | Installing new version of config file /etc/iscsi/iscsid.conf ... 2021-01-11 10:40:04.111 | Setting up libnspr4:amd64 (2:4.18-1ubuntu1) ... 2021-01-11 10:40:04.139 | Setting up libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2021-01-11 10:40:04.167 | Setting up uuid-runtime (2.31.1-0.4ubuntu3.7) ... 2021-01-11 10:40:05.084 | Setting up libgraphite2-3:amd64 (1.3.11-2) ... 2021-01-11 10:40:05.112 | Setting up libcroco3:amd64 (0.6.12-2) ... 2021-01-11 10:40:05.140 | Setting up libxslt1.1:amd64 (1.1.29-5ubuntu0.2) ... 2021-01-11 10:40:05.167 | Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 2021-01-11 10:40:05.196 | Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 2021-01-11 10:40:05.223 | Setting up libsys-hostname-long-perl (1.5-1) ... 2021-01-11 10:40:05.251 | Setting up libfile-fcntllock-perl (0.22-3build2) ... 2021-01-11 10:40:05.278 | Setting up dnsmasq-utils (2.79-1) ... 2021-01-11 10:40:05.306 | Setting up libsodium23:amd64 (1.0.16-2) ... 2021-01-11 10:40:05.333 | Setting up libpixman-1-0:amd64 (0.34.0-2) ... 2021-01-11 10:40:05.377 | Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 2021-01-11 10:40:05.424 | Setting up libjpeg-turbo8-dev:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-01-11 10:40:05.451 | Setting up libmail-sendmail-perl (0.80-1) ... 2021-01-11 10:40:05.479 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-01-11 10:40:05.513 | Setting up libaio1:amd64 (0.3.110-5ubuntu0.1) ... 2021-01-11 10:40:05.551 | Setting up autotools-dev (20180224.1) ... 2021-01-11 10:40:05.579 | Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 2021-01-11 10:40:05.607 | Setting up kpartx (0.7.4-2ubuntu3) ... 2021-01-11 10:40:05.635 | Setting up postgresql-client-common (190ubuntu0.1) ... 2021-01-11 10:40:05.685 | Setting up dstat (0.7.3-1) ... 2021-01-11 10:40:05.890 | Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 2021-01-11 10:40:06.131 | Setting up libaprutil1:amd64 (1.6.1-2) ... 2021-01-11 10:40:06.160 | Setting up ipset (6.34-1) ... 2021-01-11 10:40:06.188 | Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... 2021-01-11 10:40:06.226 | Setting up thin-provisioning-tools (0.7.4-2ubuntu3) ... 2021-01-11 10:40:06.254 | Setting up systemd (237-3ubuntu10.43) ... 2021-01-11 10:40:06.271 | Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 2021-01-11 10:40:07.416 | [/usr/lib/tmpfiles.d/haproxy.conf:1] Unknown user 'haproxy'. 2021-01-11 10:40:07.417 | [/usr/lib/tmpfiles.d/memcached.conf:1] Unknown user 'memcache'. 2021-01-11 10:40:07.418 | [/usr/lib/tmpfiles.d/postgresql.conf:2] Unknown user 'postgres'. 2021-01-11 10:40:07.420 | [/usr/lib/tmpfiles.d/postgresql.conf:4] Unknown group 'postgres'. 2021-01-11 10:40:07.507 | Setting up libltdl7:amd64 (2.4.6-2) ... 2021-01-11 10:40:07.535 | Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 2021-01-11 10:40:07.575 | Setting up python3-pip (9.0.1-2.3~ubuntu1.18.04.4) ... 2021-01-11 10:40:07.950 | Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 2021-01-11 10:40:07.978 | Setting up libann0 (1.1.2+doc-6) ... 2021-01-11 10:40:08.006 | Setting up libalgorithm-diff-perl (1.19.03-1) ... 2021-01-11 10:40:08.034 | Setting up libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ... 2021-01-11 10:40:08.062 | Setting up libxpm4:amd64 (1:3.5.12-1) ... 2021-01-11 10:40:08.090 | Setting up libxrender1:amd64 (1:0.9.10-1) ... 2021-01-11 10:40:08.118 | Setting up libsensors4:amd64 (1:3.4.0-4) ... 2021-01-11 10:40:08.165 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-01-11 10:40:30.418 | Setting up libsystemd-dev:amd64 (237-3ubuntu10.43) ... 2021-01-11 10:40:30.425 | Setting up libmysqlclient20:amd64 (5.7.32-0ubuntu0.18.04.1) ... 2021-01-11 10:40:30.452 | Setting up icu-devtools (60.2-3ubuntu3.1) ... 2021-01-11 10:40:30.480 | Setting up liblua5.2-0:amd64 (5.2.4-1.1build1) ... 2021-01-11 10:40:30.508 | Setting up libthai-data (0.1.27-2) ... 2021-01-11 10:40:30.536 | Setting up liberasurecode1:amd64 (1.5.0-1) ... 2021-01-11 10:40:30.564 | Setting up javascript-common (11) ... 2021-01-11 10:40:30.631 | Package apache2 is not configured yet. Will defer actions by package javascript-common. 2021-01-11 10:40:30.647 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2021-01-11 10:40:30.689 | Setting up python3-setuptools (39.0.1-2) ... 2021-01-11 10:40:31.138 | Setting up libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-01-11 10:40:31.181 | Setting up libnl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-01-11 10:40:31.227 | Setting up libjs-jquery-metadata (12-1) ... 2021-01-11 10:40:31.255 | Setting up x11-common (1:7.7+19ubuntu7.1) ... 2021-01-11 10:40:31.685 | update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults 2021-01-11 10:40:32.054 | Setting up python3-secretstorage (2.3.1-2) ... 2021-01-11 10:40:32.327 | Setting up iputils-arping (3:20161105-1ubuntu3) ... 2021-01-11 10:40:32.354 | Setting up liblua5.3-0:amd64 (5.3.3-1ubuntu0.18.04.1) ... 2021-01-11 10:40:32.382 | Setting up libglib2.0-bin (2.56.4-0ubuntu0.18.04.6) ... 2021-01-11 10:40:32.410 | Setting up libgraphite2-dev:amd64 (1.3.11-2) ... 2021-01-11 10:40:32.438 | Setting up vbetool (1.1-4) ... 2021-01-11 10:40:32.466 | Setting up libcdt5 (2.40.1-2) ... 2021-01-11 10:40:32.495 | Setting up git (1:2.17.1-1ubuntu0.7) ... 2021-01-11 10:40:32.560 | Setting up libmatheval1:amd64 (1.1.11+dfsg-3build1) ... 2021-01-11 10:40:32.587 | Setting up autopoint (0.19.8.1-6ubuntu0.3) ... 2021-01-11 10:40:32.615 | Processing triggers for rsyslog (8.32.0-1ubuntu4) ... 2021-01-11 10:40:32.861 | Setting up libcgraph6 (2.40.1-2) ... 2021-01-11 10:40:32.892 | Setting up libaprutil1-ldap:amd64 (1.6.1-2) ... 2021-01-11 10:40:32.921 | Setting up libwebp6:amd64 (0.6.1-2) ... 2021-01-11 10:40:32.948 | Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... 2021-01-11 10:40:32.976 | Setting up libsnmp-base (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-01-11 10:40:33.003 | Setting up libfile-stripnondeterminism-perl (0.040-1.1~build1) ... 2021-01-11 10:40:33.032 | Setting up libjpeg8:amd64 (8c-2ubuntu8) ... 2021-01-11 10:40:33.060 | Setting up python3-venv (3.6.7-1~18.04) ... 2021-01-11 10:40:33.089 | Setting up libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu1) ... 2021-01-11 10:40:33.123 | Setting up libldap2-dev:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 2021-01-11 10:40:33.151 | Setting up libtool (2.4.6-2) ... 2021-01-11 10:40:33.179 | Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2021-01-11 10:40:33.207 | Setting up libsctp-dev:amd64 (1.0.17+dfsg-2) ... 2021-01-11 10:40:33.235 | Setting up libnss-systemd:amd64 (237-3ubuntu10.43) ... 2021-01-11 10:40:33.263 | Setting up libjs-jquery-tablesorter (1:2.29.5+dfsg1-1) ... 2021-01-11 10:40:33.291 | Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 2021-01-11 10:40:33.319 | Setting up haproxy (1.8.8-1ubuntu0.11) ... 2021-01-11 10:40:33.896 | Created symlink /etc/systemd/system/multi-user.target.wants/haproxy.service → /lib/systemd/system/haproxy.service. 2021-01-11 10:40:34.438 | Setting up fontconfig-config (2.12.6-0ubuntu2) ... 2021-01-11 10:40:34.818 | Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 2021-01-11 10:40:34.846 | Setting up libsnmp30:amd64 (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-01-11 10:40:34.873 | Setting up libpam-systemd:amd64 (237-3ubuntu10.43) ... 2021-01-11 10:40:35.298 | Setting up libapr1-dev (1.6.3-2) ... 2021-01-11 10:40:35.326 | Setting up libltdl-dev:amd64 (2.4.6-2) ... 2021-01-11 10:40:35.354 | Setting up python3-keyring (10.6.0-1) ... 2021-01-11 10:40:35.644 | Setting up libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.6) ... 2021-01-11 10:40:35.933 | Setting up gettext (0.19.8.1-6ubuntu0.3) ... 2021-01-11 10:40:35.960 | Setting up libaprutil1-dbd-sqlite3:amd64 (1.6.1-2) ... 2021-01-11 10:40:35.988 | Setting up libgvpr2 (2.40.1-2) ... 2021-01-11 10:40:36.015 | Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 2021-01-11 10:40:36.042 | Setting up memcached (1.5.6-0ubuntu1.2) ... 2021-01-11 10:40:36.629 | Created symlink /etc/systemd/system/multi-user.target.wants/memcached.service → /lib/systemd/system/memcached.service. 2021-01-11 10:40:37.204 | Setting up socat (1.7.3.2-2ubuntu2) ... 2021-01-11 10:40:37.232 | Setting up apache2-utils (2.4.29-1ubuntu4.14) ... 2021-01-11 10:40:37.260 | Setting up libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 2021-01-11 10:40:37.289 | Setting up libaprutil1-dev (1.6.1-2) ... 2021-01-11 10:40:37.318 | Setting up liberasurecode-dev (1.5.0-1) ... 2021-01-11 10:40:37.370 | Setting up apache2-bin (2.4.29-1ubuntu4.14) ... 2021-01-11 10:40:37.398 | Setting up libnl-genl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-01-11 10:40:37.434 | Setting up libnss3:amd64 (2:3.35-2ubuntu2.12) ... 2021-01-11 10:40:37.470 | Setting up libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ... 2021-01-11 10:40:37.498 | Setting up libtiff5:amd64 (4.0.9-5ubuntu0.3) ... 2021-01-11 10:40:37.526 | Setting up libnl-route-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-01-11 10:40:37.554 | Setting up ssl-cert (1.0.39) ... 2021-01-11 10:40:38.068 | Setting up python3-mysqldb (1.3.10-1build1) ... 2021-01-11 10:40:38.352 | Setting up autoconf (2.69-11) ... 2021-01-11 10:40:38.389 | Setting up libthai0:amd64 (0.1.27-2) ... 2021-01-11 10:40:38.417 | Setting up fakeroot (1.22-2ubuntu1) ... 2021-01-11 10:40:38.439 | update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 2021-01-11 10:40:38.462 | Setting up tcpdump (4.9.3-0ubuntu0.18.04.1) ... 2021-01-11 10:40:38.670 | Setting up ipvsadm (1:1.28-3ubuntu0.18.04.1) ... 2021-01-11 10:40:39.101 | Setting up sqlite3 (3.22.0-1ubuntu0.4) ... 2021-01-11 10:40:39.131 | Setting up libalgorithm-merge-perl (0.08-3) ... 2021-01-11 10:40:39.157 | Setting up intltool-debian (0.35.0+20060710.4) ... 2021-01-11 10:40:39.187 | Setting up pkg-config (0.29.1-0ubuntu2) ... 2021-01-11 10:40:39.297 | Setting up libalgorithm-diff-xs-perl (0.04-5) ... 2021-01-11 10:40:39.325 | Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2021-01-11 10:40:39.354 | Setting up gir1.2-harfbuzz-0.0:amd64 (1.7.2-1ubuntu1) ... 2021-01-11 10:40:39.382 | Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... 2021-01-11 10:40:39.410 | Setting up keepalived (1:1.3.9-1ubuntu0.18.04.2) ... 2021-01-11 10:40:39.701 | Created symlink /etc/systemd/system/multi-user.target.wants/keepalived.service → /lib/systemd/system/keepalived.service. 2021-01-11 10:40:40.243 | Setting up postgresql-common (190ubuntu0.1) ... 2021-01-11 10:40:40.856 | Adding user postgres to group ssl-cert 2021-01-11 10:40:41.038 | 2021-01-11 10:40:41.038 | Creating config file /etc/postgresql-common/createcluster.conf with new version 2021-01-11 10:40:41.244 | Building PostgreSQL dictionaries from installed myspell/hunspell packages... 2021-01-11 10:40:41.244 | Removing obsolete dictionary files: 2021-01-11 10:40:41.485 | Created symlink /etc/systemd/system/multi-user.target.wants/postgresql.service → /lib/systemd/system/postgresql.service. 2021-01-11 10:40:42.110 | Setting up automake (1:1.15.1-3ubuntu2) ... 2021-01-11 10:40:42.126 | update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode 2021-01-11 10:40:42.148 | Setting up libapache2-mod-proxy-uwsgi (2.0.15-10.2ubuntu2.1) ... 2021-01-11 10:40:42.188 | Setting up libice6:amd64 (2:1.0.9-2) ... 2021-01-11 10:40:42.216 | Setting up g++ (4:7.4.0-1ubuntu2.3) ... 2021-01-11 10:40:42.292 | update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 2021-01-11 10:40:42.303 | Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 2021-01-11 10:40:42.334 | Setting up libgts-bin (0.7.6+darcs121130-4) ... 2021-01-11 10:40:42.361 | Setting up libharfbuzz-gobject0:amd64 (1.7.2-1ubuntu1) ... 2021-01-11 10:40:42.390 | Setting up uwsgi-core (2.0.15-10.2ubuntu2.1) ... 2021-01-11 10:40:42.426 | Setting up conntrackd (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-01-11 10:40:42.727 | Created symlink /etc/systemd/system/multi-user.target.wants/conntrackd.service → /lib/systemd/system/conntrackd.service. 2021-01-11 10:40:43.324 | Setting up libibverbs1:amd64 (17.1-1ubuntu0.2) ... 2021-01-11 10:40:43.455 | Setting up libfontconfig1:amd64 (2.12.6-0ubuntu2) ... 2021-01-11 10:40:43.483 | Setting up libsm6:amd64 (2:1.2.2-1) ... 2021-01-11 10:40:43.519 | Setting up libharfbuzz-icu0:amd64 (1.7.2-1ubuntu1) ... 2021-01-11 10:40:43.547 | Setting up apache2 (2.4.29-1ubuntu4.14) ... 2021-01-11 10:40:45.089 | Enabling module mpm_event. 2021-01-11 10:40:45.152 | Enabling module authz_core. 2021-01-11 10:40:45.157 | Enabling module authz_host. 2021-01-11 10:40:45.215 | Enabling module authn_core. 2021-01-11 10:40:45.220 | Enabling module auth_basic. 2021-01-11 10:40:45.277 | Enabling module access_compat. 2021-01-11 10:40:45.336 | Enabling module authn_file. 2021-01-11 10:40:45.394 | Enabling module authz_user. 2021-01-11 10:40:45.448 | Enabling module alias. 2021-01-11 10:40:45.507 | Enabling module dir. 2021-01-11 10:40:45.565 | Enabling module autoindex. 2021-01-11 10:40:45.621 | Enabling module env. 2021-01-11 10:40:45.679 | Enabling module mime. 2021-01-11 10:40:45.736 | Enabling module negotiation. 2021-01-11 10:40:45.793 | Enabling module setenvif. 2021-01-11 10:40:45.852 | Enabling module filter. 2021-01-11 10:40:45.910 | Enabling module deflate. 2021-01-11 10:40:45.967 | Enabling module status. 2021-01-11 10:40:46.024 | Enabling module reqtimeout. 2021-01-11 10:40:46.081 | Enabling conf charset. 2021-01-11 10:40:46.138 | Enabling conf localized-error-pages. 2021-01-11 10:40:46.198 | Enabling conf other-vhosts-access-log. 2021-01-11 10:40:46.255 | Enabling conf security. 2021-01-11 10:40:46.319 | Enabling conf serve-cgi-bin. 2021-01-11 10:40:46.377 | Enabling site 000-default. 2021-01-11 10:40:46.427 | info: Executing deferred 'a2enconf javascript-common' for package javascript-common 2021-01-11 10:40:46.480 | Enabling conf javascript-common. 2021-01-11 10:40:46.720 | Created symlink /etc/systemd/system/multi-user.target.wants/apache2.service → /lib/systemd/system/apache2.service. 2021-01-11 10:40:47.108 | Created symlink /etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service → /lib/systemd/system/apache-htcacheclean.service. 2021-01-11 10:40:48.423 | Setting up libmysqlclient-dev (5.7.32-0ubuntu0.18.04.1) ... 2021-01-11 10:40:48.451 | Setting up po-debconf (1.0.20) ... 2021-01-11 10:40:48.478 | Setting up build-essential (12.4ubuntu1) ... 2021-01-11 10:40:48.506 | Setting up libicu-le-hb0:amd64 (1.0.3+git161113-4) ... 2021-01-11 10:40:48.534 | Setting up libgd3:amd64 (2.2.5-4ubuntu0.4) ... 2021-01-11 10:40:48.563 | Setting up libglib2.0-dev:amd64 (2.56.4-0ubuntu0.18.04.6) ... 2021-01-11 10:40:48.591 | Setting up librados2 (12.2.13-0ubuntu0.18.04.5) ... 2021-01-11 10:40:48.619 | Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 2021-01-11 10:40:48.647 | Setting up libpq5:amd64 (10.15-0ubuntu0.18.04.1) ... 2021-01-11 10:40:48.676 | Setting up ibverbs-providers:amd64 (17.1-1ubuntu0.2) ... 2021-01-11 10:40:48.844 | Setting up libiculx60:amd64 (60.2-3ubuntu3.1) ... 2021-01-11 10:40:48.872 | Setting up libxt6:amd64 (1:1.1.5-1) ... 2021-01-11 10:40:48.901 | Setting up fontconfig (2.12.6-0ubuntu2) ... 2021-01-11 10:40:51.071 | Regenerating fonts cache... done. 2021-01-11 10:40:51.074 | Setting up libcairo2:amd64 (1.15.10-2ubuntu0.1) ... 2021-01-11 10:40:51.102 | Setting up libgssrpc4:amd64 (1.16-2ubuntu0.2) ... 2021-01-11 10:40:51.130 | Setting up libpq-dev (10.15-0ubuntu0.18.04.1) ... 2021-01-11 10:40:51.157 | Setting up libcurl4:amd64 (7.58.0-2ubuntu3.12) ... 2021-01-11 10:40:51.185 | Setting up postgresql-server-dev-10 (10.15-0ubuntu0.18.04.1) ... 2021-01-11 10:40:51.213 | Setting up librbd1 (12.2.13-0ubuntu0.18.04.5) ... 2021-01-11 10:40:51.243 | Setting up libkdb5-9:amd64 (1.16-2ubuntu0.2) ... 2021-01-11 10:40:51.271 | Setting up qemu-block-extra:amd64 (1:2.11+dfsg-1ubuntu7.34) ... 2021-01-11 10:40:51.299 | Setting up qemu-utils (1:2.11+dfsg-1ubuntu7.34) ... 2021-01-11 10:40:51.327 | Setting up libxmu6:amd64 (2:1.1.2-2) ... 2021-01-11 10:40:51.355 | Setting up postgresql-server-dev-all (190ubuntu0.1) ... 2021-01-11 10:40:51.383 | Setting up libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-01-11 10:40:51.411 | Setting up libkadm5srv-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-01-11 10:40:51.441 | Setting up libkadm5clnt-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-01-11 10:40:51.469 | Setting up libxaw7:amd64 (2:1.0.13-1) ... 2021-01-11 10:40:51.506 | Setting up curl (7.58.0-2ubuntu3.12) ... 2021-01-11 10:40:51.534 | Setting up libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-01-11 10:40:51.563 | Setting up krb5-multidev:amd64 (1.16-2ubuntu0.2) ... 2021-01-11 10:40:51.591 | Setting up libkrb5-dev:amd64 (1.16-2ubuntu0.2) ... 2021-01-11 10:40:51.619 | Setting up libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-01-11 10:40:51.648 | Setting up libgvc6 (2.40.1-2) ... 2021-01-11 10:40:51.687 | Setting up graphviz (2.40.1-2) ... 2021-01-11 10:40:51.733 | Setting up libicu-dev (60.2-3ubuntu3.1) ... 2021-01-11 10:40:51.761 | Setting up libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2021-01-11 10:40:51.790 | Setting up libharfbuzz-dev:amd64 (1.7.2-1ubuntu1) ... 2021-01-11 10:40:51.818 | Setting up libxslt1-dev:amd64 (1.1.29-5ubuntu0.2) ... 2021-01-11 10:40:51.846 | Setting up debhelper (11.1.6ubuntu2) ... 2021-01-11 10:40:51.874 | Setting up dh-autoreconf (17) ... 2021-01-11 10:40:51.903 | Setting up libicu-le-hb-dev:amd64 (1.0.3+git161113-4) ... 2021-01-11 10:40:51.931 | Setting up dh-strip-nondeterminism (0.040-1.1~build1) ... 2021-01-11 10:40:51.968 | Setting up apache2-dev (2.4.29-1ubuntu4.14) ... 2021-01-11 10:40:52.004 | Processing triggers for initramfs-tools (0.130ubuntu3.8) ... 2021-01-11 10:40:52.058 | update-initramfs: Generating /boot/initrd.img-4.15.0-55-generic 2021-01-11 10:41:01.046 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-01-11 10:41:01.077 | Processing triggers for systemd (237-3ubuntu10.43) ... 2021-01-11 10:41:01.240 | Processing triggers for ureadahead (0.100.0-21) ... 2021-01-11 10:41:01.263 | Processing triggers for rsyslog (8.32.0-1ubuntu4) ... 2021-01-11 10:41:01.478 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2021-01-11 10:41:01.497 | Processing triggers for ufw (0.36-0ubuntu0.18.04.1) ... 2021-01-11 10:41:03.515 | ++ functions-common:apt_get:1115 : result=0 2021-01-11 10:41:03.517 | ++ functions-common:apt_get:1118 : time_stop apt-get 2021-01-11 10:41:03.520 | ++ functions-common:time_stop:2306 : local name 2021-01-11 10:41:03.522 | ++ functions-common:time_stop:2307 : local end_time 2021-01-11 10:41:03.524 | ++ functions-common:time_stop:2308 : local elapsed_time 2021-01-11 10:41:03.526 | ++ functions-common:time_stop:2309 : local total 2021-01-11 10:41:03.529 | ++ functions-common:time_stop:2310 : local start_time 2021-01-11 10:41:03.531 | ++ functions-common:time_stop:2312 : name=apt-get 2021-01-11 10:41:03.533 | ++ functions-common:time_stop:2313 : start_time=1610361527921 2021-01-11 10:41:03.535 | ++ functions-common:time_stop:2315 : [[ -z 1610361527921 ]] 2021-01-11 10:41:03.538 | +++ functions-common:time_stop:2318 : date +%s%3N 2021-01-11 10:41:03.542 | ++ functions-common:time_stop:2318 : end_time=1610361663539 2021-01-11 10:41:03.544 | ++ functions-common:time_stop:2319 : elapsed_time=135618 2021-01-11 10:41:03.546 | ++ functions-common:time_stop:2320 : total=660 2021-01-11 10:41:03.548 | ++ functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-11 10:41:03.551 | ++ functions-common:time_stop:2323 : _TIME_TOTAL[$name]=136278 2021-01-11 10:41:03.553 | ++ functions-common:apt_get:1119 : return 0 2021-01-11 10:41:03.556 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2021-01-11 10:41:03.558 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2021-01-11 10:41:03.560 | ++ tools/install_prereqs.sh:source:88 : date +%s 2021-01-11 10:41:03.564 | ++ tools/install_prereqs.sh:source:89 : date 2021-01-11 10:41:03.569 | + ./stack.sh:main:753 : [[ False != \T\r\u\e ]] 2021-01-11 10:41:03.571 | + ./stack.sh:main:754 : PYPI_ALTERNATIVE_URL= 2021-01-11 10:41:03.574 | + ./stack.sh:main:754 : /home/ubuntu/devstack/tools/install_pip.sh 2021-01-11 10:41:05.028 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2021-01-11 10:41:05.030 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2021-01-11 10:41:05.032 | ++ tools/install_pip.sh:main:41 : basename https://bootstrap.pypa.io/get-pip.py 2021-01-11 10:41:05.035 | + tools/install_pip.sh:main:41 : LOCAL_PIP=/home/ubuntu/devstack/files/get-pip.py 2021-01-11 10:41:05.037 | + tools/install_pip.sh:main:43 : GetDistro 2021-01-11 10:41:05.039 | + functions-common:GetDistro:373 : GetOSVersion 2021-01-11 10:41:05.040 | + functions-common:GetOSVersion:350 : _ensure_lsb_release 2021-01-11 10:41:05.042 | ++ functions-common:_ensure_lsb_release:327 : command -v lsb_release 2021-01-11 10:41:05.045 | + functions-common:_ensure_lsb_release:327 : [[ -x /usr/bin/lsb_release ]] 2021-01-11 10:41:05.046 | + functions-common:_ensure_lsb_release:328 : return 2021-01-11 10:41:05.048 | ++ functions-common:GetOSVersion:352 : lsb_release -r -s 2021-01-11 10:41:05.122 | + functions-common:GetOSVersion:352 : os_RELEASE=18.04 2021-01-11 10:41:05.124 | ++ functions-common:GetOSVersion:353 : lsb_release -c -s 2021-01-11 10:41:05.198 | + functions-common:GetOSVersion:353 : os_CODENAME=bionic 2021-01-11 10:41:05.200 | ++ functions-common:GetOSVersion:354 : lsb_release -i -s 2021-01-11 10:41:05.273 | + functions-common:GetOSVersion:354 : os_VENDOR=Ubuntu 2021-01-11 10:41:05.275 | + functions-common:GetOSVersion:356 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2021-01-11 10:41:05.276 | + functions-common:GetOSVersion:357 : os_PACKAGE=deb 2021-01-11 10:41:05.278 | + functions-common:GetOSVersion:362 : typeset -xr os_VENDOR 2021-01-11 10:41:05.280 | + functions-common:GetOSVersion:363 : typeset -xr os_RELEASE 2021-01-11 10:41:05.282 | + functions-common:GetOSVersion:364 : typeset -xr os_PACKAGE 2021-01-11 10:41:05.284 | + functions-common:GetOSVersion:365 : typeset -xr os_CODENAME 2021-01-11 10:41:05.290 | + functions-common:GetDistro:375 : [[ Ubuntu =~ (Ubuntu) ]] 2021-01-11 10:41:05.291 | + functions-common:GetDistro:378 : DISTRO=bionic 2021-01-11 10:41:05.293 | + functions-common:GetDistro:424 : typeset -xr DISTRO 2021-01-11 10:41:05.295 | + tools/install_pip.sh:main:44 : echo 'Distro: bionic' 2021-01-11 10:41:05.295 | Distro: bionic 2021-01-11 10:41:05.297 | + tools/install_pip.sh:main:127 : get_versions 2021-01-11 10:41:05.300 | ++ tools/install_pip.sh:get_versions:49 : which pip 2021-01-11 10:41:05.304 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2021-01-11 10:41:05.306 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2021-01-11 10:41:05.308 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2021-01-11 10:41:05.308 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2021-01-11 10:41:05.646 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.2.2 2021-01-11 10:41:05.648 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.2.2' 2021-01-11 10:41:05.648 | pip: 20.2.2 2021-01-11 10:41:05.650 | + tools/install_pip.sh:get_versions:57 : python3.6 -m pip --version 2021-01-11 10:41:05.964 | pip 20.2.2 from /usr/local/lib/python3.6/dist-packages/pip (python 3.6) 2021-01-11 10:41:05.987 | + tools/install_pip.sh:main:129 : [[ -n '' ]] 2021-01-11 10:41:05.989 | + tools/install_pip.sh:main:134 : [[ bionic == focal ]] 2021-01-11 10:41:05.991 | + tools/install_pip.sh:main:143 : is_fedora 2021-01-11 10:41:05.993 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2021-01-11 10:41:05.994 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2021-01-11 10:41:05.996 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2021-01-11 10:41:05.998 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-01-11 10:41:05.999 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2021-01-11 10:41:06.001 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2021-01-11 10:41:06.003 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOSStream ']' 2021-01-11 10:41:06.005 | + functions-common:is_fedora:456 : '[' Ubuntu = OracleServer ']' 2021-01-11 10:41:06.007 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2021-01-11 10:41:06.009 | + tools/install_pip.sh:main:143 : is_suse 2021-01-11 10:41:06.010 | + functions-common:is_suse:464 : is_opensuse 2021-01-11 10:41:06.012 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2021-01-11 10:41:06.014 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2021-01-11 10:41:06.015 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2021-01-11 10:41:06.017 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2021-01-11 10:41:06.019 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2021-01-11 10:41:06.021 | + tools/install_pip.sh:main:144 : is_package_installed python3-pip 2021-01-11 10:41:06.023 | + functions-common:is_package_installed:1353 : [[ -z python3-pip ]] 2021-01-11 10:41:06.025 | + functions-common:is_package_installed:1357 : [[ -z deb ]] 2021-01-11 10:41:06.026 | + functions-common:is_package_installed:1361 : [[ deb = \d\e\b ]] 2021-01-11 10:41:06.028 | + functions-common:is_package_installed:1362 : dpkg -s python3-pip 2021-01-11 10:41:06.050 | + tools/install_pip.sh:main:145 : uninstall_package python3-pip 2021-01-11 10:41:06.051 | + functions-common:uninstall_package:1373 : is_ubuntu 2021-01-11 10:41:06.053 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-11 10:41:06.055 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-11 10:41:06.057 | + functions-common:uninstall_package:1374 : apt_get purge python3-pip 2021-01-11 10:41:06.071 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes purge python3-pip 2021-01-11 10:41:06.190 | Reading package lists... 2021-01-11 10:41:06.449 | Building dependency tree... 2021-01-11 10:41:06.450 | Reading state information... 2021-01-11 10:41:06.667 | The following packages were automatically installed and are no longer required: 2021-01-11 10:41:06.667 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-01-11 10:41:06.667 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-01-11 10:41:06.667 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2021-01-11 10:41:06.668 | python3-pam python3-problem-report python3-pyasn1 2021-01-11 10:41:06.668 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-01-11 10:41:06.668 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-01-11 10:41:06.668 | Use 'sudo apt autoremove' to remove them. 2021-01-11 10:41:06.709 | The following packages will be REMOVED: 2021-01-11 10:41:06.709 | python3-pip* 2021-01-11 10:41:07.139 | 0 upgraded, 0 newly installed, 1 to remove and 146 not upgraded. 2021-01-11 10:41:07.139 | After this operation, 601 kB disk space will be freed. 2021-01-11 10:41:07.203 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 74799 files and directories currently installed.) 2021-01-11 10:41:07.208 | Removing python3-pip (9.0.1-2.3~ubuntu1.18.04.4) ... 2021-01-11 10:41:07.447 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-01-11 10:41:10.127 | + functions-common:apt_get:1115 : result=0 2021-01-11 10:41:10.129 | + functions-common:apt_get:1118 : time_stop apt-get 2021-01-11 10:41:10.132 | + functions-common:time_stop:2306 : local name 2021-01-11 10:41:10.133 | + functions-common:time_stop:2307 : local end_time 2021-01-11 10:41:10.135 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-11 10:41:10.142 | + functions-common:time_stop:2309 : local total 2021-01-11 10:41:10.143 | + functions-common:time_stop:2310 : local start_time 2021-01-11 10:41:10.145 | + functions-common:time_stop:2312 : name=apt-get 2021-01-11 10:41:10.147 | + functions-common:time_stop:2313 : start_time=1610361666069 2021-01-11 10:41:10.148 | + functions-common:time_stop:2315 : [[ -z 1610361666069 ]] 2021-01-11 10:41:10.151 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-11 10:41:10.153 | + functions-common:time_stop:2318 : end_time=1610361670151 2021-01-11 10:41:10.155 | + functions-common:time_stop:2319 : elapsed_time=4082 2021-01-11 10:41:10.157 | + functions-common:time_stop:2320 : total=0 2021-01-11 10:41:10.158 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-11 10:41:10.160 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=4082 2021-01-11 10:41:10.162 | + functions-common:apt_get:1119 : return 0 2021-01-11 10:41:10.163 | + tools/install_pip.sh:main:149 : install_get_pip 2021-01-11 10:41:10.165 | + tools/install_pip.sh:install_get_pip:64 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-01-11 10:41:10.167 | + tools/install_pip.sh:install_get_pip:81 : [[ ! -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-01-11 10:41:10.169 | + tools/install_pip.sh:install_get_pip:84 : local timecond= 2021-01-11 10:41:10.170 | + tools/install_pip.sh:install_get_pip:85 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-01-11 10:41:10.172 | + tools/install_pip.sh:install_get_pip:89 : curl -f --retry 6 --retry-delay 5 -o /home/ubuntu/devstack/files/get-pip.py https://bootstrap.pypa.io/get-pip.py 2021-01-11 10:41:10.183 | % Total % Received % Xferd Average Speed Time Time Time Current 2021-01-11 10:41:10.183 | Dload Upload Total Spent Left Speed 2021-01-11 10:41:10.826 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1842k 100 1842k 0 0 2865k 0 --:--:-- --:--:-- --:--:-- 2865k 2021-01-11 10:41:10.831 | + tools/install_pip.sh:install_get_pip:92 : touch /home/ubuntu/devstack/files/get-pip.py.downloaded 2021-01-11 10:41:10.834 | + tools/install_pip.sh:install_get_pip:96 : sudo -H -E python3.6 /home/ubuntu/devstack/files/get-pip.py -c /home/ubuntu/devstack/tools/cap-pip.txt 2021-01-11 10:41:13.589 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-01-11 10:41:13.776 | Collecting pip<20.3 2021-01-11 10:41:13.787 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/51f/1c7514530bd5c/pip-20.2.4-py2.py3-none-any.whl (1.5 MB) 2021-01-11 10:41:14.122 | Installing collected packages: pip 2021-01-11 10:41:14.122 | Attempting uninstall: pip 2021-01-11 10:41:14.123 | Found existing installation: pip 20.2.2 2021-01-11 10:41:14.354 | Uninstalling pip-20.2.2: 2021-01-11 10:41:14.369 | Successfully uninstalled pip-20.2.2 2021-01-11 10:41:15.663 | Successfully installed pip-20.2.4 2021-01-11 10:41:15.801 | + tools/install_pip.sh:main:151 : set -x 2021-01-11 10:41:15.803 | + tools/install_pip.sh:main:155 : pip_install_gr setuptools 2021-01-11 10:41:15.804 | + inc/python:pip_install_gr:76 : local name=setuptools 2021-01-11 10:41:15.806 | + inc/python:pip_install_gr:77 : local clean_name 2021-01-11 10:41:15.809 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements setuptools 2021-01-11 10:41:15.810 | ++ inc/python:get_from_global_requirements:225 : local package=setuptools 2021-01-11 10:41:15.816 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2021-01-11 10:41:15.819 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^setuptools' /opt/stack/requirements/global-requirements.txt 2021-01-11 10:41:15.819 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2021-01-11 10:41:15.822 | ++ inc/python:get_from_global_requirements:227 : required_pkg='setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 ' 2021-01-11 10:41:15.824 | ++ inc/python:get_from_global_requirements:228 : [[ setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 == '' ]] 2021-01-11 10:41:15.828 | ++ inc/python:get_from_global_requirements:231 : echo 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2021-01-11 10:41:15.828 | + inc/python:pip_install_gr:78 : clean_name='setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2021-01-11 10:41:15.831 | + inc/python:pip_install_gr:79 : pip_install 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2021-01-11 10:41:15.847 | Using python 3.6 to install setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 2021-01-11 10:41:15.849 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2021-01-11 10:41:17.630 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-01-11 10:41:17.635 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-01-11 10:41:19.246 | Collecting setuptools===51.1.2 2021-01-11 10:41:19.256 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/67d/8af2fc9f33e48/setuptools-51.1.2-py3-none-any.whl (784 kB) 2021-01-11 10:41:19.666 | Installing collected packages: setuptools 2021-01-11 10:41:19.666 | Attempting uninstall: setuptools 2021-01-11 10:41:19.667 | Found existing installation: setuptools 49.6.0 2021-01-11 10:41:19.758 | Uninstalling setuptools-49.6.0: 2021-01-11 10:41:19.789 | Successfully uninstalled setuptools-49.6.0 2021-01-11 10:41:20.327 | Successfully installed setuptools-51.1.2 2021-01-11 10:41:20.386 | WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. 2021-01-11 10:41:20.386 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-01-11 10:41:20.484 | + inc/python:pip_install:200 : result=0 2021-01-11 10:41:20.486 | + inc/python:pip_install:202 : time_stop pip_install 2021-01-11 10:41:20.488 | + functions-common:time_stop:2306 : local name 2021-01-11 10:41:20.490 | + functions-common:time_stop:2307 : local end_time 2021-01-11 10:41:20.492 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-11 10:41:20.493 | + functions-common:time_stop:2309 : local total 2021-01-11 10:41:20.495 | + functions-common:time_stop:2310 : local start_time 2021-01-11 10:41:20.497 | + functions-common:time_stop:2312 : name=pip_install 2021-01-11 10:41:20.499 | + functions-common:time_stop:2313 : start_time=1610361675842 2021-01-11 10:41:20.500 | + functions-common:time_stop:2315 : [[ -z 1610361675842 ]] 2021-01-11 10:41:20.503 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-11 10:41:20.506 | + functions-common:time_stop:2318 : end_time=1610361680504 2021-01-11 10:41:20.507 | + functions-common:time_stop:2319 : elapsed_time=4662 2021-01-11 10:41:20.509 | + functions-common:time_stop:2320 : total=0 2021-01-11 10:41:20.511 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-11 10:41:20.513 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=4662 2021-01-11 10:41:20.514 | + inc/python:pip_install:203 : return 0 2021-01-11 10:41:20.516 | + tools/install_pip.sh:main:157 : get_versions 2021-01-11 10:41:20.519 | ++ tools/install_pip.sh:get_versions:49 : which pip 2021-01-11 10:41:20.522 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2021-01-11 10:41:20.524 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2021-01-11 10:41:20.527 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2021-01-11 10:41:20.527 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2021-01-11 10:41:20.862 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.2.4 2021-01-11 10:41:20.864 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.2.4' 2021-01-11 10:41:20.864 | pip: 20.2.4 2021-01-11 10:41:20.866 | + tools/install_pip.sh:get_versions:57 : python3.6 -m pip --version 2021-01-11 10:41:21.180 | pip 20.2.4 from /usr/local/lib/python3.6/dist-packages/pip (python 3.6) 2021-01-11 10:41:21.204 | + ./stack.sh:main:758 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2021-01-11 10:41:21.207 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2021-01-11 10:41:21.210 | + ./stack.sh:main:759 : fixup_all 2021-01-11 10:41:21.213 | + tools/fixup_stuff.sh:fixup_all:196 : fixup_keystone 2021-01-11 10:41:21.215 | + tools/fixup_stuff.sh:fixup_keystone:39 : keystone_ports=35357,35358 2021-01-11 10:41:21.217 | + tools/fixup_stuff.sh:fixup_keystone:44 : sysctl net.ipv4.ip_local_reserved_ports 2021-01-11 10:41:21.225 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sysctl net.ipv4.ip_local_reserved_ports 2021-01-11 10:41:21.225 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : awk -F= '{print $2;}' 2021-01-11 10:41:21.225 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sed 's/^ //' 2021-01-11 10:41:21.231 | + tools/fixup_stuff.sh:fixup_keystone:46 : reserved_ports= 2021-01-11 10:41:21.233 | + tools/fixup_stuff.sh:fixup_keystone:48 : [[ -z '' ]] 2021-01-11 10:41:21.236 | + tools/fixup_stuff.sh:fixup_keystone:50 : sudo sysctl -w net.ipv4.ip_local_reserved_ports=35357,35358 2021-01-11 10:41:21.243 | net.ipv4.ip_local_reserved_ports = 35357,35358 2021-01-11 10:41:21.246 | + tools/fixup_stuff.sh:fixup_all:197 : fixup_ubuntu 2021-01-11 10:41:21.249 | + tools/fixup_stuff.sh:fixup_ubuntu:66 : [[ bionic != \b\i\o\n\i\c ]] 2021-01-11 10:41:21.251 | + tools/fixup_stuff.sh:fixup_ubuntu:71 : install_package software-properties-common 2021-01-11 10:41:21.253 | + functions-common:install_package:1344 : update_package_repo 2021-01-11 10:41:21.255 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2021-01-11 10:41:21.257 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2021-01-11 10:41:21.259 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2021-01-11 10:41:21.261 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2021-01-11 10:41:21.263 | + functions-common:update_package_repo:1324 : is_ubuntu 2021-01-11 10:41:21.265 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-11 10:41:21.267 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-11 10:41:21.269 | + functions-common:update_package_repo:1325 : apt_get_update 2021-01-11 10:41:21.271 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2021-01-11 10:41:21.274 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2021-01-11 10:41:21.276 | + functions-common:apt_get_update:1071 : return 2021-01-11 10:41:21.278 | + functions-common:install_package:1345 : real_install_package software-properties-common 2021-01-11 10:41:21.280 | + functions-common:real_install_package:1330 : is_ubuntu 2021-01-11 10:41:21.282 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-11 10:41:21.285 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-11 10:41:21.287 | + functions-common:real_install_package:1331 : apt_get install software-properties-common 2021-01-11 10:41:21.304 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install software-properties-common 2021-01-11 10:41:21.428 | Reading package lists... 2021-01-11 10:41:21.686 | Building dependency tree... 2021-01-11 10:41:21.688 | Reading state information... 2021-01-11 10:41:21.910 | The following packages were automatically installed and are no longer required: 2021-01-11 10:41:21.911 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-01-11 10:41:21.911 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-01-11 10:41:21.911 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2021-01-11 10:41:21.911 | python3-pam python3-problem-report python3-pyasn1 2021-01-11 10:41:21.911 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-01-11 10:41:21.911 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-01-11 10:41:21.911 | Use 'sudo apt autoremove' to remove them. 2021-01-11 10:41:21.912 | The following additional packages will be installed: 2021-01-11 10:41:21.912 | python3-software-properties 2021-01-11 10:41:21.961 | The following packages will be upgraded: 2021-01-11 10:41:21.961 | python3-software-properties software-properties-common 2021-01-11 10:41:22.545 | 2 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2021-01-11 10:41:22.545 | Need to get 33.9 kB of archives. 2021-01-11 10:41:22.545 | After this operation, 0 B of additional disk space will be used. 2021-01-11 10:41:22.545 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 software-properties-common all 0.96.24.32.14 [10.1 kB] 2021-01-11 10:41:22.688 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-software-properties all 0.96.24.32.14 [23.9 kB] 2021-01-11 10:41:23.341 | Fetched 33.9 kB in 1s (41.4 kB/s) 2021-01-11 10:41:23.426 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 74722 files and directories currently installed.) 2021-01-11 10:41:23.430 | Preparing to unpack .../software-properties-common_0.96.24.32.14_all.deb ... 2021-01-11 10:41:23.580 | Unpacking software-properties-common (0.96.24.32.14) over (0.96.24.32.9) ... 2021-01-11 10:41:23.722 | Preparing to unpack .../python3-software-properties_0.96.24.32.14_all.deb ... 2021-01-11 10:41:23.876 | Unpacking python3-software-properties (0.96.24.32.14) over (0.96.24.32.9) ... 2021-01-11 10:41:23.963 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-01-11 10:41:24.470 | Setting up python3-software-properties (0.96.24.32.14) ... 2021-01-11 10:41:24.747 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2021-01-11 10:41:24.766 | Setting up software-properties-common (0.96.24.32.14) ... 2021-01-11 10:41:26.947 | + functions-common:apt_get:1115 : result=0 2021-01-11 10:41:26.949 | + functions-common:apt_get:1118 : time_stop apt-get 2021-01-11 10:41:26.953 | + functions-common:time_stop:2306 : local name 2021-01-11 10:41:26.955 | + functions-common:time_stop:2307 : local end_time 2021-01-11 10:41:26.957 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-11 10:41:26.960 | + functions-common:time_stop:2309 : local total 2021-01-11 10:41:26.962 | + functions-common:time_stop:2310 : local start_time 2021-01-11 10:41:26.964 | + functions-common:time_stop:2312 : name=apt-get 2021-01-11 10:41:26.966 | + functions-common:time_stop:2313 : start_time=1610361681302 2021-01-11 10:41:26.969 | + functions-common:time_stop:2315 : [[ -z 1610361681302 ]] 2021-01-11 10:41:26.971 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-11 10:41:26.975 | + functions-common:time_stop:2318 : end_time=1610361686972 2021-01-11 10:41:26.977 | + functions-common:time_stop:2319 : elapsed_time=5670 2021-01-11 10:41:26.979 | + functions-common:time_stop:2320 : total=136278 2021-01-11 10:41:26.981 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-11 10:41:26.983 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=141948 2021-01-11 10:41:26.985 | + functions-common:apt_get:1119 : return 0 2021-01-11 10:41:26.987 | + tools/fixup_stuff.sh:fixup_ubuntu:74 : sudo add-apt-repository -y universe 2021-01-11 10:41:27.800 | 'universe' distribution component is already enabled for all sources. 2021-01-11 10:41:27.827 | + tools/fixup_stuff.sh:fixup_ubuntu:76 : [[ -f /etc/ci/mirror_info.sh ]] 2021-01-11 10:41:27.829 | + tools/fixup_stuff.sh:fixup_ubuntu:83 : sudo add-apt-repository -y cloud-archive:ussuri 2021-01-11 10:41:30.421 | Reading package lists... 2021-01-11 10:41:30.721 | Building dependency tree... 2021-01-11 10:41:30.723 | Reading state information... 2021-01-11 10:41:30.939 | The following packages were automatically installed and are no longer required: 2021-01-11 10:41:30.940 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-01-11 10:41:30.940 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-01-11 10:41:30.940 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2021-01-11 10:41:30.940 | python3-pam python3-problem-report python3-pyasn1 2021-01-11 10:41:30.940 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-01-11 10:41:30.940 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-01-11 10:41:30.940 | Use 'sudo apt autoremove' to remove them. 2021-01-11 10:41:30.987 | The following NEW packages will be installed: 2021-01-11 10:41:30.987 | ubuntu-cloud-keyring 2021-01-11 10:41:31.127 | 0 upgraded, 1 newly installed, 0 to remove and 144 not upgraded. 2021-01-11 10:41:31.127 | Need to get 6,008 B of archives. 2021-01-11 10:41:31.127 | After this operation, 22.5 kB of additional disk space will be used. 2021-01-11 10:41:31.127 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-cloud-keyring all 2018.09.18.1~18.04.0 [6,008 B] 2021-01-11 10:41:31.665 | Fetched 6,008 B in 0s (48.4 kB/s) 2021-01-11 10:41:31.716 | Selecting previously unselected package ubuntu-cloud-keyring. 2021-01-11 10:41:31.755 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 74722 files and directories currently installed.) 2021-01-11 10:41:31.758 | Preparing to unpack .../ubuntu-cloud-keyring_2018.09.18.1~18.04.0_all.deb ... 2021-01-11 10:41:31.761 | Unpacking ubuntu-cloud-keyring (2018.09.18.1~18.04.0) ... 2021-01-11 10:41:31.854 | Setting up ubuntu-cloud-keyring (2018.09.18.1~18.04.0) ... 2021-01-11 10:41:33.999 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2021-01-11 10:41:33.999 | Get:2 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri InRelease [8,769 B] 2021-01-11 10:41:34.045 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2021-01-11 10:41:34.072 | Hit:4 http://security.ubuntu.com/ubuntu bionic-security InRelease 2021-01-11 10:41:34.101 | Hit:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2021-01-11 10:41:34.310 | Get:6 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 Packages [188 kB] 2021-01-11 10:41:38.067 | Fetched 197 kB in 1s (262 kB/s) 2021-01-11 10:41:39.804 | Reading package lists... 2021-01-11 10:41:39.864 | + tools/fixup_stuff.sh:fixup_ubuntu:85 : REPOS_UPDATED=False 2021-01-11 10:41:39.866 | + tools/fixup_stuff.sh:fixup_ubuntu:86 : apt_get_update 2021-01-11 10:41:39.868 | + functions-common:apt_get_update:1070 : [[ False == \T\r\u\e ]] 2021-01-11 10:41:39.871 | + functions-common:apt_get_update:1075 : [[ False = \T\r\u\e ]] 2021-01-11 10:41:39.873 | + functions-common:apt_get_update:1077 : local sudo=sudo 2021-01-11 10:41:39.876 | ++ functions-common:apt_get_update:1078 : id -u 2021-01-11 10:41:39.879 | + functions-common:apt_get_update:1078 : [[ 1000 = \0 ]] 2021-01-11 10:41:39.881 | + functions-common:apt_get_update:1081 : time_start apt-get-update 2021-01-11 10:41:39.884 | + functions-common:time_start:2292 : local name=apt-get-update 2021-01-11 10:41:39.886 | + functions-common:time_start:2293 : local start_time= 2021-01-11 10:41:39.888 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-01-11 10:41:39.890 | ++ functions-common:time_start:2297 : date +%s%3N 2021-01-11 10:41:39.894 | + functions-common:time_start:2297 : _TIME_START[$name]=1610361699891 2021-01-11 10:41:39.896 | + functions-common:apt_get_update:1083 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2021-01-11 10:41:39.898 | + functions-common:apt_get_update:1084 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2021-01-11 10:41:39.901 | + functions-common:apt_get_update:1085 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2021-01-11 10:41:40.232 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2021-01-11 10:41:40.332 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2021-01-11 10:41:40.343 | Hit:3 http://security.ubuntu.com/ubuntu bionic-security InRelease 2021-01-11 10:41:40.344 | Hit:4 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri InRelease 2021-01-11 10:41:40.425 | Hit:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2021-01-11 10:41:42.738 | Reading package lists... 2021-01-11 10:41:42.799 | + functions-common:apt_get_update:1089 : REPOS_UPDATED=True 2021-01-11 10:41:42.801 | + functions-common:apt_get_update:1091 : time_stop apt-get-update 2021-01-11 10:41:42.803 | + functions-common:time_stop:2306 : local name 2021-01-11 10:41:42.806 | + functions-common:time_stop:2307 : local end_time 2021-01-11 10:41:42.808 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-11 10:41:42.810 | + functions-common:time_stop:2309 : local total 2021-01-11 10:41:42.812 | + functions-common:time_stop:2310 : local start_time 2021-01-11 10:41:42.814 | + functions-common:time_stop:2312 : name=apt-get-update 2021-01-11 10:41:42.816 | + functions-common:time_stop:2313 : start_time=1610361699891 2021-01-11 10:41:42.818 | + functions-common:time_stop:2315 : [[ -z 1610361699891 ]] 2021-01-11 10:41:42.821 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-11 10:41:42.825 | + functions-common:time_stop:2318 : end_time=1610361702822 2021-01-11 10:41:42.829 | + functions-common:time_stop:2319 : elapsed_time=2931 2021-01-11 10:41:42.831 | + functions-common:time_stop:2320 : total=2879 2021-01-11 10:41:42.833 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-11 10:41:42.835 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=5810 2021-01-11 10:41:42.838 | + tools/fixup_stuff.sh:fixup_ubuntu:94 : sudo rm -rf '/usr/lib/python3/dist-packages/httplib2-*.egg-info' 2021-01-11 10:41:42.849 | + tools/fixup_stuff.sh:fixup_ubuntu:95 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2021-01-11 10:41:42.860 | + tools/fixup_stuff.sh:fixup_ubuntu:96 : sudo rm -rf '/usr/lib/python3/dist-packages/PyYAML-*.egg-info' 2021-01-11 10:41:42.871 | + tools/fixup_stuff.sh:fixup_all:198 : fixup_fedora 2021-01-11 10:41:42.873 | + tools/fixup_stuff.sh:fixup_fedora:103 : is_fedora 2021-01-11 10:41:42.875 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2021-01-11 10:41:42.878 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2021-01-11 10:41:42.880 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2021-01-11 10:41:42.882 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-01-11 10:41:42.885 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2021-01-11 10:41:42.887 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2021-01-11 10:41:42.889 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOSStream ']' 2021-01-11 10:41:42.891 | + functions-common:is_fedora:456 : '[' Ubuntu = OracleServer ']' 2021-01-11 10:41:42.893 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2021-01-11 10:41:42.895 | + tools/fixup_stuff.sh:fixup_fedora:104 : return 2021-01-11 10:41:42.898 | + tools/fixup_stuff.sh:fixup_all:199 : fixup_suse 2021-01-11 10:41:42.901 | + tools/fixup_stuff.sh:fixup_suse:149 : is_suse 2021-01-11 10:41:42.903 | + functions-common:is_suse:464 : is_opensuse 2021-01-11 10:41:42.905 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2021-01-11 10:41:42.907 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2021-01-11 10:41:42.909 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2021-01-11 10:41:42.911 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2021-01-11 10:41:42.914 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2021-01-11 10:41:42.917 | + tools/fixup_stuff.sh:fixup_suse:150 : return 2021-01-11 10:41:42.919 | + ./stack.sh:main:762 : pip_install -U os-testr 2021-01-11 10:41:42.938 | Using python 3.6 to install os-testr 2021-01-11 10:41:42.940 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U os-testr 2021-01-11 10:41:44.716 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-01-11 10:41:44.720 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-01-11 10:41:44.818 | Collecting os-testr===2.0.0 2021-01-11 10:41:44.825 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/93a/e59a9d278e557/os_testr-2.0.0-py3-none-any.whl (46 kB) 2021-01-11 10:41:45.303 | Collecting testtools===2.4.0 2021-01-11 10:41:45.310 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/36f/f4998177c7d32/testtools-2.4.0-py2.py3-none-any.whl (185 kB) 2021-01-11 10:41:45.441 | Collecting python-subunit===1.4.0 2021-01-11 10:41:45.447 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/40f/34660c3da3e51/python_subunit-1.4.0-py2.py3-none-any.whl (106 kB) 2021-01-11 10:41:45.990 | Collecting pbr===5.5.1 2021-01-11 10:41:45.997 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b23/6cde0ac9a6aed/pbr-5.5.1-py2.py3-none-any.whl (106 kB) 2021-01-11 10:41:46.093 | Collecting stestr===3.1.0 2021-01-11 10:41:46.099 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/13c/8f771ea252290/stestr-3.1.0-py3-none-any.whl (120 kB) 2021-01-11 10:41:46.562 | Collecting fixtures===3.0.0 2021-01-11 10:41:46.569 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67 kB) 2021-01-11 10:41:47.019 | Collecting python-mimeparse===1.6.0 2021-01-11 10:41:47.026 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/a29/5f03ff2034149/python_mimeparse-1.6.0-py2.py3-none-any.whl (6.1 kB) 2021-01-11 10:41:47.416 | Collecting extras===1.0.0 2021-01-11 10:41:47.422 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/f68/9f08df47e2dec/extras-1.0.0-py2.py3-none-any.whl (7.3 kB) 2021-01-11 10:41:48.181 | Collecting traceback2===1.4.0 2021-01-11 10:41:48.188 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/825/3cebec4b19094/traceback2-1.4.0-py2.py3-none-any.whl (16 kB) 2021-01-11 10:41:48.771 | Collecting unittest2===1.1.0 2021-01-11 10:41:48.779 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/13f/77d0875db6d9b/unittest2-1.1.0-py2.py3-none-any.whl (96 kB) 2021-01-11 10:41:49.266 | Collecting six===1.15.0 2021-01-11 10:41:49.273 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8b7/4bedcbbbaca38/six-1.15.0-py2.py3-none-any.whl (10 kB) 2021-01-11 10:41:49.344 | Collecting future===0.18.2 2021-01-11 10:41:49.351 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b1b/ead90b70cf6ec/future-0.18.2.tar.gz (829 kB) 2021-01-11 10:41:50.622 | Collecting voluptuous===0.12.1 2021-01-11 10:41:50.628 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8ac/e33fcf9e6b1f5/voluptuous-0.12.1-py3-none-any.whl (29 kB) 2021-01-11 10:41:51.173 | Collecting cliff===3.5.0 2021-01-11 10:41:51.180 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/31c/2e2bf04d826c2/cliff-3.5.0-py3-none-any.whl (81 kB) 2021-01-11 10:41:51.748 | Collecting PyYAML===5.3.1 2021-01-11 10:41:51.755 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b8e/ac752c5e14d3e/PyYAML-5.3.1.tar.gz (269 kB) 2021-01-11 10:41:52.951 | Collecting linecache2===1.0.0 2021-01-11 10:41:52.958 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/e78/be9c0a0dfcbac/linecache2-1.0.0-py2.py3-none-any.whl (12 kB) 2021-01-11 10:41:53.433 | Collecting argparse 2021-01-11 10:41:53.442 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl (23 kB) 2021-01-11 10:41:54.099 | Collecting pyparsing===2.4.7 2021-01-11 10:41:54.107 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ef9/d7589ef3c200a/pyparsing-2.4.7-py2.py3-none-any.whl (67 kB) 2021-01-11 10:41:54.638 | Collecting stevedore===3.3.0 2021-01-11 10:41:54.645 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/50d/7b78fbaf0d04c/stevedore-3.3.0-py3-none-any.whl (49 kB) 2021-01-11 10:41:55.072 | Collecting prettytable===0.7.2 2021-01-11 10:41:55.079 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/788/48506f2c027f8/prettytable-0.7.2-py3-none-any.whl (13 kB) 2021-01-11 10:41:55.695 | Collecting cmd2===1.4.0 2021-01-11 10:41:55.702 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/87c/19e56c145fbc6/cmd2-1.4.0-py3-none-any.whl (133 kB) 2021-01-11 10:41:55.858 | Collecting importlib-metadata===3.3.0 2021-01-11 10:41:55.865 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bf7/92d480abbd5ed/importlib_metadata-3.3.0-py3-none-any.whl (10 kB) 2021-01-11 10:41:56.268 | Collecting attrs===20.3.0 2021-01-11 10:41:56.275 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/31b/2eced602aa842/attrs-20.3.0-py2.py3-none-any.whl (49 kB) 2021-01-11 10:41:56.718 | Collecting pyperclip===1.8.1 2021-01-11 10:41:56.723 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/8bb/51a8fb6ad32d5/pyperclip-1.8.1-py3-none-any.whl (11 kB) 2021-01-11 10:41:57.159 | Collecting colorama===0.4.4 2021-01-11 10:41:57.166 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9f4/7eda37229f68e/colorama-0.4.4-py2.py3-none-any.whl (16 kB) 2021-01-11 10:41:57.558 | Collecting wcwidth===0.2.5 2021-01-11 10:41:57.565 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/beb/4802a9cebb914/wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2021-01-11 10:41:57.602 | Requirement already satisfied, skipping upgrade: typing-extensions===3.7.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 557)) (3.7.4.3) 2021-01-11 10:41:57.605 | Requirement already satisfied, skipping upgrade: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 530)) (3.4.0) 2021-01-11 10:41:57.661 | Building wheels for collected packages: PyYAML, future 2021-01-11 10:41:57.662 | Building wheel for PyYAML (setup.py): started 2021-01-11 10:42:07.841 | Building wheel for PyYAML (setup.py): finished with status 'done' 2021-01-11 10:42:07.845 | Created wheel for PyYAML: filename=PyYAML-5.3.1-cp36-cp36m-linux_x86_64.whl size=403692 sha256=2f5a8bda14f29feac6107cf81cbba9ff1705dc2bd8c885b9c67ff7619ab4e9b6 2021-01-11 10:42:07.845 | Stored in directory: /root/.cache/pip/wheels/87/72/81/854eb4786f69e1920706847b6c06be3b0d589b7483cf247172 2021-01-11 10:42:07.847 | Building wheel for future (setup.py): started 2021-01-11 10:42:08.859 | Building wheel for future (setup.py): finished with status 'done' 2021-01-11 10:42:08.863 | Created wheel for future: filename=future-0.18.2-py3-none-any.whl size=491059 sha256=f83b5ea99963ea3681c42d6fecca2963f7e89b572c943cb4b86bedf116ebb3ab 2021-01-11 10:42:08.863 | Stored in directory: /root/.cache/pip/wheels/8c/58/d1/5f5b03a578242b7f6aaa86627fac27e15b5ffb03afb2150cb6 2021-01-11 10:42:08.865 | Successfully built PyYAML future 2021-01-11 10:42:09.386 | Installing collected packages: voluptuous, pbr, attrs, python-mimeparse, extras, linecache2, traceback2, argparse, six, unittest2, testtools, fixtures, wcwidth, prettytable, python-subunit, PyYAML, pyparsing, importlib-metadata, stevedore, pyperclip, colorama, cmd2, cliff, future, stestr, os-testr 2021-01-11 10:42:09.521 | Attempting uninstall: attrs 2021-01-11 10:42:09.522 | Found existing installation: attrs 17.4.0 2021-01-11 10:42:09.526 | Uninstalling attrs-17.4.0: 2021-01-11 10:42:09.624 | Successfully uninstalled attrs-17.4.0 2021-01-11 10:42:09.786 | Attempting uninstall: six 2021-01-11 10:42:09.787 | Found existing installation: six 1.11.0 2021-01-11 10:42:09.791 | Uninstalling six-1.11.0: 2021-01-11 10:42:09.821 | Successfully uninstalled six-1.11.0 2021-01-11 10:42:10.600 | Attempting uninstall: importlib-metadata 2021-01-11 10:42:10.601 | Found existing installation: importlib-metadata 3.4.0 2021-01-11 10:42:10.604 | Uninstalling importlib-metadata-3.4.0: 2021-01-11 10:42:10.605 | Successfully uninstalled importlib-metadata-3.4.0 2021-01-11 10:42:10.698 | Attempting uninstall: colorama 2021-01-11 10:42:10.698 | Found existing installation: colorama 0.3.7 2021-01-11 10:42:10.706 | Uninstalling colorama-0.3.7: 2021-01-11 10:42:10.735 | Successfully uninstalled colorama-0.3.7 2021-01-11 10:42:11.590 | Successfully installed PyYAML-5.3.1 argparse-1.4.0 attrs-20.3.0 cliff-3.5.0 cmd2-1.4.0 colorama-0.4.4 extras-1.0.0 fixtures-3.0.0 future-0.18.2 importlib-metadata-3.3.0 linecache2-1.0.0 os-testr-2.0.0 pbr-5.5.1 prettytable-0.7.2 pyparsing-2.4.7 pyperclip-1.8.1 python-mimeparse-1.6.0 python-subunit-1.4.0 six-1.15.0 stestr-3.1.0 stevedore-3.3.0 testtools-2.4.0 traceback2-1.4.0 unittest2-1.1.0 voluptuous-0.12.1 wcwidth-0.2.5 2021-01-11 10:42:11.654 | WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. 2021-01-11 10:42:11.654 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-01-11 10:42:11.802 | + inc/python:pip_install:200 : result=0 2021-01-11 10:42:11.804 | + inc/python:pip_install:202 : time_stop pip_install 2021-01-11 10:42:11.806 | + functions-common:time_stop:2306 : local name 2021-01-11 10:42:11.808 | + functions-common:time_stop:2307 : local end_time 2021-01-11 10:42:11.810 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-11 10:42:11.812 | + functions-common:time_stop:2309 : local total 2021-01-11 10:42:11.814 | + functions-common:time_stop:2310 : local start_time 2021-01-11 10:42:11.817 | + functions-common:time_stop:2312 : name=pip_install 2021-01-11 10:42:11.819 | + functions-common:time_stop:2313 : start_time=1610361702933 2021-01-11 10:42:11.821 | + functions-common:time_stop:2315 : [[ -z 1610361702933 ]] 2021-01-11 10:42:11.824 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-11 10:42:11.827 | + functions-common:time_stop:2318 : end_time=1610361731824 2021-01-11 10:42:11.829 | + functions-common:time_stop:2319 : elapsed_time=28891 2021-01-11 10:42:11.831 | + functions-common:time_stop:2320 : total=0 2021-01-11 10:42:11.833 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-11 10:42:11.835 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=28891 2021-01-11 10:42:11.837 | + inc/python:pip_install:203 : return 0 2021-01-11 10:42:11.840 | + ./stack.sh:main:766 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2021-01-11 10:42:11.885 | + ./stack.sh:main:767 : sudo systemctl restart systemd-journald 2021-01-11 10:42:11.953 | + ./stack.sh:main:773 : install_infra 2021-01-11 10:42:11.956 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-01-11 10:42:11.959 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2021-01-11 10:42:11.961 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack/requirements/.venv 2021-01-11 10:42:14.623 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-01-11 10:42:14.625 | + lib/infra:install_infra:34 : pip_install -U pbr 2021-01-11 10:42:14.646 | + inc/python:pip_install:193 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2021-01-11 10:42:16.492 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-01-11 10:42:17.303 | Collecting pbr===5.5.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) 2021-01-11 10:42:17.416 | Downloading http://10.100.0.9:8080/root/pypi/+f/b23/6cde0ac9a6aed/pbr-5.5.1-py2.py3-none-any.whl (106kB) 2021-01-11 10:42:17.446 | Installing collected packages: pbr 2021-01-11 10:42:17.550 | Successfully installed pbr-5.5.1 2021-01-11 10:42:17.612 | + inc/python:pip_install:200 : result=0 2021-01-11 10:42:17.614 | + inc/python:pip_install:202 : time_stop pip_install 2021-01-11 10:42:17.617 | + functions-common:time_stop:2306 : local name 2021-01-11 10:42:17.619 | + functions-common:time_stop:2307 : local end_time 2021-01-11 10:42:17.621 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-11 10:42:17.623 | + functions-common:time_stop:2309 : local total 2021-01-11 10:42:17.625 | + functions-common:time_stop:2310 : local start_time 2021-01-11 10:42:17.627 | + functions-common:time_stop:2312 : name=pip_install 2021-01-11 10:42:17.629 | + functions-common:time_stop:2313 : start_time=1610361734638 2021-01-11 10:42:17.631 | + functions-common:time_stop:2315 : [[ -z 1610361734638 ]] 2021-01-11 10:42:17.634 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-11 10:42:17.637 | + functions-common:time_stop:2318 : end_time=1610361737634 2021-01-11 10:42:17.639 | + functions-common:time_stop:2319 : elapsed_time=2996 2021-01-11 10:42:17.641 | + functions-common:time_stop:2320 : total=28891 2021-01-11 10:42:17.643 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-11 10:42:17.646 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=31887 2021-01-11 10:42:17.648 | + inc/python:pip_install:203 : return 0 2021-01-11 10:42:17.650 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-01-11 10:42:17.653 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2021-01-11 10:42:17.679 | + inc/python:pip_install:193 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt /opt/stack/requirements 2021-01-11 10:42:19.539 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-01-11 10:42:20.329 | Processing /opt/stack/requirements 2021-01-11 10:42:21.706 | Collecting fixtures===3.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 62)) 2021-01-11 10:42:21.773 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67kB) 2021-01-11 10:42:21.808 | Collecting PyYAML===5.3.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 175)) 2021-01-11 10:42:21.891 | Downloading http://10.100.0.9:8080/root/pypi/+f/b8e/ac752c5e14d3e/PyYAML-5.3.1.tar.gz (269kB) 2021-01-11 10:42:22.527 | Collecting requests===2.25.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 214)) 2021-01-11 10:42:23.065 | Downloading http://10.100.0.9:8080/root/pypi/+f/c21/0084e36a42ae6/requests-2.25.1-py2.py3-none-any.whl (61kB) 2021-01-11 10:42:23.103 | Collecting packaging===20.8 (from -c /opt/stack/requirements/upper-constraints.txt (line 323)) 2021-01-11 10:42:23.576 | Downloading http://10.100.0.9:8080/root/pypi/+f/24e/0da08660a8748/packaging-20.8-py2.py3-none-any.whl 2021-01-11 10:42:23.598 | Collecting testtools===2.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) 2021-01-11 10:42:23.643 | Downloading http://10.100.0.9:8080/root/pypi/+f/36f/f4998177c7d32/testtools-2.4.0-py2.py3-none-any.whl (185kB) 2021-01-11 10:42:23.701 | Collecting idna===2.10 (from -c /opt/stack/requirements/upper-constraints.txt (line 353)) 2021-01-11 10:42:24.094 | Downloading http://10.100.0.9:8080/root/pypi/+f/b97/d804b1e9b523b/idna-2.10-py2.py3-none-any.whl (58kB) 2021-01-11 10:42:24.114 | Collecting pyparsing===2.4.7 (from -c /opt/stack/requirements/upper-constraints.txt (line 397)) 2021-01-11 10:42:24.220 | Downloading http://10.100.0.9:8080/root/pypi/+f/ef9/d7589ef3c200a/pyparsing-2.4.7-py2.py3-none-any.whl (67kB) 2021-01-11 10:42:24.238 | Collecting six===1.15.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 434)) 2021-01-11 10:42:24.272 | Downloading http://10.100.0.9:8080/root/pypi/+f/8b7/4bedcbbbaca38/six-1.15.0-py2.py3-none-any.whl 2021-01-11 10:42:24.286 | Collecting Parsley>=1.2 (from openstack-requirements==1.2.1.dev4238) 2021-01-11 10:42:24.722 | Downloading http://10.100.0.9:8080/root/pypi/+f/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88kB) 2021-01-11 10:42:24.749 | Collecting beagle>=0.2.1 (from openstack-requirements==1.2.1.dev4238) 2021-01-11 10:42:25.186 | Downloading http://10.100.0.9:8080/root/pypi/+f/34b/7236e550859b0/beagle-0.3.0-py3-none-any.whl 2021-01-11 10:42:25.215 | Requirement already satisfied: pbr===5.5.1 in /opt/stack/requirements/.venv/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) 2021-01-11 10:42:25.221 | Collecting certifi===2020.12.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) 2021-01-11 10:42:25.650 | Downloading http://10.100.0.9:8080/root/pypi/+f/719/a74fb9e33b9bd/certifi-2020.12.5-py2.py3-none-any.whl (147kB) 2021-01-11 10:42:25.669 | Collecting urllib3===1.26.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) 2021-01-11 10:42:26.093 | Downloading http://10.100.0.9:8080/root/pypi/+f/d8f/f90d979214d7b/urllib3-1.26.2-py2.py3-none-any.whl (136kB) 2021-01-11 10:42:26.142 | Collecting chardet===4.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2021-01-11 10:42:26.494 | Downloading http://10.100.0.9:8080/root/pypi/+f/f86/4054d66fd9118/chardet-4.0.0-py2.py3-none-any.whl (178kB) 2021-01-11 10:42:26.529 | Collecting traceback2===1.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 142)) 2021-01-11 10:42:26.550 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/825/3cebec4b19094/traceback2-1.4.0-py2.py3-none-any.whl 2021-01-11 10:42:26.567 | Collecting python-mimeparse===1.6.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 95)) 2021-01-11 10:42:26.588 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/a29/5f03ff2034149/python_mimeparse-1.6.0-py2.py3-none-any.whl 2021-01-11 10:42:26.601 | Collecting unittest2===1.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) 2021-01-11 10:42:26.631 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/13f/77d0875db6d9b/unittest2-1.1.0-py2.py3-none-any.whl (96kB) 2021-01-11 10:42:26.663 | Collecting extras===1.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 157)) 2021-01-11 10:42:26.681 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/f68/9f08df47e2dec/extras-1.0.0-py2.py3-none-any.whl 2021-01-11 10:42:26.695 | Collecting cliff===3.5.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 239)) 2021-01-11 10:42:26.760 | Downloading http://10.100.0.9:8080/root/pypi/+f/31c/2e2bf04d826c2/cliff-3.5.0-py3-none-any.whl (81kB) 2021-01-11 10:42:26.801 | Collecting linecache2===1.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 351)) 2021-01-11 10:42:26.818 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/e78/be9c0a0dfcbac/linecache2-1.0.0-py2.py3-none-any.whl 2021-01-11 10:42:26.832 | Collecting argparse (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 197)) 2021-01-11 10:42:26.860 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl 2021-01-11 10:42:26.874 | Collecting cmd2===1.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 417)) 2021-01-11 10:42:26.994 | Downloading http://10.100.0.9:8080/root/pypi/+f/87c/19e56c145fbc6/cmd2-1.4.0-py3-none-any.whl (133kB) 2021-01-11 10:42:27.076 | Collecting prettytable===0.7.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) 2021-01-11 10:42:27.106 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/788/48506f2c027f8/prettytable-0.7.2-py3-none-any.whl 2021-01-11 10:42:27.120 | Collecting stevedore===3.3.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 408)) 2021-01-11 10:42:27.188 | Downloading http://10.100.0.9:8080/root/pypi/+f/50d/7b78fbaf0d04c/stevedore-3.3.0-py3-none-any.whl (49kB) 2021-01-11 10:42:27.220 | Collecting wcwidth===0.2.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 136)) 2021-01-11 10:42:27.250 | Downloading http://10.100.0.9:8080/root/pypi/+f/beb/4802a9cebb914/wcwidth-0.2.5-py2.py3-none-any.whl 2021-01-11 10:42:27.271 | Collecting pyperclip===1.8.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) 2021-01-11 10:42:27.307 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/8bb/51a8fb6ad32d5/pyperclip-1.8.1-py3-none-any.whl 2021-01-11 10:42:27.321 | Collecting importlib-metadata===3.3.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 273)) 2021-01-11 10:42:27.380 | Downloading http://10.100.0.9:8080/root/pypi/+f/bf7/92d480abbd5ed/importlib_metadata-3.3.0-py3-none-any.whl 2021-01-11 10:42:27.433 | Collecting colorama===0.4.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 559)) 2021-01-11 10:42:27.486 | Downloading http://10.100.0.9:8080/root/pypi/+f/9f4/7eda37229f68e/colorama-0.4.4-py2.py3-none-any.whl 2021-01-11 10:42:27.503 | Collecting attrs===20.3.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 49)) 2021-01-11 10:42:27.537 | Downloading http://10.100.0.9:8080/root/pypi/+f/31b/2eced602aa842/attrs-20.3.0-py2.py3-none-any.whl (49kB) 2021-01-11 10:42:27.603 | Collecting zipp===3.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 530)) 2021-01-11 10:42:27.645 | Downloading http://10.100.0.9:8080/root/pypi/+f/102/c24ef8f171fd7/zipp-3.4.0-py3-none-any.whl 2021-01-11 10:42:27.686 | Collecting typing-extensions===3.7.4.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 557)) 2021-01-11 10:42:27.715 | Downloading http://10.100.0.9:8080/root/pypi/+f/7cb/407020f00f7bf/typing_extensions-3.7.4.3-py3-none-any.whl 2021-01-11 10:42:27.729 | Building wheels for collected packages: PyYAML 2021-01-11 10:42:27.730 | Running setup.py bdist_wheel for PyYAML: started 2021-01-11 10:42:28.024 | Running setup.py bdist_wheel for PyYAML: finished with status 'error' 2021-01-11 10:42:28.024 | Complete output from command /opt/stack/requirements/.venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-d8ohpaiq/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/tmpni2qu6i2pip-wheel- --python-tag cp36: 2021-01-11 10:42:28.024 | usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2021-01-11 10:42:28.024 | or: -c --help [cmd1 cmd2 ...] 2021-01-11 10:42:28.024 | or: -c --help-commands 2021-01-11 10:42:28.024 | or: -c cmd --help 2021-01-11 10:42:28.024 | 2021-01-11 10:42:28.024 | error: invalid command 'bdist_wheel' 2021-01-11 10:42:28.024 | 2021-01-11 10:42:28.025 | ---------------------------------------- 2021-01-11 10:42:28.025 | Failed building wheel for PyYAML 2021-01-11 10:42:28.025 | Running setup.py clean for PyYAML 2021-01-11 10:42:28.322 | Failed to build PyYAML 2021-01-11 10:42:28.324 | Installing collected packages: chardet, certifi, attrs, six, linecache2, traceback2, python-mimeparse, argparse, unittest2, extras, testtools, fixtures, wcwidth, prettytable, urllib3, PyYAML, idna, requests, pyperclip, zipp, typing-extensions, importlib-metadata, colorama, cmd2, pyparsing, stevedore, cliff, packaging, Parsley, beagle, openstack-requirements 2021-01-11 10:42:29.389 | Running setup.py install for PyYAML: started 2021-01-11 10:42:39.206 | Running setup.py install for PyYAML: finished with status 'done' 2021-01-11 10:42:40.005 | Running setup.py install for openstack-requirements: started 2021-01-11 10:42:42.312 | Running setup.py install for openstack-requirements: finished with status 'done' 2021-01-11 10:42:42.905 | Successfully installed Parsley-1.3 PyYAML-5.3.1 argparse-1.4.0 attrs-20.3.0 beagle-0.3.0 certifi-2020.12.5 chardet-4.0.0 cliff-3.5.0 cmd2-1.4.0 colorama-0.4.4 extras-1.0.0 fixtures-3.0.0 idna-2.10 importlib-metadata-3.3.0 linecache2-1.0.0 openstack-requirements-1.2.1.dev4238 packaging-20.8 prettytable-0.7.2 pyparsing-2.4.7 pyperclip-1.8.1 python-mimeparse-1.6.0 requests-2.25.1 six-1.15.0 stevedore-3.3.0 testtools-2.4.0 traceback2-1.4.0 typing-extensions-3.7.4.3 unittest2-1.1.0 urllib3-1.26.2 wcwidth-0.2.5 zipp-3.4.0 2021-01-11 10:42:43.023 | + inc/python:pip_install:200 : result=0 2021-01-11 10:42:43.025 | + inc/python:pip_install:202 : time_stop pip_install 2021-01-11 10:42:43.027 | + functions-common:time_stop:2306 : local name 2021-01-11 10:42:43.029 | + functions-common:time_stop:2307 : local end_time 2021-01-11 10:42:43.032 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-11 10:42:43.034 | + functions-common:time_stop:2309 : local total 2021-01-11 10:42:43.036 | + functions-common:time_stop:2310 : local start_time 2021-01-11 10:42:43.038 | + functions-common:time_stop:2312 : name=pip_install 2021-01-11 10:42:43.040 | + functions-common:time_stop:2313 : start_time=1610361737667 2021-01-11 10:42:43.042 | + functions-common:time_stop:2315 : [[ -z 1610361737667 ]] 2021-01-11 10:42:43.045 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-11 10:42:43.049 | + functions-common:time_stop:2318 : end_time=1610361763046 2021-01-11 10:42:43.051 | + functions-common:time_stop:2319 : elapsed_time=25379 2021-01-11 10:42:43.053 | + functions-common:time_stop:2320 : total=31887 2021-01-11 10:42:43.055 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-11 10:42:43.057 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=57266 2021-01-11 10:42:43.059 | + inc/python:pip_install:203 : return 0 2021-01-11 10:42:43.062 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2021-01-11 10:42:43.064 | + lib/infra:install_infra:42 : use_library_from_git pbr 2021-01-11 10:42:43.067 | + inc/python:use_library_from_git:250 : local name=pbr 2021-01-11 10:42:43.069 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-11 10:42:43.071 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-01-11 10:42:43.074 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,pbr, ]] 2021-01-11 10:42:43.076 | + inc/python:use_library_from_git:253 : return 1 2021-01-11 10:42:43.079 | + lib/infra:install_infra:48 : pip_install -U pbr 2021-01-11 10:42:43.097 | Using python 3.6 to install pbr 2021-01-11 10:42:43.100 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2021-01-11 10:42:44.933 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-01-11 10:42:44.937 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-01-11 10:42:45.076 | Requirement already up-to-date: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (5.5.1) 2021-01-11 10:42:45.626 | WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. 2021-01-11 10:42:45.626 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-01-11 10:42:45.701 | + inc/python:pip_install:200 : result=0 2021-01-11 10:42:45.703 | + inc/python:pip_install:202 : time_stop pip_install 2021-01-11 10:42:45.706 | + functions-common:time_stop:2306 : local name 2021-01-11 10:42:45.708 | + functions-common:time_stop:2307 : local end_time 2021-01-11 10:42:45.710 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-11 10:42:45.712 | + functions-common:time_stop:2309 : local total 2021-01-11 10:42:45.714 | + functions-common:time_stop:2310 : local start_time 2021-01-11 10:42:45.716 | + functions-common:time_stop:2312 : name=pip_install 2021-01-11 10:42:45.719 | + functions-common:time_stop:2313 : start_time=1610361763092 2021-01-11 10:42:45.721 | + functions-common:time_stop:2315 : [[ -z 1610361763092 ]] 2021-01-11 10:42:45.723 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-11 10:42:45.727 | + functions-common:time_stop:2318 : end_time=1610361765724 2021-01-11 10:42:45.729 | + functions-common:time_stop:2319 : elapsed_time=2632 2021-01-11 10:42:45.731 | + functions-common:time_stop:2320 : total=57266 2021-01-11 10:42:45.733 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-11 10:42:45.735 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=59898 2021-01-11 10:42:45.737 | + inc/python:pip_install:203 : return 0 2021-01-11 10:42:45.740 | + ./stack.sh:main:776 : python3 -m venv /opt/stack/bindep-venv 2021-01-11 10:42:48.354 | + ./stack.sh:main:778 : /opt/stack/bindep-venv/bin/pip install bindep 2021-01-11 10:42:50.074 | Collecting bindep 2021-01-11 10:42:50.139 | Downloading http://10.100.0.9:8080/root/pypi/+f/755/6130a90d5c67a/bindep-2.8.1-py2.py3-none-any.whl 2021-01-11 10:42:50.161 | Collecting distro (from bindep) 2021-01-11 10:42:50.187 | Downloading http://10.100.0.9:8080/root/pypi/+f/df7/4eed763e18d10/distro-1.5.0-py2.py3-none-any.whl 2021-01-11 10:42:50.199 | Collecting Parsley (from bindep) 2021-01-11 10:42:50.216 | Downloading http://10.100.0.9:8080/root/pypi/+f/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88kB) 2021-01-11 10:42:50.242 | Collecting pbr>=2.0.0 (from bindep) 2021-01-11 10:42:50.327 | Downloading http://10.100.0.9:8080/root/pypi/+f/b23/6cde0ac9a6aed/pbr-5.5.1-py2.py3-none-any.whl (106kB) 2021-01-11 10:42:50.354 | Installing collected packages: distro, Parsley, pbr, bindep 2021-01-11 10:42:50.686 | Successfully installed Parsley-1.3 bindep-2.8.1 distro-1.5.0 pbr-5.5.1 2021-01-11 10:42:50.755 | + ./stack.sh:main:779 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2021-01-11 10:42:50.757 | + ./stack.sh:main:779 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2021-01-11 10:42:50.761 | ++ ./stack.sh:main:782 : _get_plugin_bindep_packages 2021-01-11 10:42:50.776 | + ./stack.sh:main:782 : pkgs= 2021-01-11 10:42:50.778 | + ./stack.sh:main:783 : [[ -n '' ]] 2021-01-11 10:42:50.781 | + ./stack.sh:main:790 : run_phase stack pre-install 2021-01-11 10:42:50.784 | + functions-common:run_phase:1734 : local mode=stack 2021-01-11 10:42:50.786 | + functions-common:run_phase:1735 : local phase=pre-install 2021-01-11 10:42:50.788 | + functions-common:run_phase:1736 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-01-11 10:42:50.790 | + functions-common:run_phase:1737 : local extra_plugin_file_name 2021-01-11 10:42:50.792 | + functions-common:run_phase:1738 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-01-11 10:42:50.795 | + functions-common:run_phase:1743 : local exceptions=80-tempest.sh 2021-01-11 10:42:50.797 | + functions-common:run_phase:1744 : local extra 2021-01-11 10:42:50.800 | ++ functions-common:run_phase:1745 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-01-11 10:42:50.803 | + functions-common:run_phase:1745 : extra=80-tempest.sh 2021-01-11 10:42:50.805 | + functions-common:run_phase:1746 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-01-11 10:42:50.808 | + functions-common:run_phase:1750 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-01-11 10:42:50.810 | + functions-common:run_phase:1750 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2021-01-11 10:42:50.812 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-01-11 10:42:50.826 | ++ functions-common:is_service_enabled:1962 : return 0 2021-01-11 10:42:50.828 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-01-11 10:42:50.830 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-01-11 10:42:50.832 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2021-01-11 10:42:50.834 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2021-01-11 10:42:50.836 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2021-01-11 10:42:50.838 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2021-01-11 10:42:50.840 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2021-01-11 10:42:50.842 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2021-01-11 10:42:50.845 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2021-01-11 10:42:50.847 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2021-01-11 10:42:50.849 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2021-01-11 10:42:50.851 | ++ extras.d/80-tempest.sh:source:26 : [[ stack == \u\n\s\t\a\c\k ]] 2021-01-11 10:42:50.853 | ++ extras.d/80-tempest.sh:source:31 : [[ stack == \c\l\e\a\n ]] 2021-01-11 10:42:50.855 | + functions-common:run_phase:1755 : [[ stack == \s\o\u\r\c\e ]] 2021-01-11 10:42:50.857 | + functions-common:run_phase:1758 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-01-11 10:42:50.860 | + functions-common:run_phase:1761 : run_plugins stack pre-install 2021-01-11 10:42:50.862 | + functions-common:run_plugins:1720 : local mode=stack 2021-01-11 10:42:50.864 | + functions-common:run_plugins:1721 : local phase=pre-install 2021-01-11 10:42:50.867 | + functions-common:run_plugins:1723 : local plugins= 2021-01-11 10:42:50.869 | + functions-common:run_plugins:1724 : local plugin 2021-01-11 10:42:50.871 | + ./stack.sh:main:793 : set_systemd_override DefaultLimitNOFILE 2048 2021-01-11 10:42:50.874 | + functions:set_systemd_override:844 : local key=DefaultLimitNOFILE 2021-01-11 10:42:50.876 | + functions:set_systemd_override:845 : local value=2048 2021-01-11 10:42:50.878 | + functions:set_systemd_override:847 : local sysconf=/etc/systemd/system.conf 2021-01-11 10:42:50.881 | + functions:set_systemd_override:848 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2021-01-11 10:42:50.926 | + functions:set_systemd_override:849 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2021-01-11 10:42:50.927 | Set systemd system override for DefaultLimitNOFILE=2048 2021-01-11 10:42:50.929 | + functions:set_systemd_override:851 : sudo systemctl daemon-reload 2021-01-11 10:42:51.110 | + ./stack.sh:main:795 : install_rpc_backend 2021-01-11 10:42:51.112 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2021-01-11 10:42:51.128 | + functions-common:is_service_enabled:1962 : return 0 2021-01-11 10:42:51.131 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2021-01-11 10:42:51.133 | + functions-common:install_package:1344 : update_package_repo 2021-01-11 10:42:51.135 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2021-01-11 10:42:51.138 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2021-01-11 10:42:51.140 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2021-01-11 10:42:51.143 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2021-01-11 10:42:51.145 | + functions-common:update_package_repo:1324 : is_ubuntu 2021-01-11 10:42:51.147 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-11 10:42:51.150 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-11 10:42:51.153 | + functions-common:update_package_repo:1325 : apt_get_update 2021-01-11 10:42:51.157 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2021-01-11 10:42:51.159 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2021-01-11 10:42:51.161 | + functions-common:apt_get_update:1071 : return 2021-01-11 10:42:51.164 | + functions-common:install_package:1345 : real_install_package rabbitmq-server 2021-01-11 10:42:51.166 | + functions-common:real_install_package:1330 : is_ubuntu 2021-01-11 10:42:51.168 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-11 10:42:51.170 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-11 10:42:51.173 | + functions-common:real_install_package:1331 : apt_get install rabbitmq-server 2021-01-11 10:42:51.191 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2021-01-11 10:42:51.312 | Reading package lists... 2021-01-11 10:42:51.575 | Building dependency tree... 2021-01-11 10:42:51.576 | Reading state information... 2021-01-11 10:42:51.798 | The following packages were automatically installed and are no longer required: 2021-01-11 10:42:51.799 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-01-11 10:42:51.799 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-01-11 10:42:51.799 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2021-01-11 10:42:51.799 | python3-pam python3-problem-report python3-pyasn1 2021-01-11 10:42:51.799 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-01-11 10:42:51.799 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-01-11 10:42:51.799 | Use 'sudo apt autoremove' to remove them. 2021-01-11 10:42:51.799 | The following additional packages will be installed: 2021-01-11 10:42:51.799 | erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter 2021-01-11 10:42:51.799 | erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic 2021-01-11 10:42:51.799 | erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon 2021-01-11 10:42:51.799 | erlang-parsetools erlang-public-key erlang-runtime-tools erlang-snmp 2021-01-11 10:42:51.800 | erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools erlang-xmerl libodbc1 2021-01-11 10:42:51.801 | Suggested packages: 2021-01-11 10:42:51.801 | erlang erlang-manpages erlang-doc xsltproc fop erlang-ic-java libmyodbc 2021-01-11 10:42:51.801 | odbc-postgresql tdsodbc unixodbc-bin 2021-01-11 10:42:51.847 | The following NEW packages will be installed: 2021-01-11 10:42:51.847 | erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter 2021-01-11 10:42:51.847 | erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic 2021-01-11 10:42:51.847 | erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon 2021-01-11 10:42:51.847 | erlang-parsetools erlang-public-key erlang-runtime-tools erlang-snmp 2021-01-11 10:42:51.847 | erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools erlang-xmerl libodbc1 2021-01-11 10:42:51.847 | rabbitmq-server 2021-01-11 10:42:52.129 | 0 upgraded, 26 newly installed, 0 to remove and 166 not upgraded. 2021-01-11 10:42:52.129 | Need to get 24.5 MB of archives. 2021-01-11 10:42:52.129 | After this operation, 40.4 MB of additional disk space will be used. 2021-01-11 10:42:52.129 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-base amd64 1:20.2.2+dfsg-1ubuntu2 [7,323 kB] 2021-01-11 10:42:53.934 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-asn1 amd64 1:20.2.2+dfsg-1ubuntu2 [724 kB] 2021-01-11 10:42:54.012 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-mnesia amd64 1:20.2.2+dfsg-1ubuntu2 [724 kB] 2021-01-11 10:42:54.078 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-runtime-tools amd64 1:20.2.2+dfsg-1ubuntu2 [178 kB] 2021-01-11 10:42:54.094 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-crypto amd64 1:20.2.2+dfsg-1ubuntu2 [104 kB] 2021-01-11 10:42:54.103 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-public-key amd64 1:20.2.2+dfsg-1ubuntu2 [561 kB] 2021-01-11 10:42:54.173 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ssl amd64 1:20.2.2+dfsg-1ubuntu2 [814 kB] 2021-01-11 10:42:54.281 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-inets amd64 1:20.2.2+dfsg-1ubuntu2 [711 kB] 2021-01-11 10:42:54.726 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-corba amd64 1:20.2.2+dfsg-1ubuntu2 [2,251 kB] 2021-01-11 10:42:54.798 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-syntax-tools amd64 1:20.2.2+dfsg-1ubuntu2 [345 kB] 2021-01-11 10:42:54.808 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-diameter amd64 1:20.2.2+dfsg-1ubuntu2 [647 kB] 2021-01-11 10:42:54.949 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-xmerl amd64 1:20.2.2+dfsg-1ubuntu2 [964 kB] 2021-01-11 10:42:55.055 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-edoc amd64 1:20.2.2+dfsg-1ubuntu2 [283 kB] 2021-01-11 10:42:55.420 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-eldap amd64 1:20.2.2+dfsg-1ubuntu2 [101 kB] 2021-01-11 10:42:55.422 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-erl-docgen amd64 1:20.2.2+dfsg-1ubuntu2 [118 kB] 2021-01-11 10:42:55.448 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-eunit amd64 1:20.2.2+dfsg-1ubuntu2 [136 kB] 2021-01-11 10:42:55.451 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ic amd64 1:20.2.2+dfsg-1ubuntu2 [817 kB] 2021-01-11 10:42:55.472 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libodbc1 amd64 2.3.4-1.1ubuntu3 [183 kB] 2021-01-11 10:42:55.476 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-odbc amd64 1:20.2.2+dfsg-1ubuntu2 [47.5 kB] 2021-01-11 10:42:55.477 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-snmp amd64 1:20.2.2+dfsg-1ubuntu2 [1,531 kB] 2021-01-11 10:42:55.597 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-os-mon amd64 1:20.2.2+dfsg-1ubuntu2 [90.4 kB] 2021-01-11 10:42:55.604 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-parsetools amd64 1:20.2.2+dfsg-1ubuntu2 [153 kB] 2021-01-11 10:42:55.622 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ssh amd64 1:20.2.2+dfsg-1ubuntu2 [508 kB] 2021-01-11 10:42:55.670 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-tools amd64 1:20.2.2+dfsg-1ubuntu2 [503 kB] 2021-01-11 10:42:55.729 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-nox all 1:20.2.2+dfsg-1ubuntu2 [13.4 kB] 2021-01-11 10:42:55.730 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 rabbitmq-server all 3.6.10-1ubuntu0.4 [4,651 kB] 2021-01-11 10:42:57.120 | Fetched 24.5 MB in 5s (5,205 kB/s) 2021-01-11 10:42:57.159 | Selecting previously unselected package erlang-base. 2021-01-11 10:42:57.199 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 74728 files and directories currently installed.) 2021-01-11 10:42:57.203 | Preparing to unpack .../00-erlang-base_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-11 10:42:57.205 | Unpacking erlang-base (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:42:58.263 | Selecting previously unselected package erlang-asn1. 2021-01-11 10:42:58.271 | Preparing to unpack .../01-erlang-asn1_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-11 10:42:58.274 | Unpacking erlang-asn1 (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:42:58.423 | Selecting previously unselected package erlang-mnesia. 2021-01-11 10:42:58.430 | Preparing to unpack .../02-erlang-mnesia_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-11 10:42:58.433 | Unpacking erlang-mnesia (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:42:58.574 | Selecting previously unselected package erlang-runtime-tools. 2021-01-11 10:42:58.583 | Preparing to unpack .../03-erlang-runtime-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-11 10:42:58.585 | Unpacking erlang-runtime-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:42:58.668 | Selecting previously unselected package erlang-crypto. 2021-01-11 10:42:58.676 | Preparing to unpack .../04-erlang-crypto_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-11 10:42:58.679 | Unpacking erlang-crypto (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:42:58.759 | Selecting previously unselected package erlang-public-key. 2021-01-11 10:42:58.766 | Preparing to unpack .../05-erlang-public-key_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-11 10:42:58.769 | Unpacking erlang-public-key (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:42:58.898 | Selecting previously unselected package erlang-ssl. 2021-01-11 10:42:58.906 | Preparing to unpack .../06-erlang-ssl_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-11 10:42:58.908 | Unpacking erlang-ssl (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:42:59.066 | Selecting previously unselected package erlang-inets. 2021-01-11 10:42:59.074 | Preparing to unpack .../07-erlang-inets_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-11 10:42:59.077 | Unpacking erlang-inets (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:42:59.226 | Selecting previously unselected package erlang-corba. 2021-01-11 10:42:59.235 | Preparing to unpack .../08-erlang-corba_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-11 10:42:59.237 | Unpacking erlang-corba (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:42:59.629 | Selecting previously unselected package erlang-syntax-tools. 2021-01-11 10:42:59.637 | Preparing to unpack .../09-erlang-syntax-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-11 10:42:59.640 | Unpacking erlang-syntax-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:42:59.740 | Selecting previously unselected package erlang-diameter. 2021-01-11 10:42:59.748 | Preparing to unpack .../10-erlang-diameter_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-11 10:42:59.751 | Unpacking erlang-diameter (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:42:59.890 | Selecting previously unselected package erlang-xmerl. 2021-01-11 10:42:59.898 | Preparing to unpack .../11-erlang-xmerl_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-11 10:42:59.901 | Unpacking erlang-xmerl (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:43:00.084 | Selecting previously unselected package erlang-edoc. 2021-01-11 10:43:00.093 | Preparing to unpack .../12-erlang-edoc_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-11 10:43:00.095 | Unpacking erlang-edoc (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:43:00.186 | Selecting previously unselected package erlang-eldap. 2021-01-11 10:43:00.194 | Preparing to unpack .../13-erlang-eldap_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-11 10:43:00.197 | Unpacking erlang-eldap (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:43:00.264 | Selecting previously unselected package erlang-erl-docgen. 2021-01-11 10:43:00.272 | Preparing to unpack .../14-erlang-erl-docgen_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-11 10:43:00.275 | Unpacking erlang-erl-docgen (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:43:00.350 | Selecting previously unselected package erlang-eunit. 2021-01-11 10:43:00.358 | Preparing to unpack .../15-erlang-eunit_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-11 10:43:00.361 | Unpacking erlang-eunit (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:43:00.432 | Selecting previously unselected package erlang-ic. 2021-01-11 10:43:00.440 | Preparing to unpack .../16-erlang-ic_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-11 10:43:00.443 | Unpacking erlang-ic (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:43:00.627 | Selecting previously unselected package libodbc1:amd64. 2021-01-11 10:43:00.635 | Preparing to unpack .../17-libodbc1_2.3.4-1.1ubuntu3_amd64.deb ... 2021-01-11 10:43:00.646 | Unpacking libodbc1:amd64 (2.3.4-1.1ubuntu3) ... 2021-01-11 10:43:00.728 | Selecting previously unselected package erlang-odbc. 2021-01-11 10:43:00.736 | Preparing to unpack .../18-erlang-odbc_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-11 10:43:00.738 | Unpacking erlang-odbc (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:43:00.799 | Selecting previously unselected package erlang-snmp. 2021-01-11 10:43:00.807 | Preparing to unpack .../19-erlang-snmp_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-11 10:43:00.809 | Unpacking erlang-snmp (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:43:01.083 | Selecting previously unselected package erlang-os-mon. 2021-01-11 10:43:01.091 | Preparing to unpack .../20-erlang-os-mon_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-11 10:43:01.093 | Unpacking erlang-os-mon (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:43:01.160 | Selecting previously unselected package erlang-parsetools. 2021-01-11 10:43:01.168 | Preparing to unpack .../21-erlang-parsetools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-11 10:43:01.170 | Unpacking erlang-parsetools (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:43:01.246 | Selecting previously unselected package erlang-ssh. 2021-01-11 10:43:01.255 | Preparing to unpack .../22-erlang-ssh_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-11 10:43:01.257 | Unpacking erlang-ssh (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:43:01.380 | Selecting previously unselected package erlang-tools. 2021-01-11 10:43:01.388 | Preparing to unpack .../23-erlang-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-11 10:43:01.391 | Unpacking erlang-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:43:01.513 | Selecting previously unselected package erlang-nox. 2021-01-11 10:43:01.521 | Preparing to unpack .../24-erlang-nox_1%3a20.2.2+dfsg-1ubuntu2_all.deb ... 2021-01-11 10:43:01.523 | Unpacking erlang-nox (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:43:01.616 | Selecting previously unselected package rabbitmq-server. 2021-01-11 10:43:01.623 | Preparing to unpack .../25-rabbitmq-server_3.6.10-1ubuntu0.4_all.deb ... 2021-01-11 10:43:01.626 | Unpacking rabbitmq-server (3.6.10-1ubuntu0.4) ... 2021-01-11 10:43:02.168 | Setting up libodbc1:amd64 (2.3.4-1.1ubuntu3) ... 2021-01-11 10:43:02.197 | Setting up erlang-base (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:43:03.027 | Searching for services which depend on erlang and should be started...none found. 2021-01-11 10:43:03.030 | Processing triggers for ureadahead (0.100.0-21) ... 2021-01-11 10:43:03.054 | Setting up erlang-ic (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:43:03.082 | Setting up erlang-xmerl (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:43:03.110 | Setting up erlang-crypto (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:43:03.137 | Setting up erlang-asn1 (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:43:03.165 | Setting up erlang-mnesia (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:43:03.193 | Setting up erlang-eunit (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:43:03.221 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-01-11 10:43:03.250 | Processing triggers for systemd (237-3ubuntu10.43) ... 2021-01-11 10:43:03.440 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-01-11 10:43:04.093 | Setting up erlang-runtime-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:43:04.120 | Setting up erlang-syntax-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:43:04.147 | Setting up erlang-odbc (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:43:04.175 | Setting up erlang-parsetools (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:43:04.203 | Setting up erlang-public-key (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:43:04.231 | Setting up erlang-snmp (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:43:04.258 | Setting up erlang-ssl (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:43:04.286 | Setting up erlang-inets (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:43:04.313 | Setting up erlang-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:43:04.341 | Setting up erlang-diameter (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:43:04.368 | Setting up erlang-ssh (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:43:04.396 | Setting up erlang-os-mon (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:43:04.424 | Setting up erlang-eldap (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:43:04.452 | Setting up erlang-edoc (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:43:04.479 | Setting up erlang-corba (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:43:04.506 | Setting up erlang-erl-docgen (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:43:04.533 | Setting up erlang-nox (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-11 10:43:04.561 | Setting up rabbitmq-server (3.6.10-1ubuntu0.4) ... 2021-01-11 10:43:04.700 | Adding group `rabbitmq' (GID 121) ... 2021-01-11 10:43:04.735 | Done. 2021-01-11 10:43:04.809 | Adding system user `rabbitmq' (UID 115) ... 2021-01-11 10:43:04.809 | Adding new user `rabbitmq' (UID 115) with group `rabbitmq' ... 2021-01-11 10:43:04.881 | Not creating home directory `/var/lib/rabbitmq'. 2021-01-11 10:43:05.127 | Created symlink /etc/systemd/system/multi-user.target.wants/rabbitmq-server.service → /lib/systemd/system/rabbitmq-server.service. 2021-01-11 10:43:10.126 | Processing triggers for systemd (237-3ubuntu10.43) ... 2021-01-11 10:43:10.315 | Processing triggers for ureadahead (0.100.0-21) ... 2021-01-11 10:43:12.282 | + functions-common:apt_get:1115 : result=0 2021-01-11 10:43:12.285 | + functions-common:apt_get:1118 : time_stop apt-get 2021-01-11 10:43:12.287 | + functions-common:time_stop:2306 : local name 2021-01-11 10:43:12.290 | + functions-common:time_stop:2307 : local end_time 2021-01-11 10:43:12.292 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-11 10:43:12.297 | + functions-common:time_stop:2309 : local total 2021-01-11 10:43:12.299 | + functions-common:time_stop:2310 : local start_time 2021-01-11 10:43:12.301 | + functions-common:time_stop:2312 : name=apt-get 2021-01-11 10:43:12.304 | + functions-common:time_stop:2313 : start_time=1610361771188 2021-01-11 10:43:12.306 | + functions-common:time_stop:2315 : [[ -z 1610361771188 ]] 2021-01-11 10:43:12.310 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-11 10:43:12.314 | + functions-common:time_stop:2318 : end_time=1610361792310 2021-01-11 10:43:12.316 | + functions-common:time_stop:2319 : elapsed_time=21122 2021-01-11 10:43:12.319 | + functions-common:time_stop:2320 : total=141948 2021-01-11 10:43:12.322 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-11 10:43:12.327 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=163070 2021-01-11 10:43:12.329 | + functions-common:apt_get:1119 : return 0 2021-01-11 10:43:12.332 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2021-01-11 10:43:12.334 | + functions-common:is_suse:464 : is_opensuse 2021-01-11 10:43:12.336 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2021-01-11 10:43:12.339 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2021-01-11 10:43:12.341 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2021-01-11 10:43:12.344 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2021-01-11 10:43:12.346 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2021-01-11 10:43:12.348 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2021-01-11 10:43:12.351 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2021-01-11 10:43:12.353 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2021-01-11 10:43:12.355 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2021-01-11 10:43:12.357 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-01-11 10:43:12.360 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2021-01-11 10:43:12.362 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2021-01-11 10:43:12.364 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOSStream ']' 2021-01-11 10:43:12.367 | + functions-common:is_fedora:456 : '[' Ubuntu = OracleServer ']' 2021-01-11 10:43:12.369 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2021-01-11 10:43:12.371 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2021-01-11 10:43:12.373 | + functions-common:is_suse:464 : is_opensuse 2021-01-11 10:43:12.376 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2021-01-11 10:43:12.378 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2021-01-11 10:43:12.381 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2021-01-11 10:43:12.383 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2021-01-11 10:43:12.385 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2021-01-11 10:43:12.391 | + ./stack.sh:main:796 : restart_rpc_backend 2021-01-11 10:43:12.394 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2021-01-11 10:43:12.411 | + functions-common:is_service_enabled:1962 : return 0 2021-01-11 10:43:12.413 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2021-01-11 10:43:12.416 | + ./stack.sh:echo_summary:410 : [[ -t 3 ]] 2021-01-11 10:43:12.418 | + ./stack.sh:echo_summary:416 : echo -e Starting RabbitMQ 2021-01-11 10:43:12.420 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2021-01-11 10:43:12.423 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2021-01-11 10:43:12.427 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2021-01-11 10:43:12.429 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2021-01-11 10:43:12.432 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2021-01-11 10:43:12.434 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2021-01-11 10:43:12.437 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2021-01-11 10:43:12.440 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2021-01-11 10:43:12.442 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2021-01-11 10:43:13.540 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users 2021-01-11 10:43:13.540 | guest [administrator]' 2021-01-11 10:43:13.544 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users 2021-01-11 10:43:13.544 | guest [administrator]' 2021-01-11 10:43:13.544 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2021-01-11 10:43:13.549 | + lib/rpc_backend:rabbit_setuser:176 : found= 2021-01-11 10:43:13.552 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2021-01-11 10:43:13.554 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit Passw0rd 2021-01-11 10:43:14.604 | Creating user "stackrabbit" 2021-01-11 10:43:14.629 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2021-01-11 10:43:15.664 | Setting permissions for user "stackrabbit" in vhost "/" 2021-01-11 10:43:15.688 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2021-01-11 10:43:15.690 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2021-01-11 10:43:16.722 | Changing password for user "stackrabbit" 2021-01-11 10:43:16.745 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2021-01-11 10:43:16.748 | + lib/rpc_backend:restart_rpc_backend:116 : break 2021-01-11 10:43:16.751 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2021-01-11 10:43:17.801 | Deleting user "guest" 2021-01-11 10:43:17.824 | + ./stack.sh:main:798 : is_service_enabled mysql postgresql 2021-01-11 10:43:17.839 | + functions-common:is_service_enabled:1962 : return 0 2021-01-11 10:43:17.842 | + ./stack.sh:main:799 : install_database 2021-01-11 10:43:17.844 | + lib/database:install_database:116 : install_database_mysql 2021-01-11 10:43:17.847 | + lib/databases/mysql:install_database_mysql:150 : is_ubuntu 2021-01-11 10:43:17.849 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-11 10:43:17.851 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-11 10:43:17.853 | + lib/databases/mysql:install_database_mysql:153 : sudo debconf-set-selections 2021-01-11 10:43:18.053 | + lib/databases/mysql:install_database_mysql:163 : [[ ! -e /home/ubuntu/.my.cnf ]] 2021-01-11 10:43:18.056 | + lib/databases/mysql:install_database_mysql:164 : cat 2021-01-11 10:43:18.060 | + lib/databases/mysql:install_database_mysql:170 : is_ubuntu 2021-01-11 10:43:18.063 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-11 10:43:18.065 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-11 10:43:18.067 | + lib/databases/mysql:install_database_mysql:170 : '[' mysql '!=' mariadb ']' 2021-01-11 10:43:18.069 | + lib/databases/mysql:install_database_mysql:171 : echo host=127.0.0.1 2021-01-11 10:43:18.072 | + lib/databases/mysql:install_database_mysql:173 : chmod 0600 /home/ubuntu/.my.cnf 2021-01-11 10:43:18.076 | + lib/databases/mysql:install_database_mysql:176 : is_oraclelinux 2021-01-11 10:43:18.079 | + functions-common:is_oraclelinux:436 : [[ -z Ubuntu ]] 2021-01-11 10:43:18.081 | + functions-common:is_oraclelinux:440 : '[' Ubuntu = OracleServer ']' 2021-01-11 10:43:18.088 | + lib/databases/mysql:install_database_mysql:178 : is_fedora 2021-01-11 10:43:18.091 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2021-01-11 10:43:18.093 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2021-01-11 10:43:18.096 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2021-01-11 10:43:18.098 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-01-11 10:43:18.100 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2021-01-11 10:43:18.103 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2021-01-11 10:43:18.105 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOSStream ']' 2021-01-11 10:43:18.107 | + functions-common:is_fedora:456 : '[' Ubuntu = OracleServer ']' 2021-01-11 10:43:18.110 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2021-01-11 10:43:18.112 | + lib/databases/mysql:install_database_mysql:181 : is_suse 2021-01-11 10:43:18.114 | + functions-common:is_suse:464 : is_opensuse 2021-01-11 10:43:18.116 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2021-01-11 10:43:18.119 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2021-01-11 10:43:18.121 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2021-01-11 10:43:18.124 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2021-01-11 10:43:18.126 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2021-01-11 10:43:18.128 | + lib/databases/mysql:install_database_mysql:184 : is_ubuntu 2021-01-11 10:43:18.130 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-11 10:43:18.133 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-11 10:43:18.135 | + lib/databases/mysql:install_database_mysql:185 : install_package mysql-server 2021-01-11 10:43:18.138 | + functions-common:install_package:1344 : update_package_repo 2021-01-11 10:43:18.140 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2021-01-11 10:43:18.142 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2021-01-11 10:43:18.145 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2021-01-11 10:43:18.147 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2021-01-11 10:43:18.149 | + functions-common:update_package_repo:1324 : is_ubuntu 2021-01-11 10:43:18.151 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-11 10:43:18.155 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-11 10:43:18.157 | + functions-common:update_package_repo:1325 : apt_get_update 2021-01-11 10:43:18.159 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2021-01-11 10:43:18.161 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2021-01-11 10:43:18.163 | + functions-common:apt_get_update:1071 : return 2021-01-11 10:43:18.166 | + functions-common:install_package:1345 : real_install_package mysql-server 2021-01-11 10:43:18.168 | + functions-common:real_install_package:1330 : is_ubuntu 2021-01-11 10:43:18.171 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-11 10:43:18.173 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-11 10:43:18.175 | + functions-common:real_install_package:1331 : apt_get install mysql-server 2021-01-11 10:43:18.193 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server 2021-01-11 10:43:18.313 | Reading package lists... 2021-01-11 10:43:18.577 | Building dependency tree... 2021-01-11 10:43:18.578 | Reading state information... 2021-01-11 10:43:18.799 | The following packages were automatically installed and are no longer required: 2021-01-11 10:43:18.800 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-01-11 10:43:18.800 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-01-11 10:43:18.800 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2021-01-11 10:43:18.800 | python3-pam python3-problem-report python3-pyasn1 2021-01-11 10:43:18.800 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-01-11 10:43:18.800 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-01-11 10:43:18.800 | Use 'sudo apt autoremove' to remove them. 2021-01-11 10:43:18.801 | The following additional packages will be installed: 2021-01-11 10:43:18.801 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-6 2021-01-11 10:43:18.801 | libfcgi-perl libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl 2021-01-11 10:43:18.801 | libhttp-date-perl libhttp-message-perl libio-html-perl 2021-01-11 10:43:18.801 | liblwp-mediatypes-perl liburi-perl mysql-client-5.7 mysql-client-core-5.7 2021-01-11 10:43:18.801 | mysql-server-5.7 mysql-server-core-5.7 2021-01-11 10:43:18.802 | Suggested packages: 2021-01-11 10:43:18.802 | libdata-dump-perl libipc-sharedcache-perl libwww-perl mailx tinyca 2021-01-11 10:43:18.856 | The following NEW packages will be installed: 2021-01-11 10:43:18.856 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-6 2021-01-11 10:43:18.856 | libfcgi-perl libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl 2021-01-11 10:43:18.856 | libhttp-date-perl libhttp-message-perl libio-html-perl 2021-01-11 10:43:18.856 | liblwp-mediatypes-perl liburi-perl mysql-client-5.7 mysql-client-core-5.7 2021-01-11 10:43:18.856 | mysql-server mysql-server-5.7 mysql-server-core-5.7 2021-01-11 10:43:18.987 | 0 upgraded, 18 newly installed, 0 to remove and 166 not upgraded. 2021-01-11 10:43:18.987 | Need to get 19.7 MB of archives. 2021-01-11 10:43:18.987 | After this operation, 156 MB of additional disk space will be used. 2021-01-11 10:43:18.987 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-client-core-5.7 amd64 5.7.32-0ubuntu0.18.04.1 [6,660 kB] 2021-01-11 10:43:19.980 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-client-5.7 amd64 5.7.32-0ubuntu0.18.04.1 [1,943 kB] 2021-01-11 10:43:20.547 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-server-core-5.7 amd64 5.7.32-0ubuntu0.18.04.1 [7,455 kB] 2021-01-11 10:43:21.647 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libevent-core-2.1-6 amd64 2.1.8-stable-4build1 [85.9 kB] 2021-01-11 10:43:21.663 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-server-5.7 amd64 5.7.32-0ubuntu0.18.04.1 [2,935 kB] 2021-01-11 10:43:22.082 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-tagset-perl all 3.20-3 [12.1 kB] 2021-01-11 10:43:22.082 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liburi-perl all 1.73-1 [77.2 kB] 2021-01-11 10:43:22.084 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-parser-perl amd64 3.72-3build1 [85.9 kB] 2021-01-11 10:43:22.087 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-pm-perl all 4.38-1 [185 kB] 2021-01-11 10:43:22.091 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfcgi-perl amd64 0.78-2build1 [32.8 kB] 2021-01-11 10:43:22.092 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-fast-perl all 1:2.13-1 [9,940 B] 2021-01-11 10:43:22.092 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB] 2021-01-11 10:43:22.093 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-template-perl all 2.97-1 [59.0 kB] 2021-01-11 10:43:22.094 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-date-perl all 6.02-1 [10.4 kB] 2021-01-11 10:43:22.139 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libio-html-perl all 1.001-1 [14.9 kB] 2021-01-11 10:43:22.195 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liblwp-mediatypes-perl all 6.02-1 [21.7 kB] 2021-01-11 10:43:22.198 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-message-perl all 6.14-1 [72.1 kB] 2021-01-11 10:43:22.258 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-server all 5.7.32-0ubuntu0.18.04.1 [9,944 B] 2021-01-11 10:43:22.764 | Preconfiguring packages ... 2021-01-11 10:43:22.878 | Fetched 19.7 MB in 3s (5,812 kB/s) 2021-01-11 10:43:22.911 | Selecting previously unselected package mysql-client-core-5.7. 2021-01-11 10:43:22.951 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 76729 files and directories currently installed.) 2021-01-11 10:43:22.955 | Preparing to unpack .../00-mysql-client-core-5.7_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2021-01-11 10:43:22.958 | Unpacking mysql-client-core-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2021-01-11 10:43:24.001 | Selecting previously unselected package mysql-client-5.7. 2021-01-11 10:43:24.009 | Preparing to unpack .../01-mysql-client-5.7_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2021-01-11 10:43:24.011 | Unpacking mysql-client-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2021-01-11 10:43:24.473 | Selecting previously unselected package mysql-server-core-5.7. 2021-01-11 10:43:24.481 | Preparing to unpack .../02-mysql-server-core-5.7_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2021-01-11 10:43:24.484 | Unpacking mysql-server-core-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2021-01-11 10:43:25.710 | Selecting previously unselected package libevent-core-2.1-6:amd64. 2021-01-11 10:43:25.717 | Preparing to unpack .../03-libevent-core-2.1-6_2.1.8-stable-4build1_amd64.deb ... 2021-01-11 10:43:25.729 | Unpacking libevent-core-2.1-6:amd64 (2.1.8-stable-4build1) ... 2021-01-11 10:43:25.855 | Selecting previously unselected package mysql-server-5.7. 2021-01-11 10:43:25.863 | Preparing to unpack .../04-mysql-server-5.7_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2021-01-11 10:43:26.353 | Unpacking mysql-server-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2021-01-11 10:43:26.985 | Selecting previously unselected package libhtml-tagset-perl. 2021-01-11 10:43:26.994 | Preparing to unpack .../05-libhtml-tagset-perl_3.20-3_all.deb ... 2021-01-11 10:43:26.996 | Unpacking libhtml-tagset-perl (3.20-3) ... 2021-01-11 10:43:27.056 | Selecting previously unselected package liburi-perl. 2021-01-11 10:43:27.064 | Preparing to unpack .../06-liburi-perl_1.73-1_all.deb ... 2021-01-11 10:43:27.067 | Unpacking liburi-perl (1.73-1) ... 2021-01-11 10:43:27.139 | Selecting previously unselected package libhtml-parser-perl. 2021-01-11 10:43:27.147 | Preparing to unpack .../07-libhtml-parser-perl_3.72-3build1_amd64.deb ... 2021-01-11 10:43:27.150 | Unpacking libhtml-parser-perl (3.72-3build1) ... 2021-01-11 10:43:27.218 | Selecting previously unselected package libcgi-pm-perl. 2021-01-11 10:43:27.227 | Preparing to unpack .../08-libcgi-pm-perl_4.38-1_all.deb ... 2021-01-11 10:43:27.229 | Unpacking libcgi-pm-perl (4.38-1) ... 2021-01-11 10:43:27.309 | Selecting previously unselected package libfcgi-perl. 2021-01-11 10:43:27.317 | Preparing to unpack .../09-libfcgi-perl_0.78-2build1_amd64.deb ... 2021-01-11 10:43:27.319 | Unpacking libfcgi-perl (0.78-2build1) ... 2021-01-11 10:43:27.381 | Selecting previously unselected package libcgi-fast-perl. 2021-01-11 10:43:27.390 | Preparing to unpack .../10-libcgi-fast-perl_1%3a2.13-1_all.deb ... 2021-01-11 10:43:27.393 | Unpacking libcgi-fast-perl (1:2.13-1) ... 2021-01-11 10:43:27.453 | Selecting previously unselected package libencode-locale-perl. 2021-01-11 10:43:27.461 | Preparing to unpack .../11-libencode-locale-perl_1.05-1_all.deb ... 2021-01-11 10:43:27.463 | Unpacking libencode-locale-perl (1.05-1) ... 2021-01-11 10:43:27.522 | Selecting previously unselected package libhtml-template-perl. 2021-01-11 10:43:27.530 | Preparing to unpack .../12-libhtml-template-perl_2.97-1_all.deb ... 2021-01-11 10:43:27.532 | Unpacking libhtml-template-perl (2.97-1) ... 2021-01-11 10:43:27.594 | Selecting previously unselected package libhttp-date-perl. 2021-01-11 10:43:27.602 | Preparing to unpack .../13-libhttp-date-perl_6.02-1_all.deb ... 2021-01-11 10:43:27.604 | Unpacking libhttp-date-perl (6.02-1) ... 2021-01-11 10:43:27.662 | Selecting previously unselected package libio-html-perl. 2021-01-11 10:43:27.670 | Preparing to unpack .../14-libio-html-perl_1.001-1_all.deb ... 2021-01-11 10:43:27.673 | Unpacking libio-html-perl (1.001-1) ... 2021-01-11 10:43:27.733 | Selecting previously unselected package liblwp-mediatypes-perl. 2021-01-11 10:43:27.740 | Preparing to unpack .../15-liblwp-mediatypes-perl_6.02-1_all.deb ... 2021-01-11 10:43:27.743 | Unpacking liblwp-mediatypes-perl (6.02-1) ... 2021-01-11 10:43:27.802 | Selecting previously unselected package libhttp-message-perl. 2021-01-11 10:43:27.810 | Preparing to unpack .../16-libhttp-message-perl_6.14-1_all.deb ... 2021-01-11 10:43:27.814 | Unpacking libhttp-message-perl (6.14-1) ... 2021-01-11 10:43:27.877 | Selecting previously unselected package mysql-server. 2021-01-11 10:43:27.885 | Preparing to unpack .../17-mysql-server_5.7.32-0ubuntu0.18.04.1_all.deb ... 2021-01-11 10:43:27.888 | Unpacking mysql-server (5.7.32-0ubuntu0.18.04.1) ... 2021-01-11 10:43:27.967 | Setting up libhtml-tagset-perl (3.20-3) ... 2021-01-11 10:43:27.989 | Setting up libhttp-date-perl (6.02-1) ... 2021-01-11 10:43:28.016 | Setting up libevent-core-2.1-6:amd64 (2.1.8-stable-4build1) ... 2021-01-11 10:43:28.044 | Processing triggers for ureadahead (0.100.0-21) ... 2021-01-11 10:43:28.068 | Setting up libencode-locale-perl (1.05-1) ... 2021-01-11 10:43:28.096 | Setting up mysql-server-core-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2021-01-11 10:43:28.124 | Setting up libio-html-perl (1.001-1) ... 2021-01-11 10:43:28.153 | Setting up liblwp-mediatypes-perl (6.02-1) ... 2021-01-11 10:43:28.181 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-01-11 10:43:28.210 | Setting up liburi-perl (1.73-1) ... 2021-01-11 10:43:28.238 | Processing triggers for systemd (237-3ubuntu10.43) ... 2021-01-11 10:43:28.423 | Setting up libhtml-parser-perl (3.72-3build1) ... 2021-01-11 10:43:28.452 | Setting up libcgi-pm-perl (4.38-1) ... 2021-01-11 10:43:28.479 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-01-11 10:43:30.296 | Setting up libhttp-message-perl (6.14-1) ... 2021-01-11 10:43:30.324 | Setting up mysql-client-core-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2021-01-11 10:43:30.352 | Setting up libfcgi-perl (0.78-2build1) ... 2021-01-11 10:43:30.380 | Setting up libhtml-template-perl (2.97-1) ... 2021-01-11 10:43:30.407 | Setting up libcgi-fast-perl (1:2.13-1) ... 2021-01-11 10:43:30.435 | Setting up mysql-client-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2021-01-11 10:43:30.463 | Setting up mysql-server-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2021-01-11 10:43:31.056 | update-alternatives: using /etc/mysql/mysql.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2021-01-11 10:43:31.085 | Renaming removed key_buffer and myisam-recover options (if present) 2021-01-11 10:43:41.375 | Created symlink /etc/systemd/system/multi-user.target.wants/mysql.service → /lib/systemd/system/mysql.service. 2021-01-11 10:43:42.405 | Setting up mysql-server (5.7.32-0ubuntu0.18.04.1) ... 2021-01-11 10:43:42.419 | Processing triggers for systemd (237-3ubuntu10.43) ...