2021-04-20 16:52:48.155 | + ./stack.sh:main:469 : exec 2021-04-20 16:52:48.155 | + ./stack.sh:main:477 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2021-04-20-165248' 2021-04-20 16:52:48.155 | ++ ./stack.sh:main:469 : /usr/bin/python3.6 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2021-04-20-165248.summary.2021-04-20-165248 2021-04-20 16:52:48.155 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-04-20 16:52:48.155 | + ./stack.sh:echo_summary:428 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2021-04-20-165248 2021-04-20 16:52:48.155 | + ./stack.sh:main:479 : ln -sf /opt/stack/logs/stack.sh.log.2021-04-20-165248 /opt/stack/logs/stack.sh.log 2021-04-20 16:52:48.155 | + ./stack.sh:main:480 : ln -sf /opt/stack/logs/stack.sh.log.2021-04-20-165248.summary.2021-04-20-165248 /opt/stack/logs/stack.sh.log.summary 2021-04-20 16:52:48.155 | + ./stack.sh:main:495 : check_path_perm_sanity /opt/stack 2021-04-20 16:52:48.155 | + functions:check_path_perm_sanity:596 : local real_path 2021-04-20 16:52:48.155 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2021-04-20 16:52:48.155 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2021-04-20 16:52:48.155 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2021-04-20 16:52:48.155 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2021-04-20 16:52:48.155 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2021-04-20 16:52:48.155 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2021-04-20 16:52:48.155 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2021-04-20 16:52:48.155 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2021-04-20 16:52:48.155 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2021-04-20 16:52:48.155 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2021-04-20 16:52:48.155 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2021-04-20 16:52:48.155 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2021-04-20 16:52:48.155 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2021-04-20 16:52:48.156 | + ./stack.sh:main:501 : trap exit_trap EXIT 2021-04-20 16:52:48.158 | + ./stack.sh:main:542 : trap err_trap ERR 2021-04-20 16:52:48.160 | + ./stack.sh:main:555 : set -o errexit 2021-04-20 16:52:48.162 | + ./stack.sh:main:558 : uname -a 2021-04-20 16:52:48.163 | Linux dv-cinder-787262-1-iscsi 4.15.0-55-generic #60-Ubuntu SMP Tue Jul 2 18:22:20 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux 2021-04-20 16:52:48.165 | + ./stack.sh:main:561 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2021-04-20 16:52:48.167 | + ./stack.sh:main:562 : rm -f /opt/stack/data/ca-bundle.pem 2021-04-20 16:52:48.170 | + ./stack.sh:main:565 : source /home/ubuntu/devstack/lib/database 2021-04-20 16:52:48.196 | + ./stack.sh:main:566 : source /home/ubuntu/devstack/lib/rpc_backend 2021-04-20 16:52:48.210 | + ./stack.sh:main:572 : fetch_plugins 2021-04-20 16:52:48.212 | + functions-common:fetch_plugins:1650 : local plugins= 2021-04-20 16:52:48.214 | + functions-common:fetch_plugins:1651 : local plugin 2021-04-20 16:52:48.216 | + functions-common:fetch_plugins:1654 : [[ -z '' ]] 2021-04-20 16:52:48.218 | + functions-common:fetch_plugins:1655 : return 2021-04-20 16:52:48.220 | + ./stack.sh:main:576 : run_phase override_defaults 2021-04-20 16:52:48.222 | + functions-common:run_phase:1732 : local mode=override_defaults 2021-04-20 16:52:48.223 | + functions-common:run_phase:1733 : local phase= 2021-04-20 16:52:48.225 | + functions-common:run_phase:1734 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-04-20 16:52:48.227 | + functions-common:run_phase:1735 : local extra_plugin_file_name 2021-04-20 16:52:48.229 | + functions-common:run_phase:1736 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-04-20 16:52:48.230 | + functions-common:run_phase:1741 : local exceptions=80-tempest.sh 2021-04-20 16:52:48.232 | + functions-common:run_phase:1742 : local extra 2021-04-20 16:52:48.234 | ++ functions-common:run_phase:1743 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-04-20 16:52:48.237 | + functions-common:run_phase:1743 : extra=80-tempest.sh 2021-04-20 16:52:48.239 | + functions-common:run_phase:1744 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-04-20 16:52:48.240 | + functions-common:run_phase:1748 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-04-20 16:52:48.242 | + functions-common:run_phase:1748 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2021-04-20 16:52:48.245 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-04-20 16:52:48.256 | ++ functions-common:is_service_enabled:1960 : return 0 2021-04-20 16:52:48.258 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-04-20 16:52:48.260 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-20 16:52:48.262 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-20 16:52:48.263 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-20 16:52:48.265 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-20 16:52:48.267 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-20 16:52:48.269 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2021-04-20 16:52:48.270 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2021-04-20 16:52:48.272 | + functions-common:run_phase:1753 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-04-20 16:52:48.274 | + functions-common:run_phase:1756 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-04-20 16:52:48.276 | + functions-common:run_phase:1757 : plugin_override_defaults 2021-04-20 16:52:48.278 | + functions-common:plugin_override_defaults:1691 : local plugins= 2021-04-20 16:52:48.279 | + functions-common:plugin_override_defaults:1692 : local plugin 2021-04-20 16:52:48.281 | + functions-common:plugin_override_defaults:1695 : [[ -z '' ]] 2021-04-20 16:52:48.283 | + functions-common:plugin_override_defaults:1696 : return 2021-04-20 16:52:48.285 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/apache 2021-04-20 16:52:48.301 | + ./stack.sh:main:582 : source /home/ubuntu/devstack/lib/tls 2021-04-20 16:52:48.303 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2021-04-20 16:52:48.315 | ++ functions-common:is_service_enabled:1960 : return 1 2021-04-20 16:52:48.317 | +++ lib/tls:source:43 : hostname -f 2021-04-20 16:52:48.320 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2021-04-20 16:52:48.323 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2021-04-20 16:52:48.324 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2021-04-20 16:52:48.326 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2021-04-20 16:52:48.328 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2021-04-20 16:52:48.330 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2021-04-20 16:52:48.332 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2021-04-20 16:52:48.333 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2021-04-20 16:52:48.335 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2021-04-20 16:52:48.337 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2021-04-20 16:52:48.341 | + ./stack.sh:main:585 : source /home/ubuntu/devstack/lib/infra 2021-04-20 16:52:48.352 | + ./stack.sh:main:586 : source /home/ubuntu/devstack/lib/libraries 2021-04-20 16:52:48.367 | + ./stack.sh:main:587 : source /home/ubuntu/devstack/lib/lvm 2021-04-20 16:52:48.378 | + ./stack.sh:main:588 : source /home/ubuntu/devstack/lib/horizon 2021-04-20 16:52:48.389 | + ./stack.sh:main:589 : source /home/ubuntu/devstack/lib/keystone 2021-04-20 16:52:48.413 | + ./stack.sh:main:590 : source /home/ubuntu/devstack/lib/glance 2021-04-20 16:52:48.448 | + ./stack.sh:main:591 : source /home/ubuntu/devstack/lib/nova 2021-04-20 16:52:48.525 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/placement 2021-04-20 16:52:48.545 | + ./stack.sh:main:593 : source /home/ubuntu/devstack/lib/cinder 2021-04-20 16:52:48.578 | + ./stack.sh:main:594 : source /home/ubuntu/devstack/lib/swift 2021-04-20 16:52:48.625 | + ./stack.sh:main:595 : source /home/ubuntu/devstack/lib/neutron 2021-04-20 16:52:48.735 | + ./stack.sh:main:596 : source /home/ubuntu/devstack/lib/ldap 2021-04-20 16:52:48.749 | + ./stack.sh:main:597 : source /home/ubuntu/devstack/lib/dstat 2021-04-20 16:52:48.760 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/tcpdump 2021-04-20 16:52:48.772 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/etcd3 2021-04-20 16:52:48.863 | + ./stack.sh:main:605 : run_phase source 2021-04-20 16:52:48.865 | + functions-common:run_phase:1732 : local mode=source 2021-04-20 16:52:48.867 | + functions-common:run_phase:1733 : local phase= 2021-04-20 16:52:48.869 | + functions-common:run_phase:1734 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-04-20 16:52:48.871 | + functions-common:run_phase:1735 : local extra_plugin_file_name 2021-04-20 16:52:48.873 | + functions-common:run_phase:1736 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-04-20 16:52:48.875 | + functions-common:run_phase:1741 : local exceptions=80-tempest.sh 2021-04-20 16:52:48.877 | + functions-common:run_phase:1742 : local extra 2021-04-20 16:52:48.880 | ++ functions-common:run_phase:1743 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-04-20 16:52:48.883 | + functions-common:run_phase:1743 : extra=80-tempest.sh 2021-04-20 16:52:48.885 | + functions-common:run_phase:1744 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-04-20 16:52:48.887 | + functions-common:run_phase:1748 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-04-20 16:52:48.889 | + functions-common:run_phase:1748 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2021-04-20 16:52:48.891 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-04-20 16:52:48.905 | ++ functions-common:is_service_enabled:1960 : return 0 2021-04-20 16:52:48.907 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2021-04-20 16:52:48.909 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2021-04-20 16:52:48.943 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2021-04-20 16:52:48.946 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2021-04-20 16:52:48.948 | + functions-common:run_phase:1753 : [[ source == \s\o\u\r\c\e ]] 2021-04-20 16:52:48.950 | + functions-common:run_phase:1754 : load_plugin_settings 2021-04-20 16:52:48.952 | + functions-common:load_plugin_settings:1668 : local plugins= 2021-04-20 16:52:48.954 | + functions-common:load_plugin_settings:1669 : local plugin 2021-04-20 16:52:48.956 | + functions-common:load_plugin_settings:1672 : [[ -z '' ]] 2021-04-20 16:52:48.958 | + functions-common:load_plugin_settings:1673 : return 2021-04-20 16:52:48.960 | + functions-common:run_phase:1755 : verify_disabled_services 2021-04-20 16:52:48.963 | + functions-common:verify_disabled_services:2015 : local service 2021-04-20 16:52:48.965 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-20 16:52:48.967 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2021-04-20 16:52:48.970 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-20 16:52:48.972 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2021-04-20 16:52:48.974 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-20 16:52:48.976 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2021-04-20 16:52:48.979 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-20 16:52:48.981 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2021-04-20 16:52:48.984 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-20 16:52:48.986 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2021-04-20 16:52:48.988 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-20 16:52:48.990 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2021-04-20 16:52:48.993 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-20 16:52:48.995 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2021-04-20 16:52:48.998 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-20 16:52:49.000 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2021-04-20 16:52:49.002 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-20 16:52:49.004 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2021-04-20 16:52:49.007 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-20 16:52:49.009 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2021-04-20 16:52:49.011 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-20 16:52:49.013 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2021-04-20 16:52:49.016 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-20 16:52:49.018 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2021-04-20 16:52:49.020 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-20 16:52:49.022 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2021-04-20 16:52:49.025 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-20 16:52:49.027 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2021-04-20 16:52:49.030 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-20 16:52:49.032 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2021-04-20 16:52:49.034 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-20 16:52:49.036 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2021-04-20 16:52:49.039 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-20 16:52:49.042 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2021-04-20 16:52:49.044 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-20 16:52:49.046 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2021-04-20 16:52:49.048 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-20 16:52:49.051 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2021-04-20 16:52:49.053 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-20 16:52:49.055 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2021-04-20 16:52:49.057 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-20 16:52:49.060 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2021-04-20 16:52:49.062 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-20 16:52:49.064 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2021-04-20 16:52:49.066 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-20 16:52:49.069 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2021-04-20 16:52:49.071 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-20 16:52:49.073 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2021-04-20 16:52:49.075 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-20 16:52:49.078 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2021-04-20 16:52:49.080 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-20 16:52:49.082 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2021-04-20 16:52:49.084 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-20 16:52:49.086 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2021-04-20 16:52:49.089 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-20 16:52:49.091 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2021-04-20 16:52:49.094 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-20 16:52:49.096 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2021-04-20 16:52:49.098 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-20 16:52:49.100 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2021-04-20 16:52:49.103 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-20 16:52:49.105 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2021-04-20 16:52:49.107 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-20 16:52:49.110 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2021-04-20 16:52:49.112 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-20 16:52:49.114 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2021-04-20 16:52:49.116 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-20 16:52:49.119 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2021-04-20 16:52:49.121 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-20 16:52:49.123 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2021-04-20 16:52:49.125 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-20 16:52:49.127 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2021-04-20 16:52:49.130 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-20 16:52:49.132 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2021-04-20 16:52:49.135 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-20 16:52:49.137 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2021-04-20 16:52:49.139 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-20 16:52:49.141 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2021-04-20 16:52:49.144 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-20 16:52:49.146 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2021-04-20 16:52:49.149 | + ./stack.sh:main:676 : initialize_database_backends 2021-04-20 16:52:49.151 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-04-20 16:52:49.153 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2021-04-20 16:52:49.167 | + functions-common:is_service_enabled:1960 : return 0 2021-04-20 16:52:49.169 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2021-04-20 16:52:49.172 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-04-20 16:52:49.174 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2021-04-20 16:52:49.188 | + functions-common:is_service_enabled:1960 : return 1 2021-04-20 16:52:49.190 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2021-04-20 16:52:49.192 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2021-04-20 16:52:49.195 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2021-04-20 16:52:49.197 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2021-04-20 16:52:49.199 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2021-04-20 16:52:49.201 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2021-04-20 16:52:49.204 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2021-04-20 16:52:49.207 | ++ lib/database:initialize_database_backends:102 : get_database_type_mysql 2021-04-20 16:52:49.209 | ++ lib/databases/mysql:get_database_type_mysql:35 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2021-04-20 16:52:49.211 | ++ lib/databases/mysql:get_database_type_mysql:36 : echo mysql+pymysql 2021-04-20 16:52:49.214 | + lib/database:initialize_database_backends:102 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-04-20 16:52:49.216 | + lib/database:initialize_database_backends:104 : return 0 2021-04-20 16:52:49.218 | + ./stack.sh:main:677 : echo 'Using mysql database backend' 2021-04-20 16:52:49.218 | Using mysql database backend 2021-04-20 16:52:49.220 | + ./stack.sh:main:680 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2021-04-20 16:52:49.235 | + ./stack.sh:main:692 : is_service_enabled rabbit 2021-04-20 16:52:49.250 | + functions-common:is_service_enabled:1960 : return 0 2021-04-20 16:52:49.252 | + ./stack.sh:main:693 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2021-04-20 16:52:49.267 | + ./stack.sh:main:700 : is_service_enabled keystone 2021-04-20 16:52:49.282 | + functions-common:is_service_enabled:1960 : return 0 2021-04-20 16:52:49.284 | + ./stack.sh:main:702 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2021-04-20 16:52:49.299 | + ./stack.sh:main:704 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2021-04-20 16:52:49.315 | + ./stack.sh:main:715 : is_service_enabled ldap 2021-04-20 16:52:49.329 | + functions-common:is_service_enabled:1960 : return 1 2021-04-20 16:52:49.332 | + ./stack.sh:main:724 : is_service_enabled s-proxy 2021-04-20 16:52:49.346 | + functions-common:is_service_enabled:1960 : return 0 2021-04-20 16:52:49.349 | + ./stack.sh:main:728 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2021-04-20 16:52:49.364 | + ./stack.sh:main:730 : [[ -z '' ]] 2021-04-20 16:52:49.366 | + ./stack.sh:main:730 : [[ False == \T\r\u\e ]] 2021-04-20 16:52:49.369 | + ./stack.sh:main:736 : save_stackenv 736 2021-04-20 16:52:49.371 | + functions-common:save_stackenv:60 : local tag=736 2021-04-20 16:52:49.374 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2021-04-20 16:52:49.378 | + functions-common:save_stackenv:62 : time_stamp=2021-04-20-165249 2021-04-20 16:52:49.380 | + functions-common:save_stackenv:63 : echo '# 2021-04-20-165249 736' 2021-04-20 16:52:49.382 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-20 16:52:49.385 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-04-20 16:52:49.387 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-20 16:52:49.389 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2021-04-20 16:52:49.392 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-20 16:52:49.394 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2021-04-20 16:52:49.397 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-20 16:52:49.399 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2021-04-20 16:52:49.402 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-20 16:52:49.404 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.47 2021-04-20 16:52:49.406 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-20 16:52:49.409 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.47/identity 2021-04-20 16:52:49.411 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-20 16:52:49.413 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2021-04-20-165248 2021-04-20 16:52:49.416 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-20 16:52:49.419 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2021-04-20 16:52:49.421 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-20 16:52:49.423 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.47 2021-04-20 16:52:49.426 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-20 16:52:49.428 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2021-04-20 16:52:49.430 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-20 16:52:49.433 | + functions-common:save_stackenv:65 : echo TLS_IP= 2021-04-20 16:52:49.435 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-20 16:52:49.438 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2021-04-20 16:52:49.440 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-20 16:52:49.442 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2021-04-20 16:52:49.445 | + ./stack.sh:main:747 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2021-04-20 16:52:49.447 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/requirements.git 2021-04-20 16:52:49.449 | + functions-common:git_clone:524 : local git_dest=/opt/stack/requirements 2021-04-20 16:52:49.451 | + functions-common:git_clone:525 : local git_ref=master 2021-04-20 16:52:49.453 | + functions-common:git_clone:526 : local orig_dir 2021-04-20 16:52:49.456 | ++ functions-common:git_clone:527 : pwd 2021-04-20 16:52:49.458 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-04-20 16:52:49.460 | + functions-common:git_clone:528 : local git_clone_flags= 2021-04-20 16:52:49.463 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-04-20 16:52:49.478 | + functions-common:git_clone:530 : RECLONE=False 2021-04-20 16:52:49.480 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-04-20 16:52:49.482 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-04-20 16:52:49.484 | + functions-common:git_clone:544 : echo master 2021-04-20 16:52:49.485 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-04-20 16:52:49.489 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/requirements ]] 2021-04-20 16:52:49.491 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-04-20 16:52:49.494 | + functions-common:git_clone:592 : cd /opt/stack/requirements 2021-04-20 16:52:49.496 | + functions-common:git_clone:593 : git show --oneline 2021-04-20 16:52:49.497 | + functions-common:git_clone:593 : head -1 2021-04-20 16:52:49.499 | cd565a13 Updated from generate-constraints 2021-04-20 16:52:49.501 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-04-20 16:52:49.504 | + ./stack.sh:main:751 : echo_summary 'Installing package prerequisites' 2021-04-20 16:52:49.506 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-04-20 16:52:49.508 | + ./stack.sh:echo_summary:428 : echo -e Installing package prerequisites 2021-04-20 16:52:49.511 | + ./stack.sh:main:752 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2021-04-20 16:52:49.513 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2021-04-20 16:52:49.515 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2021-04-20 16:52:49.518 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2021-04-20 16:52:49.520 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2021-04-20 16:52:49.522 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2021-04-20 16:52:49.525 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2021-04-20 16:52:49.528 | +++ tools/install_prereqs.sh:source:47 : date +%s 2021-04-20 16:52:49.532 | ++ tools/install_prereqs.sh:source:47 : NOW=1618937569 2021-04-20 16:52:49.535 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2021-04-20 16:52:49.539 | +++ tools/install_prereqs.sh:source:48 : echo 0 2021-04-20 16:52:49.542 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2021-04-20 16:52:49.545 | ++ tools/install_prereqs.sh:source:49 : DELTA=1618937569 2021-04-20 16:52:49.547 | ++ tools/install_prereqs.sh:source:50 : [[ 1618937569 -lt 7200 ]] 2021-04-20 16:52:49.549 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2021-04-20 16:52:49.551 | ++ functions-common:export_proxy_variables:2122 : isset http_proxy 2021-04-20 16:52:49.554 | ++ functions-common:isset:174 : [[ -v http_proxy ]] 2021-04-20 16:52:49.556 | ++ functions-common:export_proxy_variables:2125 : isset https_proxy 2021-04-20 16:52:49.558 | ++ functions-common:isset:174 : [[ -v https_proxy ]] 2021-04-20 16:52:49.560 | ++ functions-common:export_proxy_variables:2128 : isset no_proxy 2021-04-20 16:52:49.563 | ++ functions-common:isset:174 : [[ -v no_proxy ]] 2021-04-20 16:52:49.566 | +++ tools/install_prereqs.sh:source:64 : get_packages general,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2021-04-20 16:52:49.612 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2021-04-20 16:52:49.612 | apache2-dev 2021-04-20 16:52:49.612 | bc 2021-04-20 16:52:49.612 | bsdmainutils 2021-04-20 16:52:49.612 | curl 2021-04-20 16:52:49.612 | g++ 2021-04-20 16:52:49.612 | gawk 2021-04-20 16:52:49.612 | gcc 2021-04-20 16:52:49.612 | gettext 2021-04-20 16:52:49.612 | git 2021-04-20 16:52:49.612 | graphviz 2021-04-20 16:52:49.612 | iputils-ping 2021-04-20 16:52:49.612 | libapache2-mod-proxy-uwsgi 2021-04-20 16:52:49.612 | libffi-dev 2021-04-20 16:52:49.612 | libjpeg-dev 2021-04-20 16:52:49.612 | libmysqlclient-dev 2021-04-20 16:52:49.612 | libpcre3-dev 2021-04-20 16:52:49.612 | libpq-dev 2021-04-20 16:52:49.612 | libssl-dev 2021-04-20 16:52:49.612 | libsystemd-dev 2021-04-20 16:52:49.612 | libxml2-dev 2021-04-20 16:52:49.612 | libxslt1-dev 2021-04-20 16:52:49.612 | libyaml-dev 2021-04-20 16:52:49.612 | lsof 2021-04-20 16:52:49.612 | openssh-server 2021-04-20 16:52:49.612 | openssl 2021-04-20 16:52:49.612 | pkg-config 2021-04-20 16:52:49.612 | psmisc 2021-04-20 16:52:49.612 | python3-dev 2021-04-20 16:52:49.613 | python3-pip 2021-04-20 16:52:49.613 | python3-systemd 2021-04-20 16:52:49.613 | python3-venv 2021-04-20 16:52:49.613 | tar 2021-04-20 16:52:49.613 | tcpdump 2021-04-20 16:52:49.613 | unzip 2021-04-20 16:52:49.613 | uuid-runtime 2021-04-20 16:52:49.613 | wget 2021-04-20 16:52:49.613 | wget 2021-04-20 16:52:49.613 | zlib1g-dev 2021-04-20 16:52:49.613 | libkrb5-dev 2021-04-20 16:52:49.613 | libldap2-dev 2021-04-20 16:52:49.613 | libsasl2-dev 2021-04-20 16:52:49.613 | memcached 2021-04-20 16:52:49.613 | python3-mysqldb 2021-04-20 16:52:49.613 | sqlite3 2021-04-20 16:52:49.613 | conntrack 2021-04-20 16:52:49.613 | curl 2021-04-20 16:52:49.613 | dnsmasq-base 2021-04-20 16:52:49.613 | dnsmasq-utils 2021-04-20 16:52:49.613 | ebtables 2021-04-20 16:52:49.613 | genisoimage 2021-04-20 16:52:49.613 | iptables 2021-04-20 16:52:49.613 | iputils-arping 2021-04-20 16:52:49.613 | kpartx 2021-04-20 16:52:49.613 | libjs-jquery-tablesorter 2021-04-20 16:52:49.613 | libmysqlclient-dev 2021-04-20 16:52:49.613 | parted 2021-04-20 16:52:49.613 | pm-utils 2021-04-20 16:52:49.613 | python3-mysqldb 2021-04-20 16:52:49.613 | socat 2021-04-20 16:52:49.613 | sqlite3 2021-04-20 16:52:49.613 | sudo 2021-04-20 16:52:49.613 | vlan 2021-04-20 16:52:49.613 | lsscsi 2021-04-20 16:52:49.613 | open-iscsi 2021-04-20 16:52:49.614 | lvm2 2021-04-20 16:52:49.614 | qemu-utils 2021-04-20 16:52:49.614 | thin-provisioning-tools 2021-04-20 16:52:49.614 | acl 2021-04-20 16:52:49.614 | dnsmasq-base 2021-04-20 16:52:49.614 | dnsmasq-utils 2021-04-20 16:52:49.614 | ebtables 2021-04-20 16:52:49.614 | haproxy 2021-04-20 16:52:49.614 | iptables 2021-04-20 16:52:49.614 | iputils-arping 2021-04-20 16:52:49.614 | iputils-ping 2021-04-20 16:52:49.614 | libmysqlclient-dev 2021-04-20 16:52:49.614 | postgresql-server-dev-all 2021-04-20 16:52:49.614 | python3-mysqldb 2021-04-20 16:52:49.614 | sqlite3 2021-04-20 16:52:49.614 | sudo 2021-04-20 16:52:49.614 | vlan 2021-04-20 16:52:49.614 | ipset 2021-04-20 16:52:49.614 | conntrack 2021-04-20 16:52:49.614 | conntrackd 2021-04-20 16:52:49.614 | keepalived 2021-04-20 16:52:49.614 | dstat 2021-04-20 16:52:49.614 | lvm2 2021-04-20 16:52:49.614 | qemu-utils 2021-04-20 16:52:49.614 | thin-provisioning-tools 2021-04-20 16:52:49.614 | curl 2021-04-20 16:52:49.614 | liberasurecode-dev 2021-04-20 16:52:49.614 | make 2021-04-20 16:52:49.614 | memcached 2021-04-20 16:52:49.614 | sqlite3 2021-04-20 16:52:49.614 | xfsprogs' 2021-04-20 16:52:49.617 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2021-04-20 16:52:49.634 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2021-04-20 16:52:49.634 | apache2-dev 2021-04-20 16:52:49.634 | bc 2021-04-20 16:52:49.634 | bsdmainutils 2021-04-20 16:52:49.634 | curl 2021-04-20 16:52:49.634 | g++ 2021-04-20 16:52:49.634 | gawk 2021-04-20 16:52:49.634 | gcc 2021-04-20 16:52:49.634 | gettext 2021-04-20 16:52:49.634 | git 2021-04-20 16:52:49.634 | graphviz 2021-04-20 16:52:49.634 | iputils-ping 2021-04-20 16:52:49.634 | libapache2-mod-proxy-uwsgi 2021-04-20 16:52:49.634 | libffi-dev 2021-04-20 16:52:49.634 | libjpeg-dev 2021-04-20 16:52:49.634 | libmysqlclient-dev 2021-04-20 16:52:49.634 | libpcre3-dev 2021-04-20 16:52:49.634 | libpq-dev 2021-04-20 16:52:49.634 | libssl-dev 2021-04-20 16:52:49.634 | libsystemd-dev 2021-04-20 16:52:49.634 | libxml2-dev 2021-04-20 16:52:49.634 | libxslt1-dev 2021-04-20 16:52:49.634 | libyaml-dev 2021-04-20 16:52:49.634 | lsof 2021-04-20 16:52:49.634 | openssh-server 2021-04-20 16:52:49.634 | openssl 2021-04-20 16:52:49.635 | pkg-config 2021-04-20 16:52:49.635 | psmisc 2021-04-20 16:52:49.635 | python3-dev 2021-04-20 16:52:49.635 | python3-pip 2021-04-20 16:52:49.635 | python3-systemd 2021-04-20 16:52:49.635 | python3-venv 2021-04-20 16:52:49.635 | tar 2021-04-20 16:52:49.635 | tcpdump 2021-04-20 16:52:49.635 | unzip 2021-04-20 16:52:49.635 | uuid-runtime 2021-04-20 16:52:49.635 | wget 2021-04-20 16:52:49.635 | wget 2021-04-20 16:52:49.635 | zlib1g-dev 2021-04-20 16:52:49.635 | libkrb5-dev 2021-04-20 16:52:49.635 | libldap2-dev 2021-04-20 16:52:49.635 | libsasl2-dev 2021-04-20 16:52:49.635 | memcached 2021-04-20 16:52:49.635 | python3-mysqldb 2021-04-20 16:52:49.635 | sqlite3 2021-04-20 16:52:49.635 | conntrack 2021-04-20 16:52:49.635 | curl 2021-04-20 16:52:49.635 | dnsmasq-base 2021-04-20 16:52:49.635 | dnsmasq-utils 2021-04-20 16:52:49.635 | ebtables 2021-04-20 16:52:49.635 | genisoimage 2021-04-20 16:52:49.635 | iptables 2021-04-20 16:52:49.635 | iputils-arping 2021-04-20 16:52:49.635 | kpartx 2021-04-20 16:52:49.635 | libjs-jquery-tablesorter 2021-04-20 16:52:49.635 | libmysqlclient-dev 2021-04-20 16:52:49.635 | parted 2021-04-20 16:52:49.635 | pm-utils 2021-04-20 16:52:49.635 | python3-mysqldb 2021-04-20 16:52:49.635 | socat 2021-04-20 16:52:49.635 | sqlite3 2021-04-20 16:52:49.635 | sudo 2021-04-20 16:52:49.636 | vlan 2021-04-20 16:52:49.636 | lsscsi 2021-04-20 16:52:49.636 | open-iscsi 2021-04-20 16:52:49.636 | lvm2 2021-04-20 16:52:49.636 | qemu-utils 2021-04-20 16:52:49.636 | thin-provisioning-tools 2021-04-20 16:52:49.636 | acl 2021-04-20 16:52:49.636 | dnsmasq-base 2021-04-20 16:52:49.636 | dnsmasq-utils 2021-04-20 16:52:49.636 | ebtables 2021-04-20 16:52:49.636 | haproxy 2021-04-20 16:52:49.636 | iptables 2021-04-20 16:52:49.636 | iputils-arping 2021-04-20 16:52:49.636 | iputils-ping 2021-04-20 16:52:49.636 | libmysqlclient-dev 2021-04-20 16:52:49.636 | postgresql-server-dev-all 2021-04-20 16:52:49.636 | python3-mysqldb 2021-04-20 16:52:49.636 | sqlite3 2021-04-20 16:52:49.636 | sudo 2021-04-20 16:52:49.636 | vlan 2021-04-20 16:52:49.636 | ipset 2021-04-20 16:52:49.636 | conntrack 2021-04-20 16:52:49.636 | conntrackd 2021-04-20 16:52:49.636 | keepalived 2021-04-20 16:52:49.636 | dstat 2021-04-20 16:52:49.636 | lvm2 2021-04-20 16:52:49.636 | qemu-utils 2021-04-20 16:52:49.636 | thin-provisioning-tools 2021-04-20 16:52:49.636 | curl 2021-04-20 16:52:49.636 | liberasurecode-dev 2021-04-20 16:52:49.636 | make 2021-04-20 16:52:49.636 | memcached 2021-04-20 16:52:49.636 | sqlite3 2021-04-20 16:52:49.637 | xfsprogs ' 2021-04-20 16:52:49.637 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2021-04-20 16:52:49.638 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-20 16:52:49.641 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-20 16:52:49.644 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2021-04-20 16:52:49.645 | ++ tools/install_prereqs.sh:source:67 : echo apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-04-20 16:52:49.648 | ++ tools/install_prereqs.sh:source:72 : install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-04-20 16:52:49.651 | ++ functions-common:install_package:1342 : update_package_repo 2021-04-20 16:52:49.653 | ++ functions-common:update_package_repo:1314 : NO_UPDATE_REPOS=False 2021-04-20 16:52:49.655 | ++ functions-common:update_package_repo:1315 : REPOS_UPDATED=False 2021-04-20 16:52:49.657 | ++ functions-common:update_package_repo:1316 : RETRY_UPDATE=False 2021-04-20 16:52:49.659 | ++ functions-common:update_package_repo:1318 : [[ False = \T\r\u\e ]] 2021-04-20 16:52:49.661 | ++ functions-common:update_package_repo:1322 : is_ubuntu 2021-04-20 16:52:49.664 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-20 16:52:49.667 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-20 16:52:49.669 | ++ functions-common:update_package_repo:1323 : apt_get_update 2021-04-20 16:52:49.671 | ++ functions-common:apt_get_update:1068 : [[ False == \T\r\u\e ]] 2021-04-20 16:52:49.673 | ++ functions-common:apt_get_update:1073 : [[ False = \T\r\u\e ]] 2021-04-20 16:52:49.675 | ++ functions-common:apt_get_update:1075 : local sudo=sudo 2021-04-20 16:52:49.678 | +++ functions-common:apt_get_update:1076 : id -u 2021-04-20 16:52:49.682 | ++ functions-common:apt_get_update:1076 : [[ 1000 = \0 ]] 2021-04-20 16:52:49.684 | ++ functions-common:apt_get_update:1079 : time_start apt-get-update 2021-04-20 16:52:49.686 | ++ functions-common:time_start:2290 : local name=apt-get-update 2021-04-20 16:52:49.689 | ++ functions-common:time_start:2291 : local start_time= 2021-04-20 16:52:49.691 | ++ functions-common:time_start:2292 : [[ -n '' ]] 2021-04-20 16:52:49.693 | +++ functions-common:time_start:2295 : date +%s%3N 2021-04-20 16:52:49.697 | ++ functions-common:time_start:2295 : _TIME_START[$name]=1618937569694 2021-04-20 16:52:49.699 | ++ functions-common:apt_get_update:1081 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2021-04-20 16:52:49.701 | ++ functions-common:apt_get_update:1082 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2021-04-20 16:52:49.703 | ++ functions-common:apt_get_update:1083 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2021-04-20 16:52:50.090 | Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 2021-04-20 16:52:50.090 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2021-04-20 16:52:50.218 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2021-04-20 16:52:50.352 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2021-04-20 16:52:52.454 | Reading package lists... 2021-04-20 16:52:52.514 | ++ functions-common:apt_get_update:1087 : REPOS_UPDATED=True 2021-04-20 16:52:52.517 | ++ functions-common:apt_get_update:1089 : time_stop apt-get-update 2021-04-20 16:52:52.519 | ++ functions-common:time_stop:2304 : local name 2021-04-20 16:52:52.521 | ++ functions-common:time_stop:2305 : local end_time 2021-04-20 16:52:52.523 | ++ functions-common:time_stop:2306 : local elapsed_time 2021-04-20 16:52:52.525 | ++ functions-common:time_stop:2307 : local total 2021-04-20 16:52:52.527 | ++ functions-common:time_stop:2308 : local start_time 2021-04-20 16:52:52.529 | ++ functions-common:time_stop:2310 : name=apt-get-update 2021-04-20 16:52:52.531 | ++ functions-common:time_stop:2311 : start_time=1618937569694 2021-04-20 16:52:52.533 | ++ functions-common:time_stop:2313 : [[ -z 1618937569694 ]] 2021-04-20 16:52:52.536 | +++ functions-common:time_stop:2316 : date +%s%3N 2021-04-20 16:52:52.540 | ++ functions-common:time_stop:2316 : end_time=1618937572537 2021-04-20 16:52:52.542 | ++ functions-common:time_stop:2317 : elapsed_time=2843 2021-04-20 16:52:52.544 | ++ functions-common:time_stop:2318 : total=0 2021-04-20 16:52:52.546 | ++ functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-20 16:52:52.548 | ++ functions-common:time_stop:2321 : _TIME_TOTAL[$name]=2843 2021-04-20 16:52:52.551 | ++ functions-common:install_package:1343 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-04-20 16:52:52.553 | ++ functions-common:real_install_package:1328 : is_ubuntu 2021-04-20 16:52:52.556 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-20 16:52:52.558 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-20 16:52:52.561 | ++ functions-common:real_install_package:1329 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-04-20 16:52:52.581 | ++ functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-04-20 16:52:52.699 | Reading package lists... 2021-04-20 16:52:52.941 | Building dependency tree... 2021-04-20 16:52:52.941 | Reading state information... 2021-04-20 16:52:53.183 | acl is already the newest version (2.2.52-3build1). 2021-04-20 16:52:53.183 | acl set to manually installed. 2021-04-20 16:52:53.183 | bc is already the newest version (1.07.1-2). 2021-04-20 16:52:53.183 | bc set to manually installed. 2021-04-20 16:52:53.183 | bsdmainutils is already the newest version (11.1.2ubuntu1). 2021-04-20 16:52:53.183 | bsdmainutils set to manually installed. 2021-04-20 16:52:53.183 | gawk is already the newest version (1:4.1.4+dfsg-1build1). 2021-04-20 16:52:53.183 | gawk set to manually installed. 2021-04-20 16:52:53.183 | iptables is already the newest version (1.6.1-2ubuntu2). 2021-04-20 16:52:53.183 | iptables set to manually installed. 2021-04-20 16:52:53.183 | libpcre3-dev is already the newest version (2:8.39-9). 2021-04-20 16:52:53.183 | lsof is already the newest version (4.89+dfsg-0.1). 2021-04-20 16:52:53.183 | lsof set to manually installed. 2021-04-20 16:52:53.183 | python3-systemd is already the newest version (234-1build1). 2021-04-20 16:52:53.183 | python3-systemd set to manually installed. 2021-04-20 16:52:53.183 | xfsprogs is already the newest version (4.9.0+nmu1ubuntu2). 2021-04-20 16:52:53.183 | ebtables is already the newest version (2.0.10.4-3.5ubuntu2.18.04.3). 2021-04-20 16:52:53.183 | ebtables set to manually installed. 2021-04-20 16:52:53.183 | gcc is already the newest version (4:7.4.0-1ubuntu2.3). 2021-04-20 16:52:53.183 | iputils-ping is already the newest version (3:20161105-1ubuntu3). 2021-04-20 16:52:53.183 | openssh-server is already the newest version (1:7.6p1-4ubuntu0.3). 2021-04-20 16:52:53.184 | parted is already the newest version (3.2-20ubuntu0.2). 2021-04-20 16:52:53.184 | parted set to manually installed. 2021-04-20 16:52:53.184 | psmisc is already the newest version (23.1-1ubuntu0.1). 2021-04-20 16:52:53.184 | psmisc set to manually installed. 2021-04-20 16:52:53.184 | python3-dev is already the newest version (3.6.7-1~18.04). 2021-04-20 16:52:53.184 | wget is already the newest version (1.19.4-1ubuntu2.2). 2021-04-20 16:52:53.184 | wget set to manually installed. 2021-04-20 16:52:53.184 | The following packages were automatically installed and are no longer required: 2021-04-20 16:52:53.184 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-04-20 16:52:53.184 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-04-20 16:52:53.184 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-04-20 16:52:53.184 | python3-pyasn1 python3-requests-unixsocket python3-serial 2021-04-20 16:52:53.184 | python3-twisted-bin python3-zope.interface 2021-04-20 16:52:53.184 | Use 'sudo apt autoremove' to remove them. 2021-04-20 16:52:53.184 | The following additional packages will be installed: 2021-04-20 16:52:53.184 | apache2-bin apache2-data apache2-utils autoconf automake autopoint 2021-04-20 16:52:53.184 | autotools-dev build-essential comerr-dev dctrl-tools debhelper dh-autoreconf 2021-04-20 16:52:53.184 | dh-strip-nondeterminism dpkg-dev fakeroot fontconfig fontconfig-config 2021-04-20 16:52:53.184 | fonts-dejavu-core fonts-liberation g++-7 gir1.2-harfbuzz-0.0 2021-04-20 16:52:53.184 | ibverbs-providers icu-devtools intltool-debian ipvsadm javascript-common 2021-04-20 16:52:53.184 | krb5-multidev libaio1 libalgorithm-diff-perl libalgorithm-diff-xs-perl 2021-04-20 16:52:53.184 | libalgorithm-merge-perl libann0 libapr1 libapr1-dev libaprutil1 2021-04-20 16:52:53.184 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap 2021-04-20 16:52:53.184 | libarchive-cpio-perl libarchive-zip-perl libcairo2 libcdt5 libcgraph6 2021-04-20 16:52:53.184 | libcom-err2 libcroco3 libcurl4 libdatrie1 libdpkg-perl liberasurecode1 2021-04-20 16:52:53.184 | libfakeroot libfile-fcntllock-perl libfile-stripnondeterminism-perl 2021-04-20 16:52:53.184 | libfontconfig1 libgd3 libglib2.0-0 libglib2.0-bin libglib2.0-dev 2021-04-20 16:52:53.184 | libglib2.0-dev-bin libgraphite2-3 libgraphite2-dev libgssapi-krb5-2 2021-04-20 16:52:53.185 | libgssrpc4 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz-dev 2021-04-20 16:52:53.185 | libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz0b libibverbs1 libice6 2021-04-20 16:52:53.185 | libicu-dev libicu-le-hb-dev libicu-le-hb0 libicu60 libiculx60 libipset3 2021-04-20 16:52:53.185 | libiscsi7 libjansson4 libjbig0 libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2021-04-20 16:52:53.185 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libk5crypto3 2021-04-20 16:52:53.185 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-3 libkrb5support0 2021-04-20 16:52:53.185 | liblab-gamut1 libldap-2.4-2 libldap-common libltdl-dev libltdl7 liblua5.2-0 2021-04-20 16:52:53.185 | liblua5.3-0 libmail-sendmail-perl libmatheval1 libmysqlclient20 2021-04-20 16:52:53.185 | libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 2021-04-20 16:52:53.185 | libnl-route-3-200 libnorm1 libnspr4 libnss-systemd libnss3 libpam-systemd 2021-04-20 16:52:53.185 | libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 2021-04-20 16:52:53.185 | libpgm-5.2-0 libpixman-1-0 libpq5 librados2 librbd1 libsasl2-2 2021-04-20 16:52:53.185 | libsasl2-modules libsasl2-modules-db libsctp-dev libsctp1 libsensors4 libsm6 2021-04-20 16:52:53.185 | libsnmp-base libsnmp30 libsodium23 libsqlite3-0 libssl1.1 libstdc++-7-dev 2021-04-20 16:52:53.185 | libsys-hostname-long-perl libsystemd0 libthai-data libthai0 libtiff5 2021-04-20 16:52:53.185 | libtimedate-perl libtool libuuid1 libwebp6 libx86-1 libxaw7 libxcb-render0 2021-04-20 16:52:53.185 | libxcb-shm0 libxml2 libxmu6 libxpm4 libxrender1 libxslt1.1 libxt6 libzmq5 m4 2021-04-20 16:52:53.185 | mysql-common po-debconf postgresql-client-common postgresql-common 2021-04-20 16:52:53.185 | postgresql-server-dev-10 python-pip-whl python3-crypto python3-keyring 2021-04-20 16:52:53.185 | python3-keyrings.alt python3-secretstorage python3-setuptools python3-wheel 2021-04-20 16:52:53.185 | python3-xdg python3.6-venv qemu-block-extra sharutils ssl-cert systemd 2021-04-20 16:52:53.185 | uuid-dev uwsgi-core vbetool x11-common 2021-04-20 16:52:53.186 | Suggested packages: 2021-04-20 16:52:53.186 | www-browser apache2-doc apache2-suexec-pristine | apache2-suexec-custom 2021-04-20 16:52:53.186 | autoconf-archive gnu-standards autoconf-doc doc-base debtags dh-make dwz 2021-04-20 16:52:53.186 | debian-keyring g++-multilib g++-7-multilib gcc-7-doc libstdc++6-7-dbg wodim 2021-04-20 16:52:53.186 | cdrkit-doc gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run 2021-04-20 16:52:53.186 | | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs 2021-04-20 16:52:53.186 | git-mediawiki git-svn gsfonts graphviz-doc vim-haproxy haproxy-doc heartbeat 2021-04-20 16:52:53.186 | ldirectord krb5-doc uwsgi bzr libisal2 libjerasure2 libgd-tools 2021-04-20 16:52:53.186 | libglib2.0-doc libgraphite2-utils krb5-user icu-doc libtool-doc 2021-04-20 16:52:53.187 | postgresql-doc-10 libsasl2-modules-gssapi-mit 2021-04-20 16:52:53.187 | | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp 2021-04-20 16:52:53.187 | libsasl2-modules-sql lksctp-tools lm-sensors snmp-mibs-downloader libssl-doc 2021-04-20 16:52:53.187 | libstdc++-7-doc gfortran | fortran95-compiler gcj-jdk libyaml-doc m4-doc 2021-04-20 16:52:53.187 | make-doc libcache-memcached-perl libmemcached libanyevent-perl libyaml-perl 2021-04-20 16:52:53.187 | libterm-readkey-perl cpufrequtils wireless-tools radeontool libmail-box-perl 2021-04-20 16:52:53.187 | libjson-perl python-crypto-doc gnome-keyring libkf5wallet-bin 2021-04-20 16:52:53.187 | gir1.2-gnomekeyring-1.0 default-mysql-server | virtual-mysql-server 2021-04-20 16:52:53.187 | python-egenix-mxdatetime python3-mysqldb-dbg python-secretstorage-doc 2021-04-20 16:52:53.187 | python-setuptools-doc debootstrap sharutils-doc bsd-mailx | mailx 2021-04-20 16:52:53.187 | sqlite3-doc openssl-blacklist systemd-container ncompress tar-scripts 2021-04-20 16:52:53.187 | tar-doc zip uwsgi-plugins-all uwsgi-extra uwsgi-dev 2021-04-20 16:52:53.446 | The following NEW packages will be installed: 2021-04-20 16:52:53.446 | apache2 apache2-bin apache2-data apache2-dev apache2-utils autoconf automake 2021-04-20 16:52:53.446 | autopoint autotools-dev build-essential comerr-dev conntrack conntrackd 2021-04-20 16:52:53.446 | dctrl-tools debhelper dh-autoreconf dh-strip-nondeterminism dnsmasq-utils 2021-04-20 16:52:53.446 | dpkg-dev dstat fakeroot fontconfig fontconfig-config fonts-dejavu-core 2021-04-20 16:52:53.446 | fonts-liberation g++ g++-7 genisoimage gettext gir1.2-harfbuzz-0.0 graphviz 2021-04-20 16:52:53.446 | haproxy ibverbs-providers icu-devtools intltool-debian ipset iputils-arping 2021-04-20 16:52:53.446 | ipvsadm javascript-common keepalived kpartx krb5-multidev libaio1 2021-04-20 16:52:53.446 | libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 2021-04-20 16:52:53.446 | libann0 libapache2-mod-proxy-uwsgi libapr1 libapr1-dev libaprutil1 2021-04-20 16:52:53.446 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap 2021-04-20 16:52:53.446 | libarchive-cpio-perl libarchive-zip-perl libcairo2 libcdt5 libcgraph6 2021-04-20 16:52:53.446 | libcroco3 libdatrie1 libdpkg-perl liberasurecode-dev liberasurecode1 2021-04-20 16:52:53.446 | libfakeroot libffi-dev libfile-fcntllock-perl 2021-04-20 16:52:53.447 | libfile-stripnondeterminism-perl libfontconfig1 libgd3 libglib2.0-bin 2021-04-20 16:52:53.447 | libglib2.0-dev libglib2.0-dev-bin libgraphite2-3 libgraphite2-dev libgssrpc4 2021-04-20 16:52:53.447 | libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz-dev 2021-04-20 16:52:53.447 | libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz0b libibverbs1 libice6 2021-04-20 16:52:53.447 | libicu-dev libicu-le-hb-dev libicu-le-hb0 libiculx60 libipset3 libiscsi7 2021-04-20 16:52:53.447 | libjansson4 libjbig0 libjpeg-dev libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2021-04-20 16:52:53.447 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libjs-jquery-tablesorter 2021-04-20 16:52:53.447 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-dev liblab-gamut1 2021-04-20 16:52:53.447 | libldap2-dev libltdl-dev libltdl7 liblua5.2-0 liblua5.3-0 2021-04-20 16:52:53.447 | libmail-sendmail-perl libmatheval1 libmysqlclient-dev libmysqlclient20 2021-04-20 16:52:53.448 | libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 2021-04-20 16:52:53.448 | libnl-route-3-200 libnorm1 libnspr4 libnss3 libpango-1.0-0 2021-04-20 16:52:53.448 | libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpgm-5.2-0 2021-04-20 16:52:53.448 | libpixman-1-0 libpq-dev libpq5 librados2 librbd1 libsasl2-dev libsctp-dev 2021-04-20 16:52:53.448 | libsctp1 libsensors4 libsm6 libsnmp-base libsnmp30 libsodium23 libssl-dev 2021-04-20 16:52:53.448 | libstdc++-7-dev libsys-hostname-long-perl libsystemd-dev libthai-data 2021-04-20 16:52:53.448 | libthai0 libtiff5 libtimedate-perl libtool libwebp6 libx86-1 libxaw7 2021-04-20 16:52:53.448 | libxcb-render0 libxcb-shm0 libxml2-dev libxmu6 libxpm4 libxrender1 2021-04-20 16:52:53.448 | libxslt1-dev libxt6 libyaml-dev libzmq5 lsscsi m4 make memcached 2021-04-20 16:52:53.448 | mysql-common pkg-config pm-utils po-debconf postgresql-client-common 2021-04-20 16:52:53.448 | postgresql-common postgresql-server-dev-10 postgresql-server-dev-all 2021-04-20 16:52:53.448 | python-pip-whl python3-crypto python3-keyring python3-keyrings.alt 2021-04-20 16:52:53.448 | python3-mysqldb python3-pip python3-secretstorage python3-setuptools 2021-04-20 16:52:53.448 | python3-venv python3-wheel python3-xdg python3.6-venv qemu-block-extra 2021-04-20 16:52:53.448 | qemu-utils sharutils socat sqlite3 ssl-cert thin-provisioning-tools unzip 2021-04-20 16:52:53.448 | uuid-dev uwsgi-core vbetool vlan x11-common zlib1g-dev 2021-04-20 16:52:53.448 | The following packages will be upgraded: 2021-04-20 16:52:53.448 | curl dnsmasq-base git libcom-err2 libcurl4 libglib2.0-0 libgssapi-krb5-2 2021-04-20 16:52:53.448 | libicu60 libk5crypto3 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common 2021-04-20 16:52:53.448 | libnss-systemd libpam-systemd libsasl2-2 libsasl2-modules 2021-04-20 16:52:53.449 | libsasl2-modules-db libsqlite3-0 libssl1.1 libsystemd0 libuuid1 libxml2 2021-04-20 16:52:53.449 | libxslt1.1 lvm2 open-iscsi openssl sudo systemd tar tcpdump uuid-runtime 2021-04-20 16:52:53.746 | 32 upgraded, 202 newly installed, 0 to remove and 158 not upgraded. 2021-04-20 16:52:53.746 | Need to get 84.8 MB of archives. 2021-04-20 16:52:53.746 | After this operation, 263 MB of additional disk space will be used. 2021-04-20 16:52:53.746 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 2021-04-20 16:52:54.467 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss-systemd amd64 237-3ubuntu10.46 [105 kB] 2021-04-20 16:52:54.512 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-systemd amd64 237-3ubuntu10.46 [107 kB] 2021-04-20 16:52:54.559 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2,914 kB] 2021-04-20 16:52:55.162 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] 2021-04-20 16:52:55.188 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 2021-04-20 16:52:55.190 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 uuid-runtime amd64 2.31.1-0.4ubuntu3.7 [34.8 kB] 2021-04-20 16:52:55.194 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libapr1 amd64 1.6.3-2 [90.9 kB] 2021-04-20 16:52:55.204 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1,301 kB] 2021-04-20 16:52:55.574 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1 amd64 1.6.1-2 [84.4 kB] 2021-04-20 16:52:55.576 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 2021-04-20 16:52:55.645 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-dbd-sqlite3 amd64 1.6.1-2 [10.6 kB] 2021-04-20 16:52:55.646 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 2021-04-20 16:52:55.646 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 2021-04-20 16:52:55.684 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 2021-04-20 16:52:55.685 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 2021-04-20 16:52:55.690 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-ldap amd64 1.6.1-2 [8,764 B] 2021-04-20 16:52:55.691 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liblua5.2-0 amd64 5.2.4-1.1build1 [108 kB] 2021-04-20 16:52:55.953 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu60 amd64 60.2-3ubuntu3.1 [8,054 kB] 2021-04-20 16:52:58.056 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2 amd64 2.9.4+dfsg1-6.1ubuntu1.3 [663 kB] 2021-04-20 16:52:58.157 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-bin amd64 2.4.29-1ubuntu4.14 [1,070 kB] 2021-04-20 16:52:58.538 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-utils amd64 2.4.29-1ubuntu4.14 [83.9 kB] 2021-04-20 16:52:58.541 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-data all 2.4.29-1ubuntu4.14 [160 kB] 2021-04-20 16:52:58.546 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2 amd64 2.4.29-1ubuntu4.14 [95.1 kB] 2021-04-20 16:52:58.549 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-dejavu-core all 2.37-1 [1,041 kB] 2021-04-20 16:52:58.576 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 fonts-liberation all 1:1.07.4-7~18.04.1 [822 kB] 2021-04-20 16:52:58.824 | Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig-config all 2.12.6-0ubuntu2 [55.8 kB] 2021-04-20 16:52:58.825 | Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfontconfig1 amd64 2.12.6-0ubuntu2 [137 kB] 2021-04-20 16:52:59.020 | Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig amd64 2.12.6-0ubuntu2 [169 kB] 2021-04-20 16:52:59.024 | Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblua5.3-0 amd64 5.3.3-1ubuntu0.18.04.1 [115 kB] 2021-04-20 16:52:59.028 | Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 haproxy amd64 1.8.8-1ubuntu0.11 [1,116 kB] 2021-04-20 16:52:59.083 | Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjpeg-turbo8 amd64 1.5.2-0ubuntu5.18.04.4 [110 kB] 2021-04-20 16:52:59.146 | Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 x11-common all 1:7.7+19ubuntu7.1 [22.5 kB] 2021-04-20 16:52:59.146 | Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libice6 amd64 2:1.0.9-2 [40.2 kB] 2021-04-20 16:52:59.148 | Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsm6 amd64 2:1.2.2-1 [15.8 kB] 2021-04-20 16:52:59.148 | Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 open-iscsi amd64 2.0.874-5ubuntu2.10 [280 kB] 2021-04-20 16:52:59.157 | Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnetfilter-cthelper0 amd64 1.0.0-1ubuntu1 [6,530 B] 2021-04-20 16:52:59.169 | Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8,848 B] 2021-04-20 16:52:59.477 | Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1,171 kB] 2021-04-20 16:52:59.673 | Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 2021-04-20 16:52:59.981 | Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 2021-04-20 16:53:00.054 | Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 2021-04-20 16:53:00.060 | Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 2021-04-20 16:53:00.078 | Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 2021-04-20 16:53:00.079 | Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 2021-04-20 16:53:00.082 | Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 tcpdump amd64 4.9.3-0ubuntu0.18.04.1 [364 kB] 2021-04-20 16:53:00.099 | Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 uuid-dev amd64 2.31.1-0.4ubuntu3.7 [33.2 kB] 2021-04-20 16:53:00.100 | Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsctp1 amd64 1.0.17+dfsg-2 [8,008 B] 2021-04-20 16:53:00.101 | Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsctp-dev amd64 1.0.17+dfsg-2 [61.9 kB] 2021-04-20 16:53:00.216 | Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libapr1-dev amd64 1.6.3-2 [690 kB] 2021-04-20 16:53:00.318 | Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap2-dev amd64 2.4.45+dfsg-1ubuntu1.10 [261 kB] 2021-04-20 16:53:00.394 | Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-dev amd64 1.6.1-2 [391 kB] 2021-04-20 16:53:00.496 | Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 autotools-dev all 20180224.1 [39.6 kB] 2021-04-20 16:53:00.505 | Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 m4 amd64 1.4.18-1 [197 kB] 2021-04-20 16:53:00.538 | Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 autoconf all 2.69-11 [322 kB] 2021-04-20 16:53:00.616 | Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 automake all 1:1.15.1-3ubuntu2 [509 kB] 2021-04-20 16:53:00.748 | Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 autopoint all 0.19.8.1-6ubuntu0.3 [426 kB] 2021-04-20 16:53:00.826 | Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libtool all 2.4.6-2 [194 kB] 2021-04-20 16:53:00.846 | Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dh-autoreconf all 17 [15.8 kB] 2021-04-20 16:53:00.847 | Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive-zip-perl all 1.60-1ubuntu0.1 [84.6 kB] 2021-04-20 16:53:00.859 | Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfile-stripnondeterminism-perl all 0.040-1.1~build1 [13.8 kB] 2021-04-20 16:53:00.945 | Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libtimedate-perl all 2.3000-2 [37.5 kB] 2021-04-20 16:53:00.949 | Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dh-strip-nondeterminism all 0.040-1.1~build1 [5,208 B] 2021-04-20 16:53:00.949 | Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 2021-04-20 16:53:00.972 | Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 2021-04-20 16:53:00.986 | Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 2021-04-20 16:53:01.081 | Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcroco3 amd64 0.6.12-2 [81.3 kB] 2021-04-20 16:53:01.091 | Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gettext amd64 0.19.8.1-6ubuntu0.3 [1,293 kB] 2021-04-20 16:53:01.272 | Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 intltool-debian all 0.35.0+20060710.4 [24.9 kB] 2021-04-20 16:53:01.274 | Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 po-debconf all 1.0.20 [232 kB] 2021-04-20 16:53:01.303 | Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 debhelper all 11.1.6ubuntu2 [902 kB] 2021-04-20 16:53:01.478 | Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-dev amd64 2.4.29-1ubuntu4.14 [177 kB] 2021-04-20 16:53:01.524 | Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1,471 kB] 2021-04-20 16:53:01.805 | Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9,697 kB] 2021-04-20 16:53:03.660 | Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1,568 B] 2021-04-20 16:53:03.661 | Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4,758 B] 2021-04-20 16:53:03.661 | Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 conntrack amd64 1:1.4.4+snapshot20161117-6ubuntu2 [30.6 kB] 2021-04-20 16:53:03.662 | Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnetfilter-queue1 amd64 1.0.2-2 [11.4 kB] 2021-04-20 16:53:03.662 | Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 conntrackd amd64 1:1.4.4+snapshot20161117-6ubuntu2 [126 kB] 2021-04-20 16:53:03.666 | Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.13 [159 kB] 2021-04-20 16:53:03.671 | Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.13 [219 kB] 2021-04-20 16:53:03.894 | Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dctrl-tools amd64 2.24-2build1 [60.9 kB] 2021-04-20 16:53:03.905 | Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dnsmasq-base amd64 2.79-1ubuntu0.3 [307 kB] 2021-04-20 16:53:03.915 | Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dnsmasq-utils amd64 2.79-1ubuntu0.3 [13.3 kB] 2021-04-20 16:53:03.940 | Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 dstat all 0.7.3-1 [52.1 kB] 2021-04-20 16:53:03.947 | Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] 2021-04-20 16:53:03.951 | Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] 2021-04-20 16:53:03.959 | Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 genisoimage amd64 9:1.1.11-3ubuntu2 [328 kB] 2021-04-20 16:53:04.204 | Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-3 amd64 1.3.11-2 [78.7 kB] 2021-04-20 16:53:04.206 | Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz0b amd64 1.7.2-1ubuntu1 [232 kB] 2021-04-20 16:53:04.225 | Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 gir1.2-harfbuzz-0.0 amd64 1.7.2-1ubuntu1 [18.6 kB] 2021-04-20 16:53:04.226 | Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3,916 kB] 2021-04-20 16:53:05.436 | Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libann0 amd64 1.1.2+doc-6 [24.8 kB] 2021-04-20 16:53:05.437 | Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libcdt5 amd64 2.40.1-2 [19.6 kB] 2021-04-20 16:53:05.437 | Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libcgraph6 amd64 2.40.1-2 [40.8 kB] 2021-04-20 16:53:05.441 | Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2,194 B] 2021-04-20 16:53:05.442 | Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB] 2021-04-20 16:53:05.442 | Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtiff5 amd64 4.0.9-5ubuntu0.4 [153 kB] 2021-04-20 16:53:05.456 | Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libwebp6 amd64 0.6.1-2 [185 kB] 2021-04-20 16:53:05.460 | Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB] 2021-04-20 16:53:05.461 | Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgd3 amd64 2.2.5-4ubuntu0.4 [119 kB] 2021-04-20 16:53:05.788 | Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [150 kB] 2021-04-20 16:53:06.392 | Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libpixman-1-0 amd64 0.34.0-2 [229 kB] 2021-04-20 16:53:06.567 | Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-render0 amd64 1.13-2~ubuntu18.04 [14.7 kB] 2021-04-20 16:53:06.576 | Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-shm0 amd64 1.13-2~ubuntu18.04 [5,600 B] 2021-04-20 16:53:06.580 | Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB] 2021-04-20 16:53:06.593 | Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcairo2 amd64 1.15.10-2ubuntu0.1 [580 kB] 2021-04-20 16:53:06.787 | Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libltdl7 amd64 2.4.6-2 [38.8 kB] 2021-04-20 16:53:06.798 | Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libthai-data all 0.1.27-2 [133 kB] 2021-04-20 16:53:06.822 | Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libdatrie1 amd64 0.2.10-7 [17.8 kB] 2021-04-20 16:53:06.824 | Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libthai0 amd64 0.1.27-2 [18.0 kB] 2021-04-20 16:53:06.827 | Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpango-1.0-0 amd64 1.40.14-1ubuntu0.1 [153 kB] 2021-04-20 16:53:06.848 | Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpangoft2-1.0-0 amd64 1.40.14-1ubuntu0.1 [33.2 kB] 2021-04-20 16:53:06.853 | Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpangocairo-1.0-0 amd64 1.40.14-1ubuntu0.1 [20.8 kB] 2021-04-20 16:53:06.855 | Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libpathplan4 amd64 2.40.1-2 [22.6 kB] 2021-04-20 16:53:06.859 | Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgvc6 amd64 2.40.1-2 [601 kB] 2021-04-20 16:53:06.974 | Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgvpr2 amd64 2.40.1-2 [169 kB] 2021-04-20 16:53:06.992 | Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 liblab-gamut1 amd64 2.40.1-2 [178 kB] 2021-04-20 16:53:07.010 | Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB] 2021-04-20 16:53:07.026 | Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxmu6 amd64 2:1.1.2-2 [46.0 kB] 2021-04-20 16:53:07.030 | Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB] 2021-04-20 16:53:07.110 | Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 graphviz amd64 2.40.1-2 [601 kB] 2021-04-20 16:53:07.164 | Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-3-200 amd64 3.2.29-0ubuntu3 [52.8 kB] 2021-04-20 16:53:07.169 | Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-route-3-200 amd64 3.2.29-0ubuntu3 [146 kB] 2021-04-20 16:53:07.184 | Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libibverbs1 amd64 17.1-1ubuntu0.2 [44.4 kB] 2021-04-20 16:53:07.190 | Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ibverbs-providers amd64 17.1-1ubuntu0.2 [160 kB] 2021-04-20 16:53:07.245 | Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 icu-devtools amd64 60.2-3ubuntu3.1 [179 kB] 2021-04-20 16:53:07.264 | Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 iputils-arping amd64 3:20161105-1ubuntu3 [29.7 kB] 2021-04-20 16:53:07.267 | Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 javascript-common all 11 [6,066 B] 2021-04-20 16:53:07.268 | Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-genl-3-200 amd64 3.2.29-0ubuntu3 [11.2 kB] 2021-04-20 16:53:07.269 | Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsensors4 amd64 1:3.4.0-4 [28.8 kB] 2021-04-20 16:53:07.379 | Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsnmp-base all 5.7.3+dfsg-1.8ubuntu3.6 [224 kB] 2021-04-20 16:53:07.401 | Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsnmp30 amd64 5.7.3+dfsg-1.8ubuntu3.6 [926 kB] 2021-04-20 16:53:07.498 | Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 keepalived amd64 1:1.3.9-1ubuntu0.18.04.2 [244 kB] 2021-04-20 16:53:07.520 | Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssrpc4 amd64 1.16-2ubuntu0.2 [54.4 kB] 2021-04-20 16:53:07.524 | Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkdb5-9 amd64 1.16-2ubuntu0.2 [37.3 kB] 2021-04-20 16:53:07.543 | Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkadm5srv-mit11 amd64 1.16-2ubuntu0.2 [49.7 kB] 2021-04-20 16:53:07.548 | Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkadm5clnt-mit11 amd64 1.16-2ubuntu0.2 [38.0 kB] 2021-04-20 16:53:07.551 | Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 comerr-dev amd64 2.1-1.44.1-1ubuntu1.3 [38.5 kB] 2021-04-20 16:53:07.554 | Get:140 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 krb5-multidev amd64 1.16-2ubuntu0.2 [120 kB] 2021-04-20 16:53:07.565 | Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaio1 amd64 0.3.110-5ubuntu0.1 [6,476 B] 2021-04-20 16:53:07.679 | Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] 2021-04-20 16:53:07.683 | Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] 2021-04-20 16:53:07.684 | Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 2021-04-20 16:53:07.685 | Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libarchive-cpio-perl all 0.10-1 [9,644 B] 2021-04-20 16:53:07.686 | Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] 2021-04-20 16:53:07.814 | Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-bin amd64 2.56.4-0ubuntu0.18.04.8 [68.5 kB] 2021-04-20 16:53:07.820 | Get:148 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-dev-bin amd64 2.56.4-0ubuntu0.18.04.8 [102 kB] 2021-04-20 16:53:07.828 | Get:149 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 2021-04-20 16:53:07.832 | Get:150 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-0ubuntu2 [176 kB] 2021-04-20 16:53:07.847 | Get:151 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-dev amd64 2.56.4-0ubuntu0.18.04.8 [1,386 kB] 2021-04-20 16:53:08.003 | Get:152 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-dev amd64 1.3.11-2 [14.5 kB] 2021-04-20 16:53:08.005 | Get:153 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgts-bin amd64 0.7.6+darcs121130-4 [41.3 kB] 2021-04-20 16:53:08.008 | Get:154 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-icu0 amd64 1.7.2-1ubuntu1 [5,604 B] 2021-04-20 16:53:08.009 | Get:155 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-gobject0 amd64 1.7.2-1ubuntu1 [13.4 kB] 2021-04-20 16:53:08.010 | Get:156 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libicu-le-hb0 amd64 1.0.3+git161113-4 [14.3 kB] 2021-04-20 16:53:08.138 | Get:157 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libiculx60 amd64 60.2-3ubuntu3.1 [19.0 kB] 2021-04-20 16:53:08.140 | Get:158 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libicu-le-hb-dev amd64 1.0.3+git161113-4 [29.5 kB] 2021-04-20 16:53:08.142 | Get:159 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu-dev amd64 60.2-3ubuntu3.1 [8,889 kB] 2021-04-20 16:53:09.332 | Get:160 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-dev amd64 1.7.2-1ubuntu1 [302 kB] 2021-04-20 16:53:09.349 | Get:161 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libiscsi7 amd64 1.17.0-1.1 [55.4 kB] 2021-04-20 16:53:09.351 | Get:162 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjansson4 amd64 2.11-1 [29.3 kB] 2021-04-20 16:53:09.352 | Get:163 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjpeg-turbo8-dev amd64 1.5.2-0ubuntu5.18.04.4 [225 kB] 2021-04-20 16:53:09.362 | Get:164 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1,552 B] 2021-04-20 16:53:09.362 | Get:165 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1,546 B] 2021-04-20 16:53:09.363 | Get:166 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjs-jquery all 3.2.1-1 [152 kB] 2021-04-20 16:53:09.373 | Get:167 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libjs-jquery-metadata all 12-1 [6,930 B] 2021-04-20 16:53:09.374 | Get:168 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libjs-jquery-tablesorter all 1:2.29.5+dfsg1-1 [174 kB] 2021-04-20 16:53:09.523 | Get:169 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libltdl-dev amd64 2.4.6-2 [162 kB] 2021-04-20 16:53:09.603 | Get:170 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB] 2021-04-20 16:53:09.605 | Get:171 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB] 2021-04-20 16:53:09.606 | Get:172 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libmatheval1 amd64 1.1.11+dfsg-3build1 [20.5 kB] 2021-04-20 16:53:09.608 | Get:173 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 mysql-common all 5.8+1.0.4 [7,308 B] 2021-04-20 16:53:09.609 | Get:174 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmysqlclient20 amd64 5.7.33-0ubuntu0.18.04.1 [687 kB] 2021-04-20 16:53:09.971 | Get:175 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl-dev amd64 1.1.1-1ubuntu2.1~18.04.9 [1,566 kB] 2021-04-20 16:53:10.019 | Get:176 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmysqlclient-dev amd64 5.7.33-0ubuntu0.18.04.1 [989 kB] 2021-04-20 16:53:10.405 | Get:177 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 2021-04-20 16:53:10.411 | Get:178 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnspr4 amd64 2:4.18-1ubuntu1 [112 kB] 2021-04-20 16:53:10.414 | Get:179 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss3 amd64 2:3.35-2ubuntu2.12 [1,220 kB] 2021-04-20 16:53:10.450 | Get:180 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 2021-04-20 16:53:10.454 | Get:181 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpq5 amd64 10.16-0ubuntu0.18.04.1 [108 kB] 2021-04-20 16:53:10.458 | Get:182 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpq-dev amd64 10.16-0ubuntu0.18.04.1 [218 kB] 2021-04-20 16:53:10.527 | Get:183 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 librados2 amd64 12.2.13-0ubuntu0.18.04.6 [2,724 kB] 2021-04-20 16:53:10.975 | Get:184 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 librbd1 amd64 12.2.13-0ubuntu0.18.04.6 [925 kB] 2021-04-20 16:53:11.066 | Get:185 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-dev amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [256 kB] 2021-04-20 16:53:11.077 | Get:186 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [48.9 kB] 2021-04-20 16:53:11.078 | Get:187 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 2021-04-20 16:53:11.094 | Get:188 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd-dev amd64 237-3ubuntu10.46 [184 kB] 2021-04-20 16:53:11.202 | Get:189 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libx86-1 amd64 1.1+ds1-10.2 [75.2 kB] 2021-04-20 16:53:11.206 | Get:190 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2-dev amd64 2.9.4+dfsg1-6.1ubuntu1.3 [756 kB] 2021-04-20 16:53:11.498 | Get:191 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxslt1.1 amd64 1.1.29-5ubuntu0.2 [150 kB] 2021-04-20 16:53:11.503 | Get:192 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxslt1-dev amd64 1.1.29-5ubuntu0.2 [407 kB] 2021-04-20 16:53:11.546 | Get:193 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 2021-04-20 16:53:11.553 | Get:194 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 lsscsi amd64 0.28-0.1 [35.5 kB] 2021-04-20 16:53:11.554 | Get:195 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 lvm2 amd64 2.02.176-4.1ubuntu3.18.04.3 [929 kB] 2021-04-20 16:53:11.640 | Get:196 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 memcached amd64 1.5.6-0ubuntu1.2 [109 kB] 2021-04-20 16:53:11.643 | Get:197 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 pm-utils all 1.4.1-17 [48.3 kB] 2021-04-20 16:53:11.644 | Get:198 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 postgresql-client-common all 190ubuntu0.1 [29.6 kB] 2021-04-20 16:53:11.646 | Get:199 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 ssl-cert all 1.0.39 [17.0 kB] 2021-04-20 16:53:11.782 | Get:200 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 postgresql-common all 190ubuntu0.1 [157 kB] 2021-04-20 16:53:11.809 | Get:201 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 postgresql-server-dev-10 amd64 10.16-0ubuntu0.18.04.1 [839 kB] 2021-04-20 16:53:11.928 | Get:202 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 postgresql-server-dev-all all 190ubuntu0.1 [14.1 kB] 2021-04-20 16:53:12.200 | Get:203 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python-pip-whl all 9.0.1-2.3~ubuntu1.18.04.4 [1,653 kB] 2021-04-20 16:53:13.489 | Get:204 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-crypto amd64 2.6.1-8ubuntu2 [244 kB] 2021-04-20 16:53:13.668 | Get:205 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-secretstorage all 2.3.1-2 [12.1 kB] 2021-04-20 16:53:13.670 | Get:206 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-keyring all 10.6.0-1 [26.7 kB] 2021-04-20 16:53:13.813 | Get:207 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-keyrings.alt all 3.0-1 [16.6 kB] 2021-04-20 16:53:13.814 | Get:208 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-mysqldb amd64 1.3.10-1build1 [46.0 kB] 2021-04-20 16:53:13.896 | Get:209 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-pip all 9.0.1-2.3~ubuntu1.18.04.4 [114 kB] 2021-04-20 16:53:13.900 | Get:210 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-setuptools all 39.0.1-2 [248 kB] 2021-04-20 16:53:13.905 | Get:211 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3.6-venv amd64 3.6.9-1~18.04ubuntu1.4 [6,188 B] 2021-04-20 16:53:13.906 | Get:212 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-venv amd64 3.6.7-1~18.04 [1,208 B] 2021-04-20 16:53:13.906 | Get:213 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-wheel all 0.30.0-0.2 [36.5 kB] 2021-04-20 16:53:13.907 | Get:214 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-xdg all 0.25-4ubuntu1.1 [31.3 kB] 2021-04-20 16:53:14.115 | Get:215 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 qemu-block-extra amd64 1:2.11+dfsg-1ubuntu7.36 [40.5 kB] 2021-04-20 16:53:14.116 | Get:216 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 qemu-utils amd64 1:2.11+dfsg-1ubuntu7.36 [870 kB] 2021-04-20 16:53:14.675 | Get:217 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 sharutils amd64 1:4.15.2-3 [155 kB] 2021-04-20 16:53:14.960 | Get:218 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sqlite3 amd64 3.22.0-1ubuntu0.4 [752 kB] 2021-04-20 16:53:14.983 | Get:219 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 thin-provisioning-tools amd64 0.7.4-2ubuntu3 [359 kB] 2021-04-20 16:53:15.052 | Get:220 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 unzip amd64 6.0-21ubuntu1.1 [168 kB] 2021-04-20 16:53:15.057 | Get:221 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi-core amd64 2.0.15-10.2ubuntu2.1 [523 kB] 2021-04-20 16:53:15.073 | Get:222 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 vbetool amd64 1.1-4 [11.5 kB] 2021-04-20 16:53:15.073 | Get:223 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libipset3 amd64 6.34-1 [43.9 kB] 2021-04-20 16:53:15.074 | Get:224 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 ipset amd64 6.34-1 [33.7 kB] 2021-04-20 16:53:15.075 | Get:225 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ipvsadm amd64 1:1.28-3ubuntu0.18.04.1 [35.5 kB] 2021-04-20 16:53:15.077 | Get:226 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 kpartx amd64 0.7.4-2ubuntu3 [27.7 kB] 2021-04-20 16:53:15.274 | Get:227 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libapache2-mod-proxy-uwsgi amd64 2.0.15-10.2ubuntu2.1 [10.0 kB] 2021-04-20 16:53:15.276 | Get:228 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liberasurecode1 amd64 1.5.0-1 [40.0 kB] 2021-04-20 16:53:15.286 | Get:229 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liberasurecode-dev amd64 1.5.0-1 [14.9 kB] 2021-04-20 16:53:15.288 | Get:230 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libffi-dev amd64 3.2.1-8 [156 kB] 2021-04-20 16:53:15.317 | Get:231 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-dev amd64 1.16-2ubuntu0.2 [11.7 kB] 2021-04-20 16:53:15.318 | Get:232 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-dev amd64 0.1.7-2ubuntu3 [55.7 kB] 2021-04-20 16:53:15.329 | Get:233 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 socat amd64 1.7.3.2-2ubuntu2 [342 kB] 2021-04-20 16:53:15.531 | Get:234 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 vlan amd64 1.9-3.2ubuntu6 [30.7 kB] 2021-04-20 16:53:17.186 | Preconfiguring packages ... 2021-04-20 16:53:17.419 | Fetched 84.8 MB in 22s (3,845 kB/s) 2021-04-20 16:53:17.618 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 64653 files and directories currently installed.) 2021-04-20 16:53:17.621 | Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 2021-04-20 16:53:17.792 | Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2ubuntu0.1) ... 2021-04-20 16:53:18.371 | Setting up tar (1.29b-2ubuntu0.2) ... 2021-04-20 16:53:18.857 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 64653 files and directories currently installed.) 2021-04-20 16:53:18.860 | Preparing to unpack .../libnss-systemd_237-3ubuntu10.46_amd64.deb ... 2021-04-20 16:53:19.015 | Unpacking libnss-systemd:amd64 (237-3ubuntu10.46) over (237-3ubuntu10.25) ... 2021-04-20 16:53:19.508 | Preparing to unpack .../libpam-systemd_237-3ubuntu10.46_amd64.deb ... 2021-04-20 16:53:19.672 | Unpacking libpam-systemd:amd64 (237-3ubuntu10.46) over (237-3ubuntu10.25) ... 2021-04-20 16:53:20.187 | Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... 2021-04-20 16:53:20.470 | Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10.25) ... 2021-04-20 16:53:21.913 | Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... 2021-04-20 16:53:22.077 | Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10.25) ... 2021-04-20 16:53:22.439 | Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... 2021-04-20 16:53:22.926 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 64653 files and directories currently installed.) 2021-04-20 16:53:22.929 | Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 2021-04-20 16:53:23.066 | Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3.3) ... 2021-04-20 16:53:23.405 | Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 2021-04-20 16:53:23.801 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 64653 files and directories currently installed.) 2021-04-20 16:53:23.804 | Preparing to unpack .../00-uuid-runtime_2.31.1-0.4ubuntu3.7_amd64.deb ... 2021-04-20 16:53:23.952 | Unpacking uuid-runtime (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3.3) ... 2021-04-20 16:53:24.912 | Selecting previously unselected package libapr1:amd64. 2021-04-20 16:53:24.919 | Preparing to unpack .../01-libapr1_1.6.3-2_amd64.deb ... 2021-04-20 16:53:24.980 | Unpacking libapr1:amd64 (1.6.3-2) ... 2021-04-20 16:53:25.416 | Preparing to unpack .../02-libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 2021-04-20 16:53:25.592 | Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.1-1ubuntu2.1~18.04.4) ... 2021-04-20 16:53:26.221 | Selecting previously unselected package libaprutil1:amd64. 2021-04-20 16:53:26.227 | Preparing to unpack .../03-libaprutil1_1.6.1-2_amd64.deb ... 2021-04-20 16:53:26.266 | Unpacking libaprutil1:amd64 (1.6.1-2) ... 2021-04-20 16:53:26.713 | Preparing to unpack .../04-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 2021-04-20 16:53:26.889 | Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1ubuntu0.1) ... 2021-04-20 16:53:27.272 | Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. 2021-04-20 16:53:27.278 | Preparing to unpack .../05-libaprutil1-dbd-sqlite3_1.6.1-2_amd64.deb ... 2021-04-20 16:53:27.312 | Unpacking libaprutil1-dbd-sqlite3:amd64 (1.6.1-2) ... 2021-04-20 16:53:27.621 | Preparing to unpack .../06-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-04-20 16:53:27.786 | Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2021-04-20 16:53:28.210 | Preparing to unpack .../07-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-04-20 16:53:28.306 | Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2021-04-20 16:53:28.684 | Preparing to unpack .../08-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 2021-04-20 16:53:28.809 | Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) over (2.4.45+dfsg-1ubuntu1.3) ... 2021-04-20 16:53:29.204 | Preparing to unpack .../09-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 2021-04-20 16:53:29.369 | Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) over (2.4.45+dfsg-1ubuntu1.3) ... 2021-04-20 16:53:29.826 | Selecting previously unselected package libaprutil1-ldap:amd64. 2021-04-20 16:53:29.832 | Preparing to unpack .../10-libaprutil1-ldap_1.6.1-2_amd64.deb ... 2021-04-20 16:53:29.871 | Unpacking libaprutil1-ldap:amd64 (1.6.1-2) ... 2021-04-20 16:53:30.232 | Selecting previously unselected package liblua5.2-0:amd64. 2021-04-20 16:53:30.238 | Preparing to unpack .../11-liblua5.2-0_5.2.4-1.1build1_amd64.deb ... 2021-04-20 16:53:30.295 | Unpacking liblua5.2-0:amd64 (5.2.4-1.1build1) ... 2021-04-20 16:53:30.701 | Preparing to unpack .../12-libicu60_60.2-3ubuntu3.1_amd64.deb ... 2021-04-20 16:53:30.820 | Unpacking libicu60:amd64 (60.2-3ubuntu3.1) over (60.2-3ubuntu3) ... 2021-04-20 16:53:32.547 | Preparing to unpack .../13-libxml2_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb ... 2021-04-20 16:53:32.729 | Unpacking libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) over (2.9.4+dfsg1-6.1ubuntu1.2) ... 2021-04-20 16:53:33.163 | Selecting previously unselected package apache2-bin. 2021-04-20 16:53:33.170 | Preparing to unpack .../14-apache2-bin_2.4.29-1ubuntu4.14_amd64.deb ... 2021-04-20 16:53:33.209 | Unpacking apache2-bin (2.4.29-1ubuntu4.14) ... 2021-04-20 16:53:33.660 | Selecting previously unselected package apache2-utils. 2021-04-20 16:53:33.668 | Preparing to unpack .../15-apache2-utils_2.4.29-1ubuntu4.14_amd64.deb ... 2021-04-20 16:53:33.706 | Unpacking apache2-utils (2.4.29-1ubuntu4.14) ... 2021-04-20 16:53:34.043 | Selecting previously unselected package apache2-data. 2021-04-20 16:53:34.049 | Preparing to unpack .../16-apache2-data_2.4.29-1ubuntu4.14_all.deb ... 2021-04-20 16:53:34.106 | Unpacking apache2-data (2.4.29-1ubuntu4.14) ... 2021-04-20 16:53:34.615 | Selecting previously unselected package apache2. 2021-04-20 16:53:34.621 | Preparing to unpack .../17-apache2_2.4.29-1ubuntu4.14_amd64.deb ... 2021-04-20 16:53:34.682 | Unpacking apache2 (2.4.29-1ubuntu4.14) ... 2021-04-20 16:53:35.077 | Selecting previously unselected package fonts-dejavu-core. 2021-04-20 16:53:35.084 | Preparing to unpack .../18-fonts-dejavu-core_2.37-1_all.deb ... 2021-04-20 16:53:35.117 | Unpacking fonts-dejavu-core (2.37-1) ... 2021-04-20 16:53:35.494 | Selecting previously unselected package fonts-liberation. 2021-04-20 16:53:35.501 | Preparing to unpack .../19-fonts-liberation_1%3a1.07.4-7~18.04.1_all.deb ... 2021-04-20 16:53:35.551 | Unpacking fonts-liberation (1:1.07.4-7~18.04.1) ... 2021-04-20 16:53:36.020 | Selecting previously unselected package fontconfig-config. 2021-04-20 16:53:36.027 | Preparing to unpack .../20-fontconfig-config_2.12.6-0ubuntu2_all.deb ... 2021-04-20 16:53:36.071 | Unpacking fontconfig-config (2.12.6-0ubuntu2) ... 2021-04-20 16:53:36.431 | Selecting previously unselected package libfontconfig1:amd64. 2021-04-20 16:53:36.438 | Preparing to unpack .../21-libfontconfig1_2.12.6-0ubuntu2_amd64.deb ... 2021-04-20 16:53:36.471 | Unpacking libfontconfig1:amd64 (2.12.6-0ubuntu2) ... 2021-04-20 16:53:36.866 | Selecting previously unselected package fontconfig. 2021-04-20 16:53:36.872 | Preparing to unpack .../22-fontconfig_2.12.6-0ubuntu2_amd64.deb ... 2021-04-20 16:53:36.934 | Unpacking fontconfig (2.12.6-0ubuntu2) ... 2021-04-20 16:53:37.294 | Selecting previously unselected package liblua5.3-0:amd64. 2021-04-20 16:53:37.301 | Preparing to unpack .../23-liblua5.3-0_5.3.3-1ubuntu0.18.04.1_amd64.deb ... 2021-04-20 16:53:37.374 | Unpacking liblua5.3-0:amd64 (5.3.3-1ubuntu0.18.04.1) ... 2021-04-20 16:53:37.797 | Selecting previously unselected package haproxy. 2021-04-20 16:53:37.804 | Preparing to unpack .../24-haproxy_1.8.8-1ubuntu0.11_amd64.deb ... 2021-04-20 16:53:37.861 | Unpacking haproxy (1.8.8-1ubuntu0.11) ... 2021-04-20 16:53:38.380 | Selecting previously unselected package libjpeg-turbo8:amd64. 2021-04-20 16:53:38.387 | Preparing to unpack .../25-libjpeg-turbo8_1.5.2-0ubuntu5.18.04.4_amd64.deb ... 2021-04-20 16:53:38.432 | Unpacking libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-04-20 16:53:38.849 | Selecting previously unselected package x11-common. 2021-04-20 16:53:38.856 | Preparing to unpack .../26-x11-common_1%3a7.7+19ubuntu7.1_all.deb ... 2021-04-20 16:53:38.934 | dpkg-query: no packages found matching nux-tools 2021-04-20 16:53:38.944 | Unpacking x11-common (1:7.7+19ubuntu7.1) ... 2021-04-20 16:53:39.266 | Selecting previously unselected package libice6:amd64. 2021-04-20 16:53:39.272 | Preparing to unpack .../27-libice6_2%3a1.0.9-2_amd64.deb ... 2021-04-20 16:53:39.317 | Unpacking libice6:amd64 (2:1.0.9-2) ... 2021-04-20 16:53:39.632 | Selecting previously unselected package libsm6:amd64. 2021-04-20 16:53:39.638 | Preparing to unpack .../28-libsm6_2%3a1.2.2-1_amd64.deb ... 2021-04-20 16:53:39.666 | Unpacking libsm6:amd64 (2:1.2.2-1) ... 2021-04-20 16:53:40.084 | Preparing to unpack .../29-open-iscsi_2.0.874-5ubuntu2.10_amd64.deb ... 2021-04-20 16:53:40.848 | Unpacking open-iscsi (2.0.874-5ubuntu2.10) over (2.0.874-5ubuntu2.7) ... 2021-04-20 16:53:41.723 | Selecting previously unselected package libnetfilter-cthelper0:amd64. 2021-04-20 16:53:41.730 | Preparing to unpack .../30-libnetfilter-cthelper0_1.0.0-1ubuntu1_amd64.deb ... 2021-04-20 16:53:41.780 | Unpacking libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu1) ... 2021-04-20 16:53:42.055 | Preparing to unpack .../31-libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 2021-04-20 16:53:42.197 | Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1ubuntu1.1) ... 2021-04-20 16:53:42.515 | Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 2021-04-20 16:53:42.955 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 65706 files and directories currently installed.) 2021-04-20 16:53:42.958 | Preparing to unpack .../000-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 2021-04-20 16:53:43.106 | Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) over (2.56.4-0ubuntu0.18.04.4) ... 2021-04-20 16:53:43.696 | Preparing to unpack .../001-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 2021-04-20 16:53:43.820 | Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.1-1ubuntu2.1~18.04.4) ... 2021-04-20 16:53:44.318 | Preparing to unpack .../002-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 2021-04-20 16:53:44.464 | Unpacking sudo (1.8.21p2-3ubuntu1.4) over (1.8.21p2-3ubuntu1) ... 2021-04-20 16:53:45.016 | Preparing to unpack .../003-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 2021-04-20 16:53:45.191 | Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-04-20 16:53:45.627 | Preparing to unpack .../004-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 2021-04-20 16:53:45.723 | Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-04-20 16:53:46.124 | Preparing to unpack .../005-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 2021-04-20 16:53:46.288 | Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-04-20 16:53:46.718 | Preparing to unpack .../006-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 2021-04-20 16:53:46.888 | Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-04-20 16:53:47.330 | Preparing to unpack .../007-tcpdump_4.9.3-0ubuntu0.18.04.1_amd64.deb ... 2021-04-20 16:53:47.431 | Unpacking tcpdump (4.9.3-0ubuntu0.18.04.1) over (4.9.2-3) ... 2021-04-20 16:53:47.849 | Selecting previously unselected package uuid-dev:amd64. 2021-04-20 16:53:47.855 | Preparing to unpack .../008-uuid-dev_2.31.1-0.4ubuntu3.7_amd64.deb ... 2021-04-20 16:53:47.917 | Unpacking uuid-dev:amd64 (2.31.1-0.4ubuntu3.7) ... 2021-04-20 16:53:48.283 | Selecting previously unselected package libsctp1:amd64. 2021-04-20 16:53:48.289 | Preparing to unpack .../009-libsctp1_1.0.17+dfsg-2_amd64.deb ... 2021-04-20 16:53:48.328 | Unpacking libsctp1:amd64 (1.0.17+dfsg-2) ... 2021-04-20 16:53:48.626 | Selecting previously unselected package libsctp-dev:amd64. 2021-04-20 16:53:48.632 | Preparing to unpack .../010-libsctp-dev_1.0.17+dfsg-2_amd64.deb ... 2021-04-20 16:53:48.683 | Unpacking libsctp-dev:amd64 (1.0.17+dfsg-2) ... 2021-04-20 16:53:48.912 | Selecting previously unselected package libapr1-dev. 2021-04-20 16:53:48.918 | Preparing to unpack .../011-libapr1-dev_1.6.3-2_amd64.deb ... 2021-04-20 16:53:48.997 | Unpacking libapr1-dev (1.6.3-2) ... 2021-04-20 16:53:49.728 | Selecting previously unselected package libldap2-dev:amd64. 2021-04-20 16:53:49.736 | Preparing to unpack .../012-libldap2-dev_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 2021-04-20 16:53:49.762 | Unpacking libldap2-dev:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 2021-04-20 16:53:50.197 | Selecting previously unselected package libaprutil1-dev. 2021-04-20 16:53:50.204 | Preparing to unpack .../013-libaprutil1-dev_1.6.1-2_amd64.deb ... 2021-04-20 16:53:50.237 | Unpacking libaprutil1-dev (1.6.1-2) ... 2021-04-20 16:53:50.826 | Selecting previously unselected package autotools-dev. 2021-04-20 16:53:50.833 | Preparing to unpack .../014-autotools-dev_20180224.1_all.deb ... 2021-04-20 16:53:50.882 | Unpacking autotools-dev (20180224.1) ... 2021-04-20 16:53:51.260 | Selecting previously unselected package m4. 2021-04-20 16:53:51.267 | Preparing to unpack .../015-m4_1.4.18-1_amd64.deb ... 2021-04-20 16:53:51.306 | Unpacking m4 (1.4.18-1) ... 2021-04-20 16:53:51.722 | Selecting previously unselected package autoconf. 2021-04-20 16:53:51.729 | Preparing to unpack .../016-autoconf_2.69-11_all.deb ... 2021-04-20 16:53:51.762 | Unpacking autoconf (2.69-11) ... 2021-04-20 16:53:52.203 | Selecting previously unselected package automake. 2021-04-20 16:53:52.209 | Preparing to unpack .../017-automake_1%3a1.15.1-3ubuntu2_all.deb ... 2021-04-20 16:53:52.261 | Unpacking automake (1:1.15.1-3ubuntu2) ... 2021-04-20 16:53:52.666 | Selecting previously unselected package autopoint. 2021-04-20 16:53:52.672 | Preparing to unpack .../018-autopoint_0.19.8.1-6ubuntu0.3_all.deb ... 2021-04-20 16:53:52.711 | Unpacking autopoint (0.19.8.1-6ubuntu0.3) ... 2021-04-20 16:53:52.985 | Selecting previously unselected package libtool. 2021-04-20 16:53:52.992 | Preparing to unpack .../019-libtool_2.4.6-2_all.deb ... 2021-04-20 16:53:53.042 | Unpacking libtool (2.4.6-2) ... 2021-04-20 16:53:53.351 | Selecting previously unselected package dh-autoreconf. 2021-04-20 16:53:53.358 | Preparing to unpack .../020-dh-autoreconf_17_all.deb ... 2021-04-20 16:53:53.420 | Unpacking dh-autoreconf (17) ... 2021-04-20 16:53:53.711 | Selecting previously unselected package libarchive-zip-perl. 2021-04-20 16:53:53.718 | Preparing to unpack .../021-libarchive-zip-perl_1.60-1ubuntu0.1_all.deb ... 2021-04-20 16:53:53.768 | Unpacking libarchive-zip-perl (1.60-1ubuntu0.1) ... 2021-04-20 16:53:54.060 | Selecting previously unselected package libfile-stripnondeterminism-perl. 2021-04-20 16:53:54.066 | Preparing to unpack .../022-libfile-stripnondeterminism-perl_0.040-1.1~build1_all.deb ... 2021-04-20 16:53:54.117 | Unpacking libfile-stripnondeterminism-perl (0.040-1.1~build1) ... 2021-04-20 16:53:54.340 | Selecting previously unselected package libtimedate-perl. 2021-04-20 16:53:54.346 | Preparing to unpack .../023-libtimedate-perl_2.3000-2_all.deb ... 2021-04-20 16:53:54.397 | Unpacking libtimedate-perl (2.3000-2) ... 2021-04-20 16:53:54.752 | Selecting previously unselected package dh-strip-nondeterminism. 2021-04-20 16:53:54.758 | Preparing to unpack .../024-dh-strip-nondeterminism_0.040-1.1~build1_all.deb ... 2021-04-20 16:53:54.802 | Unpacking dh-strip-nondeterminism (0.040-1.1~build1) ... 2021-04-20 16:53:55.077 | Selecting previously unselected package libdpkg-perl. 2021-04-20 16:53:55.083 | Preparing to unpack .../025-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 2021-04-20 16:53:55.134 | Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 2021-04-20 16:53:55.540 | Selecting previously unselected package make. 2021-04-20 16:53:55.547 | Preparing to unpack .../026-make_4.1-9.1ubuntu1_amd64.deb ... 2021-04-20 16:53:55.620 | Unpacking make (4.1-9.1ubuntu1) ... 2021-04-20 16:53:55.952 | Selecting previously unselected package dpkg-dev. 2021-04-20 16:53:55.959 | Preparing to unpack .../027-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 2021-04-20 16:53:56.008 | Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 2021-04-20 16:53:56.482 | Selecting previously unselected package libcroco3:amd64. 2021-04-20 16:53:56.489 | Preparing to unpack .../028-libcroco3_0.6.12-2_amd64.deb ... 2021-04-20 16:53:56.522 | Unpacking libcroco3:amd64 (0.6.12-2) ... 2021-04-20 16:53:56.843 | Selecting previously unselected package gettext. 2021-04-20 16:53:56.849 | Preparing to unpack .../029-gettext_0.19.8.1-6ubuntu0.3_amd64.deb ... 2021-04-20 16:53:56.899 | Unpacking gettext (0.19.8.1-6ubuntu0.3) ... 2021-04-20 16:53:57.677 | Selecting previously unselected package intltool-debian. 2021-04-20 16:53:57.683 | Preparing to unpack .../030-intltool-debian_0.35.0+20060710.4_all.deb ... 2021-04-20 16:53:57.739 | Unpacking intltool-debian (0.35.0+20060710.4) ... 2021-04-20 16:53:58.054 | Selecting previously unselected package po-debconf. 2021-04-20 16:53:58.061 | Preparing to unpack .../031-po-debconf_1.0.20_all.deb ... 2021-04-20 16:53:58.094 | Unpacking po-debconf (1.0.20) ... 2021-04-20 16:53:58.448 | Selecting previously unselected package debhelper. 2021-04-20 16:53:58.456 | Preparing to unpack .../032-debhelper_11.1.6ubuntu2_all.deb ... 2021-04-20 16:53:58.505 | Unpacking debhelper (11.1.6ubuntu2) ... 2021-04-20 16:53:58.979 | Selecting previously unselected package apache2-dev. 2021-04-20 16:53:58.987 | Preparing to unpack .../033-apache2-dev_2.4.29-1ubuntu4.14_amd64.deb ... 2021-04-20 16:53:59.019 | Unpacking apache2-dev (2.4.29-1ubuntu4.14) ... 2021-04-20 16:53:59.380 | Selecting previously unselected package libstdc++-7-dev:amd64. 2021-04-20 16:53:59.386 | Preparing to unpack .../034-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 2021-04-20 16:53:59.425 | Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 2021-04-20 16:54:00.283 | Selecting previously unselected package g++-7. 2021-04-20 16:54:00.291 | Preparing to unpack .../035-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 2021-04-20 16:54:00.328 | Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 2021-04-20 16:54:01.991 | Selecting previously unselected package g++. 2021-04-20 16:54:01.998 | Preparing to unpack .../036-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 2021-04-20 16:54:02.031 | Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 2021-04-20 16:54:02.328 | Selecting previously unselected package build-essential. 2021-04-20 16:54:02.336 | Preparing to unpack .../037-build-essential_12.4ubuntu1_amd64.deb ... 2021-04-20 16:54:02.380 | Unpacking build-essential (12.4ubuntu1) ... 2021-04-20 16:54:02.614 | Selecting previously unselected package conntrack. 2021-04-20 16:54:02.621 | Preparing to unpack .../038-conntrack_1%3a1.4.4+snapshot20161117-6ubuntu2_amd64.deb ... 2021-04-20 16:54:02.654 | Unpacking conntrack (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-04-20 16:54:03.014 | Selecting previously unselected package libnetfilter-queue1. 2021-04-20 16:54:03.021 | Preparing to unpack .../039-libnetfilter-queue1_1.0.2-2_amd64.deb ... 2021-04-20 16:54:03.065 | Unpacking libnetfilter-queue1 (1.0.2-2) ... 2021-04-20 16:54:03.374 | Selecting previously unselected package conntrackd. 2021-04-20 16:54:03.381 | Preparing to unpack .../040-conntrackd_1%3a1.4.4+snapshot20161117-6ubuntu2_amd64.deb ... 2021-04-20 16:54:03.419 | Unpacking conntrackd (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-04-20 16:54:03.713 | Preparing to unpack .../041-curl_7.58.0-2ubuntu3.13_amd64.deb ... 2021-04-20 16:54:03.813 | Unpacking curl (7.58.0-2ubuntu3.13) over (7.58.0-2ubuntu3.7) ... 2021-04-20 16:54:04.164 | Preparing to unpack .../042-libcurl4_7.58.0-2ubuntu3.13_amd64.deb ... 2021-04-20 16:54:04.328 | Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.13) over (7.58.0-2ubuntu3.7) ... 2021-04-20 16:54:04.843 | Selecting previously unselected package dctrl-tools. 2021-04-20 16:54:04.850 | Preparing to unpack .../043-dctrl-tools_2.24-2build1_amd64.deb ... 2021-04-20 16:54:04.889 | Unpacking dctrl-tools (2.24-2build1) ... 2021-04-20 16:54:05.186 | Preparing to unpack .../044-dnsmasq-base_2.79-1ubuntu0.3_amd64.deb ... 2021-04-20 16:54:05.316 | Unpacking dnsmasq-base (2.79-1ubuntu0.3) over (2.79-1) ... 2021-04-20 16:54:05.745 | Selecting previously unselected package dnsmasq-utils. 2021-04-20 16:54:05.752 | Preparing to unpack .../045-dnsmasq-utils_2.79-1ubuntu0.3_amd64.deb ... 2021-04-20 16:54:05.791 | Unpacking dnsmasq-utils (2.79-1ubuntu0.3) ... 2021-04-20 16:54:06.111 | Selecting previously unselected package dstat. 2021-04-20 16:54:06.119 | Preparing to unpack .../046-dstat_0.7.3-1_all.deb ... 2021-04-20 16:54:06.173 | Unpacking dstat (0.7.3-1) ... 2021-04-20 16:54:06.534 | Selecting previously unselected package libfakeroot:amd64. 2021-04-20 16:54:06.542 | Preparing to unpack .../047-libfakeroot_1.22-2ubuntu1_amd64.deb ... 2021-04-20 16:54:06.591 | Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... 2021-04-20 16:54:06.899 | Selecting previously unselected package fakeroot. 2021-04-20 16:54:06.906 | Preparing to unpack .../048-fakeroot_1.22-2ubuntu1_amd64.deb ... 2021-04-20 16:54:06.945 | Unpacking fakeroot (1.22-2ubuntu1) ... 2021-04-20 16:54:07.185 | Selecting previously unselected package genisoimage. 2021-04-20 16:54:07.192 | Preparing to unpack .../049-genisoimage_9%3a1.1.11-3ubuntu2_amd64.deb ... 2021-04-20 16:54:07.219 | Unpacking genisoimage (9:1.1.11-3ubuntu2) ... 2021-04-20 16:54:07.580 | Selecting previously unselected package libgraphite2-3:amd64. 2021-04-20 16:54:07.587 | Preparing to unpack .../050-libgraphite2-3_1.3.11-2_amd64.deb ... 2021-04-20 16:54:07.637 | Unpacking libgraphite2-3:amd64 (1.3.11-2) ... 2021-04-20 16:54:07.945 | Selecting previously unselected package libharfbuzz0b:amd64. 2021-04-20 16:54:07.953 | Preparing to unpack .../051-libharfbuzz0b_1.7.2-1ubuntu1_amd64.deb ... 2021-04-20 16:54:07.979 | Unpacking libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ... 2021-04-20 16:54:08.317 | Selecting previously unselected package gir1.2-harfbuzz-0.0:amd64. 2021-04-20 16:54:08.324 | Preparing to unpack .../052-gir1.2-harfbuzz-0.0_1.7.2-1ubuntu1_amd64.deb ... 2021-04-20 16:54:08.362 | Unpacking gir1.2-harfbuzz-0.0:amd64 (1.7.2-1ubuntu1) ... 2021-04-20 16:54:08.827 | Preparing to unpack .../053-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 2021-04-20 16:54:09.060 | Unpacking git (1:2.17.1-1ubuntu0.8) over (1:2.17.1-1ubuntu0.4) ... 2021-04-20 16:54:10.420 | Selecting previously unselected package libann0. 2021-04-20 16:54:10.428 | Preparing to unpack .../054-libann0_1.1.2+doc-6_amd64.deb ... 2021-04-20 16:54:10.459 | Unpacking libann0 (1.1.2+doc-6) ... 2021-04-20 16:54:10.734 | Selecting previously unselected package libcdt5. 2021-04-20 16:54:10.742 | Preparing to unpack .../055-libcdt5_2.40.1-2_amd64.deb ... 2021-04-20 16:54:10.813 | Unpacking libcdt5 (2.40.1-2) ... 2021-04-20 16:54:11.157 | Selecting previously unselected package libcgraph6. 2021-04-20 16:54:11.164 | Preparing to unpack .../056-libcgraph6_2.40.1-2_amd64.deb ... 2021-04-20 16:54:11.196 | Unpacking libcgraph6 (2.40.1-2) ... 2021-04-20 16:54:11.482 | Selecting previously unselected package libjpeg8:amd64. 2021-04-20 16:54:11.489 | Preparing to unpack .../057-libjpeg8_8c-2ubuntu8_amd64.deb ... 2021-04-20 16:54:11.539 | Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... 2021-04-20 16:54:11.911 | Selecting previously unselected package libjbig0:amd64. 2021-04-20 16:54:11.918 | Preparing to unpack .../058-libjbig0_2.1-3.1build1_amd64.deb ... 2021-04-20 16:54:11.968 | Unpacking libjbig0:amd64 (2.1-3.1build1) ... 2021-04-20 16:54:12.322 | Selecting previously unselected package libtiff5:amd64. 2021-04-20 16:54:12.329 | Preparing to unpack .../059-libtiff5_4.0.9-5ubuntu0.4_amd64.deb ... 2021-04-20 16:54:12.385 | Unpacking libtiff5:amd64 (4.0.9-5ubuntu0.4) ... 2021-04-20 16:54:12.745 | Selecting previously unselected package libwebp6:amd64. 2021-04-20 16:54:12.752 | Preparing to unpack .../060-libwebp6_0.6.1-2_amd64.deb ... 2021-04-20 16:54:12.825 | Unpacking libwebp6:amd64 (0.6.1-2) ... 2021-04-20 16:54:13.094 | Selecting previously unselected package libxpm4:amd64. 2021-04-20 16:54:13.101 | Preparing to unpack .../061-libxpm4_1%3a3.5.12-1_amd64.deb ... 2021-04-20 16:54:13.134 | Unpacking libxpm4:amd64 (1:3.5.12-1) ... 2021-04-20 16:54:13.522 | Selecting previously unselected package libgd3:amd64. 2021-04-20 16:54:13.530 | Preparing to unpack .../062-libgd3_2.2.5-4ubuntu0.4_amd64.deb ... 2021-04-20 16:54:13.579 | Unpacking libgd3:amd64 (2.2.5-4ubuntu0.4) ... 2021-04-20 16:54:13.934 | Selecting previously unselected package libgts-0.7-5:amd64. 2021-04-20 16:54:13.941 | Preparing to unpack .../063-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ... 2021-04-20 16:54:13.968 | Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2021-04-20 16:54:14.345 | Selecting previously unselected package libpixman-1-0:amd64. 2021-04-20 16:54:14.352 | Preparing to unpack .../064-libpixman-1-0_0.34.0-2_amd64.deb ... 2021-04-20 16:54:14.379 | Unpacking libpixman-1-0:amd64 (0.34.0-2) ... 2021-04-20 16:54:14.768 | Selecting previously unselected package libxcb-render0:amd64. 2021-04-20 16:54:14.775 | Preparing to unpack .../065-libxcb-render0_1.13-2~ubuntu18.04_amd64.deb ... 2021-04-20 16:54:14.825 | Unpacking libxcb-render0:amd64 (1.13-2~ubuntu18.04) ... 2021-04-20 16:54:15.219 | Selecting previously unselected package libxcb-shm0:amd64. 2021-04-20 16:54:15.227 | Preparing to unpack .../066-libxcb-shm0_1.13-2~ubuntu18.04_amd64.deb ... 2021-04-20 16:54:15.282 | Unpacking libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ... 2021-04-20 16:54:15.585 | Selecting previously unselected package libxrender1:amd64. 2021-04-20 16:54:15.592 | Preparing to unpack .../067-libxrender1_1%3a0.9.10-1_amd64.deb ... 2021-04-20 16:54:15.625 | Unpacking libxrender1:amd64 (1:0.9.10-1) ... 2021-04-20 16:54:15.939 | Selecting previously unselected package libcairo2:amd64. 2021-04-20 16:54:15.947 | Preparing to unpack .../068-libcairo2_1.15.10-2ubuntu0.1_amd64.deb ... 2021-04-20 16:54:15.996 | Unpacking libcairo2:amd64 (1.15.10-2ubuntu0.1) ... 2021-04-20 16:54:16.414 | Selecting previously unselected package libltdl7:amd64. 2021-04-20 16:54:16.421 | Preparing to unpack .../069-libltdl7_2.4.6-2_amd64.deb ... 2021-04-20 16:54:16.476 | Unpacking libltdl7:amd64 (2.4.6-2) ... 2021-04-20 16:54:16.728 | Selecting previously unselected package libthai-data. 2021-04-20 16:54:16.736 | Preparing to unpack .../070-libthai-data_0.1.27-2_all.deb ... 2021-04-20 16:54:16.773 | Unpacking libthai-data (0.1.27-2) ... 2021-04-20 16:54:17.248 | Selecting previously unselected package libdatrie1:amd64. 2021-04-20 16:54:17.255 | Preparing to unpack .../071-libdatrie1_0.2.10-7_amd64.deb ... 2021-04-20 16:54:17.288 | Unpacking libdatrie1:amd64 (0.2.10-7) ... 2021-04-20 16:54:17.631 | Selecting previously unselected package libthai0:amd64. 2021-04-20 16:54:17.638 | Preparing to unpack .../072-libthai0_0.1.27-2_amd64.deb ... 2021-04-20 16:54:17.665 | Unpacking libthai0:amd64 (0.1.27-2) ... 2021-04-20 16:54:18.008 | Selecting previously unselected package libpango-1.0-0:amd64. 2021-04-20 16:54:18.015 | Preparing to unpack .../073-libpango-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2021-04-20 16:54:18.042 | Unpacking libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-04-20 16:54:18.419 | Selecting previously unselected package libpangoft2-1.0-0:amd64. 2021-04-20 16:54:18.426 | Preparing to unpack .../074-libpangoft2-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2021-04-20 16:54:18.476 | Unpacking libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-04-20 16:54:19.014 | Selecting previously unselected package libpangocairo-1.0-0:amd64. 2021-04-20 16:54:19.021 | Preparing to unpack .../075-libpangocairo-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2021-04-20 16:54:19.065 | Unpacking libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-04-20 16:54:19.351 | Selecting previously unselected package libpathplan4. 2021-04-20 16:54:19.359 | Preparing to unpack .../076-libpathplan4_2.40.1-2_amd64.deb ... 2021-04-20 16:54:19.425 | Unpacking libpathplan4 (2.40.1-2) ... 2021-04-20 16:54:19.848 | Selecting previously unselected package libgvc6. 2021-04-20 16:54:19.855 | Preparing to unpack .../077-libgvc6_2.40.1-2_amd64.deb ... 2021-04-20 16:54:19.888 | Unpacking libgvc6 (2.40.1-2) ... 2021-04-20 16:54:20.362 | Selecting previously unselected package libgvpr2. 2021-04-20 16:54:20.369 | Preparing to unpack .../078-libgvpr2_2.40.1-2_amd64.deb ... 2021-04-20 16:54:20.408 | Unpacking libgvpr2 (2.40.1-2) ... 2021-04-20 16:54:20.820 | Selecting previously unselected package liblab-gamut1. 2021-04-20 16:54:20.827 | Preparing to unpack .../079-liblab-gamut1_2.40.1-2_amd64.deb ... 2021-04-20 16:54:20.865 | Unpacking liblab-gamut1 (2.40.1-2) ... 2021-04-20 16:54:21.517 | Selecting previously unselected package libxt6:amd64. 2021-04-20 16:54:21.525 | Preparing to unpack .../080-libxt6_1%3a1.1.5-1_amd64.deb ... 2021-04-20 16:54:21.579 | Unpacking libxt6:amd64 (1:1.1.5-1) ... 2021-04-20 16:54:21.951 | Selecting previously unselected package libxmu6:amd64. 2021-04-20 16:54:21.958 | Preparing to unpack .../081-libxmu6_2%3a1.1.2-2_amd64.deb ... 2021-04-20 16:54:22.014 | Unpacking libxmu6:amd64 (2:1.1.2-2) ... 2021-04-20 16:54:22.397 | Selecting previously unselected package libxaw7:amd64. 2021-04-20 16:54:22.404 | Preparing to unpack .../082-libxaw7_2%3a1.0.13-1_amd64.deb ... 2021-04-20 16:54:22.442 | Unpacking libxaw7:amd64 (2:1.0.13-1) ... 2021-04-20 16:54:22.831 | Selecting previously unselected package graphviz. 2021-04-20 16:54:22.838 | Preparing to unpack .../083-graphviz_2.40.1-2_amd64.deb ... 2021-04-20 16:54:22.894 | Unpacking graphviz (2.40.1-2) ... 2021-04-20 16:54:23.500 | Selecting previously unselected package libnl-3-200:amd64. 2021-04-20 16:54:23.507 | Preparing to unpack .../084-libnl-3-200_3.2.29-0ubuntu3_amd64.deb ... 2021-04-20 16:54:23.556 | Unpacking libnl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-04-20 16:54:23.928 | Selecting previously unselected package libnl-route-3-200:amd64. 2021-04-20 16:54:23.936 | Preparing to unpack .../085-libnl-route-3-200_3.2.29-0ubuntu3_amd64.deb ... 2021-04-20 16:54:23.974 | Unpacking libnl-route-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-04-20 16:54:24.385 | Selecting previously unselected package libibverbs1:amd64. 2021-04-20 16:54:24.393 | Preparing to unpack .../086-libibverbs1_17.1-1ubuntu0.2_amd64.deb ... 2021-04-20 16:54:24.448 | Unpacking libibverbs1:amd64 (17.1-1ubuntu0.2) ... 2021-04-20 16:54:24.842 | Selecting previously unselected package ibverbs-providers:amd64. 2021-04-20 16:54:24.849 | Preparing to unpack .../087-ibverbs-providers_17.1-1ubuntu0.2_amd64.deb ... 2021-04-20 16:54:24.882 | Unpacking ibverbs-providers:amd64 (17.1-1ubuntu0.2) ... 2021-04-20 16:54:25.259 | Selecting previously unselected package icu-devtools. 2021-04-20 16:54:25.267 | Preparing to unpack .../088-icu-devtools_60.2-3ubuntu3.1_amd64.deb ... 2021-04-20 16:54:25.322 | Unpacking icu-devtools (60.2-3ubuntu3.1) ... 2021-04-20 16:54:25.659 | Selecting previously unselected package iputils-arping. 2021-04-20 16:54:25.668 | Preparing to unpack .../089-iputils-arping_3%3a20161105-1ubuntu3_amd64.deb ... 2021-04-20 16:54:25.716 | Unpacking iputils-arping (3:20161105-1ubuntu3) ... 2021-04-20 16:54:26.294 | Selecting previously unselected package javascript-common. 2021-04-20 16:54:26.301 | Preparing to unpack .../090-javascript-common_11_all.deb ... 2021-04-20 16:54:26.374 | Unpacking javascript-common (11) ... 2021-04-20 16:54:26.825 | Selecting previously unselected package libnl-genl-3-200:amd64. 2021-04-20 16:54:26.833 | Preparing to unpack .../091-libnl-genl-3-200_3.2.29-0ubuntu3_amd64.deb ... 2021-04-20 16:54:26.877 | Unpacking libnl-genl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-04-20 16:54:27.402 | Selecting previously unselected package libsensors4:amd64. 2021-04-20 16:54:27.410 | Preparing to unpack .../092-libsensors4_1%3a3.4.0-4_amd64.deb ... 2021-04-20 16:54:27.600 | Unpacking libsensors4:amd64 (1:3.4.0-4) ... 2021-04-20 16:54:27.922 | Selecting previously unselected package libsnmp-base. 2021-04-20 16:54:27.930 | Preparing to unpack .../093-libsnmp-base_5.7.3+dfsg-1.8ubuntu3.6_all.deb ... 2021-04-20 16:54:27.985 | Unpacking libsnmp-base (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-04-20 16:54:28.408 | Selecting previously unselected package libsnmp30:amd64. 2021-04-20 16:54:28.416 | Preparing to unpack .../094-libsnmp30_5.7.3+dfsg-1.8ubuntu3.6_amd64.deb ... 2021-04-20 16:54:28.471 | Unpacking libsnmp30:amd64 (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-04-20 16:54:29.054 | Selecting previously unselected package keepalived. 2021-04-20 16:54:29.061 | Preparing to unpack .../095-keepalived_1%3a1.3.9-1ubuntu0.18.04.2_amd64.deb ... 2021-04-20 16:54:29.093 | Unpacking keepalived (1:1.3.9-1ubuntu0.18.04.2) ... 2021-04-20 16:54:29.460 | Selecting previously unselected package libgssrpc4:amd64. 2021-04-20 16:54:29.467 | Preparing to unpack .../096-libgssrpc4_1.16-2ubuntu0.2_amd64.deb ... 2021-04-20 16:54:29.522 | Unpacking libgssrpc4:amd64 (1.16-2ubuntu0.2) ... 2021-04-20 16:54:29.848 | Selecting previously unselected package libkdb5-9:amd64. 2021-04-20 16:54:29.855 | Preparing to unpack .../097-libkdb5-9_1.16-2ubuntu0.2_amd64.deb ... 2021-04-20 16:54:29.899 | Unpacking libkdb5-9:amd64 (1.16-2ubuntu0.2) ... 2021-04-20 16:54:30.299 | Selecting previously unselected package libkadm5srv-mit11:amd64. 2021-04-20 16:54:30.307 | Preparing to unpack .../098-libkadm5srv-mit11_1.16-2ubuntu0.2_amd64.deb ... 2021-04-20 16:54:30.362 | Unpacking libkadm5srv-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-04-20 16:54:30.722 | Selecting previously unselected package libkadm5clnt-mit11:amd64. 2021-04-20 16:54:30.729 | Preparing to unpack .../099-libkadm5clnt-mit11_1.16-2ubuntu0.2_amd64.deb ... 2021-04-20 16:54:30.767 | Unpacking libkadm5clnt-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-04-20 16:54:31.013 | Selecting previously unselected package comerr-dev:amd64. 2021-04-20 16:54:31.021 | Preparing to unpack .../100-comerr-dev_2.1-1.44.1-1ubuntu1.3_amd64.deb ... 2021-04-20 16:54:31.116 | Unpacking comerr-dev:amd64 (2.1-1.44.1-1ubuntu1.3) ... 2021-04-20 16:54:31.425 | Selecting previously unselected package krb5-multidev:amd64. 2021-04-20 16:54:31.432 | Preparing to unpack .../101-krb5-multidev_1.16-2ubuntu0.2_amd64.deb ... 2021-04-20 16:54:31.487 | Unpacking krb5-multidev:amd64 (1.16-2ubuntu0.2) ... 2021-04-20 16:54:31.962 | Selecting previously unselected package libaio1:amd64. 2021-04-20 16:54:31.969 | Preparing to unpack .../102-libaio1_0.3.110-5ubuntu0.1_amd64.deb ... 2021-04-20 16:54:32.019 | Unpacking libaio1:amd64 (0.3.110-5ubuntu0.1) ... 2021-04-20 16:54:32.282 | Selecting previously unselected package libalgorithm-diff-perl. 2021-04-20 16:54:32.289 | Preparing to unpack .../103-libalgorithm-diff-perl_1.19.03-1_all.deb ... 2021-04-20 16:54:32.333 | Unpacking libalgorithm-diff-perl (1.19.03-1) ... 2021-04-20 16:54:32.676 | Selecting previously unselected package libalgorithm-diff-xs-perl. 2021-04-20 16:54:32.683 | Preparing to unpack .../104-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... 2021-04-20 16:54:32.733 | Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 2021-04-20 16:54:33.053 | Selecting previously unselected package libalgorithm-merge-perl. 2021-04-20 16:54:33.061 | Preparing to unpack .../105-libalgorithm-merge-perl_0.08-3_all.deb ... 2021-04-20 16:54:33.116 | Unpacking libalgorithm-merge-perl (0.08-3) ... 2021-04-20 16:54:33.402 | Selecting previously unselected package libarchive-cpio-perl. 2021-04-20 16:54:33.409 | Preparing to unpack .../106-libarchive-cpio-perl_0.10-1_all.deb ... 2021-04-20 16:54:33.470 | Unpacking libarchive-cpio-perl (0.10-1) ... 2021-04-20 16:54:33.722 | Selecting previously unselected package libfile-fcntllock-perl. 2021-04-20 16:54:33.730 | Preparing to unpack .../107-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... 2021-04-20 16:54:33.785 | Unpacking libfile-fcntllock-perl (0.22-3build2) ... 2021-04-20 16:54:34.076 | Selecting previously unselected package libglib2.0-bin. 2021-04-20 16:54:34.084 | Preparing to unpack .../108-libglib2.0-bin_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 2021-04-20 16:54:34.162 | Unpacking libglib2.0-bin (2.56.4-0ubuntu0.18.04.8) ... 2021-04-20 16:54:34.511 | Selecting previously unselected package libglib2.0-dev-bin. 2021-04-20 16:54:34.518 | Preparing to unpack .../109-libglib2.0-dev-bin_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 2021-04-20 16:54:34.567 | Unpacking libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.8) ... 2021-04-20 16:54:34.996 | Selecting previously unselected package pkg-config. 2021-04-20 16:54:35.004 | Preparing to unpack .../110-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 2021-04-20 16:54:35.059 | Unpacking pkg-config (0.29.1-0ubuntu2) ... 2021-04-20 16:54:35.425 | Selecting previously unselected package zlib1g-dev:amd64. 2021-04-20 16:54:35.432 | Preparing to unpack .../111-zlib1g-dev_1%3a1.2.11.dfsg-0ubuntu2_amd64.deb ... 2021-04-20 16:54:35.487 | Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... 2021-04-20 16:54:35.853 | Selecting previously unselected package libglib2.0-dev:amd64. 2021-04-20 16:54:35.861 | Preparing to unpack .../112-libglib2.0-dev_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 2021-04-20 16:54:35.916 | Unpacking libglib2.0-dev:amd64 (2.56.4-0ubuntu0.18.04.8) ... 2021-04-20 16:54:36.534 | Selecting previously unselected package libgraphite2-dev:amd64. 2021-04-20 16:54:36.541 | Preparing to unpack .../113-libgraphite2-dev_1.3.11-2_amd64.deb ... 2021-04-20 16:54:36.596 | Unpacking libgraphite2-dev:amd64 (1.3.11-2) ... 2021-04-20 16:54:36.882 | Selecting previously unselected package libgts-bin. 2021-04-20 16:54:36.889 | Preparing to unpack .../114-libgts-bin_0.7.6+darcs121130-4_amd64.deb ... 2021-04-20 16:54:36.939 | Unpacking libgts-bin (0.7.6+darcs121130-4) ... 2021-04-20 16:54:37.248 | Selecting previously unselected package libharfbuzz-icu0:amd64. 2021-04-20 16:54:37.255 | Preparing to unpack .../115-libharfbuzz-icu0_1.7.2-1ubuntu1_amd64.deb ... 2021-04-20 16:54:37.322 | Unpacking libharfbuzz-icu0:amd64 (1.7.2-1ubuntu1) ... 2021-04-20 16:54:37.625 | Selecting previously unselected package libharfbuzz-gobject0:amd64. 2021-04-20 16:54:37.632 | Preparing to unpack .../116-libharfbuzz-gobject0_1.7.2-1ubuntu1_amd64.deb ... 2021-04-20 16:54:37.670 | Unpacking libharfbuzz-gobject0:amd64 (1.7.2-1ubuntu1) ... 2021-04-20 16:54:38.042 | Selecting previously unselected package libicu-le-hb0:amd64. 2021-04-20 16:54:38.049 | Preparing to unpack .../117-libicu-le-hb0_1.0.3+git161113-4_amd64.deb ... 2021-04-20 16:54:38.105 | Unpacking libicu-le-hb0:amd64 (1.0.3+git161113-4) ... 2021-04-20 16:54:38.482 | Selecting previously unselected package libiculx60:amd64. 2021-04-20 16:54:38.489 | Preparing to unpack .../118-libiculx60_60.2-3ubuntu3.1_amd64.deb ... 2021-04-20 16:54:38.539 | Unpacking libiculx60:amd64 (60.2-3ubuntu3.1) ... 2021-04-20 16:54:38.882 | Selecting previously unselected package libicu-le-hb-dev:amd64. 2021-04-20 16:54:38.890 | Preparing to unpack .../119-libicu-le-hb-dev_1.0.3+git161113-4_amd64.deb ... 2021-04-20 16:54:38.939 | Unpacking libicu-le-hb-dev:amd64 (1.0.3+git161113-4) ... 2021-04-20 16:54:39.219 | Selecting previously unselected package libicu-dev. 2021-04-20 16:54:39.226 | Preparing to unpack .../120-libicu-dev_60.2-3ubuntu3.1_amd64.deb ... 2021-04-20 16:54:39.270 | Unpacking libicu-dev (60.2-3ubuntu3.1) ... 2021-04-20 16:54:40.968 | Selecting previously unselected package libharfbuzz-dev:amd64. 2021-04-20 16:54:40.975 | Preparing to unpack .../121-libharfbuzz-dev_1.7.2-1ubuntu1_amd64.deb ... 2021-04-20 16:54:41.047 | Unpacking libharfbuzz-dev:amd64 (1.7.2-1ubuntu1) ... 2021-04-20 16:54:41.533 | Selecting previously unselected package libiscsi7:amd64. 2021-04-20 16:54:41.541 | Preparing to unpack .../122-libiscsi7_1.17.0-1.1_amd64.deb ... 2021-04-20 16:54:41.596 | Unpacking libiscsi7:amd64 (1.17.0-1.1) ... 2021-04-20 16:54:42.042 | Selecting previously unselected package libjansson4:amd64. 2021-04-20 16:54:42.050 | Preparing to unpack .../123-libjansson4_2.11-1_amd64.deb ... 2021-04-20 16:54:42.110 | Unpacking libjansson4:amd64 (2.11-1) ... 2021-04-20 16:54:42.413 | Selecting previously unselected package libjpeg-turbo8-dev:amd64. 2021-04-20 16:54:42.421 | Preparing to unpack .../124-libjpeg-turbo8-dev_1.5.2-0ubuntu5.18.04.4_amd64.deb ... 2021-04-20 16:54:42.482 | Unpacking libjpeg-turbo8-dev:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-04-20 16:54:42.882 | Selecting previously unselected package libjpeg8-dev:amd64. 2021-04-20 16:54:42.890 | Preparing to unpack .../125-libjpeg8-dev_8c-2ubuntu8_amd64.deb ... 2021-04-20 16:54:42.950 | Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2021-04-20 16:54:43.254 | Selecting previously unselected package libjpeg-dev:amd64. 2021-04-20 16:54:43.261 | Preparing to unpack .../126-libjpeg-dev_8c-2ubuntu8_amd64.deb ... 2021-04-20 16:54:43.316 | Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... 2021-04-20 16:54:43.648 | Selecting previously unselected package libjs-jquery. 2021-04-20 16:54:43.656 | Preparing to unpack .../127-libjs-jquery_3.2.1-1_all.deb ... 2021-04-20 16:54:43.705 | Unpacking libjs-jquery (3.2.1-1) ... 2021-04-20 16:54:44.071 | Selecting previously unselected package libjs-jquery-metadata. 2021-04-20 16:54:44.078 | Preparing to unpack .../128-libjs-jquery-metadata_12-1_all.deb ... 2021-04-20 16:54:44.133 | Unpacking libjs-jquery-metadata (12-1) ... 2021-04-20 16:54:44.505 | Selecting previously unselected package libjs-jquery-tablesorter. 2021-04-20 16:54:44.513 | Preparing to unpack .../129-libjs-jquery-tablesorter_1%3a2.29.5+dfsg1-1_all.deb ... 2021-04-20 16:54:44.579 | Unpacking libjs-jquery-tablesorter (1:2.29.5+dfsg1-1) ... 2021-04-20 16:54:45.043 | Selecting previously unselected package libltdl-dev:amd64. 2021-04-20 16:54:45.050 | Preparing to unpack .../130-libltdl-dev_2.4.6-2_amd64.deb ... 2021-04-20 16:54:45.105 | Unpacking libltdl-dev:amd64 (2.4.6-2) ... 2021-04-20 16:54:45.465 | Selecting previously unselected package libsys-hostname-long-perl. 2021-04-20 16:54:45.472 | Preparing to unpack .../131-libsys-hostname-long-perl_1.5-1_all.deb ... 2021-04-20 16:54:45.544 | Unpacking libsys-hostname-long-perl (1.5-1) ... 2021-04-20 16:54:45.854 | Selecting previously unselected package libmail-sendmail-perl. 2021-04-20 16:54:45.861 | Preparing to unpack .../132-libmail-sendmail-perl_0.80-1_all.deb ... 2021-04-20 16:54:45.905 | Unpacking libmail-sendmail-perl (0.80-1) ... 2021-04-20 16:54:46.311 | Selecting previously unselected package libmatheval1:amd64. 2021-04-20 16:54:46.318 | Preparing to unpack .../133-libmatheval1_1.1.11+dfsg-3build1_amd64.deb ... 2021-04-20 16:54:46.362 | Unpacking libmatheval1:amd64 (1.1.11+dfsg-3build1) ... 2021-04-20 16:54:46.762 | Selecting previously unselected package mysql-common. 2021-04-20 16:54:46.770 | Preparing to unpack .../134-mysql-common_5.8+1.0.4_all.deb ... 2021-04-20 16:54:46.827 | Unpacking mysql-common (5.8+1.0.4) ... 2021-04-20 16:54:47.265 | Selecting previously unselected package libmysqlclient20:amd64. 2021-04-20 16:54:47.272 | Preparing to unpack .../135-libmysqlclient20_5.7.33-0ubuntu0.18.04.1_amd64.deb ... 2021-04-20 16:54:47.322 | Unpacking libmysqlclient20:amd64 (5.7.33-0ubuntu0.18.04.1) ... 2021-04-20 16:54:47.756 | Selecting previously unselected package libssl-dev:amd64. 2021-04-20 16:54:47.764 | Preparing to unpack .../136-libssl-dev_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 2021-04-20 16:54:47.796 | Unpacking libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 2021-04-20 16:54:48.373 | Selecting previously unselected package libmysqlclient-dev. 2021-04-20 16:54:48.381 | Preparing to unpack .../137-libmysqlclient-dev_5.7.33-0ubuntu0.18.04.1_amd64.deb ... 2021-04-20 16:54:48.441 | Unpacking libmysqlclient-dev (5.7.33-0ubuntu0.18.04.1) ... 2021-04-20 16:54:49.071 | Selecting previously unselected package libnorm1:amd64. 2021-04-20 16:54:49.078 | Preparing to unpack .../138-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 2021-04-20 16:54:49.122 | Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 2021-04-20 16:54:49.545 | Selecting previously unselected package libnspr4:amd64. 2021-04-20 16:54:49.552 | Preparing to unpack .../139-libnspr4_2%3a4.18-1ubuntu1_amd64.deb ... 2021-04-20 16:54:49.607 | Unpacking libnspr4:amd64 (2:4.18-1ubuntu1) ... 2021-04-20 16:54:50.008 | Selecting previously unselected package libnss3:amd64. 2021-04-20 16:54:50.016 | Preparing to unpack .../140-libnss3_2%3a3.35-2ubuntu2.12_amd64.deb ... 2021-04-20 16:54:50.059 | Unpacking libnss3:amd64 (2:3.35-2ubuntu2.12) ... 2021-04-20 16:54:50.630 | Selecting previously unselected package libpgm-5.2-0:amd64. 2021-04-20 16:54:50.638 | Preparing to unpack .../141-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 2021-04-20 16:54:50.699 | Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 2021-04-20 16:54:51.059 | Selecting previously unselected package libpq5:amd64. 2021-04-20 16:54:51.066 | Preparing to unpack .../142-libpq5_10.16-0ubuntu0.18.04.1_amd64.deb ... 2021-04-20 16:54:51.099 | Unpacking libpq5:amd64 (10.16-0ubuntu0.18.04.1) ... 2021-04-20 16:54:51.385 | Selecting previously unselected package libpq-dev. 2021-04-20 16:54:51.392 | Preparing to unpack .../143-libpq-dev_10.16-0ubuntu0.18.04.1_amd64.deb ... 2021-04-20 16:54:51.424 | Unpacking libpq-dev (10.16-0ubuntu0.18.04.1) ... 2021-04-20 16:54:52.014 | Selecting previously unselected package librados2. 2021-04-20 16:54:52.022 | Preparing to unpack .../144-librados2_12.2.13-0ubuntu0.18.04.6_amd64.deb ... 2021-04-20 16:54:52.122 | Unpacking librados2 (12.2.13-0ubuntu0.18.04.6) ... 2021-04-20 16:54:52.916 | Selecting previously unselected package librbd1. 2021-04-20 16:54:52.924 | Preparing to unpack .../145-librbd1_12.2.13-0ubuntu0.18.04.6_amd64.deb ... 2021-04-20 16:54:52.973 | Unpacking librbd1 (12.2.13-0ubuntu0.18.04.6) ... 2021-04-20 16:54:53.459 | Selecting previously unselected package libsasl2-dev. 2021-04-20 16:54:53.467 | Preparing to unpack .../146-libsasl2-dev_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-04-20 16:54:53.510 | Unpacking libsasl2-dev (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-04-20 16:54:53.878 | Preparing to unpack .../147-libsasl2-modules_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-04-20 16:54:53.996 | Unpacking libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2021-04-20 16:54:54.379 | Selecting previously unselected package libsodium23:amd64. 2021-04-20 16:54:54.387 | Preparing to unpack .../148-libsodium23_1.0.16-2_amd64.deb ... 2021-04-20 16:54:54.419 | Unpacking libsodium23:amd64 (1.0.16-2) ... 2021-04-20 16:54:54.693 | Selecting previously unselected package libsystemd-dev:amd64. 2021-04-20 16:54:54.701 | Preparing to unpack .../149-libsystemd-dev_237-3ubuntu10.46_amd64.deb ... 2021-04-20 16:54:54.756 | Unpacking libsystemd-dev:amd64 (237-3ubuntu10.46) ... 2021-04-20 16:54:55.185 | Selecting previously unselected package libx86-1:amd64. 2021-04-20 16:54:55.193 | Preparing to unpack .../150-libx86-1_1.1+ds1-10.2_amd64.deb ... 2021-04-20 16:54:55.236 | Unpacking libx86-1:amd64 (1.1+ds1-10.2) ... 2021-04-20 16:54:55.534 | Selecting previously unselected package libxml2-dev:amd64. 2021-04-20 16:54:55.541 | Preparing to unpack .../151-libxml2-dev_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb ... 2021-04-20 16:54:55.591 | Unpacking libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2021-04-20 16:54:56.067 | Preparing to unpack .../152-libxslt1.1_1.1.29-5ubuntu0.2_amd64.deb ... 2021-04-20 16:54:56.225 | Unpacking libxslt1.1:amd64 (1.1.29-5ubuntu0.2) over (1.1.29-5ubuntu0.1) ... 2021-04-20 16:54:56.619 | Selecting previously unselected package libxslt1-dev:amd64. 2021-04-20 16:54:56.628 | Preparing to unpack .../153-libxslt1-dev_1.1.29-5ubuntu0.2_amd64.deb ... 2021-04-20 16:54:56.679 | Unpacking libxslt1-dev:amd64 (1.1.29-5ubuntu0.2) ... 2021-04-20 16:54:57.225 | Selecting previously unselected package libzmq5:amd64. 2021-04-20 16:54:57.232 | Preparing to unpack .../154-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 2021-04-20 16:54:57.281 | Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 2021-04-20 16:54:57.619 | Selecting previously unselected package lsscsi. 2021-04-20 16:54:57.627 | Preparing to unpack .../155-lsscsi_0.28-0.1_amd64.deb ... 2021-04-20 16:54:57.658 | Unpacking lsscsi (0.28-0.1) ... 2021-04-20 16:54:57.998 | Preparing to unpack .../156-lvm2_2.02.176-4.1ubuntu3.18.04.3_amd64.deb ... 2021-04-20 16:54:58.131 | Unpacking lvm2 (2.02.176-4.1ubuntu3.18.04.3) over (2.02.176-4.1ubuntu3.18.04.1) ... 2021-04-20 16:54:59.373 | Selecting previously unselected package memcached. 2021-04-20 16:54:59.380 | Preparing to unpack .../157-memcached_1.5.6-0ubuntu1.2_amd64.deb ... 2021-04-20 16:54:59.430 | Unpacking memcached (1.5.6-0ubuntu1.2) ... 2021-04-20 16:54:59.762 | Selecting previously unselected package pm-utils. 2021-04-20 16:54:59.769 | Preparing to unpack .../158-pm-utils_1.4.1-17_all.deb ... 2021-04-20 16:54:59.830 | Unpacking pm-utils (1.4.1-17) ... 2021-04-20 16:55:00.162 | Selecting previously unselected package postgresql-client-common. 2021-04-20 16:55:00.170 | Preparing to unpack .../159-postgresql-client-common_190ubuntu0.1_all.deb ... 2021-04-20 16:55:00.224 | Unpacking postgresql-client-common (190ubuntu0.1) ... 2021-04-20 16:55:00.607 | Selecting previously unselected package ssl-cert. 2021-04-20 16:55:00.615 | Preparing to unpack .../160-ssl-cert_1.0.39_all.deb ... 2021-04-20 16:55:00.664 | Unpacking ssl-cert (1.0.39) ... 2021-04-20 16:55:01.019 | Selecting previously unselected package postgresql-common. 2021-04-20 16:55:01.026 | Preparing to unpack .../161-postgresql-common_190ubuntu0.1_all.deb ... 2021-04-20 16:55:01.094 | Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common' 2021-04-20 16:55:01.116 | Unpacking postgresql-common (190ubuntu0.1) ... 2021-04-20 16:55:01.476 | Selecting previously unselected package postgresql-server-dev-10. 2021-04-20 16:55:01.484 | Preparing to unpack .../162-postgresql-server-dev-10_10.16-0ubuntu0.18.04.1_amd64.deb ... 2021-04-20 16:55:01.516 | Unpacking postgresql-server-dev-10 (10.16-0ubuntu0.18.04.1) ... 2021-04-20 16:55:02.105 | Selecting previously unselected package postgresql-server-dev-all. 2021-04-20 16:55:02.113 | Preparing to unpack .../163-postgresql-server-dev-all_190ubuntu0.1_all.deb ... 2021-04-20 16:55:02.150 | Unpacking postgresql-server-dev-all (190ubuntu0.1) ... 2021-04-20 16:55:02.470 | Selecting previously unselected package python-pip-whl. 2021-04-20 16:55:02.478 | Preparing to unpack .../164-python-pip-whl_9.0.1-2.3~ubuntu1.18.04.4_all.deb ... 2021-04-20 16:55:02.527 | Unpacking python-pip-whl (9.0.1-2.3~ubuntu1.18.04.4) ... 2021-04-20 16:55:02.996 | Selecting previously unselected package python3-crypto. 2021-04-20 16:55:03.004 | Preparing to unpack .../165-python3-crypto_2.6.1-8ubuntu2_amd64.deb ... 2021-04-20 16:55:03.053 | Unpacking python3-crypto (2.6.1-8ubuntu2) ... 2021-04-20 16:55:03.539 | Selecting previously unselected package python3-secretstorage. 2021-04-20 16:55:03.547 | Preparing to unpack .../166-python3-secretstorage_2.3.1-2_all.deb ... 2021-04-20 16:55:03.584 | Unpacking python3-secretstorage (2.3.1-2) ... 2021-04-20 16:55:03.865 | Selecting previously unselected package python3-keyring. 2021-04-20 16:55:03.872 | Preparing to unpack .../167-python3-keyring_10.6.0-1_all.deb ... 2021-04-20 16:55:03.922 | Unpacking python3-keyring (10.6.0-1) ... 2021-04-20 16:55:04.299 | Selecting previously unselected package python3-keyrings.alt. 2021-04-20 16:55:04.306 | Preparing to unpack .../168-python3-keyrings.alt_3.0-1_all.deb ... 2021-04-20 16:55:04.356 | Unpacking python3-keyrings.alt (3.0-1) ... 2021-04-20 16:55:04.779 | Selecting previously unselected package python3-mysqldb. 2021-04-20 16:55:04.788 | Preparing to unpack .../169-python3-mysqldb_1.3.10-1build1_amd64.deb ... 2021-04-20 16:55:04.870 | Unpacking python3-mysqldb (1.3.10-1build1) ... 2021-04-20 16:55:05.219 | Selecting previously unselected package python3-pip. 2021-04-20 16:55:05.227 | Preparing to unpack .../170-python3-pip_9.0.1-2.3~ubuntu1.18.04.4_all.deb ... 2021-04-20 16:55:05.259 | Unpacking python3-pip (9.0.1-2.3~ubuntu1.18.04.4) ... 2021-04-20 16:55:05.636 | Selecting previously unselected package python3-setuptools. 2021-04-20 16:55:05.644 | Preparing to unpack .../171-python3-setuptools_39.0.1-2_all.deb ... 2021-04-20 16:55:05.704 | Unpacking python3-setuptools (39.0.1-2) ... 2021-04-20 16:55:06.208 | Selecting previously unselected package python3.6-venv. 2021-04-20 16:55:06.215 | Preparing to unpack .../172-python3.6-venv_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 2021-04-20 16:55:06.282 | Unpacking python3.6-venv (3.6.9-1~18.04ubuntu1.4) ... 2021-04-20 16:55:06.471 | Selecting previously unselected package python3-venv. 2021-04-20 16:55:06.478 | Preparing to unpack .../173-python3-venv_3.6.7-1~18.04_amd64.deb ... 2021-04-20 16:55:06.533 | Unpacking python3-venv (3.6.7-1~18.04) ... 2021-04-20 16:55:06.928 | Selecting previously unselected package python3-wheel. 2021-04-20 16:55:06.935 | Preparing to unpack .../174-python3-wheel_0.30.0-0.2_all.deb ... 2021-04-20 16:55:06.990 | Unpacking python3-wheel (0.30.0-0.2) ... 2021-04-20 16:55:07.299 | Selecting previously unselected package python3-xdg. 2021-04-20 16:55:07.307 | Preparing to unpack .../175-python3-xdg_0.25-4ubuntu1.1_all.deb ... 2021-04-20 16:55:07.344 | Unpacking python3-xdg (0.25-4ubuntu1.1) ... 2021-04-20 16:55:07.705 | Selecting previously unselected package qemu-block-extra:amd64. 2021-04-20 16:55:07.713 | Preparing to unpack .../176-qemu-block-extra_1%3a2.11+dfsg-1ubuntu7.36_amd64.deb ... 2021-04-20 16:55:07.768 | Unpacking qemu-block-extra:amd64 (1:2.11+dfsg-1ubuntu7.36) ... 2021-04-20 16:55:08.070 | Selecting previously unselected package qemu-utils. 2021-04-20 16:55:08.078 | Preparing to unpack .../177-qemu-utils_1%3a2.11+dfsg-1ubuntu7.36_amd64.deb ... 2021-04-20 16:55:08.133 | Unpacking qemu-utils (1:2.11+dfsg-1ubuntu7.36) ... 2021-04-20 16:55:08.533 | Selecting previously unselected package sharutils. 2021-04-20 16:55:08.541 | Preparing to unpack .../178-sharutils_1%3a4.15.2-3_amd64.deb ... 2021-04-20 16:55:08.590 | Unpacking sharutils (1:4.15.2-3) ... 2021-04-20 16:55:08.876 | Selecting previously unselected package sqlite3. 2021-04-20 16:55:08.884 | Preparing to unpack .../179-sqlite3_3.22.0-1ubuntu0.4_amd64.deb ... 2021-04-20 16:55:08.927 | Unpacking sqlite3 (3.22.0-1ubuntu0.4) ... 2021-04-20 16:55:09.356 | Selecting previously unselected package thin-provisioning-tools. 2021-04-20 16:55:09.364 | Preparing to unpack .../180-thin-provisioning-tools_0.7.4-2ubuntu3_amd64.deb ... 2021-04-20 16:55:09.412 | Unpacking thin-provisioning-tools (0.7.4-2ubuntu3) ... 2021-04-20 16:55:09.796 | Selecting previously unselected package unzip. 2021-04-20 16:55:09.805 | Preparing to unpack .../181-unzip_6.0-21ubuntu1.1_amd64.deb ... 2021-04-20 16:55:09.847 | Unpacking unzip (6.0-21ubuntu1.1) ... 2021-04-20 16:55:10.156 | Selecting previously unselected package uwsgi-core. 2021-04-20 16:55:10.165 | Preparing to unpack .../182-uwsgi-core_2.0.15-10.2ubuntu2.1_amd64.deb ... 2021-04-20 16:55:10.219 | Unpacking uwsgi-core (2.0.15-10.2ubuntu2.1) ... 2021-04-20 16:55:10.671 | Selecting previously unselected package vbetool. 2021-04-20 16:55:10.678 | Preparing to unpack .../183-vbetool_1.1-4_amd64.deb ... 2021-04-20 16:55:10.710 | Unpacking vbetool (1.1-4) ... 2021-04-20 16:55:11.025 | Selecting previously unselected package libipset3:amd64. 2021-04-20 16:55:11.032 | Preparing to unpack .../184-libipset3_6.34-1_amd64.deb ... 2021-04-20 16:55:11.070 | Unpacking libipset3:amd64 (6.34-1) ... 2021-04-20 16:55:11.373 | Selecting previously unselected package ipset. 2021-04-20 16:55:11.381 | Preparing to unpack .../185-ipset_6.34-1_amd64.deb ... 2021-04-20 16:55:11.430 | Unpacking ipset (6.34-1) ... 2021-04-20 16:55:11.859 | Selecting previously unselected package ipvsadm. 2021-04-20 16:55:11.867 | Preparing to unpack .../186-ipvsadm_1%3a1.28-3ubuntu0.18.04.1_amd64.deb ... 2021-04-20 16:55:11.915 | Unpacking ipvsadm (1:1.28-3ubuntu0.18.04.1) ... 2021-04-20 16:55:12.242 | Selecting previously unselected package kpartx. 2021-04-20 16:55:12.250 | Preparing to unpack .../187-kpartx_0.7.4-2ubuntu3_amd64.deb ... 2021-04-20 16:55:12.287 | Unpacking kpartx (0.7.4-2ubuntu3) ... 2021-04-20 16:55:12.631 | Selecting previously unselected package libapache2-mod-proxy-uwsgi. 2021-04-20 16:55:12.638 | Preparing to unpack .../188-libapache2-mod-proxy-uwsgi_2.0.15-10.2ubuntu2.1_amd64.deb ... 2021-04-20 16:55:12.687 | Unpacking libapache2-mod-proxy-uwsgi (2.0.15-10.2ubuntu2.1) ... 2021-04-20 16:55:13.087 | Selecting previously unselected package liberasurecode1:amd64. 2021-04-20 16:55:13.095 | Preparing to unpack .../189-liberasurecode1_1.5.0-1_amd64.deb ... 2021-04-20 16:55:13.155 | Unpacking liberasurecode1:amd64 (1.5.0-1) ... 2021-04-20 16:55:13.436 | Selecting previously unselected package liberasurecode-dev. 2021-04-20 16:55:13.444 | Preparing to unpack .../190-liberasurecode-dev_1.5.0-1_amd64.deb ... 2021-04-20 16:55:13.487 | Unpacking liberasurecode-dev (1.5.0-1) ... 2021-04-20 16:55:13.762 | Selecting previously unselected package libffi-dev:amd64. 2021-04-20 16:55:13.770 | Preparing to unpack .../191-libffi-dev_3.2.1-8_amd64.deb ... 2021-04-20 16:55:13.807 | Unpacking libffi-dev:amd64 (3.2.1-8) ... 2021-04-20 16:55:14.127 | Selecting previously unselected package libkrb5-dev:amd64. 2021-04-20 16:55:14.135 | Preparing to unpack .../192-libkrb5-dev_1.16-2ubuntu0.2_amd64.deb ... 2021-04-20 16:55:14.178 | Unpacking libkrb5-dev:amd64 (1.16-2ubuntu0.2) ... 2021-04-20 16:55:14.470 | Selecting previously unselected package libyaml-dev:amd64. 2021-04-20 16:55:14.478 | Preparing to unpack .../193-libyaml-dev_0.1.7-2ubuntu3_amd64.deb ... 2021-04-20 16:55:14.533 | Unpacking libyaml-dev:amd64 (0.1.7-2ubuntu3) ... 2021-04-20 16:55:14.779 | Selecting previously unselected package socat. 2021-04-20 16:55:14.787 | Preparing to unpack .../194-socat_1.7.3.2-2ubuntu2_amd64.deb ... 2021-04-20 16:55:14.813 | Unpacking socat (1.7.3.2-2ubuntu2) ... 2021-04-20 16:55:15.219 | Selecting previously unselected package vlan. 2021-04-20 16:55:15.227 | Preparing to unpack .../195-vlan_1.9-3.2ubuntu6_amd64.deb ... 2021-04-20 16:55:15.264 | Unpacking vlan (1.9-3.2ubuntu6) ... 2021-04-20 16:55:15.618 | Setting up libjs-jquery (3.2.1-1) ... 2021-04-20 16:55:15.767 | Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 2021-04-20 16:55:15.927 | Setting up libapr1:amd64 (1.6.3-2) ... 2021-04-20 16:55:16.081 | Setting up python-pip-whl (9.0.1-2.3~ubuntu1.18.04.4) ... 2021-04-20 16:55:16.241 | Processing triggers for ufw (0.36-0ubuntu0.18.04.1) ... 2021-04-20 16:55:16.504 | Setting up libpathplan4 (2.40.1-2) ... 2021-04-20 16:55:16.613 | Setting up conntrack (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-04-20 16:55:16.767 | Setting up libicu60:amd64 (60.2-3ubuntu3.1) ... 2021-04-20 16:55:16.881 | Setting up make (4.1-9.1ubuntu1) ... 2021-04-20 16:55:16.978 | Setting up liblab-gamut1 (2.40.1-2) ... 2021-04-20 16:55:17.133 | Setting up libxcb-render0:amd64 (1.13-2~ubuntu18.04) ... 2021-04-20 16:55:17.236 | Setting up vlan (1.9-3.2ubuntu6) ... 2021-04-20 16:55:17.544 | Setting up libarchive-zip-perl (1.60-1ubuntu0.1) ... 2021-04-20 16:55:17.653 | Setting up comerr-dev:amd64 (2.1-1.44.1-1ubuntu1.3) ... 2021-04-20 16:55:17.750 | Processing triggers for mime-support (3.60ubuntu1) ... 2021-04-20 16:55:17.847 | Setting up libsctp1:amd64 (1.0.17+dfsg-2) ... 2021-04-20 16:55:18.030 | Processing triggers for ureadahead (0.100.0-21) ... 2021-04-20 16:55:18.144 | Setting up sudo (1.8.21p2-3ubuntu1.4) ... 2021-04-20 16:55:18.390 | Setting up libtimedate-perl (2.3000-2) ... 2021-04-20 16:55:18.539 | Setting up libjbig0:amd64 (2.1-3.1build1) ... 2021-04-20 16:55:18.676 | Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 2021-04-20 16:55:18.853 | Setting up fonts-dejavu-core (2.37-1) ... 2021-04-20 16:55:19.453 | Setting up python3-crypto (2.6.1-8ubuntu2) ... 2021-04-20 16:55:19.990 | Processing triggers for install-info (6.5.0.dfsg.1-2) ... 2021-04-20 16:55:20.402 | Setting up libx86-1:amd64 (1.1+ds1-10.2) ... 2021-04-20 16:55:20.544 | Setting up lvm2 (2.02.176-4.1ubuntu3.18.04.3) ... 2021-04-20 16:55:21.476 | update-initramfs: deferring update (trigger activated) 2021-04-20 16:55:23.601 | Setting up lsscsi (0.28-0.1) ... 2021-04-20 16:55:23.750 | Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 2021-04-20 16:55:23.849 | No schema files found: doing nothing. 2021-04-20 16:55:23.910 | Setting up mysql-common (5.8+1.0.4) ... 2021-04-20 16:55:24.168 | update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2021-04-20 16:55:24.253 | Setting up sharutils (1:4.15.2-3) ... 2021-04-20 16:55:24.396 | Setting up libiscsi7:amd64 (1.17.0-1.1) ... 2021-04-20 16:55:24.504 | Setting up python3-xdg (0.25-4ubuntu1.1) ... 2021-04-20 16:55:24.984 | Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-04-20 16:55:25.127 | Setting up libjansson4:amd64 (2.11-1) ... 2021-04-20 16:55:25.287 | Setting up python3-keyrings.alt (3.0-1) ... 2021-04-20 16:55:25.732 | Setting up unzip (6.0-21ubuntu1.1) ... 2021-04-20 16:55:25.870 | Setting up python3.6-venv (3.6.9-1~18.04ubuntu1.4) ... 2021-04-20 16:55:26.104 | Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-04-20 16:55:26.258 | Setting up libarchive-cpio-perl (0.10-1) ... 2021-04-20 16:55:26.384 | Setting up genisoimage (9:1.1.11-3ubuntu2) ... 2021-04-20 16:55:26.515 | Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 2021-04-20 16:55:26.658 | Setting up uuid-dev:amd64 (2.31.1-0.4ubuntu3.7) ... 2021-04-20 16:55:26.858 | Setting up dctrl-tools (2.24-2build1) ... 2021-04-20 16:55:27.036 | Setting up apache2-data (2.4.29-1ubuntu4.14) ... 2021-04-20 16:55:27.201 | Setting up libffi-dev:amd64 (3.2.1-8) ... 2021-04-20 16:55:27.355 | Setting up libdatrie1:amd64 (0.2.10-7) ... 2021-04-20 16:55:27.641 | Setting up libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-04-20 16:55:27.784 | Setting up libyaml-dev:amd64 (0.1.7-2ubuntu3) ... 2021-04-20 16:55:27.956 | Processing triggers for initramfs-tools (0.130ubuntu3.8) ... 2021-04-20 16:55:28.071 | update-initramfs: Generating /boot/initrd.img-4.15.0-55-generic 2021-04-20 16:55:38.693 | Setting up pm-utils (1.4.1-17) ... 2021-04-20 16:55:38.893 | Setting up libnetfilter-queue1 (1.0.2-2) ... 2021-04-20 16:55:39.081 | Setting up python3-wheel (0.30.0-0.2) ... 2021-04-20 16:55:39.515 | Setting up m4 (1.4.18-1) ... 2021-04-20 16:55:39.681 | Setting up libipset3:amd64 (6.34-1) ... 2021-04-20 16:55:39.852 | Setting up fonts-liberation (1:1.07.4-7~18.04.1) ... 2021-04-20 16:55:40.029 | Setting up libsasl2-dev (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-04-20 16:55:40.201 | Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 2021-04-20 16:55:40.327 | Setting up open-iscsi (2.0.874-5ubuntu2.10) ... 2021-04-20 16:55:40.579 | Installing new version of config file /etc/iscsi/iscsid.conf ... 2021-04-20 16:55:42.618 | Setting up libnspr4:amd64 (2:4.18-1ubuntu1) ... 2021-04-20 16:55:42.761 | Setting up libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2021-04-20 16:55:42.881 | Setting up uuid-runtime (2.31.1-0.4ubuntu3.7) ... 2021-04-20 16:55:43.955 | Setting up libgraphite2-3:amd64 (1.3.11-2) ... 2021-04-20 16:55:44.121 | Setting up libcroco3:amd64 (0.6.12-2) ... 2021-04-20 16:55:44.287 | Setting up libxslt1.1:amd64 (1.1.29-5ubuntu0.2) ... 2021-04-20 16:55:44.424 | Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 2021-04-20 16:55:44.538 | Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 2021-04-20 16:55:44.686 | Setting up libsys-hostname-long-perl (1.5-1) ... 2021-04-20 16:55:44.847 | Setting up libfile-fcntllock-perl (0.22-3build2) ... 2021-04-20 16:55:45.024 | Setting up dnsmasq-utils (2.79-1ubuntu0.3) ... 2021-04-20 16:55:45.201 | Setting up libsodium23:amd64 (1.0.16-2) ... 2021-04-20 16:55:45.366 | Setting up libpixman-1-0:amd64 (0.34.0-2) ... 2021-04-20 16:55:45.641 | Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 2021-04-20 16:55:45.910 | Setting up libjpeg-turbo8-dev:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-04-20 16:55:46.076 | Setting up libmail-sendmail-perl (0.80-1) ... 2021-04-20 16:55:46.213 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-04-20 16:55:46.389 | Setting up libaio1:amd64 (0.3.110-5ubuntu0.1) ... 2021-04-20 16:55:46.624 | Setting up autotools-dev (20180224.1) ... 2021-04-20 16:55:46.801 | Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 2021-04-20 16:55:46.966 | Setting up kpartx (0.7.4-2ubuntu3) ... 2021-04-20 16:55:47.127 | Setting up postgresql-client-common (190ubuntu0.1) ... 2021-04-20 16:55:47.321 | Setting up dstat (0.7.3-1) ... 2021-04-20 16:55:47.704 | Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 2021-04-20 16:55:48.155 | Setting up libaprutil1:amd64 (1.6.1-2) ... 2021-04-20 16:55:48.361 | Setting up ipset (6.34-1) ... 2021-04-20 16:55:48.549 | Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... 2021-04-20 16:55:48.709 | Setting up thin-provisioning-tools (0.7.4-2ubuntu3) ... 2021-04-20 16:55:48.847 | Setting up systemd (237-3ubuntu10.46) ... 2021-04-20 16:55:48.904 | Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 2021-04-20 16:55:50.588 | [/usr/lib/tmpfiles.d/haproxy.conf:1] Unknown user 'haproxy'. 2021-04-20 16:55:50.589 | [/usr/lib/tmpfiles.d/memcached.conf:1] Unknown user 'memcache'. 2021-04-20 16:55:50.590 | [/usr/lib/tmpfiles.d/postgresql.conf:2] Unknown user 'postgres'. 2021-04-20 16:55:50.591 | [/usr/lib/tmpfiles.d/postgresql.conf:4] Unknown group 'postgres'. 2021-04-20 16:55:50.704 | Setting up libltdl7:amd64 (2.4.6-2) ... 2021-04-20 16:55:50.807 | Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 2021-04-20 16:55:51.035 | Setting up python3-pip (9.0.1-2.3~ubuntu1.18.04.4) ... 2021-04-20 16:55:51.543 | Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 2021-04-20 16:55:51.691 | Setting up libann0 (1.1.2+doc-6) ... 2021-04-20 16:55:51.862 | Setting up libalgorithm-diff-perl (1.19.03-1) ... 2021-04-20 16:55:52.033 | Setting up libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ... 2021-04-20 16:55:52.198 | Setting up libxpm4:amd64 (1:3.5.12-1) ... 2021-04-20 16:55:52.368 | Setting up dnsmasq-base (2.79-1ubuntu0.3) ... 2021-04-20 16:55:52.631 | Setting up libxrender1:amd64 (1:0.9.10-1) ... 2021-04-20 16:55:52.819 | Setting up libsensors4:amd64 (1:3.4.0-4) ... 2021-04-20 16:55:53.122 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-04-20 16:56:15.545 | Setting up libsystemd-dev:amd64 (237-3ubuntu10.46) ... 2021-04-20 16:56:15.682 | Setting up libmysqlclient20:amd64 (5.7.33-0ubuntu0.18.04.1) ... 2021-04-20 16:56:15.841 | Setting up icu-devtools (60.2-3ubuntu3.1) ... 2021-04-20 16:56:15.968 | Setting up liblua5.2-0:amd64 (5.2.4-1.1build1) ... 2021-04-20 16:56:16.105 | Setting up libthai-data (0.1.27-2) ... 2021-04-20 16:56:16.230 | Setting up liberasurecode1:amd64 (1.5.0-1) ... 2021-04-20 16:56:16.385 | Setting up javascript-common (11) ... 2021-04-20 16:56:16.620 | Package apache2 is not configured yet. Will defer actions by package javascript-common. 2021-04-20 16:56:16.692 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2021-04-20 16:56:16.824 | Setting up python3-setuptools (39.0.1-2) ... 2021-04-20 16:56:17.418 | Setting up libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-04-20 16:56:17.601 | Setting up libnl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-04-20 16:56:17.887 | Setting up libjs-jquery-metadata (12-1) ... 2021-04-20 16:56:18.047 | Setting up x11-common (1:7.7+19ubuntu7.1) ... 2021-04-20 16:56:19.257 | update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults 2021-04-20 16:56:19.692 | Setting up python3-secretstorage (2.3.1-2) ... 2021-04-20 16:56:20.097 | Setting up iputils-arping (3:20161105-1ubuntu3) ... 2021-04-20 16:56:20.274 | Setting up liblua5.3-0:amd64 (5.3.3-1ubuntu0.18.04.1) ... 2021-04-20 16:56:20.406 | Setting up libglib2.0-bin (2.56.4-0ubuntu0.18.04.8) ... 2021-04-20 16:56:20.566 | Setting up libgraphite2-dev:amd64 (1.3.11-2) ... 2021-04-20 16:56:20.731 | Setting up vbetool (1.1-4) ... 2021-04-20 16:56:20.868 | Setting up libcdt5 (2.40.1-2) ... 2021-04-20 16:56:21.016 | Setting up git (1:2.17.1-1ubuntu0.8) ... 2021-04-20 16:56:21.262 | Setting up libmatheval1:amd64 (1.1.11+dfsg-3build1) ... 2021-04-20 16:56:21.422 | Setting up autopoint (0.19.8.1-6ubuntu0.3) ... 2021-04-20 16:56:21.640 | Processing triggers for rsyslog (8.32.0-1ubuntu4) ... 2021-04-20 16:56:21.971 | Setting up libcgraph6 (2.40.1-2) ... 2021-04-20 16:56:22.125 | Setting up libaprutil1-ldap:amd64 (1.6.1-2) ... 2021-04-20 16:56:22.261 | Setting up libwebp6:amd64 (0.6.1-2) ... 2021-04-20 16:56:22.433 | Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... 2021-04-20 16:56:22.553 | Setting up libsnmp-base (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-04-20 16:56:22.662 | Setting up libfile-stripnondeterminism-perl (0.040-1.1~build1) ... 2021-04-20 16:56:22.793 | Setting up libjpeg8:amd64 (8c-2ubuntu8) ... 2021-04-20 16:56:22.913 | Setting up python3-venv (3.6.7-1~18.04) ... 2021-04-20 16:56:23.101 | Setting up libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu1) ... 2021-04-20 16:56:23.302 | Setting up libldap2-dev:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 2021-04-20 16:56:23.416 | Setting up libtool (2.4.6-2) ... 2021-04-20 16:56:23.525 | Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2021-04-20 16:56:23.662 | Setting up libsctp-dev:amd64 (1.0.17+dfsg-2) ... 2021-04-20 16:56:23.776 | Setting up libnss-systemd:amd64 (237-3ubuntu10.46) ... 2021-04-20 16:56:23.906 | Setting up libjs-jquery-tablesorter (1:2.29.5+dfsg1-1) ... 2021-04-20 16:56:24.061 | Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 2021-04-20 16:56:24.210 | Setting up haproxy (1.8.8-1ubuntu0.11) ... 2021-04-20 16:56:25.728 | Created symlink /etc/systemd/system/multi-user.target.wants/haproxy.service → /lib/systemd/system/haproxy.service. 2021-04-20 16:56:26.364 | Setting up fontconfig-config (2.12.6-0ubuntu2) ... 2021-04-20 16:56:28.351 | Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 2021-04-20 16:56:28.488 | Setting up libsnmp30:amd64 (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-04-20 16:56:28.642 | Setting up libpam-systemd:amd64 (237-3ubuntu10.46) ... 2021-04-20 16:56:29.243 | Setting up libapr1-dev (1.6.3-2) ... 2021-04-20 16:56:29.380 | Setting up libltdl-dev:amd64 (2.4.6-2) ... 2021-04-20 16:56:29.568 | Setting up python3-keyring (10.6.0-1) ... 2021-04-20 16:56:30.008 | Setting up libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.8) ... 2021-04-20 16:56:30.454 | Setting up gettext (0.19.8.1-6ubuntu0.3) ... 2021-04-20 16:56:30.614 | Setting up libaprutil1-dbd-sqlite3:amd64 (1.6.1-2) ... 2021-04-20 16:56:30.785 | Setting up libgvpr2 (2.40.1-2) ... 2021-04-20 16:56:30.996 | Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 2021-04-20 16:56:31.150 | Setting up memcached (1.5.6-0ubuntu1.2) ... 2021-04-20 16:56:32.310 | Created symlink /etc/systemd/system/multi-user.target.wants/memcached.service → /lib/systemd/system/memcached.service. 2021-04-20 16:56:32.922 | Setting up socat (1.7.3.2-2ubuntu2) ... 2021-04-20 16:56:33.099 | Setting up apache2-utils (2.4.29-1ubuntu4.14) ... 2021-04-20 16:56:33.208 | Setting up libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 2021-04-20 16:56:33.362 | Setting up libaprutil1-dev (1.6.1-2) ... 2021-04-20 16:56:33.516 | Setting up liberasurecode-dev (1.5.0-1) ... 2021-04-20 16:56:33.693 | Setting up apache2-bin (2.4.29-1ubuntu4.14) ... 2021-04-20 16:56:33.825 | Setting up libnl-genl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-04-20 16:56:34.036 | Setting up libnss3:amd64 (2:3.35-2ubuntu2.12) ... 2021-04-20 16:56:34.213 | Setting up libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ... 2021-04-20 16:56:34.391 | Setting up libtiff5:amd64 (4.0.9-5ubuntu0.4) ... 2021-04-20 16:56:34.579 | Setting up libnl-route-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-04-20 16:56:34.745 | Setting up ssl-cert (1.0.39) ... 2021-04-20 16:56:35.824 | Setting up python3-mysqldb (1.3.10-1build1) ... 2021-04-20 16:56:36.246 | Setting up autoconf (2.69-11) ... 2021-04-20 16:56:36.436 | Setting up libthai0:amd64 (0.1.27-2) ... 2021-04-20 16:56:36.590 | Setting up fakeroot (1.22-2ubuntu1) ... 2021-04-20 16:56:36.667 | update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 2021-04-20 16:56:36.778 | Setting up tcpdump (4.9.3-0ubuntu0.18.04.1) ... 2021-04-20 16:56:37.178 | Setting up ipvsadm (1:1.28-3ubuntu0.18.04.1) ... 2021-04-20 16:56:37.932 | Setting up sqlite3 (3.22.0-1ubuntu0.4) ... 2021-04-20 16:56:38.086 | Setting up libalgorithm-merge-perl (0.08-3) ... 2021-04-20 16:56:38.217 | Setting up intltool-debian (0.35.0+20060710.4) ... 2021-04-20 16:56:38.344 | Setting up pkg-config (0.29.1-0ubuntu2) ... 2021-04-20 16:56:38.629 | Setting up libalgorithm-diff-xs-perl (0.04-5) ... 2021-04-20 16:56:38.778 | Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2021-04-20 16:56:38.926 | Setting up gir1.2-harfbuzz-0.0:amd64 (1.7.2-1ubuntu1) ... 2021-04-20 16:56:39.109 | Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... 2021-04-20 16:56:39.224 | Setting up keepalived (1:1.3.9-1ubuntu0.18.04.2) ... 2021-04-20 16:56:39.727 | Created symlink /etc/systemd/system/multi-user.target.wants/keepalived.service → /lib/systemd/system/keepalived.service. 2021-04-20 16:56:40.361 | Setting up postgresql-common (190ubuntu0.1) ... 2021-04-20 16:56:41.642 | Adding user postgres to group ssl-cert 2021-04-20 16:56:41.940 | 2021-04-20 16:56:41.940 | Creating config file /etc/postgresql-common/createcluster.conf with new version 2021-04-20 16:56:42.167 | Building PostgreSQL dictionaries from installed myspell/hunspell packages... 2021-04-20 16:56:42.167 | Removing obsolete dictionary files: 2021-04-20 16:56:42.397 | Created symlink /etc/systemd/system/multi-user.target.wants/postgresql.service → /lib/systemd/system/postgresql.service. 2021-04-20 16:56:43.138 | Setting up automake (1:1.15.1-3ubuntu2) ... 2021-04-20 16:56:43.254 | update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode 2021-04-20 16:56:43.355 | Setting up libapache2-mod-proxy-uwsgi (2.0.15-10.2ubuntu2.1) ... 2021-04-20 16:56:43.595 | Setting up libice6:amd64 (2:1.0.9-2) ... 2021-04-20 16:56:43.795 | Setting up g++ (4:7.4.0-1ubuntu2.3) ... 2021-04-20 16:56:43.935 | update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 2021-04-20 16:56:44.047 | Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 2021-04-20 16:56:44.201 | Setting up libgts-bin (0.7.6+darcs121130-4) ... 2021-04-20 16:56:44.354 | Setting up libharfbuzz-gobject0:amd64 (1.7.2-1ubuntu1) ... 2021-04-20 16:56:44.526 | Setting up uwsgi-core (2.0.15-10.2ubuntu2.1) ... 2021-04-20 16:56:44.737 | Setting up conntrackd (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-04-20 16:56:45.302 | Created symlink /etc/systemd/system/multi-user.target.wants/conntrackd.service → /lib/systemd/system/conntrackd.service. 2021-04-20 16:56:45.983 | Setting up libibverbs1:amd64 (17.1-1ubuntu0.2) ... 2021-04-20 16:56:46.308 | Setting up libfontconfig1:amd64 (2.12.6-0ubuntu2) ... 2021-04-20 16:56:46.469 | Setting up libsm6:amd64 (2:1.2.2-1) ... 2021-04-20 16:56:46.640 | Setting up libharfbuzz-icu0:amd64 (1.7.2-1ubuntu1) ... 2021-04-20 16:56:46.789 | Setting up apache2 (2.4.29-1ubuntu4.14) ... 2021-04-20 16:56:55.320 | Enabling module mpm_event. 2021-04-20 16:56:55.382 | Enabling module authz_core. 2021-04-20 16:56:55.387 | Enabling module authz_host. 2021-04-20 16:56:55.443 | Enabling module authn_core. 2021-04-20 16:56:55.448 | Enabling module auth_basic. 2021-04-20 16:56:55.504 | Enabling module access_compat. 2021-04-20 16:56:55.560 | Enabling module authn_file. 2021-04-20 16:56:55.618 | Enabling module authz_user. 2021-04-20 16:56:55.674 | Enabling module alias. 2021-04-20 16:56:55.732 | Enabling module dir. 2021-04-20 16:56:55.787 | Enabling module autoindex. 2021-04-20 16:56:55.843 | Enabling module env. 2021-04-20 16:56:55.900 | Enabling module mime. 2021-04-20 16:56:55.963 | Enabling module negotiation. 2021-04-20 16:56:56.019 | Enabling module setenvif. 2021-04-20 16:56:56.075 | Enabling module filter. 2021-04-20 16:56:56.131 | Enabling module deflate. 2021-04-20 16:56:56.187 | Enabling module status. 2021-04-20 16:56:56.243 | Enabling module reqtimeout. 2021-04-20 16:56:56.299 | Enabling conf charset. 2021-04-20 16:56:56.355 | Enabling conf localized-error-pages. 2021-04-20 16:56:56.411 | Enabling conf other-vhosts-access-log. 2021-04-20 16:56:56.467 | Enabling conf security. 2021-04-20 16:56:56.524 | Enabling conf serve-cgi-bin. 2021-04-20 16:56:56.580 | Enabling site 000-default. 2021-04-20 16:56:56.630 | info: Executing deferred 'a2enconf javascript-common' for package javascript-common 2021-04-20 16:56:56.683 | Enabling conf javascript-common. 2021-04-20 16:56:56.920 | Created symlink /etc/systemd/system/multi-user.target.wants/apache2.service → /lib/systemd/system/apache2.service. 2021-04-20 16:56:57.318 | Created symlink /etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service → /lib/systemd/system/apache-htcacheclean.service. 2021-04-20 16:56:58.724 | Setting up libmysqlclient-dev (5.7.33-0ubuntu0.18.04.1) ... 2021-04-20 16:56:58.884 | Setting up po-debconf (1.0.20) ... 2021-04-20 16:56:59.056 | Setting up build-essential (12.4ubuntu1) ... 2021-04-20 16:56:59.221 | Setting up libicu-le-hb0:amd64 (1.0.3+git161113-4) ... 2021-04-20 16:56:59.393 | Setting up libgd3:amd64 (2.2.5-4ubuntu0.4) ... 2021-04-20 16:56:59.529 | Setting up libglib2.0-dev:amd64 (2.56.4-0ubuntu0.18.04.8) ... 2021-04-20 16:56:59.690 | Setting up librados2 (12.2.13-0ubuntu0.18.04.6) ... 2021-04-20 16:56:59.851 | Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 2021-04-20 16:57:00.022 | Setting up libpq5:amd64 (10.16-0ubuntu0.18.04.1) ... 2021-04-20 16:57:00.206 | Setting up ibverbs-providers:amd64 (17.1-1ubuntu0.2) ... 2021-04-20 16:57:01.314 | Setting up libiculx60:amd64 (60.2-3ubuntu3.1) ... 2021-04-20 16:57:01.493 | Setting up libxt6:amd64 (1:1.1.5-1) ... 2021-04-20 16:57:01.657 | Setting up fontconfig (2.12.6-0ubuntu2) ... 2021-04-20 16:57:03.897 | Regenerating fonts cache... done. 2021-04-20 16:57:03.958 | Setting up libcairo2:amd64 (1.15.10-2ubuntu0.1) ... 2021-04-20 16:57:04.135 | Setting up libgssrpc4:amd64 (1.16-2ubuntu0.2) ... 2021-04-20 16:57:04.288 | Setting up libpq-dev (10.16-0ubuntu0.18.04.1) ... 2021-04-20 16:57:04.426 | Setting up libcurl4:amd64 (7.58.0-2ubuntu3.13) ... 2021-04-20 16:57:04.587 | Setting up postgresql-server-dev-10 (10.16-0ubuntu0.18.04.1) ... 2021-04-20 16:57:04.844 | Setting up librbd1 (12.2.13-0ubuntu0.18.04.6) ... 2021-04-20 16:57:04.964 | Setting up libkdb5-9:amd64 (1.16-2ubuntu0.2) ... 2021-04-20 16:57:05.118 | Setting up qemu-block-extra:amd64 (1:2.11+dfsg-1ubuntu7.36) ... 2021-04-20 16:57:05.290 | Setting up qemu-utils (1:2.11+dfsg-1ubuntu7.36) ... 2021-04-20 16:57:05.438 | Setting up libxmu6:amd64 (2:1.1.2-2) ... 2021-04-20 16:57:05.605 | Setting up postgresql-server-dev-all (190ubuntu0.1) ... 2021-04-20 16:57:05.770 | Setting up libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-04-20 16:57:05.941 | Setting up libkadm5srv-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-04-20 16:57:06.102 | Setting up libkadm5clnt-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-04-20 16:57:06.285 | Setting up libxaw7:amd64 (2:1.0.13-1) ... 2021-04-20 16:57:06.531 | Setting up curl (7.58.0-2ubuntu3.13) ... 2021-04-20 16:57:06.709 | Setting up libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-04-20 16:57:06.863 | Setting up krb5-multidev:amd64 (1.16-2ubuntu0.2) ... 2021-04-20 16:57:06.988 | Setting up libkrb5-dev:amd64 (1.16-2ubuntu0.2) ... 2021-04-20 16:57:07.149 | Setting up libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-04-20 16:57:07.360 | Setting up libgvc6 (2.40.1-2) ... 2021-04-20 16:57:07.538 | Setting up graphviz (2.40.1-2) ... 2021-04-20 16:57:07.722 | Setting up libicu-dev (60.2-3ubuntu3.1) ... 2021-04-20 16:57:07.893 | Setting up libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2021-04-20 16:57:08.054 | Setting up libharfbuzz-dev:amd64 (1.7.2-1ubuntu1) ... 2021-04-20 16:57:08.213 | Setting up libxslt1-dev:amd64 (1.1.29-5ubuntu0.2) ... 2021-04-20 16:57:08.327 | Setting up debhelper (11.1.6ubuntu2) ... 2021-04-20 16:57:08.492 | Setting up dh-autoreconf (17) ... 2021-04-20 16:57:08.659 | Setting up libicu-le-hb-dev:amd64 (1.0.3+git161113-4) ... 2021-04-20 16:57:08.836 | Setting up dh-strip-nondeterminism (0.040-1.1~build1) ... 2021-04-20 16:57:09.008 | Setting up apache2-dev (2.4.29-1ubuntu4.14) ... 2021-04-20 16:57:09.230 | Processing triggers for initramfs-tools (0.130ubuntu3.8) ... 2021-04-20 16:57:09.393 | update-initramfs: Generating /boot/initrd.img-4.15.0-55-generic 2021-04-20 16:57:18.288 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-04-20 16:57:18.449 | Processing triggers for systemd (237-3ubuntu10.46) ... 2021-04-20 16:57:18.752 | Processing triggers for ureadahead (0.100.0-21) ... 2021-04-20 16:57:18.895 | Processing triggers for rsyslog (8.32.0-1ubuntu4) ... 2021-04-20 16:57:19.214 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2021-04-20 16:57:19.346 | Processing triggers for ufw (0.36-0ubuntu0.18.04.1) ... 2021-04-20 16:57:21.545 | ++ functions-common:apt_get:1113 : result=0 2021-04-20 16:57:21.548 | ++ functions-common:apt_get:1116 : time_stop apt-get 2021-04-20 16:57:21.550 | ++ functions-common:time_stop:2304 : local name 2021-04-20 16:57:21.552 | ++ functions-common:time_stop:2305 : local end_time 2021-04-20 16:57:21.554 | ++ functions-common:time_stop:2306 : local elapsed_time 2021-04-20 16:57:21.556 | ++ functions-common:time_stop:2307 : local total 2021-04-20 16:57:21.558 | ++ functions-common:time_stop:2308 : local start_time 2021-04-20 16:57:21.560 | ++ functions-common:time_stop:2310 : name=apt-get 2021-04-20 16:57:21.563 | ++ functions-common:time_stop:2311 : start_time=1618937572578 2021-04-20 16:57:21.565 | ++ functions-common:time_stop:2313 : [[ -z 1618937572578 ]] 2021-04-20 16:57:21.567 | +++ functions-common:time_stop:2316 : date +%s%3N 2021-04-20 16:57:21.571 | ++ functions-common:time_stop:2316 : end_time=1618937841568 2021-04-20 16:57:21.573 | ++ functions-common:time_stop:2317 : elapsed_time=268990 2021-04-20 16:57:21.575 | ++ functions-common:time_stop:2318 : total=667 2021-04-20 16:57:21.577 | ++ functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-20 16:57:21.579 | ++ functions-common:time_stop:2321 : _TIME_TOTAL[$name]=269657 2021-04-20 16:57:21.582 | ++ functions-common:apt_get:1117 : return 0 2021-04-20 16:57:21.584 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2021-04-20 16:57:21.587 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2021-04-20 16:57:21.589 | ++ tools/install_prereqs.sh:source:88 : date +%s 2021-04-20 16:57:21.593 | ++ tools/install_prereqs.sh:source:89 : date 2021-04-20 16:57:21.597 | + ./stack.sh:main:755 : [[ False != \T\r\u\e ]] 2021-04-20 16:57:21.599 | + ./stack.sh:main:756 : PYPI_ALTERNATIVE_URL= 2021-04-20 16:57:21.602 | + ./stack.sh:main:756 : /home/ubuntu/devstack/tools/install_pip.sh 2021-04-20 16:57:22.769 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2021-04-20 16:57:22.771 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2021-04-20 16:57:22.773 | ++ tools/install_pip.sh:main:41 : basename https://bootstrap.pypa.io/get-pip.py 2021-04-20 16:57:22.775 | + tools/install_pip.sh:main:41 : LOCAL_PIP=/home/ubuntu/devstack/files/get-pip.py 2021-04-20 16:57:22.777 | + tools/install_pip.sh:main:43 : GetDistro 2021-04-20 16:57:22.779 | + functions-common:GetDistro:373 : GetOSVersion 2021-04-20 16:57:22.781 | + functions-common:GetOSVersion:350 : _ensure_lsb_release 2021-04-20 16:57:22.783 | ++ functions-common:_ensure_lsb_release:327 : command -v lsb_release 2021-04-20 16:57:22.785 | + functions-common:_ensure_lsb_release:327 : [[ -x /usr/bin/lsb_release ]] 2021-04-20 16:57:22.787 | + functions-common:_ensure_lsb_release:328 : return 2021-04-20 16:57:22.789 | ++ functions-common:GetOSVersion:352 : lsb_release -r -s 2021-04-20 16:57:22.862 | + functions-common:GetOSVersion:352 : os_RELEASE=18.04 2021-04-20 16:57:22.865 | ++ functions-common:GetOSVersion:353 : lsb_release -c -s 2021-04-20 16:57:22.938 | + functions-common:GetOSVersion:353 : os_CODENAME=bionic 2021-04-20 16:57:22.940 | ++ functions-common:GetOSVersion:354 : lsb_release -i -s 2021-04-20 16:57:23.013 | + functions-common:GetOSVersion:354 : os_VENDOR=Ubuntu 2021-04-20 16:57:23.015 | + functions-common:GetOSVersion:356 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2021-04-20 16:57:23.017 | + functions-common:GetOSVersion:357 : os_PACKAGE=deb 2021-04-20 16:57:23.019 | + functions-common:GetOSVersion:362 : typeset -xr os_VENDOR 2021-04-20 16:57:23.021 | + functions-common:GetOSVersion:363 : typeset -xr os_RELEASE 2021-04-20 16:57:23.023 | + functions-common:GetOSVersion:364 : typeset -xr os_PACKAGE 2021-04-20 16:57:23.025 | + functions-common:GetOSVersion:365 : typeset -xr os_CODENAME 2021-04-20 16:57:23.026 | + functions-common:GetDistro:375 : [[ Ubuntu =~ (Ubuntu) ]] 2021-04-20 16:57:23.028 | + functions-common:GetDistro:378 : DISTRO=bionic 2021-04-20 16:57:23.030 | + functions-common:GetDistro:422 : typeset -xr DISTRO 2021-04-20 16:57:23.032 | + tools/install_pip.sh:main:44 : echo 'Distro: bionic' 2021-04-20 16:57:23.032 | Distro: bionic 2021-04-20 16:57:23.034 | + tools/install_pip.sh:main:127 : get_versions 2021-04-20 16:57:23.037 | ++ tools/install_pip.sh:get_versions:49 : which pip 2021-04-20 16:57:23.040 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2021-04-20 16:57:23.042 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2021-04-20 16:57:23.044 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2021-04-20 16:57:23.044 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2021-04-20 16:57:23.446 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.2.2 2021-04-20 16:57:23.448 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.2.2' 2021-04-20 16:57:23.448 | pip: 20.2.2 2021-04-20 16:57:23.450 | + tools/install_pip.sh:get_versions:57 : python3.6 -m pip --version 2021-04-20 16:57:23.830 | pip 20.2.2 from /usr/local/lib/python3.6/dist-packages/pip (python 3.6) 2021-04-20 16:57:23.852 | + tools/install_pip.sh:main:129 : [[ -n '' ]] 2021-04-20 16:57:23.854 | + tools/install_pip.sh:main:134 : [[ bionic == focal ]] 2021-04-20 16:57:23.856 | + tools/install_pip.sh:main:143 : is_fedora 2021-04-20 16:57:23.857 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-04-20 16:57:23.859 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-04-20 16:57:23.861 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-04-20 16:57:23.862 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-04-20 16:57:23.864 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-04-20 16:57:23.866 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-04-20 16:57:23.867 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2021-04-20 16:57:23.869 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-04-20 16:57:23.871 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-04-20 16:57:23.873 | + tools/install_pip.sh:main:143 : is_suse 2021-04-20 16:57:23.875 | + functions-common:is_suse:462 : is_opensuse 2021-04-20 16:57:23.876 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-04-20 16:57:23.878 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-04-20 16:57:23.880 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-04-20 16:57:23.882 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-04-20 16:57:23.883 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-04-20 16:57:23.885 | + tools/install_pip.sh:main:144 : is_package_installed python3-pip 2021-04-20 16:57:23.887 | + functions-common:is_package_installed:1351 : [[ -z python3-pip ]] 2021-04-20 16:57:23.888 | + functions-common:is_package_installed:1355 : [[ -z deb ]] 2021-04-20 16:57:23.891 | + functions-common:is_package_installed:1359 : [[ deb = \d\e\b ]] 2021-04-20 16:57:23.893 | + functions-common:is_package_installed:1360 : dpkg -s python3-pip 2021-04-20 16:57:23.914 | + tools/install_pip.sh:main:145 : uninstall_package python3-pip 2021-04-20 16:57:23.916 | + functions-common:uninstall_package:1371 : is_ubuntu 2021-04-20 16:57:23.917 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-20 16:57:23.919 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-20 16:57:23.921 | + functions-common:uninstall_package:1372 : apt_get purge python3-pip 2021-04-20 16:57:23.935 | + functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes purge python3-pip 2021-04-20 16:57:24.053 | Reading package lists... 2021-04-20 16:57:24.309 | Building dependency tree... 2021-04-20 16:57:24.310 | Reading state information... 2021-04-20 16:57:24.518 | The following packages were automatically installed and are no longer required: 2021-04-20 16:57:24.519 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-04-20 16:57:24.519 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-04-20 16:57:24.519 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2021-04-20 16:57:24.519 | python3-pam python3-problem-report python3-pyasn1 2021-04-20 16:57:24.519 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-04-20 16:57:24.519 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-04-20 16:57:24.519 | Use 'sudo apt autoremove' to remove them. 2021-04-20 16:57:24.559 | The following packages will be REMOVED: 2021-04-20 16:57:24.559 | python3-pip* 2021-04-20 16:57:25.041 | 0 upgraded, 0 newly installed, 1 to remove and 158 not upgraded. 2021-04-20 16:57:25.041 | After this operation, 601 kB disk space will be freed. 2021-04-20 16:57:25.161 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 74862 files and directories currently installed.) 2021-04-20 16:57:25.165 | Removing python3-pip (9.0.1-2.3~ubuntu1.18.04.4) ... 2021-04-20 16:57:25.884 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-04-20 16:57:28.866 | + functions-common:apt_get:1113 : result=0 2021-04-20 16:57:28.868 | + functions-common:apt_get:1116 : time_stop apt-get 2021-04-20 16:57:28.870 | + functions-common:time_stop:2304 : local name 2021-04-20 16:57:28.872 | + functions-common:time_stop:2305 : local end_time 2021-04-20 16:57:28.874 | + functions-common:time_stop:2306 : local elapsed_time 2021-04-20 16:57:28.875 | + functions-common:time_stop:2307 : local total 2021-04-20 16:57:28.877 | + functions-common:time_stop:2308 : local start_time 2021-04-20 16:57:28.879 | + functions-common:time_stop:2310 : name=apt-get 2021-04-20 16:57:28.881 | + functions-common:time_stop:2311 : start_time=1618937843933 2021-04-20 16:57:28.882 | + functions-common:time_stop:2313 : [[ -z 1618937843933 ]] 2021-04-20 16:57:28.885 | ++ functions-common:time_stop:2316 : date +%s%3N 2021-04-20 16:57:28.887 | + functions-common:time_stop:2316 : end_time=1618937848885 2021-04-20 16:57:28.889 | + functions-common:time_stop:2317 : elapsed_time=4952 2021-04-20 16:57:28.891 | + functions-common:time_stop:2318 : total=0 2021-04-20 16:57:28.893 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-20 16:57:28.895 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=4952 2021-04-20 16:57:28.896 | + functions-common:apt_get:1117 : return 0 2021-04-20 16:57:28.898 | + tools/install_pip.sh:main:149 : install_get_pip 2021-04-20 16:57:28.900 | + tools/install_pip.sh:install_get_pip:64 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-04-20 16:57:28.902 | + tools/install_pip.sh:install_get_pip:81 : [[ ! -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-04-20 16:57:28.903 | + tools/install_pip.sh:install_get_pip:84 : local timecond= 2021-04-20 16:57:28.905 | + tools/install_pip.sh:install_get_pip:85 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-04-20 16:57:28.907 | + tools/install_pip.sh:install_get_pip:89 : curl -f --retry 6 --retry-delay 5 -o /home/ubuntu/devstack/files/get-pip.py https://bootstrap.pypa.io/get-pip.py 2021-04-20 16:57:28.917 | % Total % Received % Xferd Average Speed Time Time Time Current 2021-04-20 16:57:28.917 | Dload Upload Total Spent Left Speed 2021-04-20 16:57:29.524 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 10 1882k 10 191k 0 0 649k 0 0:00:02 --:--:-- 0:00:02 649k 100 1882k 100 1882k 0 0 3106k 0 --:--:-- --:--:-- --:--:-- 3101k 2021-04-20 16:57:29.529 | + tools/install_pip.sh:install_get_pip:92 : touch /home/ubuntu/devstack/files/get-pip.py.downloaded 2021-04-20 16:57:29.533 | + tools/install_pip.sh:install_get_pip:96 : sudo -H -E python3.6 /home/ubuntu/devstack/files/get-pip.py -c /home/ubuntu/devstack/tools/cap-pip.txt 2021-04-20 16:57:32.274 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-04-20 16:57:32.274 | from cryptography.utils import int_from_bytes 2021-04-20 16:57:32.274 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-04-20 16:57:32.274 | from cryptography.utils import int_from_bytes 2021-04-20 16:57:32.550 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-04-20 16:57:32.855 | Collecting pip 2021-04-20 16:57:32.869 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/51f/1c7514530bd5c/pip-20.2.4-py2.py3-none-any.whl (1.5 MB) 2021-04-20 16:57:34.396 | Installing collected packages: pip 2021-04-20 16:57:34.396 | Attempting uninstall: pip 2021-04-20 16:57:34.398 | Found existing installation: pip 20.2.2 2021-04-20 16:57:34.631 | Uninstalling pip-20.2.2: 2021-04-20 16:57:34.645 | Successfully uninstalled pip-20.2.2 2021-04-20 16:57:36.109 | Successfully installed pip-20.2.4 2021-04-20 16:57:36.216 | /usr/local/lib/python3.6/dist-packages/setuptools/dist.py:645: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead 2021-04-20 16:57:36.216 | % (opt, underscore_opt)) 2021-04-20 16:57:36.216 | /usr/local/lib/python3.6/dist-packages/setuptools/dist.py:645: UserWarning: Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead 2021-04-20 16:57:36.216 | % (opt, underscore_opt)) 2021-04-20 16:57:36.216 | /usr/local/lib/python3.6/dist-packages/setuptools/dist.py:645: UserWarning: Usage of dash-separated 'home-page' will not be supported in future versions. Please use the underscore name 'home_page' instead 2021-04-20 16:57:36.216 | % (opt, underscore_opt)) 2021-04-20 16:57:36.216 | /usr/local/lib/python3.6/dist-packages/setuptools/dist.py:645: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead 2021-04-20 16:57:36.216 | % (opt, underscore_opt)) 2021-04-20 16:57:36.216 | /usr/local/lib/python3.6/dist-packages/setuptools/dist.py:645: UserWarning: Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead 2021-04-20 16:57:36.216 | % (opt, underscore_opt)) 2021-04-20 16:57:36.216 | /usr/local/lib/python3.6/dist-packages/setuptools/dist.py:645: UserWarning: Usage of dash-separated 'home-page' will not be supported in future versions. Please use the underscore name 'home_page' instead 2021-04-20 16:57:36.216 | % (opt, underscore_opt)) 2021-04-20 16:57:36.216 | /usr/local/lib/python3.6/dist-packages/setuptools/dist.py:645: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead 2021-04-20 16:57:36.216 | % (opt, underscore_opt)) 2021-04-20 16:57:36.216 | /usr/local/lib/python3.6/dist-packages/setuptools/dist.py:645: UserWarning: Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead 2021-04-20 16:57:36.216 | % (opt, underscore_opt)) 2021-04-20 16:57:36.216 | /usr/local/lib/python3.6/dist-packages/setuptools/dist.py:645: UserWarning: Usage of dash-separated 'home-page' will not be supported in future versions. Please use the underscore name 'home_page' instead 2021-04-20 16:57:36.216 | % (opt, underscore_opt)) 2021-04-20 16:57:36.305 | + tools/install_pip.sh:main:151 : set -x 2021-04-20 16:57:36.306 | + tools/install_pip.sh:main:155 : pip_install_gr setuptools 2021-04-20 16:57:36.308 | + inc/python:pip_install_gr:76 : local name=setuptools 2021-04-20 16:57:36.310 | + inc/python:pip_install_gr:77 : local clean_name 2021-04-20 16:57:36.312 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements setuptools 2021-04-20 16:57:36.314 | ++ inc/python:get_from_global_requirements:225 : local package=setuptools 2021-04-20 16:57:36.317 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2021-04-20 16:57:36.319 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^setuptools' /opt/stack/requirements/global-requirements.txt 2021-04-20 16:57:36.320 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2021-04-20 16:57:36.323 | ++ inc/python:get_from_global_requirements:227 : required_pkg='setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 ' 2021-04-20 16:57:36.325 | ++ inc/python:get_from_global_requirements:228 : [[ setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 == '' ]] 2021-04-20 16:57:36.327 | ++ inc/python:get_from_global_requirements:231 : echo 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2021-04-20 16:57:36.329 | + inc/python:pip_install_gr:78 : clean_name='setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2021-04-20 16:57:36.330 | + inc/python:pip_install_gr:79 : pip_install 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2021-04-20 16:57:36.345 | Using python 3.6 to install setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 2021-04-20 16:57:36.347 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2021-04-20 16:57:37.283 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-04-20 16:57:37.283 | from cryptography.utils import int_from_bytes 2021-04-20 16:57:37.283 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-04-20 16:57:37.283 | from cryptography.utils import int_from_bytes 2021-04-20 16:57:38.371 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-04-20 16:57:38.375 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-04-20 16:57:38.381 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-04-20 16:57:38.386 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-04-20 16:57:38.394 | Requirement already satisfied: setuptools===56.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 578)) (56.0.0) 2021-04-20 16:57:40.026 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-04-20 16:57:40.026 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-04-20 16:57:40.110 | + inc/python:pip_install:200 : result=0 2021-04-20 16:57:40.111 | + inc/python:pip_install:202 : time_stop pip_install 2021-04-20 16:57:40.113 | + functions-common:time_stop:2304 : local name 2021-04-20 16:57:40.115 | + functions-common:time_stop:2305 : local end_time 2021-04-20 16:57:40.117 | + functions-common:time_stop:2306 : local elapsed_time 2021-04-20 16:57:40.119 | + functions-common:time_stop:2307 : local total 2021-04-20 16:57:40.120 | + functions-common:time_stop:2308 : local start_time 2021-04-20 16:57:40.122 | + functions-common:time_stop:2310 : name=pip_install 2021-04-20 16:57:40.124 | + functions-common:time_stop:2311 : start_time=1618937856341 2021-04-20 16:57:40.125 | + functions-common:time_stop:2313 : [[ -z 1618937856341 ]] 2021-04-20 16:57:40.127 | ++ functions-common:time_stop:2316 : date +%s%3N 2021-04-20 16:57:40.131 | + functions-common:time_stop:2316 : end_time=1618937860128 2021-04-20 16:57:40.132 | + functions-common:time_stop:2317 : elapsed_time=3787 2021-04-20 16:57:40.134 | + functions-common:time_stop:2318 : total=0 2021-04-20 16:57:40.136 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-20 16:57:40.137 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=3787 2021-04-20 16:57:40.139 | + inc/python:pip_install:203 : return 0 2021-04-20 16:57:40.141 | + tools/install_pip.sh:main:157 : get_versions 2021-04-20 16:57:40.143 | ++ tools/install_pip.sh:get_versions:49 : which pip 2021-04-20 16:57:40.147 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2021-04-20 16:57:40.148 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2021-04-20 16:57:40.151 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2021-04-20 16:57:40.151 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2021-04-20 16:57:40.557 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.2.4 2021-04-20 16:57:40.559 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.2.4' 2021-04-20 16:57:40.559 | pip: 20.2.4 2021-04-20 16:57:40.561 | + tools/install_pip.sh:get_versions:57 : python3.6 -m pip --version 2021-04-20 16:57:40.941 | pip 20.2.4 from /usr/local/lib/python3.6/dist-packages/pip (python 3.6) 2021-04-20 16:57:40.964 | + ./stack.sh:main:760 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2021-04-20 16:57:40.967 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2021-04-20 16:57:40.970 | + ./stack.sh:main:761 : fixup_all 2021-04-20 16:57:40.973 | + tools/fixup_stuff.sh:fixup_all:196 : fixup_keystone 2021-04-20 16:57:40.975 | + tools/fixup_stuff.sh:fixup_keystone:39 : keystone_ports=35357,35358 2021-04-20 16:57:40.977 | + tools/fixup_stuff.sh:fixup_keystone:44 : sysctl net.ipv4.ip_local_reserved_ports 2021-04-20 16:57:40.986 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sysctl net.ipv4.ip_local_reserved_ports 2021-04-20 16:57:40.986 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : awk -F= '{print $2;}' 2021-04-20 16:57:40.986 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sed 's/^ //' 2021-04-20 16:57:40.991 | + tools/fixup_stuff.sh:fixup_keystone:46 : reserved_ports= 2021-04-20 16:57:40.993 | + tools/fixup_stuff.sh:fixup_keystone:48 : [[ -z '' ]] 2021-04-20 16:57:40.995 | + tools/fixup_stuff.sh:fixup_keystone:50 : sudo sysctl -w net.ipv4.ip_local_reserved_ports=35357,35358 2021-04-20 16:57:41.012 | net.ipv4.ip_local_reserved_ports = 35357,35358 2021-04-20 16:57:41.012 | + tools/fixup_stuff.sh:fixup_all:197 : fixup_ubuntu 2021-04-20 16:57:41.012 | + tools/fixup_stuff.sh:fixup_ubuntu:66 : [[ bionic != \b\i\o\n\i\c ]] 2021-04-20 16:57:41.012 | + tools/fixup_stuff.sh:fixup_ubuntu:71 : install_package software-properties-common 2021-04-20 16:57:41.013 | + functions-common:install_package:1342 : update_package_repo 2021-04-20 16:57:41.014 | + functions-common:update_package_repo:1314 : NO_UPDATE_REPOS=False 2021-04-20 16:57:41.016 | + functions-common:update_package_repo:1315 : REPOS_UPDATED=True 2021-04-20 16:57:41.018 | + functions-common:update_package_repo:1316 : RETRY_UPDATE=False 2021-04-20 16:57:41.020 | + functions-common:update_package_repo:1318 : [[ False = \T\r\u\e ]] 2021-04-20 16:57:41.022 | + functions-common:update_package_repo:1322 : is_ubuntu 2021-04-20 16:57:41.024 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-20 16:57:41.026 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-20 16:57:41.028 | + functions-common:update_package_repo:1323 : apt_get_update 2021-04-20 16:57:41.030 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-04-20 16:57:41.032 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2021-04-20 16:57:41.034 | + functions-common:apt_get_update:1069 : return 2021-04-20 16:57:41.037 | + functions-common:install_package:1343 : real_install_package software-properties-common 2021-04-20 16:57:41.039 | + functions-common:real_install_package:1328 : is_ubuntu 2021-04-20 16:57:41.041 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-20 16:57:41.043 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-20 16:57:41.045 | + functions-common:real_install_package:1329 : apt_get install software-properties-common 2021-04-20 16:57:41.064 | + functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install software-properties-common 2021-04-20 16:57:41.185 | Reading package lists... 2021-04-20 16:57:41.438 | Building dependency tree... 2021-04-20 16:57:41.439 | Reading state information... 2021-04-20 16:57:41.652 | The following packages were automatically installed and are no longer required: 2021-04-20 16:57:41.653 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-04-20 16:57:41.653 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-04-20 16:57:41.653 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2021-04-20 16:57:41.653 | python3-pam python3-problem-report python3-pyasn1 2021-04-20 16:57:41.653 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-04-20 16:57:41.653 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-04-20 16:57:41.653 | Use 'sudo apt autoremove' to remove them. 2021-04-20 16:57:41.654 | The following additional packages will be installed: 2021-04-20 16:57:41.654 | python3-software-properties 2021-04-20 16:57:41.703 | The following packages will be upgraded: 2021-04-20 16:57:41.703 | python3-software-properties software-properties-common 2021-04-20 16:57:41.840 | 2 upgraded, 0 newly installed, 0 to remove and 156 not upgraded. 2021-04-20 16:57:41.840 | Need to get 33.9 kB of archives. 2021-04-20 16:57:41.840 | After this operation, 0 B of additional disk space will be used. 2021-04-20 16:57:41.840 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 software-properties-common all 0.96.24.32.14 [10.1 kB] 2021-04-20 16:57:41.900 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-software-properties all 0.96.24.32.14 [23.9 kB] 2021-04-20 16:57:42.468 | Fetched 33.9 kB in 0s (155 kB/s) 2021-04-20 16:57:42.732 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 74785 files and directories currently installed.) 2021-04-20 16:57:42.735 | Preparing to unpack .../software-properties-common_0.96.24.32.14_all.deb ... 2021-04-20 16:57:43.077 | Unpacking software-properties-common (0.96.24.32.14) over (0.96.24.32.9) ... 2021-04-20 16:57:43.749 | Preparing to unpack .../python3-software-properties_0.96.24.32.14_all.deb ... 2021-04-20 16:57:44.060 | Unpacking python3-software-properties (0.96.24.32.14) over (0.96.24.32.9) ... 2021-04-20 16:57:44.537 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-04-20 16:57:45.179 | Setting up python3-software-properties (0.96.24.32.14) ... 2021-04-20 16:57:45.610 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2021-04-20 16:57:45.724 | Setting up software-properties-common (0.96.24.32.14) ... 2021-04-20 16:57:48.179 | + functions-common:apt_get:1113 : result=0 2021-04-20 16:57:48.181 | + functions-common:apt_get:1116 : time_stop apt-get 2021-04-20 16:57:48.183 | + functions-common:time_stop:2304 : local name 2021-04-20 16:57:48.185 | + functions-common:time_stop:2305 : local end_time 2021-04-20 16:57:48.188 | + functions-common:time_stop:2306 : local elapsed_time 2021-04-20 16:57:48.190 | + functions-common:time_stop:2307 : local total 2021-04-20 16:57:48.192 | + functions-common:time_stop:2308 : local start_time 2021-04-20 16:57:48.194 | + functions-common:time_stop:2310 : name=apt-get 2021-04-20 16:57:48.196 | + functions-common:time_stop:2311 : start_time=1618937861062 2021-04-20 16:57:48.198 | + functions-common:time_stop:2313 : [[ -z 1618937861062 ]] 2021-04-20 16:57:48.200 | ++ functions-common:time_stop:2316 : date +%s%3N 2021-04-20 16:57:48.203 | + functions-common:time_stop:2316 : end_time=1618937868201 2021-04-20 16:57:48.205 | + functions-common:time_stop:2317 : elapsed_time=7139 2021-04-20 16:57:48.207 | + functions-common:time_stop:2318 : total=269657 2021-04-20 16:57:48.210 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-20 16:57:48.212 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=276796 2021-04-20 16:57:48.214 | + functions-common:apt_get:1117 : return 0 2021-04-20 16:57:48.216 | + tools/fixup_stuff.sh:fixup_ubuntu:74 : sudo add-apt-repository -y universe 2021-04-20 16:57:49.015 | 'universe' distribution component is already enabled for all sources. 2021-04-20 16:57:49.042 | + tools/fixup_stuff.sh:fixup_ubuntu:76 : [[ -f /etc/ci/mirror_info.sh ]] 2021-04-20 16:57:49.044 | + tools/fixup_stuff.sh:fixup_ubuntu:83 : sudo add-apt-repository -y cloud-archive:ussuri 2021-04-20 16:57:49.921 | Reading package lists... 2021-04-20 16:57:50.171 | Building dependency tree... 2021-04-20 16:57:50.172 | Reading state information... 2021-04-20 16:57:50.380 | The following packages were automatically installed and are no longer required: 2021-04-20 16:57:50.381 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-04-20 16:57:50.381 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-04-20 16:57:50.381 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2021-04-20 16:57:50.381 | python3-pam python3-problem-report python3-pyasn1 2021-04-20 16:57:50.381 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-04-20 16:57:50.381 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-04-20 16:57:50.381 | Use 'sudo apt autoremove' to remove them. 2021-04-20 16:57:50.425 | The following NEW packages will be installed: 2021-04-20 16:57:50.425 | ubuntu-cloud-keyring 2021-04-20 16:57:50.675 | 0 upgraded, 1 newly installed, 0 to remove and 156 not upgraded. 2021-04-20 16:57:50.675 | Need to get 5,908 B of archives. 2021-04-20 16:57:50.675 | After this operation, 22.5 kB of additional disk space will be used. 2021-04-20 16:57:50.675 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-cloud-keyring all 2018.09.18.1~18.04.2 [5,908 B] 2021-04-20 16:57:52.904 | Fetched 5,908 B in 0s (25.1 kB/s) 2021-04-20 16:57:53.070 | Selecting previously unselected package ubuntu-cloud-keyring. 2021-04-20 16:57:53.107 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 74785 files and directories currently installed.) 2021-04-20 16:57:53.110 | Preparing to unpack .../ubuntu-cloud-keyring_2018.09.18.1~18.04.2_all.deb ... 2021-04-20 16:57:53.172 | Unpacking ubuntu-cloud-keyring (2018.09.18.1~18.04.2) ... 2021-04-20 16:57:53.541 | Setting up ubuntu-cloud-keyring (2018.09.18.1~18.04.2) ... 2021-04-20 16:57:55.873 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2021-04-20 16:57:55.873 | Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 2021-04-20 16:57:55.873 | Get:3 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri InRelease [8,769 B] 2021-04-20 16:57:55.920 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2021-04-20 16:57:55.977 | Hit:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2021-04-20 16:57:56.286 | Get:6 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 Packages [189 kB] 2021-04-20 16:57:59.963 | Fetched 198 kB in 1s (261 kB/s) 2021-04-20 16:58:01.707 | Reading package lists... 2021-04-20 16:58:01.768 | + tools/fixup_stuff.sh:fixup_ubuntu:85 : REPOS_UPDATED=False 2021-04-20 16:58:01.770 | + tools/fixup_stuff.sh:fixup_ubuntu:86 : apt_get_update 2021-04-20 16:58:01.772 | + functions-common:apt_get_update:1068 : [[ False == \T\r\u\e ]] 2021-04-20 16:58:01.774 | + functions-common:apt_get_update:1073 : [[ False = \T\r\u\e ]] 2021-04-20 16:58:01.777 | + functions-common:apt_get_update:1075 : local sudo=sudo 2021-04-20 16:58:01.780 | ++ functions-common:apt_get_update:1076 : id -u 2021-04-20 16:58:01.783 | + functions-common:apt_get_update:1076 : [[ 1000 = \0 ]] 2021-04-20 16:58:01.786 | + functions-common:apt_get_update:1079 : time_start apt-get-update 2021-04-20 16:58:01.788 | + functions-common:time_start:2290 : local name=apt-get-update 2021-04-20 16:58:01.790 | + functions-common:time_start:2291 : local start_time= 2021-04-20 16:58:01.792 | + functions-common:time_start:2292 : [[ -n '' ]] 2021-04-20 16:58:01.795 | ++ functions-common:time_start:2295 : date +%s%3N 2021-04-20 16:58:01.798 | + functions-common:time_start:2295 : _TIME_START[$name]=1618937881796 2021-04-20 16:58:01.800 | + functions-common:apt_get_update:1081 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2021-04-20 16:58:01.802 | + functions-common:apt_get_update:1082 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2021-04-20 16:58:01.804 | + functions-common:apt_get_update:1083 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2021-04-20 16:58:02.232 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2021-04-20 16:58:02.244 | Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 2021-04-20 16:58:02.281 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2021-04-20 16:58:02.296 | Hit:4 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri InRelease 2021-04-20 16:58:02.340 | Hit:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2021-04-20 16:58:04.755 | Reading package lists... 2021-04-20 16:58:04.817 | + functions-common:apt_get_update:1087 : REPOS_UPDATED=True 2021-04-20 16:58:04.820 | + functions-common:apt_get_update:1089 : time_stop apt-get-update 2021-04-20 16:58:04.822 | + functions-common:time_stop:2304 : local name 2021-04-20 16:58:04.824 | + functions-common:time_stop:2305 : local end_time 2021-04-20 16:58:04.826 | + functions-common:time_stop:2306 : local elapsed_time 2021-04-20 16:58:04.828 | + functions-common:time_stop:2307 : local total 2021-04-20 16:58:04.830 | + functions-common:time_stop:2308 : local start_time 2021-04-20 16:58:04.832 | + functions-common:time_stop:2310 : name=apt-get-update 2021-04-20 16:58:04.835 | + functions-common:time_stop:2311 : start_time=1618937881796 2021-04-20 16:58:04.837 | + functions-common:time_stop:2313 : [[ -z 1618937881796 ]] 2021-04-20 16:58:04.839 | ++ functions-common:time_stop:2316 : date +%s%3N 2021-04-20 16:58:04.843 | + functions-common:time_stop:2316 : end_time=1618937884841 2021-04-20 16:58:04.845 | + functions-common:time_stop:2317 : elapsed_time=3045 2021-04-20 16:58:04.847 | + functions-common:time_stop:2318 : total=2843 2021-04-20 16:58:04.849 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-20 16:58:04.851 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=5888 2021-04-20 16:58:04.854 | + tools/fixup_stuff.sh:fixup_ubuntu:94 : sudo rm -rf '/usr/lib/python3/dist-packages/httplib2-*.egg-info' 2021-04-20 16:58:04.864 | + tools/fixup_stuff.sh:fixup_ubuntu:95 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2021-04-20 16:58:04.874 | + tools/fixup_stuff.sh:fixup_ubuntu:96 : sudo rm -rf '/usr/lib/python3/dist-packages/PyYAML-*.egg-info' 2021-04-20 16:58:04.884 | + tools/fixup_stuff.sh:fixup_all:198 : fixup_fedora 2021-04-20 16:58:04.886 | + tools/fixup_stuff.sh:fixup_fedora:103 : is_fedora 2021-04-20 16:58:04.889 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-04-20 16:58:04.891 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-04-20 16:58:04.893 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-04-20 16:58:04.895 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-04-20 16:58:04.897 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-04-20 16:58:04.899 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-04-20 16:58:04.901 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2021-04-20 16:58:04.904 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-04-20 16:58:04.906 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-04-20 16:58:04.908 | + tools/fixup_stuff.sh:fixup_fedora:104 : return 2021-04-20 16:58:04.912 | + tools/fixup_stuff.sh:fixup_all:199 : fixup_suse 2021-04-20 16:58:04.914 | + tools/fixup_stuff.sh:fixup_suse:149 : is_suse 2021-04-20 16:58:04.916 | + functions-common:is_suse:462 : is_opensuse 2021-04-20 16:58:04.919 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-04-20 16:58:04.923 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-04-20 16:58:04.925 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-04-20 16:58:04.927 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-04-20 16:58:04.930 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-04-20 16:58:04.932 | + tools/fixup_stuff.sh:fixup_suse:150 : return 2021-04-20 16:58:04.934 | + ./stack.sh:main:764 : pip_install -U os-testr 2021-04-20 16:58:04.953 | Using python 3.6 to install os-testr 2021-04-20 16:58:04.955 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U os-testr 2021-04-20 16:58:05.942 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-04-20 16:58:05.942 | from cryptography.utils import int_from_bytes 2021-04-20 16:58:05.942 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-04-20 16:58:05.942 | from cryptography.utils import int_from_bytes 2021-04-20 16:58:07.027 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-04-20 16:58:07.032 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-04-20 16:58:07.037 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-04-20 16:58:07.042 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-04-20 16:58:07.160 | Collecting os-testr===2.0.0 2021-04-20 16:58:07.168 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/93a/e59a9d278e557/os_testr-2.0.0-py3-none-any.whl (46 kB) 2021-04-20 16:58:07.325 | Collecting stestr===3.1.0 2021-04-20 16:58:07.335 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/13c/8f771ea252290/stestr-3.1.0-py3-none-any.whl (120 kB) 2021-04-20 16:58:07.431 | Requirement already satisfied, skipping upgrade: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 340)) (2.4.0) 2021-04-20 16:58:07.529 | Collecting python-subunit===1.4.0 2021-04-20 16:58:07.535 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/40f/34660c3da3e51/python_subunit-1.4.0-py2.py3-none-any.whl (106 kB) 2021-04-20 16:58:07.613 | Requirement already satisfied, skipping upgrade: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (5.5.1) 2021-04-20 16:58:07.708 | Collecting future===0.18.2 2021-04-20 16:58:07.716 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b1b/ead90b70cf6ec/future-0.18.2.tar.gz (829 kB) 2021-04-20 16:58:08.695 | Requirement already satisfied, skipping upgrade: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 62)) (3.0.0) 2021-04-20 16:58:08.707 | Requirement already satisfied, skipping upgrade: PyYAML===5.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 178)) (5.4.1) 2021-04-20 16:58:08.710 | Requirement already satisfied, skipping upgrade: cliff===3.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) (3.7.0) 2021-04-20 16:58:08.723 | Requirement already satisfied, skipping upgrade: voluptuous===0.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 2)) (0.12.1) 2021-04-20 16:58:08.728 | Requirement already satisfied, skipping upgrade: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 441)) (1.15.0) 2021-04-20 16:58:08.731 | Requirement already satisfied, skipping upgrade: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 96)) (1.6.0) 2021-04-20 16:58:08.733 | Requirement already satisfied, skipping upgrade: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 160)) (1.0.0) 2021-04-20 16:58:08.735 | Requirement already satisfied, skipping upgrade: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (1.1.0) 2021-04-20 16:58:08.743 | Requirement already satisfied, skipping upgrade: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 145)) (1.4.0) 2021-04-20 16:58:08.746 | Requirement already satisfied, skipping upgrade: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 404)) (2.4.7) 2021-04-20 16:58:08.750 | Requirement already satisfied, skipping upgrade: stevedore===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 415)) (3.3.0) 2021-04-20 16:58:08.759 | Requirement already satisfied, skipping upgrade: cmd2===1.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 424)) (1.5.0) 2021-04-20 16:58:08.822 | Requirement already satisfied, skipping upgrade: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 142)) (0.7.2) 2021-04-20 16:58:08.824 | Requirement already satisfied, skipping upgrade: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 200)) (1.4.0) 2021-04-20 16:58:08.827 | Requirement already satisfied, skipping upgrade: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (1.0.0) 2021-04-20 16:58:08.830 | Requirement already satisfied, skipping upgrade: importlib-metadata===3.10.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 278)) (3.10.1) 2021-04-20 16:58:08.872 | Requirement already satisfied, skipping upgrade: attrs===20.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 49)) (20.3.0) 2021-04-20 16:58:08.917 | Requirement already satisfied, skipping upgrade: colorama===0.4.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 568)) (0.4.4) 2021-04-20 16:58:08.922 | Requirement already satisfied, skipping upgrade: wcwidth===0.2.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) (0.2.5) 2021-04-20 16:58:08.928 | Requirement already satisfied, skipping upgrade: pyperclip===1.8.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 266)) (1.8.2) 2021-04-20 16:58:08.930 | Requirement already satisfied, skipping upgrade: zipp===3.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 539)) (3.4.1) 2021-04-20 16:58:08.957 | Requirement already satisfied, skipping upgrade: typing-extensions===3.7.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 566)) (3.7.4.3) 2021-04-20 16:58:08.961 | Building wheels for collected packages: future 2021-04-20 16:58:08.962 | Building wheel for future (setup.py): started 2021-04-20 16:58:10.059 | Building wheel for future (setup.py): finished with status 'done' 2021-04-20 16:58:10.064 | Created wheel for future: filename=future-0.18.2-py3-none-any.whl size=491059 sha256=a3bcc779f99105d70105442622515580c5cb9bdc7146f18bfeb6683b5da8f217 2021-04-20 16:58:10.064 | Stored in directory: /root/.cache/pip/wheels/8c/58/d1/5f5b03a578242b7f6aaa86627fac27e15b5ffb03afb2150cb6 2021-04-20 16:58:10.065 | Successfully built future 2021-04-20 16:58:11.407 | Installing collected packages: python-subunit, future, stestr, os-testr 2021-04-20 16:58:12.458 | Successfully installed future-0.18.2 os-testr-2.0.0 python-subunit-1.4.0 stestr-3.1.0 2021-04-20 16:58:12.561 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-04-20 16:58:12.561 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-04-20 16:58:12.680 | + inc/python:pip_install:200 : result=0 2021-04-20 16:58:12.682 | + inc/python:pip_install:202 : time_stop pip_install 2021-04-20 16:58:12.685 | + functions-common:time_stop:2304 : local name 2021-04-20 16:58:12.687 | + functions-common:time_stop:2305 : local end_time 2021-04-20 16:58:12.690 | + functions-common:time_stop:2306 : local elapsed_time 2021-04-20 16:58:12.692 | + functions-common:time_stop:2307 : local total 2021-04-20 16:58:12.694 | + functions-common:time_stop:2308 : local start_time 2021-04-20 16:58:12.696 | + functions-common:time_stop:2310 : name=pip_install 2021-04-20 16:58:12.698 | + functions-common:time_stop:2311 : start_time=1618937884948 2021-04-20 16:58:12.700 | + functions-common:time_stop:2313 : [[ -z 1618937884948 ]] 2021-04-20 16:58:12.702 | ++ functions-common:time_stop:2316 : date +%s%3N 2021-04-20 16:58:12.706 | + functions-common:time_stop:2316 : end_time=1618937892703 2021-04-20 16:58:12.708 | + functions-common:time_stop:2317 : elapsed_time=7755 2021-04-20 16:58:12.710 | + functions-common:time_stop:2318 : total=0 2021-04-20 16:58:12.712 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-20 16:58:12.714 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=7755 2021-04-20 16:58:12.716 | + inc/python:pip_install:203 : return 0 2021-04-20 16:58:12.719 | + ./stack.sh:main:768 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2021-04-20 16:58:12.766 | + ./stack.sh:main:769 : sudo systemctl restart systemd-journald 2021-04-20 16:58:12.985 | + ./stack.sh:main:775 : install_infra 2021-04-20 16:58:12.987 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-04-20 16:58:12.990 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2021-04-20 16:58:12.992 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack/requirements/.venv 2021-04-20 16:58:15.747 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-04-20 16:58:15.750 | + lib/infra:install_infra:34 : pip_install -U pbr 2021-04-20 16:58:15.769 | + inc/python:pip_install:193 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2021-04-20 16:58:17.623 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-04-20 16:58:17.871 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-04-20 16:58:18.102 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-04-20 16:58:18.437 | Collecting pbr===5.5.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) 2021-04-20 16:58:18.573 | Downloading http://10.100.0.9:8080/root/pypi/+f/b23/6cde0ac9a6aed/pbr-5.5.1-py2.py3-none-any.whl (106kB) 2021-04-20 16:58:18.605 | Installing collected packages: pbr 2021-04-20 16:58:18.730 | Successfully installed pbr-5.5.1 2021-04-20 16:58:18.797 | + inc/python:pip_install:200 : result=0 2021-04-20 16:58:18.799 | + inc/python:pip_install:202 : time_stop pip_install 2021-04-20 16:58:18.802 | + functions-common:time_stop:2304 : local name 2021-04-20 16:58:18.804 | + functions-common:time_stop:2305 : local end_time 2021-04-20 16:58:18.806 | + functions-common:time_stop:2306 : local elapsed_time 2021-04-20 16:58:18.809 | + functions-common:time_stop:2307 : local total 2021-04-20 16:58:18.811 | + functions-common:time_stop:2308 : local start_time 2021-04-20 16:58:18.813 | + functions-common:time_stop:2310 : name=pip_install 2021-04-20 16:58:18.815 | + functions-common:time_stop:2311 : start_time=1618937895763 2021-04-20 16:58:18.817 | + functions-common:time_stop:2313 : [[ -z 1618937895763 ]] 2021-04-20 16:58:18.820 | ++ functions-common:time_stop:2316 : date +%s%3N 2021-04-20 16:58:18.823 | + functions-common:time_stop:2316 : end_time=1618937898821 2021-04-20 16:58:18.825 | + functions-common:time_stop:2317 : elapsed_time=3058 2021-04-20 16:58:18.828 | + functions-common:time_stop:2318 : total=7755 2021-04-20 16:58:18.830 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-20 16:58:18.832 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=10813 2021-04-20 16:58:18.834 | + inc/python:pip_install:203 : return 0 2021-04-20 16:58:18.837 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-04-20 16:58:18.840 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2021-04-20 16:58:18.860 | + inc/python:pip_install:193 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt /opt/stack/requirements 2021-04-20 16:58:20.836 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-04-20 16:58:21.105 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-04-20 16:58:21.355 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-04-20 16:58:21.708 | Processing /opt/stack/requirements 2021-04-20 16:58:23.115 | Collecting fixtures===3.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 62)) 2021-04-20 16:58:23.329 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67kB) 2021-04-20 16:58:23.363 | Collecting PyYAML===5.4.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 178)) 2021-04-20 16:58:23.493 | Downloading http://10.100.0.9:8080/root/pypi/+f/4e0/583d24c881e14/PyYAML-5.4.1-cp36-cp36m-manylinux1_x86_64.whl (640kB) 2021-04-20 16:58:23.550 | Collecting requests===2.25.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) 2021-04-20 16:58:23.653 | Downloading http://10.100.0.9:8080/root/pypi/+f/c21/0084e36a42ae6/requests-2.25.1-py2.py3-none-any.whl (61kB) 2021-04-20 16:58:23.691 | Collecting packaging===20.9 (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) 2021-04-20 16:58:23.735 | Downloading http://10.100.0.9:8080/root/pypi/+f/677/14da7f7bc052e/packaging-20.9-py2.py3-none-any.whl (40kB) 2021-04-20 16:58:23.756 | Collecting testtools===2.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 340)) 2021-04-20 16:58:23.798 | Downloading http://10.100.0.9:8080/root/pypi/+f/36f/f4998177c7d32/testtools-2.4.0-py2.py3-none-any.whl (185kB) 2021-04-20 16:58:23.852 | Collecting idna===2.10 (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) 2021-04-20 16:58:23.884 | Downloading http://10.100.0.9:8080/root/pypi/+f/b97/d804b1e9b523b/idna-2.10-py2.py3-none-any.whl (58kB) 2021-04-20 16:58:23.903 | Collecting pyparsing===2.4.7 (from -c /opt/stack/requirements/upper-constraints.txt (line 404)) 2021-04-20 16:58:24.005 | Downloading http://10.100.0.9:8080/root/pypi/+f/ef9/d7589ef3c200a/pyparsing-2.4.7-py2.py3-none-any.whl (67kB) 2021-04-20 16:58:24.022 | Collecting six===1.15.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 441)) 2021-04-20 16:58:24.054 | Downloading http://10.100.0.9:8080/root/pypi/+f/8b7/4bedcbbbaca38/six-1.15.0-py2.py3-none-any.whl 2021-04-20 16:58:24.067 | Collecting Parsley>=1.2 (from openstack-requirements==1.2.1.dev4514) 2021-04-20 16:58:24.083 | Downloading http://10.100.0.9:8080/root/pypi/+f/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88kB) 2021-04-20 16:58:24.111 | Collecting beagle>=0.2.1 (from openstack-requirements==1.2.1.dev4514) 2021-04-20 16:58:24.130 | Downloading http://10.100.0.9:8080/root/pypi/+f/34b/7236e550859b0/beagle-0.3.0-py3-none-any.whl 2021-04-20 16:58:24.175 | Requirement already satisfied: pbr===5.5.1 in /opt/stack/requirements/.venv/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) 2021-04-20 16:58:24.181 | Collecting chardet===4.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2021-04-20 16:58:24.206 | Downloading http://10.100.0.9:8080/root/pypi/+f/f86/4054d66fd9118/chardet-4.0.0-py2.py3-none-any.whl (178kB) 2021-04-20 16:58:24.239 | Collecting urllib3===1.26.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) 2021-04-20 16:58:24.300 | Downloading http://10.100.0.9:8080/root/pypi/+f/2f4/da4594db7e1e1/urllib3-1.26.4-py2.py3-none-any.whl (153kB) 2021-04-20 16:58:24.350 | Collecting certifi===2020.12.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) 2021-04-20 16:58:24.407 | Downloading http://10.100.0.9:8080/root/pypi/+f/719/a74fb9e33b9bd/certifi-2020.12.5-py2.py3-none-any.whl (147kB) 2021-04-20 16:58:24.429 | Collecting extras===1.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 160)) 2021-04-20 16:58:24.459 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/f68/9f08df47e2dec/extras-1.0.0-py2.py3-none-any.whl 2021-04-20 16:58:24.473 | Collecting unittest2===1.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) 2021-04-20 16:58:24.502 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/13f/77d0875db6d9b/unittest2-1.1.0-py2.py3-none-any.whl (96kB) 2021-04-20 16:58:24.532 | Collecting traceback2===1.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 145)) 2021-04-20 16:58:24.553 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/825/3cebec4b19094/traceback2-1.4.0-py2.py3-none-any.whl 2021-04-20 16:58:24.570 | Collecting python-mimeparse===1.6.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 96)) 2021-04-20 16:58:24.594 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/a29/5f03ff2034149/python_mimeparse-1.6.0-py2.py3-none-any.whl 2021-04-20 16:58:24.614 | Collecting cliff===3.7.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) 2021-04-20 16:58:24.681 | Downloading http://10.100.0.9:8080/root/pypi/+f/989/7aec5d621e652/cliff-3.7.0-py3-none-any.whl (80kB) 2021-04-20 16:58:24.719 | Collecting argparse (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 200)) 2021-04-20 16:58:24.749 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl 2021-04-20 16:58:24.763 | Collecting linecache2===1.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) 2021-04-20 16:58:24.779 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/e78/be9c0a0dfcbac/linecache2-1.0.0-py2.py3-none-any.whl 2021-04-20 16:58:24.794 | Collecting prettytable===0.7.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 142)) 2021-04-20 16:58:24.824 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/788/48506f2c027f8/prettytable-0.7.2-py3-none-any.whl 2021-04-20 16:58:24.838 | Collecting cmd2===1.5.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 424)) 2021-04-20 16:58:24.970 | Downloading http://10.100.0.9:8080/root/pypi/+f/31a/aeb590ec7bd2c/cmd2-1.5.0-py3-none-any.whl (133kB) 2021-04-20 16:58:25.059 | Collecting stevedore===3.3.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 415)) 2021-04-20 16:58:25.127 | Downloading http://10.100.0.9:8080/root/pypi/+f/50d/7b78fbaf0d04c/stevedore-3.3.0-py3-none-any.whl (49kB) 2021-04-20 16:58:25.158 | Collecting attrs===20.3.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 49)) 2021-04-20 16:58:25.194 | Downloading http://10.100.0.9:8080/root/pypi/+f/31b/2eced602aa842/attrs-20.3.0-py2.py3-none-any.whl (49kB) 2021-04-20 16:58:25.261 | Collecting pyperclip===1.8.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 266)) 2021-04-20 16:58:25.294 | Downloading http://10.100.0.9:8080/root/pypi/+f/105/254a8b04934f0/pyperclip-1.8.2.tar.gz 2021-04-20 16:58:25.696 | Collecting wcwidth===0.2.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) 2021-04-20 16:58:25.732 | Downloading http://10.100.0.9:8080/root/pypi/+f/beb/4802a9cebb914/wcwidth-0.2.5-py2.py3-none-any.whl 2021-04-20 16:58:25.753 | Collecting importlib-metadata===3.10.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 278)) 2021-04-20 16:58:25.821 | Downloading http://10.100.0.9:8080/root/pypi/+f/2ec/0faae539743ae/importlib_metadata-3.10.1-py3-none-any.whl 2021-04-20 16:58:25.873 | Collecting colorama===0.4.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 568)) 2021-04-20 16:58:25.922 | Downloading http://10.100.0.9:8080/root/pypi/+f/9f4/7eda37229f68e/colorama-0.4.4-py2.py3-none-any.whl 2021-04-20 16:58:25.938 | Collecting typing-extensions===3.7.4.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 566)) 2021-04-20 16:58:25.964 | Downloading http://10.100.0.9:8080/root/pypi/+f/7cb/407020f00f7bf/typing_extensions-3.7.4.3-py3-none-any.whl 2021-04-20 16:58:25.979 | Collecting zipp===3.4.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 539)) 2021-04-20 16:58:26.022 | Downloading http://10.100.0.9:8080/root/pypi/+f/51c/b66cc54621609/zipp-3.4.1-py3-none-any.whl 2021-04-20 16:58:26.055 | Building wheels for collected packages: pyperclip 2021-04-20 16:58:26.056 | Running setup.py bdist_wheel for pyperclip: started 2021-04-20 16:58:26.350 | Running setup.py bdist_wheel for pyperclip: finished with status 'error' 2021-04-20 16:58:26.350 | Complete output from command /opt/stack/requirements/.venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-4s3xtbnf/pyperclip/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpl6qh_amtpip-wheel- --python-tag cp36: 2021-04-20 16:58:26.351 | usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2021-04-20 16:58:26.351 | or: -c --help [cmd1 cmd2 ...] 2021-04-20 16:58:26.351 | or: -c --help-commands 2021-04-20 16:58:26.351 | or: -c cmd --help 2021-04-20 16:58:26.351 | 2021-04-20 16:58:26.351 | error: invalid command 'bdist_wheel' 2021-04-20 16:58:26.351 | 2021-04-20 16:58:26.351 | ---------------------------------------- 2021-04-20 16:58:26.351 | Failed building wheel for pyperclip 2021-04-20 16:58:26.351 | Running setup.py clean for pyperclip 2021-04-20 16:58:26.634 | Failed to build pyperclip 2021-04-20 16:58:26.635 | Installing collected packages: chardet, certifi, attrs, extras, argparse, six, linecache2, traceback2, unittest2, python-mimeparse, testtools, fixtures, wcwidth, prettytable, urllib3, PyYAML, idna, requests, pyparsing, pyperclip, typing-extensions, zipp, importlib-metadata, colorama, cmd2, stevedore, cliff, packaging, Parsley, beagle, openstack-requirements 2021-04-20 16:58:27.918 | Running setup.py install for pyperclip: started 2021-04-20 16:58:28.378 | Running setup.py install for pyperclip: finished with status 'done' 2021-04-20 16:58:28.909 | Running setup.py install for openstack-requirements: started 2021-04-20 16:58:31.292 | Running setup.py install for openstack-requirements: finished with status 'done' 2021-04-20 16:58:31.871 | Successfully installed Parsley-1.3 PyYAML-5.4.1 argparse-1.4.0 attrs-20.3.0 beagle-0.3.0 certifi-2020.12.5 chardet-4.0.0 cliff-3.7.0 cmd2-1.5.0 colorama-0.4.4 extras-1.0.0 fixtures-3.0.0 idna-2.10 importlib-metadata-3.10.1 linecache2-1.0.0 openstack-requirements-1.2.1.dev4514 packaging-20.9 prettytable-0.7.2 pyparsing-2.4.7 pyperclip-1.8.2 python-mimeparse-1.6.0 requests-2.25.1 six-1.15.0 stevedore-3.3.0 testtools-2.4.0 traceback2-1.4.0 typing-extensions-3.7.4.3 unittest2-1.1.0 urllib3-1.26.4 wcwidth-0.2.5 zipp-3.4.1 2021-04-20 16:58:31.998 | + inc/python:pip_install:200 : result=0 2021-04-20 16:58:32.000 | + inc/python:pip_install:202 : time_stop pip_install 2021-04-20 16:58:32.002 | + functions-common:time_stop:2304 : local name 2021-04-20 16:58:32.005 | + functions-common:time_stop:2305 : local end_time 2021-04-20 16:58:32.007 | + functions-common:time_stop:2306 : local elapsed_time 2021-04-20 16:58:32.009 | + functions-common:time_stop:2307 : local total 2021-04-20 16:58:32.011 | + functions-common:time_stop:2308 : local start_time 2021-04-20 16:58:32.013 | + functions-common:time_stop:2310 : name=pip_install 2021-04-20 16:58:32.016 | + functions-common:time_stop:2311 : start_time=1618937898853 2021-04-20 16:58:32.018 | + functions-common:time_stop:2313 : [[ -z 1618937898853 ]] 2021-04-20 16:58:32.021 | ++ functions-common:time_stop:2316 : date +%s%3N 2021-04-20 16:58:32.024 | + functions-common:time_stop:2316 : end_time=1618937912022 2021-04-20 16:58:32.026 | + functions-common:time_stop:2317 : elapsed_time=13169 2021-04-20 16:58:32.028 | + functions-common:time_stop:2318 : total=10813 2021-04-20 16:58:32.030 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-20 16:58:32.033 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=23982 2021-04-20 16:58:32.035 | + inc/python:pip_install:203 : return 0 2021-04-20 16:58:32.038 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2021-04-20 16:58:32.040 | + lib/infra:install_infra:42 : use_library_from_git pbr 2021-04-20 16:58:32.043 | + inc/python:use_library_from_git:250 : local name=pbr 2021-04-20 16:58:32.045 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-20 16:58:32.047 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-20 16:58:32.049 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,pbr, ]] 2021-04-20 16:58:32.052 | + inc/python:use_library_from_git:253 : return 1 2021-04-20 16:58:32.054 | + lib/infra:install_infra:48 : pip_install -U pbr 2021-04-20 16:58:32.071 | Using python 3.6 to install pbr 2021-04-20 16:58:32.074 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2021-04-20 16:58:33.020 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-04-20 16:58:33.020 | from cryptography.utils import int_from_bytes 2021-04-20 16:58:33.020 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-04-20 16:58:33.020 | from cryptography.utils import int_from_bytes 2021-04-20 16:58:34.116 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-04-20 16:58:34.120 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-04-20 16:58:34.126 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-04-20 16:58:34.131 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-04-20 16:58:34.249 | Requirement already up-to-date: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (5.5.1) 2021-04-20 16:58:35.943 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-04-20 16:58:35.943 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-04-20 16:58:36.030 | + inc/python:pip_install:200 : result=0 2021-04-20 16:58:36.033 | + inc/python:pip_install:202 : time_stop pip_install 2021-04-20 16:58:36.035 | + functions-common:time_stop:2304 : local name 2021-04-20 16:58:36.038 | + functions-common:time_stop:2305 : local end_time 2021-04-20 16:58:36.040 | + functions-common:time_stop:2306 : local elapsed_time 2021-04-20 16:58:36.042 | + functions-common:time_stop:2307 : local total 2021-04-20 16:58:36.044 | + functions-common:time_stop:2308 : local start_time 2021-04-20 16:58:36.046 | + functions-common:time_stop:2310 : name=pip_install 2021-04-20 16:58:36.048 | + functions-common:time_stop:2311 : start_time=1618937912067 2021-04-20 16:58:36.050 | + functions-common:time_stop:2313 : [[ -z 1618937912067 ]] 2021-04-20 16:58:36.053 | ++ functions-common:time_stop:2316 : date +%s%3N 2021-04-20 16:58:36.056 | + functions-common:time_stop:2316 : end_time=1618937916054 2021-04-20 16:58:36.058 | + functions-common:time_stop:2317 : elapsed_time=3987 2021-04-20 16:58:36.060 | + functions-common:time_stop:2318 : total=23982 2021-04-20 16:58:36.062 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-20 16:58:36.064 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=27969 2021-04-20 16:58:36.067 | + inc/python:pip_install:203 : return 0 2021-04-20 16:58:36.069 | + ./stack.sh:main:778 : python3 -m venv /opt/stack/bindep-venv 2021-04-20 16:58:38.651 | + ./stack.sh:main:780 : /opt/stack/bindep-venv/bin/pip install bindep 2021-04-20 16:58:40.303 | Collecting bindep 2021-04-20 16:58:40.368 | Downloading http://10.100.0.9:8080/root/pypi/+f/0e7/df0a527c159ff/bindep-2.9.0-py2.py3-none-any.whl 2021-04-20 16:58:40.391 | Collecting pbr>=2.0.0 (from bindep) 2021-04-20 16:58:40.475 | Downloading http://10.100.0.9:8080/root/pypi/+f/b23/6cde0ac9a6aed/pbr-5.5.1-py2.py3-none-any.whl (106kB) 2021-04-20 16:58:40.505 | Collecting distro (from bindep) 2021-04-20 16:58:40.531 | Downloading http://10.100.0.9:8080/root/pypi/+f/df7/4eed763e18d10/distro-1.5.0-py2.py3-none-any.whl 2021-04-20 16:58:40.543 | Collecting Parsley (from bindep) 2021-04-20 16:58:40.559 | Downloading http://10.100.0.9:8080/root/pypi/+f/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88kB) 2021-04-20 16:58:40.581 | Installing collected packages: pbr, distro, Parsley, bindep 2021-04-20 16:58:40.910 | Successfully installed Parsley-1.3 bindep-2.9.0 distro-1.5.0 pbr-5.5.1 2021-04-20 16:58:40.974 | + ./stack.sh:main:781 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2021-04-20 16:58:40.977 | + ./stack.sh:main:781 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2021-04-20 16:58:40.980 | ++ ./stack.sh:main:784 : _get_plugin_bindep_packages 2021-04-20 16:58:40.995 | + ./stack.sh:main:784 : pkgs= 2021-04-20 16:58:40.998 | + ./stack.sh:main:785 : [[ -n '' ]] 2021-04-20 16:58:41.000 | + ./stack.sh:main:792 : run_phase stack pre-install 2021-04-20 16:58:41.002 | + functions-common:run_phase:1732 : local mode=stack 2021-04-20 16:58:41.004 | + functions-common:run_phase:1733 : local phase=pre-install 2021-04-20 16:58:41.006 | + functions-common:run_phase:1734 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-04-20 16:58:41.008 | + functions-common:run_phase:1735 : local extra_plugin_file_name 2021-04-20 16:58:41.011 | + functions-common:run_phase:1736 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-04-20 16:58:41.013 | + functions-common:run_phase:1741 : local exceptions=80-tempest.sh 2021-04-20 16:58:41.015 | + functions-common:run_phase:1742 : local extra 2021-04-20 16:58:41.018 | ++ functions-common:run_phase:1743 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-04-20 16:58:41.021 | + functions-common:run_phase:1743 : extra=80-tempest.sh 2021-04-20 16:58:41.023 | + functions-common:run_phase:1744 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-04-20 16:58:41.026 | + functions-common:run_phase:1748 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-04-20 16:58:41.028 | + functions-common:run_phase:1748 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2021-04-20 16:58:41.030 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-04-20 16:58:41.044 | ++ functions-common:is_service_enabled:1960 : return 0 2021-04-20 16:58:41.046 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-04-20 16:58:41.048 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-04-20 16:58:41.052 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2021-04-20 16:58:41.054 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2021-04-20 16:58:41.057 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2021-04-20 16:58:41.059 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2021-04-20 16:58:41.061 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2021-04-20 16:58:41.063 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2021-04-20 16:58:41.065 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2021-04-20 16:58:41.068 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2021-04-20 16:58:41.070 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2021-04-20 16:58:41.072 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2021-04-20 16:58:41.074 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2021-04-20 16:58:41.076 | + functions-common:run_phase:1753 : [[ stack == \s\o\u\r\c\e ]] 2021-04-20 16:58:41.078 | + functions-common:run_phase:1756 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-04-20 16:58:41.080 | + functions-common:run_phase:1759 : run_plugins stack pre-install 2021-04-20 16:58:41.083 | + functions-common:run_plugins:1718 : local mode=stack 2021-04-20 16:58:41.085 | + functions-common:run_plugins:1719 : local phase=pre-install 2021-04-20 16:58:41.087 | + functions-common:run_plugins:1721 : local plugins= 2021-04-20 16:58:41.090 | + functions-common:run_plugins:1722 : local plugin 2021-04-20 16:58:41.092 | + ./stack.sh:main:795 : set_systemd_override DefaultLimitNOFILE 2048 2021-04-20 16:58:41.094 | + functions:set_systemd_override:820 : local key=DefaultLimitNOFILE 2021-04-20 16:58:41.097 | + functions:set_systemd_override:821 : local value=2048 2021-04-20 16:58:41.100 | + functions:set_systemd_override:823 : local sysconf=/etc/systemd/system.conf 2021-04-20 16:58:41.102 | + functions:set_systemd_override:824 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2021-04-20 16:58:41.146 | + functions:set_systemd_override:825 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2021-04-20 16:58:41.146 | Set systemd system override for DefaultLimitNOFILE=2048 2021-04-20 16:58:41.148 | + functions:set_systemd_override:827 : sudo systemctl daemon-reload 2021-04-20 16:58:41.326 | + ./stack.sh:main:797 : install_rpc_backend 2021-04-20 16:58:41.328 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2021-04-20 16:58:41.343 | + functions-common:is_service_enabled:1960 : return 0 2021-04-20 16:58:41.345 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2021-04-20 16:58:41.348 | + functions-common:install_package:1342 : update_package_repo 2021-04-20 16:58:41.350 | + functions-common:update_package_repo:1314 : NO_UPDATE_REPOS=False 2021-04-20 16:58:41.353 | + functions-common:update_package_repo:1315 : REPOS_UPDATED=True 2021-04-20 16:58:41.355 | + functions-common:update_package_repo:1316 : RETRY_UPDATE=False 2021-04-20 16:58:41.357 | + functions-common:update_package_repo:1318 : [[ False = \T\r\u\e ]] 2021-04-20 16:58:41.359 | + functions-common:update_package_repo:1322 : is_ubuntu 2021-04-20 16:58:41.361 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-20 16:58:41.364 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-20 16:58:41.366 | + functions-common:update_package_repo:1323 : apt_get_update 2021-04-20 16:58:41.368 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-04-20 16:58:41.371 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2021-04-20 16:58:41.373 | + functions-common:apt_get_update:1069 : return 2021-04-20 16:58:41.375 | + functions-common:install_package:1343 : real_install_package rabbitmq-server 2021-04-20 16:58:41.377 | + functions-common:real_install_package:1328 : is_ubuntu 2021-04-20 16:58:41.379 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-20 16:58:41.381 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-20 16:58:41.384 | + functions-common:real_install_package:1329 : apt_get install rabbitmq-server 2021-04-20 16:58:41.401 | + functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2021-04-20 16:58:41.521 | Reading package lists... 2021-04-20 16:58:41.774 | Building dependency tree... 2021-04-20 16:58:41.775 | Reading state information... 2021-04-20 16:58:41.990 | The following packages were automatically installed and are no longer required: 2021-04-20 16:58:41.990 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-04-20 16:58:41.990 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-04-20 16:58:41.990 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2021-04-20 16:58:41.991 | python3-pam python3-problem-report python3-pyasn1 2021-04-20 16:58:41.991 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-04-20 16:58:41.991 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-04-20 16:58:41.991 | Use 'sudo apt autoremove' to remove them. 2021-04-20 16:58:41.991 | The following additional packages will be installed: 2021-04-20 16:58:41.991 | erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter 2021-04-20 16:58:41.991 | erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic 2021-04-20 16:58:41.991 | erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon 2021-04-20 16:58:41.991 | erlang-parsetools erlang-public-key erlang-runtime-tools erlang-snmp 2021-04-20 16:58:41.992 | erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools erlang-xmerl libodbc1 2021-04-20 16:58:41.993 | Suggested packages: 2021-04-20 16:58:41.993 | erlang erlang-manpages erlang-doc xsltproc fop erlang-ic-java libmyodbc 2021-04-20 16:58:41.993 | odbc-postgresql tdsodbc unixodbc-bin 2021-04-20 16:58:42.037 | The following NEW packages will be installed: 2021-04-20 16:58:42.037 | erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter 2021-04-20 16:58:42.037 | erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic 2021-04-20 16:58:42.037 | erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon 2021-04-20 16:58:42.037 | erlang-parsetools erlang-public-key erlang-runtime-tools erlang-snmp 2021-04-20 16:58:42.038 | erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools erlang-xmerl libodbc1 2021-04-20 16:58:42.038 | rabbitmq-server 2021-04-20 16:58:42.171 | 0 upgraded, 26 newly installed, 0 to remove and 178 not upgraded. 2021-04-20 16:58:42.171 | Need to get 24.5 MB of archives. 2021-04-20 16:58:42.171 | After this operation, 40.4 MB of additional disk space will be used. 2021-04-20 16:58:42.171 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-base amd64 1:20.2.2+dfsg-1ubuntu2 [7,323 kB] 2021-04-20 16:58:43.365 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-asn1 amd64 1:20.2.2+dfsg-1ubuntu2 [724 kB] 2021-04-20 16:58:43.431 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-mnesia amd64 1:20.2.2+dfsg-1ubuntu2 [724 kB] 2021-04-20 16:58:43.495 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-runtime-tools amd64 1:20.2.2+dfsg-1ubuntu2 [178 kB] 2021-04-20 16:58:43.670 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-crypto amd64 1:20.2.2+dfsg-1ubuntu2 [104 kB] 2021-04-20 16:58:43.672 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-public-key amd64 1:20.2.2+dfsg-1ubuntu2 [561 kB] 2021-04-20 16:58:43.686 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ssl amd64 1:20.2.2+dfsg-1ubuntu2 [814 kB] 2021-04-20 16:58:43.811 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-inets amd64 1:20.2.2+dfsg-1ubuntu2 [711 kB] 2021-04-20 16:58:43.834 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-corba amd64 1:20.2.2+dfsg-1ubuntu2 [2,251 kB] 2021-04-20 16:58:44.368 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-syntax-tools amd64 1:20.2.2+dfsg-1ubuntu2 [345 kB] 2021-04-20 16:58:44.387 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-diameter amd64 1:20.2.2+dfsg-1ubuntu2 [647 kB] 2021-04-20 16:58:44.410 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-xmerl amd64 1:20.2.2+dfsg-1ubuntu2 [964 kB] 2021-04-20 16:58:44.433 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-edoc amd64 1:20.2.2+dfsg-1ubuntu2 [283 kB] 2021-04-20 16:58:44.439 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-eldap amd64 1:20.2.2+dfsg-1ubuntu2 [101 kB] 2021-04-20 16:58:44.441 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-erl-docgen amd64 1:20.2.2+dfsg-1ubuntu2 [118 kB] 2021-04-20 16:58:44.444 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-eunit amd64 1:20.2.2+dfsg-1ubuntu2 [136 kB] 2021-04-20 16:58:44.448 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ic amd64 1:20.2.2+dfsg-1ubuntu2 [817 kB] 2021-04-20 16:58:44.767 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libodbc1 amd64 2.3.4-1.1ubuntu3 [183 kB] 2021-04-20 16:58:44.773 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-odbc amd64 1:20.2.2+dfsg-1ubuntu2 [47.5 kB] 2021-04-20 16:58:44.774 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-snmp amd64 1:20.2.2+dfsg-1ubuntu2 [1,531 kB] 2021-04-20 16:58:44.862 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-os-mon amd64 1:20.2.2+dfsg-1ubuntu2 [90.4 kB] 2021-04-20 16:58:44.932 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-parsetools amd64 1:20.2.2+dfsg-1ubuntu2 [153 kB] 2021-04-20 16:58:44.960 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ssh amd64 1:20.2.2+dfsg-1ubuntu2 [508 kB] 2021-04-20 16:58:44.975 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-tools amd64 1:20.2.2+dfsg-1ubuntu2 [503 kB] 2021-04-20 16:58:45.128 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-nox all 1:20.2.2+dfsg-1ubuntu2 [13.4 kB] 2021-04-20 16:58:45.128 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 rabbitmq-server all 3.6.10-1ubuntu0.4 [4,651 kB] 2021-04-20 16:58:46.368 | Fetched 24.5 MB in 4s (6,492 kB/s) 2021-04-20 16:58:46.599 | Selecting previously unselected package erlang-base. 2021-04-20 16:58:46.636 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 74791 files and directories currently installed.) 2021-04-20 16:58:46.639 | Preparing to unpack .../00-erlang-base_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-20 16:58:46.714 | Unpacking erlang-base (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-20 16:58:48.318 | Selecting previously unselected package erlang-asn1. 2021-04-20 16:58:48.326 | Preparing to unpack .../01-erlang-asn1_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-20 16:58:48.377 | Unpacking erlang-asn1 (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-20 16:58:48.834 | Selecting previously unselected package erlang-mnesia. 2021-04-20 16:58:48.842 | Preparing to unpack .../02-erlang-mnesia_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-20 16:58:48.903 | Unpacking erlang-mnesia (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-20 16:58:49.383 | Selecting previously unselected package erlang-runtime-tools. 2021-04-20 16:58:49.391 | Preparing to unpack .../03-erlang-runtime-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-20 16:58:49.456 | Unpacking erlang-runtime-tools (1:20.2.2+dfsg-1ubuntu2) ...