2021-04-15 12:28:58.675 | + ./stack.sh:main:469 : exec 2021-04-15 12:28:58.675 | + ./stack.sh:main:477 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2021-04-15-122858' 2021-04-15 12:28:58.675 | ++ ./stack.sh:main:469 : /usr/bin/python3.6 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2021-04-15-122858.summary.2021-04-15-122858 2021-04-15 12:28:58.675 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-04-15 12:28:58.675 | + ./stack.sh:echo_summary:428 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2021-04-15-122858 2021-04-15 12:28:58.675 | + ./stack.sh:main:479 : ln -sf /opt/stack/logs/stack.sh.log.2021-04-15-122858 /opt/stack/logs/stack.sh.log 2021-04-15 12:28:58.675 | + ./stack.sh:main:480 : ln -sf /opt/stack/logs/stack.sh.log.2021-04-15-122858.summary.2021-04-15-122858 /opt/stack/logs/stack.sh.log.summary 2021-04-15 12:28:58.675 | + ./stack.sh:main:495 : check_path_perm_sanity /opt/stack 2021-04-15 12:28:58.675 | + functions:check_path_perm_sanity:596 : local real_path 2021-04-15 12:28:58.675 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2021-04-15 12:28:58.675 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2021-04-15 12:28:58.675 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2021-04-15 12:28:58.675 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2021-04-15 12:28:58.675 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2021-04-15 12:28:58.675 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2021-04-15 12:28:58.675 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2021-04-15 12:28:58.675 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2021-04-15 12:28:58.675 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2021-04-15 12:28:58.675 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2021-04-15 12:28:58.675 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2021-04-15 12:28:58.675 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2021-04-15 12:28:58.679 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2021-04-15 12:28:58.683 | + ./stack.sh:main:501 : trap exit_trap EXIT 2021-04-15 12:28:58.686 | + ./stack.sh:main:542 : trap err_trap ERR 2021-04-15 12:28:58.687 | + ./stack.sh:main:555 : set -o errexit 2021-04-15 12:28:58.689 | + ./stack.sh:main:558 : uname -a 2021-04-15 12:28:58.690 | Linux dv-cinder-784945-4-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-15 12:28:58.692 | + ./stack.sh:main:561 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2021-04-15 12:28:58.695 | + ./stack.sh:main:562 : rm -f /opt/stack/data/ca-bundle.pem 2021-04-15 12:28:58.698 | + ./stack.sh:main:565 : source /home/ubuntu/devstack/lib/database 2021-04-15 12:28:58.723 | + ./stack.sh:main:566 : source /home/ubuntu/devstack/lib/rpc_backend 2021-04-15 12:28:58.738 | + ./stack.sh:main:572 : fetch_plugins 2021-04-15 12:28:58.740 | + functions-common:fetch_plugins:1650 : local plugins= 2021-04-15 12:28:58.742 | + functions-common:fetch_plugins:1651 : local plugin 2021-04-15 12:28:58.744 | + functions-common:fetch_plugins:1654 : [[ -z '' ]] 2021-04-15 12:28:58.746 | + functions-common:fetch_plugins:1655 : return 2021-04-15 12:28:58.748 | + ./stack.sh:main:576 : run_phase override_defaults 2021-04-15 12:28:58.750 | + functions-common:run_phase:1732 : local mode=override_defaults 2021-04-15 12:28:58.751 | + functions-common:run_phase:1733 : local phase= 2021-04-15 12:28:58.753 | + functions-common:run_phase:1734 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-04-15 12:28:58.755 | + functions-common:run_phase:1735 : local extra_plugin_file_name 2021-04-15 12:28:58.759 | + functions-common:run_phase:1736 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-04-15 12:28:58.760 | + functions-common:run_phase:1741 : local exceptions=80-tempest.sh 2021-04-15 12:28:58.762 | + functions-common:run_phase:1742 : local extra 2021-04-15 12:28:58.765 | ++ functions-common:run_phase:1743 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-04-15 12:28:58.767 | + functions-common:run_phase:1743 : extra=80-tempest.sh 2021-04-15 12:28:58.769 | + functions-common:run_phase:1744 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-04-15 12:28:58.771 | + functions-common:run_phase:1748 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-04-15 12:28:58.774 | + functions-common:run_phase:1748 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2021-04-15 12:28:58.778 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-04-15 12:28:58.793 | ++ functions-common:is_service_enabled:1960 : return 0 2021-04-15 12:28:58.795 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-04-15 12:28:58.797 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-15 12:28:58.799 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-15 12:28:58.800 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-15 12:28:58.803 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-15 12:28:58.805 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-15 12:28:58.807 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2021-04-15 12:28:58.809 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2021-04-15 12:28:58.810 | + functions-common:run_phase:1753 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-04-15 12:28:58.812 | + 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-15 12:28:58.814 | + functions-common:run_phase:1757 : plugin_override_defaults 2021-04-15 12:28:58.816 | + functions-common:plugin_override_defaults:1691 : local plugins= 2021-04-15 12:28:58.819 | + functions-common:plugin_override_defaults:1692 : local plugin 2021-04-15 12:28:58.821 | + functions-common:plugin_override_defaults:1695 : [[ -z '' ]] 2021-04-15 12:28:58.822 | + functions-common:plugin_override_defaults:1696 : return 2021-04-15 12:28:58.824 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/apache 2021-04-15 12:28:58.842 | + ./stack.sh:main:582 : source /home/ubuntu/devstack/lib/tls 2021-04-15 12:28:58.844 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2021-04-15 12:28:58.858 | ++ functions-common:is_service_enabled:1960 : return 1 2021-04-15 12:28:58.860 | +++ lib/tls:source:43 : hostname -f 2021-04-15 12:28:58.863 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2021-04-15 12:28:58.866 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2021-04-15 12:28:58.868 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2021-04-15 12:28:58.870 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2021-04-15 12:28:58.872 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2021-04-15 12:28:58.873 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2021-04-15 12:28:58.875 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2021-04-15 12:28:58.877 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2021-04-15 12:28:58.879 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2021-04-15 12:28:58.882 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2021-04-15 12:28:58.886 | + ./stack.sh:main:585 : source /home/ubuntu/devstack/lib/infra 2021-04-15 12:28:58.898 | + ./stack.sh:main:586 : source /home/ubuntu/devstack/lib/libraries 2021-04-15 12:28:58.914 | + ./stack.sh:main:587 : source /home/ubuntu/devstack/lib/lvm 2021-04-15 12:28:58.925 | + ./stack.sh:main:588 : source /home/ubuntu/devstack/lib/horizon 2021-04-15 12:28:58.937 | + ./stack.sh:main:589 : source /home/ubuntu/devstack/lib/keystone 2021-04-15 12:28:58.963 | + ./stack.sh:main:590 : source /home/ubuntu/devstack/lib/glance 2021-04-15 12:28:59.000 | + ./stack.sh:main:591 : source /home/ubuntu/devstack/lib/nova 2021-04-15 12:28:59.078 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/placement 2021-04-15 12:28:59.100 | + ./stack.sh:main:593 : source /home/ubuntu/devstack/lib/cinder 2021-04-15 12:28:59.135 | + ./stack.sh:main:594 : source /home/ubuntu/devstack/lib/swift 2021-04-15 12:28:59.182 | + ./stack.sh:main:595 : source /home/ubuntu/devstack/lib/neutron 2021-04-15 12:28:59.300 | + ./stack.sh:main:596 : source /home/ubuntu/devstack/lib/ldap 2021-04-15 12:28:59.314 | + ./stack.sh:main:597 : source /home/ubuntu/devstack/lib/dstat 2021-04-15 12:28:59.327 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/tcpdump 2021-04-15 12:28:59.342 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/etcd3 2021-04-15 12:28:59.435 | + ./stack.sh:main:605 : run_phase source 2021-04-15 12:28:59.437 | + functions-common:run_phase:1732 : local mode=source 2021-04-15 12:28:59.440 | + functions-common:run_phase:1733 : local phase= 2021-04-15 12:28:59.442 | + functions-common:run_phase:1734 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-04-15 12:28:59.444 | + functions-common:run_phase:1735 : local extra_plugin_file_name 2021-04-15 12:28:59.446 | + functions-common:run_phase:1736 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-04-15 12:28:59.448 | + functions-common:run_phase:1741 : local exceptions=80-tempest.sh 2021-04-15 12:28:59.450 | + functions-common:run_phase:1742 : local extra 2021-04-15 12:28:59.453 | ++ functions-common:run_phase:1743 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-04-15 12:28:59.456 | + functions-common:run_phase:1743 : extra=80-tempest.sh 2021-04-15 12:28:59.458 | + functions-common:run_phase:1744 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-04-15 12:28:59.461 | + functions-common:run_phase:1748 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-04-15 12:28:59.463 | + functions-common:run_phase:1748 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2021-04-15 12:28:59.465 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-04-15 12:28:59.479 | ++ functions-common:is_service_enabled:1960 : return 0 2021-04-15 12:28:59.481 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2021-04-15 12:28:59.483 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2021-04-15 12:28:59.517 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2021-04-15 12:28:59.520 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2021-04-15 12:28:59.522 | + functions-common:run_phase:1753 : [[ source == \s\o\u\r\c\e ]] 2021-04-15 12:28:59.525 | + functions-common:run_phase:1754 : load_plugin_settings 2021-04-15 12:28:59.527 | + functions-common:load_plugin_settings:1668 : local plugins= 2021-04-15 12:28:59.529 | + functions-common:load_plugin_settings:1669 : local plugin 2021-04-15 12:28:59.531 | + functions-common:load_plugin_settings:1672 : [[ -z '' ]] 2021-04-15 12:28:59.533 | + functions-common:load_plugin_settings:1673 : return 2021-04-15 12:28:59.535 | + functions-common:run_phase:1755 : verify_disabled_services 2021-04-15 12:28:59.538 | + functions-common:verify_disabled_services:2015 : local service 2021-04-15 12:28:59.540 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-15 12:28:59.542 | + 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-15 12:28:59.545 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-15 12:28:59.547 | + 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-15 12:28:59.549 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-15 12:28:59.551 | + 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-15 12:28:59.554 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-15 12:28:59.557 | + 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-15 12:28:59.561 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-15 12:28:59.564 | + 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-15 12:28:59.567 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-15 12:28:59.569 | + 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-15 12:28:59.572 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-15 12:28:59.574 | + 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-15 12:28:59.576 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-15 12:28:59.579 | + 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-15 12:28:59.581 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-15 12:28:59.584 | + 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-15 12:28:59.586 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-15 12:28:59.591 | + 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-15 12:28:59.593 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-15 12:28:59.595 | + 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-15 12:28:59.597 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-15 12:28:59.603 | + 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-15 12:28:59.606 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-15 12:28:59.609 | + 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-15 12:28:59.612 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-15 12:28:59.614 | + 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-15 12:28:59.617 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-15 12:28:59.619 | + 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-15 12:28:59.621 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-15 12:28:59.624 | + 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-15 12:28:59.626 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-15 12:28:59.628 | + 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-15 12:28:59.636 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-15 12:28:59.641 | + 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-15 12:28:59.644 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-15 12:28:59.647 | + 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-15 12:28:59.649 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-15 12:28:59.652 | + 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-15 12:28:59.654 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-15 12:28:59.656 | + 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-15 12:28:59.658 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-15 12:28:59.661 | + 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-15 12:28:59.663 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-15 12:28:59.667 | + 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-15 12:28:59.672 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-15 12:28:59.675 | + 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-15 12:28:59.677 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-15 12:28:59.679 | + 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-15 12:28:59.683 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-15 12:28:59.685 | + 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-15 12:28:59.688 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-15 12:28:59.690 | + 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-15 12:28:59.693 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-15 12:28:59.696 | + 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-15 12:28:59.698 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-15 12:28:59.701 | + 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-15 12:28:59.705 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-15 12:28:59.708 | + 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-15 12:28:59.712 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-15 12:28:59.714 | + 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-15 12:28:59.717 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-15 12:28:59.719 | + 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-15 12:28:59.721 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-15 12:28:59.723 | + 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-15 12:28:59.726 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-15 12:28:59.728 | + 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-15 12:28:59.731 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-15 12:28:59.733 | + 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-15 12:28:59.735 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-15 12:28:59.737 | + 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-15 12:28:59.740 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-15 12:28:59.742 | + 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-15 12:28:59.745 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-15 12:28:59.747 | + 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-15 12:28:59.749 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-15 12:28:59.752 | + 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-15 12:28:59.754 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-15 12:28:59.757 | + 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-15 12:28:59.762 | + ./stack.sh:main:676 : initialize_database_backends 2021-04-15 12:28:59.768 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-04-15 12:28:59.770 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2021-04-15 12:28:59.787 | + functions-common:is_service_enabled:1960 : return 0 2021-04-15 12:28:59.790 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2021-04-15 12:28:59.792 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-04-15 12:28:59.794 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2021-04-15 12:28:59.810 | + functions-common:is_service_enabled:1960 : return 1 2021-04-15 12:28:59.813 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2021-04-15 12:28:59.817 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2021-04-15 12:28:59.821 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2021-04-15 12:28:59.824 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2021-04-15 12:28:59.826 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2021-04-15 12:28:59.829 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2021-04-15 12:28:59.831 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2021-04-15 12:28:59.835 | ++ lib/database:initialize_database_backends:102 : get_database_type_mysql 2021-04-15 12:28:59.838 | ++ lib/databases/mysql:get_database_type_mysql:35 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2021-04-15 12:28:59.840 | ++ lib/databases/mysql:get_database_type_mysql:36 : echo mysql+pymysql 2021-04-15 12:28:59.843 | + lib/database:initialize_database_backends:102 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-04-15 12:28:59.847 | + lib/database:initialize_database_backends:104 : return 0 2021-04-15 12:28:59.850 | + ./stack.sh:main:677 : echo 'Using mysql database backend' 2021-04-15 12:28:59.850 | Using mysql database backend 2021-04-15 12:28:59.853 | + ./stack.sh:main:680 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2021-04-15 12:28:59.872 | + ./stack.sh:main:692 : is_service_enabled rabbit 2021-04-15 12:28:59.891 | + functions-common:is_service_enabled:1960 : return 0 2021-04-15 12:28:59.894 | + ./stack.sh:main:693 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2021-04-15 12:28:59.915 | + ./stack.sh:main:700 : is_service_enabled keystone 2021-04-15 12:28:59.934 | + functions-common:is_service_enabled:1960 : return 0 2021-04-15 12:28:59.937 | + ./stack.sh:main:702 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2021-04-15 12:28:59.960 | + ./stack.sh:main:704 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2021-04-15 12:28:59.980 | + ./stack.sh:main:715 : is_service_enabled ldap 2021-04-15 12:28:59.999 | + functions-common:is_service_enabled:1960 : return 1 2021-04-15 12:29:00.003 | + ./stack.sh:main:724 : is_service_enabled s-proxy 2021-04-15 12:29:00.023 | + functions-common:is_service_enabled:1960 : return 0 2021-04-15 12:29:00.028 | + ./stack.sh:main:728 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2021-04-15 12:29:00.050 | + ./stack.sh:main:730 : [[ -z '' ]] 2021-04-15 12:29:00.053 | + ./stack.sh:main:730 : [[ False == \T\r\u\e ]] 2021-04-15 12:29:00.056 | + ./stack.sh:main:736 : save_stackenv 736 2021-04-15 12:29:00.059 | + functions-common:save_stackenv:60 : local tag=736 2021-04-15 12:29:00.064 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2021-04-15 12:29:00.067 | + functions-common:save_stackenv:62 : time_stamp=2021-04-15-122900 2021-04-15 12:29:00.071 | + functions-common:save_stackenv:63 : echo '# 2021-04-15-122900 736' 2021-04-15 12:29:00.075 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-15 12:29:00.078 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-04-15 12:29:00.080 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-15 12:29:00.083 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2021-04-15 12:29:00.088 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-15 12:29:00.092 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2021-04-15 12:29:00.094 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-15 12:29:00.097 | + 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-15 12:29:00.100 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-15 12:29:00.103 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.38 2021-04-15 12:29:00.105 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-15 12:29:00.108 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.38/identity 2021-04-15 12:29:00.111 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-15 12:29:00.114 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2021-04-15-122858 2021-04-15 12:29:00.117 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-15 12:29:00.119 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2021-04-15 12:29:00.122 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-15 12:29:00.124 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.38 2021-04-15 12:29:00.127 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-15 12:29:00.129 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2021-04-15 12:29:00.133 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-15 12:29:00.135 | + functions-common:save_stackenv:65 : echo TLS_IP= 2021-04-15 12:29:00.138 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-15 12:29:00.140 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2021-04-15 12:29:00.143 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-15 12:29:00.145 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2021-04-15 12:29:00.148 | + ./stack.sh:main:747 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2021-04-15 12:29:00.151 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/requirements.git 2021-04-15 12:29:00.153 | + functions-common:git_clone:524 : local git_dest=/opt/stack/requirements 2021-04-15 12:29:00.157 | + functions-common:git_clone:525 : local git_ref=master 2021-04-15 12:29:00.159 | + functions-common:git_clone:526 : local orig_dir 2021-04-15 12:29:00.162 | ++ functions-common:git_clone:527 : pwd 2021-04-15 12:29:00.165 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-04-15 12:29:00.167 | + functions-common:git_clone:528 : local git_clone_flags= 2021-04-15 12:29:00.170 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-04-15 12:29:00.185 | + functions-common:git_clone:530 : RECLONE=False 2021-04-15 12:29:00.187 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-04-15 12:29:00.190 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-04-15 12:29:00.194 | + functions-common:git_clone:544 : echo master 2021-04-15 12:29:00.194 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-04-15 12:29:00.200 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/requirements ]] 2021-04-15 12:29:00.204 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-04-15 12:29:00.207 | + functions-common:git_clone:592 : cd /opt/stack/requirements 2021-04-15 12:29:00.210 | + functions-common:git_clone:593 : git show --oneline 2021-04-15 12:29:00.211 | + functions-common:git_clone:593 : head -1 2021-04-15 12:29:00.213 | bfeeee22 Updated from generate-constraints 2021-04-15 12:29:00.216 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-04-15 12:29:00.218 | + ./stack.sh:main:751 : echo_summary 'Installing package prerequisites' 2021-04-15 12:29:00.221 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-04-15 12:29:00.223 | + ./stack.sh:echo_summary:428 : echo -e Installing package prerequisites 2021-04-15 12:29:00.226 | + ./stack.sh:main:752 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2021-04-15 12:29:00.229 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2021-04-15 12:29:00.231 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2021-04-15 12:29:00.234 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2021-04-15 12:29:00.236 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2021-04-15 12:29:00.240 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2021-04-15 12:29:00.243 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2021-04-15 12:29:00.247 | +++ tools/install_prereqs.sh:source:47 : date +%s 2021-04-15 12:29:00.254 | ++ tools/install_prereqs.sh:source:47 : NOW=1618489740 2021-04-15 12:29:00.257 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2021-04-15 12:29:00.261 | +++ tools/install_prereqs.sh:source:48 : echo 0 2021-04-15 12:29:00.264 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2021-04-15 12:29:00.269 | ++ tools/install_prereqs.sh:source:49 : DELTA=1618489740 2021-04-15 12:29:00.272 | ++ tools/install_prereqs.sh:source:50 : [[ 1618489740 -lt 7200 ]] 2021-04-15 12:29:00.274 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2021-04-15 12:29:00.277 | ++ functions-common:export_proxy_variables:2122 : isset http_proxy 2021-04-15 12:29:00.279 | ++ functions-common:isset:174 : [[ -v http_proxy ]] 2021-04-15 12:29:00.282 | ++ functions-common:export_proxy_variables:2125 : isset https_proxy 2021-04-15 12:29:00.285 | ++ functions-common:isset:174 : [[ -v https_proxy ]] 2021-04-15 12:29:00.287 | ++ functions-common:export_proxy_variables:2128 : isset no_proxy 2021-04-15 12:29:00.289 | ++ functions-common:isset:174 : [[ -v no_proxy ]] 2021-04-15 12:29:00.293 | +++ 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-15 12:29:00.354 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2021-04-15 12:29:00.355 | apache2-dev 2021-04-15 12:29:00.355 | bc 2021-04-15 12:29:00.355 | bsdmainutils 2021-04-15 12:29:00.355 | curl 2021-04-15 12:29:00.355 | g++ 2021-04-15 12:29:00.355 | gcc 2021-04-15 12:29:00.355 | gettext 2021-04-15 12:29:00.355 | git 2021-04-15 12:29:00.355 | graphviz 2021-04-15 12:29:00.355 | iputils-ping 2021-04-15 12:29:00.355 | libapache2-mod-proxy-uwsgi 2021-04-15 12:29:00.355 | libffi-dev 2021-04-15 12:29:00.355 | libjpeg-dev 2021-04-15 12:29:00.355 | libmysqlclient-dev 2021-04-15 12:29:00.355 | libpcre3-dev 2021-04-15 12:29:00.355 | libpq-dev 2021-04-15 12:29:00.355 | libssl-dev 2021-04-15 12:29:00.355 | libsystemd-dev 2021-04-15 12:29:00.355 | libxml2-dev 2021-04-15 12:29:00.355 | libxslt1-dev 2021-04-15 12:29:00.355 | libyaml-dev 2021-04-15 12:29:00.355 | lsof 2021-04-15 12:29:00.355 | openssh-server 2021-04-15 12:29:00.355 | openssl 2021-04-15 12:29:00.355 | pkg-config 2021-04-15 12:29:00.355 | psmisc 2021-04-15 12:29:00.355 | python3-dev 2021-04-15 12:29:00.355 | python3-pip 2021-04-15 12:29:00.355 | python3-systemd 2021-04-15 12:29:00.355 | python3-venv 2021-04-15 12:29:00.355 | tar 2021-04-15 12:29:00.355 | tcpdump 2021-04-15 12:29:00.356 | unzip 2021-04-15 12:29:00.356 | uuid-runtime 2021-04-15 12:29:00.356 | wget 2021-04-15 12:29:00.356 | wget 2021-04-15 12:29:00.356 | zlib1g-dev 2021-04-15 12:29:00.356 | libkrb5-dev 2021-04-15 12:29:00.356 | libldap2-dev 2021-04-15 12:29:00.356 | libsasl2-dev 2021-04-15 12:29:00.356 | memcached 2021-04-15 12:29:00.356 | python3-mysqldb 2021-04-15 12:29:00.356 | sqlite3 2021-04-15 12:29:00.356 | conntrack 2021-04-15 12:29:00.356 | curl 2021-04-15 12:29:00.356 | dnsmasq-base 2021-04-15 12:29:00.356 | dnsmasq-utils 2021-04-15 12:29:00.356 | ebtables 2021-04-15 12:29:00.356 | gawk 2021-04-15 12:29:00.356 | genisoimage 2021-04-15 12:29:00.356 | iptables 2021-04-15 12:29:00.356 | iputils-arping 2021-04-15 12:29:00.356 | kpartx 2021-04-15 12:29:00.356 | libjs-jquery-tablesorter 2021-04-15 12:29:00.356 | libmysqlclient-dev 2021-04-15 12:29:00.356 | parted 2021-04-15 12:29:00.356 | pm-utils 2021-04-15 12:29:00.356 | python3-mysqldb 2021-04-15 12:29:00.356 | socat 2021-04-15 12:29:00.356 | sqlite3 2021-04-15 12:29:00.356 | sudo 2021-04-15 12:29:00.356 | vlan 2021-04-15 12:29:00.356 | lsscsi 2021-04-15 12:29:00.356 | open-iscsi 2021-04-15 12:29:00.356 | lvm2 2021-04-15 12:29:00.356 | qemu-utils 2021-04-15 12:29:00.356 | thin-provisioning-tools 2021-04-15 12:29:00.356 | acl 2021-04-15 12:29:00.356 | dnsmasq-base 2021-04-15 12:29:00.357 | dnsmasq-utils 2021-04-15 12:29:00.357 | ebtables 2021-04-15 12:29:00.357 | haproxy 2021-04-15 12:29:00.357 | iptables 2021-04-15 12:29:00.357 | iputils-arping 2021-04-15 12:29:00.357 | iputils-ping 2021-04-15 12:29:00.357 | libmysqlclient-dev 2021-04-15 12:29:00.357 | postgresql-server-dev-all 2021-04-15 12:29:00.357 | python3-mysqldb 2021-04-15 12:29:00.357 | sqlite3 2021-04-15 12:29:00.357 | sudo 2021-04-15 12:29:00.357 | vlan 2021-04-15 12:29:00.357 | ipset 2021-04-15 12:29:00.357 | conntrack 2021-04-15 12:29:00.357 | conntrackd 2021-04-15 12:29:00.357 | keepalived 2021-04-15 12:29:00.357 | dstat 2021-04-15 12:29:00.357 | lvm2 2021-04-15 12:29:00.357 | qemu-utils 2021-04-15 12:29:00.357 | thin-provisioning-tools 2021-04-15 12:29:00.357 | curl 2021-04-15 12:29:00.357 | liberasurecode-dev 2021-04-15 12:29:00.357 | make 2021-04-15 12:29:00.357 | memcached 2021-04-15 12:29:00.357 | sqlite3 2021-04-15 12:29:00.357 | xfsprogs' 2021-04-15 12:29:00.358 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2021-04-15 12:29:00.379 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2021-04-15 12:29:00.379 | apache2-dev 2021-04-15 12:29:00.379 | bc 2021-04-15 12:29:00.379 | bsdmainutils 2021-04-15 12:29:00.379 | curl 2021-04-15 12:29:00.379 | g++ 2021-04-15 12:29:00.379 | gcc 2021-04-15 12:29:00.379 | gettext 2021-04-15 12:29:00.379 | git 2021-04-15 12:29:00.379 | graphviz 2021-04-15 12:29:00.379 | iputils-ping 2021-04-15 12:29:00.379 | libapache2-mod-proxy-uwsgi 2021-04-15 12:29:00.379 | libffi-dev 2021-04-15 12:29:00.379 | libjpeg-dev 2021-04-15 12:29:00.379 | libmysqlclient-dev 2021-04-15 12:29:00.379 | libpcre3-dev 2021-04-15 12:29:00.379 | libpq-dev 2021-04-15 12:29:00.379 | libssl-dev 2021-04-15 12:29:00.379 | libsystemd-dev 2021-04-15 12:29:00.379 | libxml2-dev 2021-04-15 12:29:00.379 | libxslt1-dev 2021-04-15 12:29:00.379 | libyaml-dev 2021-04-15 12:29:00.379 | lsof 2021-04-15 12:29:00.379 | openssh-server 2021-04-15 12:29:00.380 | openssl 2021-04-15 12:29:00.380 | pkg-config 2021-04-15 12:29:00.380 | psmisc 2021-04-15 12:29:00.380 | python3-dev 2021-04-15 12:29:00.380 | python3-pip 2021-04-15 12:29:00.380 | python3-systemd 2021-04-15 12:29:00.380 | python3-venv 2021-04-15 12:29:00.380 | tar 2021-04-15 12:29:00.380 | tcpdump 2021-04-15 12:29:00.380 | unzip 2021-04-15 12:29:00.380 | uuid-runtime 2021-04-15 12:29:00.380 | wget 2021-04-15 12:29:00.380 | wget 2021-04-15 12:29:00.380 | zlib1g-dev 2021-04-15 12:29:00.380 | libkrb5-dev 2021-04-15 12:29:00.380 | libldap2-dev 2021-04-15 12:29:00.380 | libsasl2-dev 2021-04-15 12:29:00.381 | memcached 2021-04-15 12:29:00.381 | python3-mysqldb 2021-04-15 12:29:00.381 | sqlite3 2021-04-15 12:29:00.381 | conntrack 2021-04-15 12:29:00.381 | curl 2021-04-15 12:29:00.381 | dnsmasq-base 2021-04-15 12:29:00.381 | dnsmasq-utils 2021-04-15 12:29:00.381 | ebtables 2021-04-15 12:29:00.381 | gawk 2021-04-15 12:29:00.381 | genisoimage 2021-04-15 12:29:00.381 | iptables 2021-04-15 12:29:00.381 | iputils-arping 2021-04-15 12:29:00.381 | kpartx 2021-04-15 12:29:00.381 | libjs-jquery-tablesorter 2021-04-15 12:29:00.381 | libmysqlclient-dev 2021-04-15 12:29:00.381 | parted 2021-04-15 12:29:00.381 | pm-utils 2021-04-15 12:29:00.381 | python3-mysqldb 2021-04-15 12:29:00.381 | socat 2021-04-15 12:29:00.381 | sqlite3 2021-04-15 12:29:00.381 | sudo 2021-04-15 12:29:00.381 | vlan 2021-04-15 12:29:00.381 | lsscsi 2021-04-15 12:29:00.381 | open-iscsi 2021-04-15 12:29:00.381 | lvm2 2021-04-15 12:29:00.381 | qemu-utils 2021-04-15 12:29:00.381 | thin-provisioning-tools 2021-04-15 12:29:00.381 | acl 2021-04-15 12:29:00.381 | dnsmasq-base 2021-04-15 12:29:00.382 | dnsmasq-utils 2021-04-15 12:29:00.382 | ebtables 2021-04-15 12:29:00.382 | haproxy 2021-04-15 12:29:00.382 | iptables 2021-04-15 12:29:00.382 | iputils-arping 2021-04-15 12:29:00.382 | iputils-ping 2021-04-15 12:29:00.382 | libmysqlclient-dev 2021-04-15 12:29:00.382 | postgresql-server-dev-all 2021-04-15 12:29:00.382 | python3-mysqldb 2021-04-15 12:29:00.382 | sqlite3 2021-04-15 12:29:00.382 | sudo 2021-04-15 12:29:00.382 | vlan 2021-04-15 12:29:00.382 | ipset 2021-04-15 12:29:00.382 | conntrack 2021-04-15 12:29:00.382 | conntrackd 2021-04-15 12:29:00.382 | keepalived 2021-04-15 12:29:00.382 | dstat 2021-04-15 12:29:00.382 | lvm2 2021-04-15 12:29:00.382 | qemu-utils 2021-04-15 12:29:00.382 | thin-provisioning-tools 2021-04-15 12:29:00.382 | curl 2021-04-15 12:29:00.382 | liberasurecode-dev 2021-04-15 12:29:00.382 | make 2021-04-15 12:29:00.382 | memcached 2021-04-15 12:29:00.382 | sqlite3 2021-04-15 12:29:00.382 | xfsprogs ' 2021-04-15 12:29:00.382 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2021-04-15 12:29:00.385 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-15 12:29:00.389 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-15 12:29:00.392 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2021-04-15 12:29:00.397 | ++ tools/install_prereqs.sh:source:67 : echo apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-04-15 12:29:00.401 | ++ tools/install_prereqs.sh:source:72 : install_package apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-04-15 12:29:00.405 | ++ functions-common:install_package:1342 : update_package_repo 2021-04-15 12:29:00.408 | ++ functions-common:update_package_repo:1314 : NO_UPDATE_REPOS=False 2021-04-15 12:29:00.410 | ++ functions-common:update_package_repo:1315 : REPOS_UPDATED=False 2021-04-15 12:29:00.413 | ++ functions-common:update_package_repo:1316 : RETRY_UPDATE=False 2021-04-15 12:29:00.416 | ++ functions-common:update_package_repo:1318 : [[ False = \T\r\u\e ]] 2021-04-15 12:29:00.418 | ++ functions-common:update_package_repo:1322 : is_ubuntu 2021-04-15 12:29:00.420 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-15 12:29:00.423 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-15 12:29:00.425 | ++ functions-common:update_package_repo:1323 : apt_get_update 2021-04-15 12:29:00.428 | ++ functions-common:apt_get_update:1068 : [[ False == \T\r\u\e ]] 2021-04-15 12:29:00.431 | ++ functions-common:apt_get_update:1073 : [[ False = \T\r\u\e ]] 2021-04-15 12:29:00.434 | ++ functions-common:apt_get_update:1075 : local sudo=sudo 2021-04-15 12:29:00.437 | +++ functions-common:apt_get_update:1076 : id -u 2021-04-15 12:29:00.442 | ++ functions-common:apt_get_update:1076 : [[ 1000 = \0 ]] 2021-04-15 12:29:00.444 | ++ functions-common:apt_get_update:1079 : time_start apt-get-update 2021-04-15 12:29:00.447 | ++ functions-common:time_start:2290 : local name=apt-get-update 2021-04-15 12:29:00.451 | ++ functions-common:time_start:2291 : local start_time= 2021-04-15 12:29:00.454 | ++ functions-common:time_start:2292 : [[ -n '' ]] 2021-04-15 12:29:00.458 | +++ functions-common:time_start:2295 : date +%s%3N 2021-04-15 12:29:00.463 | ++ functions-common:time_start:2295 : _TIME_START[$name]=1618489740459 2021-04-15 12:29:00.465 | ++ functions-common:apt_get_update:1081 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2021-04-15 12:29:00.467 | ++ functions-common:apt_get_update:1082 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2021-04-15 12:29:00.470 | ++ 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-15 12:29:00.754 | Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2021-04-15 12:29:01.043 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2021-04-15 12:29:01.189 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2021-04-15 12:29:01.326 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2021-04-15 12:29:01.601 | Fetched 88.7 kB in 1s (103 kB/s) 2021-04-15 12:29:03.372 | Reading package lists... 2021-04-15 12:29:03.435 | ++ functions-common:apt_get_update:1087 : REPOS_UPDATED=True 2021-04-15 12:29:03.437 | ++ functions-common:apt_get_update:1089 : time_stop apt-get-update 2021-04-15 12:29:03.439 | ++ functions-common:time_stop:2304 : local name 2021-04-15 12:29:03.441 | ++ functions-common:time_stop:2305 : local end_time 2021-04-15 12:29:03.444 | ++ functions-common:time_stop:2306 : local elapsed_time 2021-04-15 12:29:03.446 | ++ functions-common:time_stop:2307 : local total 2021-04-15 12:29:03.448 | ++ functions-common:time_stop:2308 : local start_time 2021-04-15 12:29:03.452 | ++ functions-common:time_stop:2310 : name=apt-get-update 2021-04-15 12:29:03.454 | ++ functions-common:time_stop:2311 : start_time=1618489740459 2021-04-15 12:29:03.456 | ++ functions-common:time_stop:2313 : [[ -z 1618489740459 ]] 2021-04-15 12:29:03.459 | +++ functions-common:time_stop:2316 : date +%s%3N 2021-04-15 12:29:03.463 | ++ functions-common:time_stop:2316 : end_time=1618489743461 2021-04-15 12:29:03.466 | ++ functions-common:time_stop:2317 : elapsed_time=3002 2021-04-15 12:29:03.468 | ++ functions-common:time_stop:2318 : total=0 2021-04-15 12:29:03.470 | ++ functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-15 12:29:03.472 | ++ functions-common:time_stop:2321 : _TIME_TOTAL[$name]=3002 2021-04-15 12:29:03.476 | ++ functions-common:install_package:1343 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-04-15 12:29:03.478 | ++ functions-common:real_install_package:1328 : is_ubuntu 2021-04-15 12:29:03.481 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-15 12:29:03.483 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-15 12:29:03.485 | ++ functions-common:real_install_package:1329 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-04-15 12:29:03.509 | ++ 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++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-04-15 12:29:03.629 | Reading package lists... 2021-04-15 12:29:03.893 | Building dependency tree... 2021-04-15 12:29:03.894 | Reading state information... 2021-04-15 12:29:04.186 | acl is already the newest version (2.2.52-3build1). 2021-04-15 12:29:04.186 | acl set to manually installed. 2021-04-15 12:29:04.186 | bc is already the newest version (1.07.1-2). 2021-04-15 12:29:04.186 | bc set to manually installed. 2021-04-15 12:29:04.186 | bsdmainutils is already the newest version (11.1.2ubuntu1). 2021-04-15 12:29:04.186 | bsdmainutils set to manually installed. 2021-04-15 12:29:04.186 | gawk is already the newest version (1:4.1.4+dfsg-1build1). 2021-04-15 12:29:04.186 | gawk set to manually installed. 2021-04-15 12:29:04.186 | iptables is already the newest version (1.6.1-2ubuntu2). 2021-04-15 12:29:04.186 | iptables set to manually installed. 2021-04-15 12:29:04.186 | libpcre3-dev is already the newest version (2:8.39-9). 2021-04-15 12:29:04.186 | lsof is already the newest version (4.89+dfsg-0.1). 2021-04-15 12:29:04.186 | lsof set to manually installed. 2021-04-15 12:29:04.186 | python3-systemd is already the newest version (234-1build1). 2021-04-15 12:29:04.186 | python3-systemd set to manually installed. 2021-04-15 12:29:04.186 | xfsprogs is already the newest version (4.9.0+nmu1ubuntu2). 2021-04-15 12:29:04.186 | ebtables is already the newest version (2.0.10.4-3.5ubuntu2.18.04.3). 2021-04-15 12:29:04.186 | ebtables set to manually installed. 2021-04-15 12:29:04.186 | gcc is already the newest version (4:7.4.0-1ubuntu2.3). 2021-04-15 12:29:04.186 | iputils-ping is already the newest version (3:20161105-1ubuntu3). 2021-04-15 12:29:04.186 | openssh-server is already the newest version (1:7.6p1-4ubuntu0.3). 2021-04-15 12:29:04.186 | parted is already the newest version (3.2-20ubuntu0.2). 2021-04-15 12:29:04.186 | parted set to manually installed. 2021-04-15 12:29:04.186 | psmisc is already the newest version (23.1-1ubuntu0.1). 2021-04-15 12:29:04.186 | psmisc set to manually installed. 2021-04-15 12:29:04.186 | python3-dev is already the newest version (3.6.7-1~18.04). 2021-04-15 12:29:04.186 | wget is already the newest version (1.19.4-1ubuntu2.2). 2021-04-15 12:29:04.186 | wget set to manually installed. 2021-04-15 12:29:04.186 | The following packages were automatically installed and are no longer required: 2021-04-15 12:29:04.187 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-04-15 12:29:04.187 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-04-15 12:29:04.187 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-04-15 12:29:04.187 | python3-pyasn1 python3-requests-unixsocket python3-serial 2021-04-15 12:29:04.187 | python3-twisted-bin python3-zope.interface 2021-04-15 12:29:04.187 | Use 'sudo apt autoremove' to remove them. 2021-04-15 12:29:04.187 | The following additional packages will be installed: 2021-04-15 12:29:04.187 | apache2-bin apache2-data apache2-utils autoconf automake autopoint 2021-04-15 12:29:04.187 | autotools-dev build-essential comerr-dev dctrl-tools debhelper dh-autoreconf 2021-04-15 12:29:04.187 | dh-strip-nondeterminism dpkg-dev fakeroot fontconfig fontconfig-config 2021-04-15 12:29:04.187 | fonts-dejavu-core fonts-liberation g++-7 gir1.2-harfbuzz-0.0 2021-04-15 12:29:04.187 | ibverbs-providers icu-devtools intltool-debian ipvsadm javascript-common 2021-04-15 12:29:04.188 | krb5-multidev libaio1 libalgorithm-diff-perl libalgorithm-diff-xs-perl 2021-04-15 12:29:04.188 | libalgorithm-merge-perl libann0 libapr1 libapr1-dev libaprutil1 2021-04-15 12:29:04.188 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap 2021-04-15 12:29:04.188 | libarchive-cpio-perl libarchive-zip-perl libcairo2 libcdt5 libcgraph6 2021-04-15 12:29:04.188 | libcom-err2 libcroco3 libcurl4 libdatrie1 libdpkg-perl liberasurecode1 2021-04-15 12:29:04.188 | libfakeroot libfile-fcntllock-perl libfile-stripnondeterminism-perl 2021-04-15 12:29:04.188 | libfontconfig1 libgd3 libglib2.0-0 libglib2.0-bin libglib2.0-dev 2021-04-15 12:29:04.188 | libglib2.0-dev-bin libgraphite2-3 libgraphite2-dev libgssapi-krb5-2 2021-04-15 12:29:04.188 | libgssrpc4 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz-dev 2021-04-15 12:29:04.188 | libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz0b libibverbs1 libice6 2021-04-15 12:29:04.188 | libicu-dev libicu-le-hb-dev libicu-le-hb0 libicu60 libiculx60 libipset3 2021-04-15 12:29:04.188 | libiscsi7 libjansson4 libjbig0 libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2021-04-15 12:29:04.188 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libk5crypto3 2021-04-15 12:29:04.188 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-3 libkrb5support0 2021-04-15 12:29:04.188 | liblab-gamut1 libldap-2.4-2 libldap-common libltdl-dev libltdl7 liblua5.2-0 2021-04-15 12:29:04.188 | liblua5.3-0 libmail-sendmail-perl libmatheval1 libmysqlclient20 2021-04-15 12:29:04.188 | libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 2021-04-15 12:29:04.188 | libnl-route-3-200 libnorm1 libnspr4 libnss-systemd libnss3 libpam-systemd 2021-04-15 12:29:04.188 | libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 2021-04-15 12:29:04.188 | libpgm-5.2-0 libpixman-1-0 libpq5 librados2 librbd1 libsasl2-2 2021-04-15 12:29:04.188 | libsasl2-modules libsasl2-modules-db libsctp-dev libsctp1 libsensors4 libsm6 2021-04-15 12:29:04.188 | libsnmp-base libsnmp30 libsodium23 libsqlite3-0 libssl1.1 libstdc++-7-dev 2021-04-15 12:29:04.188 | libsys-hostname-long-perl libsystemd0 libthai-data libthai0 libtiff5 2021-04-15 12:29:04.188 | libtimedate-perl libtool libuuid1 libwebp6 libx86-1 libxaw7 libxcb-render0 2021-04-15 12:29:04.188 | libxcb-shm0 libxml2 libxmu6 libxpm4 libxrender1 libxslt1.1 libxt6 libzmq5 m4 2021-04-15 12:29:04.188 | mysql-common po-debconf postgresql-client-common postgresql-common 2021-04-15 12:29:04.188 | postgresql-server-dev-10 python-pip-whl python3-crypto python3-keyring 2021-04-15 12:29:04.188 | python3-keyrings.alt python3-secretstorage python3-setuptools python3-wheel 2021-04-15 12:29:04.188 | python3-xdg python3.6-venv qemu-block-extra sharutils ssl-cert systemd 2021-04-15 12:29:04.188 | uuid-dev uwsgi-core vbetool x11-common 2021-04-15 12:29:04.190 | Suggested packages: 2021-04-15 12:29:04.190 | www-browser apache2-doc apache2-suexec-pristine | apache2-suexec-custom 2021-04-15 12:29:04.190 | autoconf-archive gnu-standards autoconf-doc doc-base debtags dh-make dwz 2021-04-15 12:29:04.190 | debian-keyring g++-multilib g++-7-multilib gcc-7-doc libstdc++6-7-dbg wodim 2021-04-15 12:29:04.190 | cdrkit-doc gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run 2021-04-15 12:29:04.190 | | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs 2021-04-15 12:29:04.191 | git-mediawiki git-svn gsfonts graphviz-doc vim-haproxy haproxy-doc heartbeat 2021-04-15 12:29:04.191 | ldirectord krb5-doc uwsgi bzr libisal2 libjerasure2 libgd-tools 2021-04-15 12:29:04.191 | libglib2.0-doc libgraphite2-utils krb5-user icu-doc libtool-doc 2021-04-15 12:29:04.191 | postgresql-doc-10 libsasl2-modules-gssapi-mit 2021-04-15 12:29:04.191 | | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp 2021-04-15 12:29:04.191 | libsasl2-modules-sql lksctp-tools lm-sensors snmp-mibs-downloader libssl-doc 2021-04-15 12:29:04.191 | libstdc++-7-doc gfortran | fortran95-compiler gcj-jdk libyaml-doc m4-doc 2021-04-15 12:29:04.191 | make-doc libcache-memcached-perl libmemcached libanyevent-perl libyaml-perl 2021-04-15 12:29:04.191 | libterm-readkey-perl cpufrequtils wireless-tools radeontool libmail-box-perl 2021-04-15 12:29:04.191 | libjson-perl python-crypto-doc gnome-keyring libkf5wallet-bin 2021-04-15 12:29:04.191 | gir1.2-gnomekeyring-1.0 default-mysql-server | virtual-mysql-server 2021-04-15 12:29:04.191 | python-egenix-mxdatetime python3-mysqldb-dbg python-secretstorage-doc 2021-04-15 12:29:04.191 | python-setuptools-doc debootstrap sharutils-doc bsd-mailx | mailx 2021-04-15 12:29:04.191 | sqlite3-doc openssl-blacklist systemd-container ncompress tar-scripts 2021-04-15 12:29:04.191 | tar-doc zip uwsgi-plugins-all uwsgi-extra uwsgi-dev 2021-04-15 12:29:04.454 | The following NEW packages will be installed: 2021-04-15 12:29:04.455 | apache2 apache2-bin apache2-data apache2-dev apache2-utils autoconf automake 2021-04-15 12:29:04.455 | autopoint autotools-dev build-essential comerr-dev conntrack conntrackd 2021-04-15 12:29:04.455 | dctrl-tools debhelper dh-autoreconf dh-strip-nondeterminism dnsmasq-utils 2021-04-15 12:29:04.455 | dpkg-dev dstat fakeroot fontconfig fontconfig-config fonts-dejavu-core 2021-04-15 12:29:04.455 | fonts-liberation g++ g++-7 genisoimage gettext gir1.2-harfbuzz-0.0 graphviz 2021-04-15 12:29:04.455 | haproxy ibverbs-providers icu-devtools intltool-debian ipset iputils-arping 2021-04-15 12:29:04.455 | ipvsadm javascript-common keepalived kpartx krb5-multidev libaio1 2021-04-15 12:29:04.455 | libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 2021-04-15 12:29:04.455 | libann0 libapache2-mod-proxy-uwsgi libapr1 libapr1-dev libaprutil1 2021-04-15 12:29:04.455 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap 2021-04-15 12:29:04.455 | libarchive-cpio-perl libarchive-zip-perl libcairo2 libcdt5 libcgraph6 2021-04-15 12:29:04.455 | libcroco3 libdatrie1 libdpkg-perl liberasurecode-dev liberasurecode1 2021-04-15 12:29:04.455 | libfakeroot libffi-dev libfile-fcntllock-perl 2021-04-15 12:29:04.455 | libfile-stripnondeterminism-perl libfontconfig1 libgd3 libglib2.0-bin 2021-04-15 12:29:04.455 | libglib2.0-dev libglib2.0-dev-bin libgraphite2-3 libgraphite2-dev libgssrpc4 2021-04-15 12:29:04.455 | libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz-dev 2021-04-15 12:29:04.455 | libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz0b libibverbs1 libice6 2021-04-15 12:29:04.455 | libicu-dev libicu-le-hb-dev libicu-le-hb0 libiculx60 libipset3 libiscsi7 2021-04-15 12:29:04.455 | libjansson4 libjbig0 libjpeg-dev libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2021-04-15 12:29:04.455 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libjs-jquery-tablesorter 2021-04-15 12:29:04.455 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-dev liblab-gamut1 2021-04-15 12:29:04.455 | libldap2-dev libltdl-dev libltdl7 liblua5.2-0 liblua5.3-0 2021-04-15 12:29:04.455 | libmail-sendmail-perl libmatheval1 libmysqlclient-dev libmysqlclient20 2021-04-15 12:29:04.455 | libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 2021-04-15 12:29:04.455 | libnl-route-3-200 libnorm1 libnspr4 libnss3 libpango-1.0-0 2021-04-15 12:29:04.455 | libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpgm-5.2-0 2021-04-15 12:29:04.455 | libpixman-1-0 libpq-dev libpq5 librados2 librbd1 libsasl2-dev libsctp-dev 2021-04-15 12:29:04.455 | libsctp1 libsensors4 libsm6 libsnmp-base libsnmp30 libsodium23 libssl-dev 2021-04-15 12:29:04.456 | libstdc++-7-dev libsys-hostname-long-perl libsystemd-dev libthai-data 2021-04-15 12:29:04.456 | libthai0 libtiff5 libtimedate-perl libtool libwebp6 libx86-1 libxaw7 2021-04-15 12:29:04.456 | libxcb-render0 libxcb-shm0 libxml2-dev libxmu6 libxpm4 libxrender1 2021-04-15 12:29:04.456 | libxslt1-dev libxt6 libyaml-dev libzmq5 lsscsi m4 make memcached 2021-04-15 12:29:04.456 | mysql-common pkg-config pm-utils po-debconf postgresql-client-common 2021-04-15 12:29:04.456 | postgresql-common postgresql-server-dev-10 postgresql-server-dev-all 2021-04-15 12:29:04.456 | python-pip-whl python3-crypto python3-keyring python3-keyrings.alt 2021-04-15 12:29:04.456 | python3-mysqldb python3-pip python3-secretstorage python3-setuptools 2021-04-15 12:29:04.456 | python3-venv python3-wheel python3-xdg python3.6-venv qemu-block-extra 2021-04-15 12:29:04.456 | qemu-utils sharutils socat sqlite3 ssl-cert thin-provisioning-tools unzip 2021-04-15 12:29:04.456 | uuid-dev uwsgi-core vbetool vlan x11-common zlib1g-dev 2021-04-15 12:29:04.456 | The following packages will be upgraded: 2021-04-15 12:29:04.456 | curl dnsmasq-base git libcom-err2 libcurl4 libglib2.0-0 libgssapi-krb5-2 2021-04-15 12:29:04.456 | libicu60 libk5crypto3 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common 2021-04-15 12:29:04.456 | libnss-systemd libpam-systemd libsasl2-2 libsasl2-modules 2021-04-15 12:29:04.456 | libsasl2-modules-db libsqlite3-0 libssl1.1 libsystemd0 libuuid1 libxml2 2021-04-15 12:29:04.457 | libxslt1.1 lvm2 open-iscsi openssl sudo systemd tar tcpdump uuid-runtime 2021-04-15 12:29:04.601 | 32 upgraded, 202 newly installed, 0 to remove and 158 not upgraded. 2021-04-15 12:29:04.601 | Need to get 84.8 MB of archives. 2021-04-15 12:29:04.601 | After this operation, 263 MB of additional disk space will be used. 2021-04-15 12:29:04.601 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 2021-04-15 12:29:04.916 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss-systemd amd64 237-3ubuntu10.46 [105 kB] 2021-04-15 12:29:04.939 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-systemd amd64 237-3ubuntu10.46 [107 kB] 2021-04-15 12:29:04.964 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2,914 kB] 2021-04-15 12:29:05.321 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] 2021-04-15 12:29:05.346 | 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-15 12:29:05.349 | 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-15 12:29:05.354 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libapr1 amd64 1.6.3-2 [90.9 kB] 2021-04-15 12:29:05.367 | 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-15 12:29:05.501 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1 amd64 1.6.1-2 [84.4 kB] 2021-04-15 12:29:05.513 | 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-15 12:29:05.559 | 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-15 12:29:05.561 | 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-15 12:29:05.563 | 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-15 12:29:05.629 | 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-15 12:29:05.631 | 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-15 12:29:05.646 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-ldap amd64 1.6.1-2 [8,764 B] 2021-04-15 12:29:05.647 | 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-15 12:29:05.657 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu60 amd64 60.2-3ubuntu3.1 [8,054 kB] 2021-04-15 12:29:06.744 | 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-15 12:29:07.138 | 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-15 12:29:07.457 | 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-15 12:29:07.461 | 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-15 12:29:07.466 | 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-15 12:29:07.469 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-dejavu-core all 2.37-1 [1,041 kB] 2021-04-15 12:29:07.596 | 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-15 12:29:07.694 | Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig-config all 2.12.6-0ubuntu2 [55.8 kB] 2021-04-15 12:29:07.701 | Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfontconfig1 amd64 2.12.6-0ubuntu2 [137 kB] 2021-04-15 12:29:07.719 | Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig amd64 2.12.6-0ubuntu2 [169 kB] 2021-04-15 12:29:07.767 | 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-15 12:29:07.784 | 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-15 12:29:08.264 | 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-15 12:29:08.268 | 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-15 12:29:08.269 | Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libice6 amd64 2:1.0.9-2 [40.2 kB] 2021-04-15 12:29:08.270 | Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsm6 amd64 2:1.2.2-1 [15.8 kB] 2021-04-15 12:29:08.271 | 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-15 12:29:08.281 | Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnetfilter-cthelper0 amd64 1.0.0-1ubuntu1 [6,530 B] 2021-04-15 12:29:08.281 | 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-15 12:29:08.282 | 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-15 12:29:08.413 | 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-15 12:29:08.578 | Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 2021-04-15 12:29:08.679 | 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-15 12:29:08.690 | Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 2021-04-15 12:29:08.757 | Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 2021-04-15 12:29:08.760 | Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 2021-04-15 12:29:08.772 | 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-15 12:29:08.819 | 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-15 12:29:08.822 | Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsctp1 amd64 1.0.17+dfsg-2 [8,008 B] 2021-04-15 12:29:08.822 | 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-15 12:29:08.835 | Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libapr1-dev amd64 1.6.3-2 [690 kB] 2021-04-15 12:29:08.954 | 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-15 12:29:09.104 | Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-dev amd64 1.6.1-2 [391 kB] 2021-04-15 12:29:09.166 | Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 autotools-dev all 20180224.1 [39.6 kB] 2021-04-15 12:29:09.169 | Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 m4 amd64 1.4.18-1 [197 kB] 2021-04-15 12:29:09.201 | Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 autoconf all 2.69-11 [322 kB] 2021-04-15 12:29:09.246 | Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 automake all 1:1.15.1-3ubuntu2 [509 kB] 2021-04-15 12:29:09.315 | 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-15 12:29:09.391 | Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libtool all 2.4.6-2 [194 kB] 2021-04-15 12:29:09.423 | Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dh-autoreconf all 17 [15.8 kB] 2021-04-15 12:29:09.426 | 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-15 12:29:09.441 | 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-15 12:29:09.443 | Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libtimedate-perl all 2.3000-2 [37.5 kB] 2021-04-15 12:29:09.462 | 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-15 12:29:09.462 | 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-15 12:29:09.509 | Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 2021-04-15 12:29:09.541 | 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-15 12:29:09.696 | Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcroco3 amd64 0.6.12-2 [81.3 kB] 2021-04-15 12:29:09.714 | 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-15 12:29:09.905 | 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-15 12:29:09.910 | Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 po-debconf all 1.0.20 [232 kB] 2021-04-15 12:29:09.947 | Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 debhelper all 11.1.6ubuntu2 [902 kB] 2021-04-15 12:29:10.056 | 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-15 12:29:10.078 | 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-15 12:29:10.300 | 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-15 12:29:11.903 | 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-15 12:29:11.903 | Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4,758 B] 2021-04-15 12:29:11.904 | 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-15 12:29:11.907 | Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnetfilter-queue1 amd64 1.0.2-2 [11.4 kB] 2021-04-15 12:29:11.909 | Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 conntrackd amd64 1:1.4.4+snapshot20161117-6ubuntu2 [126 kB] 2021-04-15 12:29:11.934 | Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.13 [159 kB] 2021-04-15 12:29:11.970 | Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.13 [219 kB] 2021-04-15 12:29:12.019 | Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dctrl-tools amd64 2.24-2build1 [60.9 kB] 2021-04-15 12:29:12.032 | Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dnsmasq-base amd64 2.79-1ubuntu0.3 [307 kB] 2021-04-15 12:29:12.089 | 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-15 12:29:12.171 | Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 dstat all 0.7.3-1 [52.1 kB] 2021-04-15 12:29:12.179 | Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] 2021-04-15 12:29:12.182 | Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] 2021-04-15 12:29:12.193 | Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 genisoimage amd64 9:1.1.11-3ubuntu2 [328 kB] 2021-04-15 12:29:12.232 | Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-3 amd64 1.3.11-2 [78.7 kB] 2021-04-15 12:29:12.239 | Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz0b amd64 1.7.2-1ubuntu1 [232 kB] 2021-04-15 12:29:12.262 | 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-15 12:29:12.263 | 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-15 12:29:12.975 | Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libann0 amd64 1.1.2+doc-6 [24.8 kB] 2021-04-15 12:29:12.979 | Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libcdt5 amd64 2.40.1-2 [19.6 kB] 2021-04-15 12:29:12.982 | Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libcgraph6 amd64 2.40.1-2 [40.8 kB] 2021-04-15 12:29:12.991 | Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2,194 B] 2021-04-15 12:29:12.993 | Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB] 2021-04-15 12:29:12.999 | Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtiff5 amd64 4.0.9-5ubuntu0.4 [153 kB] 2021-04-15 12:29:13.038 | Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libwebp6 amd64 0.6.1-2 [185 kB] 2021-04-15 12:29:13.081 | Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB] 2021-04-15 12:29:13.089 | Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgd3 amd64 2.2.5-4ubuntu0.4 [119 kB] 2021-04-15 12:29:13.314 | 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-15 12:29:13.579 | Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libpixman-1-0 amd64 0.34.0-2 [229 kB] 2021-04-15 12:29:13.660 | 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-15 12:29:13.666 | 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-15 12:29:13.668 | Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB] 2021-04-15 12:29:13.674 | Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcairo2 amd64 1.15.10-2ubuntu0.1 [580 kB] 2021-04-15 12:29:13.783 | Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libltdl7 amd64 2.4.6-2 [38.8 kB] 2021-04-15 12:29:13.788 | Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libthai-data all 0.1.27-2 [133 kB] 2021-04-15 12:29:13.807 | Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libdatrie1 amd64 0.2.10-7 [17.8 kB] 2021-04-15 12:29:13.810 | Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libthai0 amd64 0.1.27-2 [18.0 kB] 2021-04-15 12:29:13.813 | 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-15 12:29:13.835 | 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-15 12:29:13.841 | 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-15 12:29:13.844 | Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libpathplan4 amd64 2.40.1-2 [22.6 kB] 2021-04-15 12:29:13.847 | Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgvc6 amd64 2.40.1-2 [601 kB] 2021-04-15 12:29:13.970 | Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgvpr2 amd64 2.40.1-2 [169 kB] 2021-04-15 12:29:13.991 | Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 liblab-gamut1 amd64 2.40.1-2 [178 kB] 2021-04-15 12:29:14.028 | Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB] 2021-04-15 12:29:14.045 | Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxmu6 amd64 2:1.1.2-2 [46.0 kB] 2021-04-15 12:29:14.050 | Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB] 2021-04-15 12:29:14.074 | Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 graphviz amd64 2.40.1-2 [601 kB] 2021-04-15 12:29:14.189 | 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-15 12:29:14.209 | 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-15 12:29:14.231 | Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libibverbs1 amd64 17.1-1ubuntu0.2 [44.4 kB] 2021-04-15 12:29:14.348 | Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ibverbs-providers amd64 17.1-1ubuntu0.2 [160 kB] 2021-04-15 12:29:14.354 | Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 icu-devtools amd64 60.2-3ubuntu3.1 [179 kB] 2021-04-15 12:29:14.360 | Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 iputils-arping amd64 3:20161105-1ubuntu3 [29.7 kB] 2021-04-15 12:29:14.361 | Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 javascript-common all 11 [6,066 B] 2021-04-15 12:29:14.362 | 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-15 12:29:14.362 | Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsensors4 amd64 1:3.4.0-4 [28.8 kB] 2021-04-15 12:29:14.381 | 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-15 12:29:14.404 | 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-15 12:29:14.515 | 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-15 12:29:14.554 | Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssrpc4 amd64 1.16-2ubuntu0.2 [54.4 kB] 2021-04-15 12:29:14.562 | 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-15 12:29:14.568 | 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-15 12:29:14.577 | 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-15 12:29:14.584 | 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-15 12:29:14.594 | Get:140 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 krb5-multidev amd64 1.16-2ubuntu0.2 [120 kB] 2021-04-15 12:29:14.615 | 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-15 12:29:14.671 | 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-15 12:29:14.676 | 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-15 12:29:14.735 | Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 2021-04-15 12:29:14.736 | Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libarchive-cpio-perl all 0.10-1 [9,644 B] 2021-04-15 12:29:14.737 | Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] 2021-04-15 12:29:14.740 | 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-15 12:29:14.748 | 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-15 12:29:14.756 | Get:149 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 2021-04-15 12:29:14.760 | 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-15 12:29:14.775 | 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-15 12:29:14.904 | Get:152 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-dev amd64 1.3.11-2 [14.5 kB] 2021-04-15 12:29:14.906 | 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-15 12:29:14.943 | Get:154 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-icu0 amd64 1.7.2-1ubuntu1 [5,604 B] 2021-04-15 12:29:14.943 | Get:155 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-gobject0 amd64 1.7.2-1ubuntu1 [13.4 kB] 2021-04-15 12:29:14.945 | 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-15 12:29:14.946 | Get:157 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libiculx60 amd64 60.2-3ubuntu3.1 [19.0 kB] 2021-04-15 12:29:14.948 | 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-15 12:29:14.950 | 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-15 12:29:16.389 | Get:160 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-dev amd64 1.7.2-1ubuntu1 [302 kB] 2021-04-15 12:29:16.396 | Get:161 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libiscsi7 amd64 1.17.0-1.1 [55.4 kB] 2021-04-15 12:29:16.398 | Get:162 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjansson4 amd64 2.11-1 [29.3 kB] 2021-04-15 12:29:16.399 | 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-15 12:29:16.406 | Get:164 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1,552 B] 2021-04-15 12:29:16.406 | Get:165 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1,546 B] 2021-04-15 12:29:16.407 | Get:166 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjs-jquery all 3.2.1-1 [152 kB] 2021-04-15 12:29:16.410 | Get:167 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libjs-jquery-metadata all 12-1 [6,930 B] 2021-04-15 12:29:16.411 | 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-15 12:29:16.449 | Get:169 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libltdl-dev amd64 2.4.6-2 [162 kB] 2021-04-15 12:29:16.474 | 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-15 12:29:16.476 | Get:171 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB] 2021-04-15 12:29:16.480 | Get:172 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libmatheval1 amd64 1.1.11+dfsg-3build1 [20.5 kB] 2021-04-15 12:29:16.482 | 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-15 12:29:16.482 | 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-15 12:29:16.550 | 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-15 12:29:16.696 | 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-15 12:29:16.851 | Get:177 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 2021-04-15 12:29:16.906 | Get:178 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnspr4 amd64 2:4.18-1ubuntu1 [112 kB] 2021-04-15 12:29:16.909 | 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-15 12:29:17.015 | 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-15 12:29:17.019 | 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-15 12:29:17.023 | 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-15 12:29:17.237 | 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-15 12:29:17.458 | 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-15 12:29:17.709 | 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-15 12:29:17.720 | 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-15 12:29:17.721 | Get:187 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 2021-04-15 12:29:17.725 | Get:188 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd-dev amd64 237-3ubuntu10.46 [184 kB] 2021-04-15 12:29:17.806 | 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-15 12:29:17.808 | 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-15 12:29:17.922 | 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-15 12:29:17.928 | 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-15 12:29:18.046 | Get:193 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 2021-04-15 12:29:18.053 | Get:194 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 lsscsi amd64 0.28-0.1 [35.5 kB] 2021-04-15 12:29:18.054 | 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-15 12:29:18.250 | Get:196 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 memcached amd64 1.5.6-0ubuntu1.2 [109 kB] 2021-04-15 12:29:18.254 | Get:197 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 pm-utils all 1.4.1-17 [48.3 kB] 2021-04-15 12:29:18.255 | Get:198 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 postgresql-client-common all 190ubuntu0.1 [29.6 kB] 2021-04-15 12:29:18.257 | Get:199 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 ssl-cert all 1.0.39 [17.0 kB] 2021-04-15 12:29:18.257 | Get:200 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 postgresql-common all 190ubuntu0.1 [157 kB] 2021-04-15 12:29:18.268 | 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-15 12:29:18.377 | 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-15 12:29:18.545 | 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-15 12:29:19.196 | Get:204 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-crypto amd64 2.6.1-8ubuntu2 [244 kB] 2021-04-15 12:29:19.217 | Get:205 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-secretstorage all 2.3.1-2 [12.1 kB] 2021-04-15 12:29:19.219 | Get:206 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-keyring all 10.6.0-1 [26.7 kB] 2021-04-15 12:29:19.221 | Get:207 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-keyrings.alt all 3.0-1 [16.6 kB] 2021-04-15 12:29:19.229 | Get:208 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-mysqldb amd64 1.3.10-1build1 [46.0 kB] 2021-04-15 12:29:19.240 | 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-15 12:29:19.298 | Get:210 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-setuptools all 39.0.1-2 [248 kB] 2021-04-15 12:29:19.414 | 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-15 12:29:19.420 | 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-15 12:29:19.421 | 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-15 12:29:19.618 | 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-15 12:29:19.621 | 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-15 12:29:19.624 | 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-15 12:29:19.909 | Get:217 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 sharutils amd64 1:4.15.2-3 [155 kB] 2021-04-15 12:29:19.913 | Get:218 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sqlite3 amd64 3.22.0-1ubuntu0.4 [752 kB] 2021-04-15 12:29:19.938 | Get:219 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 thin-provisioning-tools amd64 0.7.4-2ubuntu3 [359 kB] 2021-04-15 12:29:19.981 | Get:220 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 unzip amd64 6.0-21ubuntu1.1 [168 kB] 2021-04-15 12:29:20.080 | 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-15 12:29:20.284 | Get:222 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 vbetool amd64 1.1-4 [11.5 kB] 2021-04-15 12:29:20.285 | Get:223 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libipset3 amd64 6.34-1 [43.9 kB] 2021-04-15 12:29:20.291 | Get:224 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 ipset amd64 6.34-1 [33.7 kB] 2021-04-15 12:29:20.294 | 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-15 12:29:20.297 | Get:226 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 kpartx amd64 0.7.4-2ubuntu3 [27.7 kB] 2021-04-15 12:29:20.300 | 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-15 12:29:20.300 | Get:228 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liberasurecode1 amd64 1.5.0-1 [40.0 kB] 2021-04-15 12:29:20.304 | Get:229 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liberasurecode-dev amd64 1.5.0-1 [14.9 kB] 2021-04-15 12:29:20.351 | Get:230 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libffi-dev amd64 3.2.1-8 [156 kB] 2021-04-15 12:29:20.408 | 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-15 12:29:20.409 | Get:232 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-dev amd64 0.1.7-2ubuntu3 [55.7 kB] 2021-04-15 12:29:20.414 | Get:233 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 socat amd64 1.7.3.2-2ubuntu2 [342 kB] 2021-04-15 12:29:20.478 | Get:234 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 vlan amd64 1.9-3.2ubuntu6 [30.7 kB] 2021-04-15 12:29:22.188 | Preconfiguring packages ... 2021-04-15 12:29:22.316 | Fetched 84.8 MB in 16s (5,301 kB/s) 2021-04-15 12:29:22.377 | (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-15 12:29:22.380 | Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 2021-04-15 12:29:22.407 | Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2ubuntu0.1) ... 2021-04-15 12:29:22.531 | Setting up tar (1.29b-2ubuntu0.2) ... 2021-04-15 12:29:22.683 | (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-15 12:29:22.686 | Preparing to unpack .../libnss-systemd_237-3ubuntu10.46_amd64.deb ... 2021-04-15 12:29:22.720 | Unpacking libnss-systemd:amd64 (237-3ubuntu10.46) over (237-3ubuntu10.25) ... 2021-04-15 12:29:22.825 | Preparing to unpack .../libpam-systemd_237-3ubuntu10.46_amd64.deb ... 2021-04-15 12:29:22.852 | Unpacking libpam-systemd:amd64 (237-3ubuntu10.46) over (237-3ubuntu10.25) ... 2021-04-15 12:29:23.006 | Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... 2021-04-15 12:29:23.148 | Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10.25) ... 2021-04-15 12:29:23.891 | Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... 2021-04-15 12:29:23.916 | Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10.25) ... 2021-04-15 12:29:24.019 | Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... 2021-04-15 12:29:24.140 | (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-15 12:29:24.143 | Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 2021-04-15 12:29:24.169 | Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3.3) ... 2021-04-15 12:29:24.256 | Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 2021-04-15 12:29:24.388 | (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-15 12:29:24.391 | Preparing to unpack .../00-uuid-runtime_2.31.1-0.4ubuntu3.7_amd64.deb ... 2021-04-15 12:29:24.417 | Unpacking uuid-runtime (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3.3) ... 2021-04-15 12:29:24.662 | Selecting previously unselected package libapr1:amd64. 2021-04-15 12:29:24.669 | Preparing to unpack .../01-libapr1_1.6.3-2_amd64.deb ... 2021-04-15 12:29:24.671 | Unpacking libapr1:amd64 (1.6.3-2) ... 2021-04-15 12:29:24.800 | Preparing to unpack .../02-libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 2021-04-15 12:29:24.827 | Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.1-1ubuntu2.1~18.04.4) ... 2021-04-15 12:29:25.102 | Selecting previously unselected package libaprutil1:amd64. 2021-04-15 12:29:25.109 | Preparing to unpack .../03-libaprutil1_1.6.1-2_amd64.deb ... 2021-04-15 12:29:25.112 | Unpacking libaprutil1:amd64 (1.6.1-2) ... 2021-04-15 12:29:25.209 | Preparing to unpack .../04-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 2021-04-15 12:29:25.231 | Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1ubuntu0.1) ... 2021-04-15 12:29:25.368 | Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. 2021-04-15 12:29:25.376 | Preparing to unpack .../05-libaprutil1-dbd-sqlite3_1.6.1-2_amd64.deb ... 2021-04-15 12:29:25.378 | Unpacking libaprutil1-dbd-sqlite3:amd64 (1.6.1-2) ... 2021-04-15 12:29:25.443 | Preparing to unpack .../06-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-04-15 12:29:25.464 | Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2021-04-15 12:29:25.567 | Preparing to unpack .../07-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-04-15 12:29:25.593 | Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2021-04-15 12:29:25.686 | Preparing to unpack .../08-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 2021-04-15 12:29:25.707 | Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) over (2.4.45+dfsg-1ubuntu1.3) ... 2021-04-15 12:29:25.817 | Preparing to unpack .../09-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 2021-04-15 12:29:25.840 | Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) over (2.4.45+dfsg-1ubuntu1.3) ... 2021-04-15 12:29:25.931 | Selecting previously unselected package libaprutil1-ldap:amd64. 2021-04-15 12:29:25.937 | Preparing to unpack .../10-libaprutil1-ldap_1.6.1-2_amd64.deb ... 2021-04-15 12:29:25.940 | Unpacking libaprutil1-ldap:amd64 (1.6.1-2) ... 2021-04-15 12:29:26.017 | Selecting previously unselected package liblua5.2-0:amd64. 2021-04-15 12:29:26.023 | Preparing to unpack .../11-liblua5.2-0_5.2.4-1.1build1_amd64.deb ... 2021-04-15 12:29:26.027 | Unpacking liblua5.2-0:amd64 (5.2.4-1.1build1) ... 2021-04-15 12:29:26.121 | Preparing to unpack .../12-libicu60_60.2-3ubuntu3.1_amd64.deb ... 2021-04-15 12:29:26.148 | Unpacking libicu60:amd64 (60.2-3ubuntu3.1) over (60.2-3ubuntu3) ... 2021-04-15 12:29:27.464 | Preparing to unpack .../13-libxml2_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb ... 2021-04-15 12:29:27.491 | Unpacking libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) over (2.9.4+dfsg1-6.1ubuntu1.2) ... 2021-04-15 12:29:27.659 | Selecting previously unselected package apache2-bin. 2021-04-15 12:29:27.666 | Preparing to unpack .../14-apache2-bin_2.4.29-1ubuntu4.14_amd64.deb ... 2021-04-15 12:29:27.668 | Unpacking apache2-bin (2.4.29-1ubuntu4.14) ... 2021-04-15 12:29:27.888 | Selecting previously unselected package apache2-utils. 2021-04-15 12:29:27.894 | Preparing to unpack .../15-apache2-utils_2.4.29-1ubuntu4.14_amd64.deb ... 2021-04-15 12:29:27.897 | Unpacking apache2-utils (2.4.29-1ubuntu4.14) ... 2021-04-15 12:29:27.965 | Selecting previously unselected package apache2-data. 2021-04-15 12:29:27.971 | Preparing to unpack .../16-apache2-data_2.4.29-1ubuntu4.14_all.deb ... 2021-04-15 12:29:27.974 | Unpacking apache2-data (2.4.29-1ubuntu4.14) ... 2021-04-15 12:29:28.161 | Selecting previously unselected package apache2. 2021-04-15 12:29:28.168 | Preparing to unpack .../17-apache2_2.4.29-1ubuntu4.14_amd64.deb ... 2021-04-15 12:29:28.188 | Unpacking apache2 (2.4.29-1ubuntu4.14) ... 2021-04-15 12:29:28.300 | Selecting previously unselected package fonts-dejavu-core. 2021-04-15 12:29:28.307 | Preparing to unpack .../18-fonts-dejavu-core_2.37-1_all.deb ... 2021-04-15 12:29:28.310 | Unpacking fonts-dejavu-core (2.37-1) ... 2021-04-15 12:29:28.532 | Selecting previously unselected package fonts-liberation. 2021-04-15 12:29:28.538 | Preparing to unpack .../19-fonts-liberation_1%3a1.07.4-7~18.04.1_all.deb ... 2021-04-15 12:29:28.541 | Unpacking fonts-liberation (1:1.07.4-7~18.04.1) ... 2021-04-15 12:29:28.740 | Selecting previously unselected package fontconfig-config. 2021-04-15 12:29:28.746 | Preparing to unpack .../20-fontconfig-config_2.12.6-0ubuntu2_all.deb ... 2021-04-15 12:29:28.749 | Unpacking fontconfig-config (2.12.6-0ubuntu2) ... 2021-04-15 12:29:28.839 | Selecting previously unselected package libfontconfig1:amd64. 2021-04-15 12:29:28.846 | Preparing to unpack .../21-libfontconfig1_2.12.6-0ubuntu2_amd64.deb ... 2021-04-15 12:29:28.848 | Unpacking libfontconfig1:amd64 (2.12.6-0ubuntu2) ... 2021-04-15 12:29:28.946 | Selecting previously unselected package fontconfig. 2021-04-15 12:29:28.954 | Preparing to unpack .../22-fontconfig_2.12.6-0ubuntu2_amd64.deb ... 2021-04-15 12:29:28.956 | Unpacking fontconfig (2.12.6-0ubuntu2) ... 2021-04-15 12:29:29.052 | Selecting previously unselected package liblua5.3-0:amd64. 2021-04-15 12:29:29.059 | Preparing to unpack .../23-liblua5.3-0_5.3.3-1ubuntu0.18.04.1_amd64.deb ... 2021-04-15 12:29:29.061 | Unpacking liblua5.3-0:amd64 (5.3.3-1ubuntu0.18.04.1) ... 2021-04-15 12:29:29.176 | Selecting previously unselected package haproxy. 2021-04-15 12:29:29.183 | Preparing to unpack .../24-haproxy_1.8.8-1ubuntu0.11_amd64.deb ... 2021-04-15 12:29:29.193 | Unpacking haproxy (1.8.8-1ubuntu0.11) ... 2021-04-15 12:29:29.416 | Selecting previously unselected package libjpeg-turbo8:amd64. 2021-04-15 12:29:29.422 | Preparing to unpack .../25-libjpeg-turbo8_1.5.2-0ubuntu5.18.04.4_amd64.deb ... 2021-04-15 12:29:29.425 | Unpacking libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-04-15 12:29:29.539 | Selecting previously unselected package x11-common. 2021-04-15 12:29:29.546 | Preparing to unpack .../26-x11-common_1%3a7.7+19ubuntu7.1_all.deb ... 2021-04-15 12:29:29.571 | dpkg-query: no packages found matching nux-tools 2021-04-15 12:29:29.582 | Unpacking x11-common (1:7.7+19ubuntu7.1) ... 2021-04-15 12:29:29.674 | Selecting previously unselected package libice6:amd64. 2021-04-15 12:29:29.680 | Preparing to unpack .../27-libice6_2%3a1.0.9-2_amd64.deb ... 2021-04-15 12:29:29.684 | Unpacking libice6:amd64 (2:1.0.9-2) ... 2021-04-15 12:29:29.770 | Selecting previously unselected package libsm6:amd64. 2021-04-15 12:29:29.777 | Preparing to unpack .../28-libsm6_2%3a1.2.2-1_amd64.deb ... 2021-04-15 12:29:29.780 | Unpacking libsm6:amd64 (2:1.2.2-1) ... 2021-04-15 12:29:29.904 | Preparing to unpack .../29-open-iscsi_2.0.874-5ubuntu2.10_amd64.deb ... 2021-04-15 12:29:30.389 | Unpacking open-iscsi (2.0.874-5ubuntu2.10) over (2.0.874-5ubuntu2.7) ... 2021-04-15 12:29:30.846 | Selecting previously unselected package libnetfilter-cthelper0:amd64. 2021-04-15 12:29:30.853 | Preparing to unpack .../30-libnetfilter-cthelper0_1.0.0-1ubuntu1_amd64.deb ... 2021-04-15 12:29:30.856 | Unpacking libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu1) ... 2021-04-15 12:29:30.945 | Preparing to unpack .../31-libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 2021-04-15 12:29:30.972 | Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1ubuntu1.1) ... 2021-04-15 12:29:31.066 | Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 2021-04-15 12:29:31.217 | (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-15 12:29:31.220 | Preparing to unpack .../000-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 2021-04-15 12:29:31.238 | Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) over (2.56.4-0ubuntu0.18.04.4) ... 2021-04-15 12:29:31.528 | Preparing to unpack .../001-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 2021-04-15 12:29:31.549 | Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.1-1ubuntu2.1~18.04.4) ... 2021-04-15 12:29:31.756 | Preparing to unpack .../002-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 2021-04-15 12:29:31.792 | Unpacking sudo (1.8.21p2-3ubuntu1.4) over (1.8.21p2-3ubuntu1) ... 2021-04-15 12:29:31.977 | Preparing to unpack .../003-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 2021-04-15 12:29:31.999 | Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-04-15 12:29:32.133 | Preparing to unpack .../004-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 2021-04-15 12:29:32.158 | Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-04-15 12:29:32.307 | Preparing to unpack .../005-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 2021-04-15 12:29:32.335 | Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-04-15 12:29:32.435 | Preparing to unpack .../006-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 2021-04-15 12:29:32.460 | Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-04-15 12:29:32.569 | Preparing to unpack .../007-tcpdump_4.9.3-0ubuntu0.18.04.1_amd64.deb ... 2021-04-15 12:29:32.591 | Unpacking tcpdump (4.9.3-0ubuntu0.18.04.1) over (4.9.2-3) ... 2021-04-15 12:29:32.714 | Selecting previously unselected package uuid-dev:amd64. 2021-04-15 12:29:32.721 | Preparing to unpack .../008-uuid-dev_2.31.1-0.4ubuntu3.7_amd64.deb ... 2021-04-15 12:29:32.723 | Unpacking uuid-dev:amd64 (2.31.1-0.4ubuntu3.7) ... 2021-04-15 12:29:32.816 | Selecting previously unselected package libsctp1:amd64. 2021-04-15 12:29:32.824 | Preparing to unpack .../009-libsctp1_1.0.17+dfsg-2_amd64.deb ... 2021-04-15 12:29:32.826 | Unpacking libsctp1:amd64 (1.0.17+dfsg-2) ... 2021-04-15 12:29:32.893 | Selecting previously unselected package libsctp-dev:amd64. 2021-04-15 12:29:32.901 | Preparing to unpack .../010-libsctp-dev_1.0.17+dfsg-2_amd64.deb ... 2021-04-15 12:29:32.904 | Unpacking libsctp-dev:amd64 (1.0.17+dfsg-2) ... 2021-04-15 12:29:32.966 | Selecting previously unselected package libapr1-dev. 2021-04-15 12:29:32.973 | Preparing to unpack .../011-libapr1-dev_1.6.3-2_amd64.deb ... 2021-04-15 12:29:32.975 | Unpacking libapr1-dev (1.6.3-2) ... 2021-04-15 12:29:33.257 | Selecting previously unselected package libldap2-dev:amd64. 2021-04-15 12:29:33.264 | Preparing to unpack .../012-libldap2-dev_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 2021-04-15 12:29:33.266 | Unpacking libldap2-dev:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 2021-04-15 12:29:33.406 | Selecting previously unselected package libaprutil1-dev. 2021-04-15 12:29:33.413 | Preparing to unpack .../013-libaprutil1-dev_1.6.1-2_amd64.deb ... 2021-04-15 12:29:33.416 | Unpacking libaprutil1-dev (1.6.1-2) ... 2021-04-15 12:29:33.681 | Selecting previously unselected package autotools-dev. 2021-04-15 12:29:33.688 | Preparing to unpack .../014-autotools-dev_20180224.1_all.deb ... 2021-04-15 12:29:33.691 | Unpacking autotools-dev (20180224.1) ... 2021-04-15 12:29:33.752 | Selecting previously unselected package m4. 2021-04-15 12:29:33.758 | Preparing to unpack .../015-m4_1.4.18-1_amd64.deb ... 2021-04-15 12:29:33.761 | Unpacking m4 (1.4.18-1) ... 2021-04-15 12:29:33.884 | Selecting previously unselected package autoconf. 2021-04-15 12:29:33.891 | Preparing to unpack .../016-autoconf_2.69-11_all.deb ... 2021-04-15 12:29:33.903 | Unpacking autoconf (2.69-11) ... 2021-04-15 12:29:34.039 | Selecting previously unselected package automake. 2021-04-15 12:29:34.046 | Preparing to unpack .../017-automake_1%3a1.15.1-3ubuntu2_all.deb ... 2021-04-15 12:29:34.051 | Unpacking automake (1:1.15.1-3ubuntu2) ... 2021-04-15 12:29:34.185 | Selecting previously unselected package autopoint. 2021-04-15 12:29:34.192 | Preparing to unpack .../018-autopoint_0.19.8.1-6ubuntu0.3_all.deb ... 2021-04-15 12:29:34.202 | Unpacking autopoint (0.19.8.1-6ubuntu0.3) ... 2021-04-15 12:29:34.277 | Selecting previously unselected package libtool. 2021-04-15 12:29:34.284 | Preparing to unpack .../019-libtool_2.4.6-2_all.deb ... 2021-04-15 12:29:34.294 | Unpacking libtool (2.4.6-2) ... 2021-04-15 12:29:34.372 | Selecting previously unselected package dh-autoreconf. 2021-04-15 12:29:34.378 | Preparing to unpack .../020-dh-autoreconf_17_all.deb ... 2021-04-15 12:29:34.381 | Unpacking dh-autoreconf (17) ... 2021-04-15 12:29:34.451 | Selecting previously unselected package libarchive-zip-perl. 2021-04-15 12:29:34.457 | Preparing to unpack .../021-libarchive-zip-perl_1.60-1ubuntu0.1_all.deb ... 2021-04-15 12:29:34.460 | Unpacking libarchive-zip-perl (1.60-1ubuntu0.1) ... 2021-04-15 12:29:34.533 | Selecting previously unselected package libfile-stripnondeterminism-perl. 2021-04-15 12:29:34.540 | Preparing to unpack .../022-libfile-stripnondeterminism-perl_0.040-1.1~build1_all.deb ... 2021-04-15 12:29:34.543 | Unpacking libfile-stripnondeterminism-perl (0.040-1.1~build1) ... 2021-04-15 12:29:34.604 | Selecting previously unselected package libtimedate-perl. 2021-04-15 12:29:34.611 | Preparing to unpack .../023-libtimedate-perl_2.3000-2_all.deb ... 2021-04-15 12:29:34.613 | Unpacking libtimedate-perl (2.3000-2) ... 2021-04-15 12:29:34.690 | Selecting previously unselected package dh-strip-nondeterminism. 2021-04-15 12:29:34.697 | Preparing to unpack .../024-dh-strip-nondeterminism_0.040-1.1~build1_all.deb ... 2021-04-15 12:29:34.700 | Unpacking dh-strip-nondeterminism (0.040-1.1~build1) ... 2021-04-15 12:29:34.766 | Selecting previously unselected package libdpkg-perl. 2021-04-15 12:29:34.772 | Preparing to unpack .../025-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 2021-04-15 12:29:34.775 | Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 2021-04-15 12:29:34.872 | Selecting previously unselected package make. 2021-04-15 12:29:34.878 | Preparing to unpack .../026-make_4.1-9.1ubuntu1_amd64.deb ... 2021-04-15 12:29:34.881 | Unpacking make (4.1-9.1ubuntu1) ... 2021-04-15 12:29:34.966 | Selecting previously unselected package dpkg-dev. 2021-04-15 12:29:34.973 | Preparing to unpack .../027-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 2021-04-15 12:29:34.984 | Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 2021-04-15 12:29:35.183 | Selecting previously unselected package libcroco3:amd64. 2021-04-15 12:29:35.189 | Preparing to unpack .../028-libcroco3_0.6.12-2_amd64.deb ... 2021-04-15 12:29:35.193 | Unpacking libcroco3:amd64 (0.6.12-2) ... 2021-04-15 12:29:35.270 | Selecting previously unselected package gettext. 2021-04-15 12:29:35.278 | Preparing to unpack .../029-gettext_0.19.8.1-6ubuntu0.3_amd64.deb ... 2021-04-15 12:29:35.280 | Unpacking gettext (0.19.8.1-6ubuntu0.3) ... 2021-04-15 12:29:35.563 | Selecting previously unselected package intltool-debian. 2021-04-15 12:29:35.569 | Preparing to unpack .../030-intltool-debian_0.35.0+20060710.4_all.deb ... 2021-04-15 12:29:35.572 | Unpacking intltool-debian (0.35.0+20060710.4) ... 2021-04-15 12:29:35.633 | Selecting previously unselected package po-debconf. 2021-04-15 12:29:35.640 | Preparing to unpack .../031-po-debconf_1.0.20_all.deb ... 2021-04-15 12:29:35.643 | Unpacking po-debconf (1.0.20) ... 2021-04-15 12:29:35.732 | Selecting previously unselected package debhelper. 2021-04-15 12:29:35.739 | Preparing to unpack .../032-debhelper_11.1.6ubuntu2_all.deb ... 2021-04-15 12:29:35.741 | Unpacking debhelper (11.1.6ubuntu2) ... 2021-04-15 12:29:35.988 | Selecting previously unselected package apache2-dev. 2021-04-15 12:29:35.997 | Preparing to unpack .../033-apache2-dev_2.4.29-1ubuntu4.14_amd64.deb ... 2021-04-15 12:29:35.999 | Unpacking apache2-dev (2.4.29-1ubuntu4.14) ... 2021-04-15 12:29:36.094 | Selecting previously unselected package libstdc++-7-dev:amd64. 2021-04-15 12:29:36.101 | Preparing to unpack .../034-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 2021-04-15 12:29:36.103 | Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 2021-04-15 12:29:36.571 | Selecting previously unselected package g++-7. 2021-04-15 12:29:36.579 | Preparing to unpack .../035-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 2021-04-15 12:29:36.581 | Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 2021-04-15 12:29:37.971 | Selecting previously unselected package g++. 2021-04-15 12:29:37.979 | Preparing to unpack .../036-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 2021-04-15 12:29:38.012 | Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 2021-04-15 12:29:38.069 | Selecting previously unselected package build-essential. 2021-04-15 12:29:38.077 | Preparing to unpack .../037-build-essential_12.4ubuntu1_amd64.deb ... 2021-04-15 12:29:38.079 | Unpacking build-essential (12.4ubuntu1) ... 2021-04-15 12:29:38.141 | Selecting previously unselected package conntrack. 2021-04-15 12:29:38.148 | Preparing to unpack .../038-conntrack_1%3a1.4.4+snapshot20161117-6ubuntu2_amd64.deb ... 2021-04-15 12:29:38.151 | Unpacking conntrack (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-04-15 12:29:38.242 | Selecting previously unselected package libnetfilter-queue1. 2021-04-15 12:29:38.250 | Preparing to unpack .../039-libnetfilter-queue1_1.0.2-2_amd64.deb ... 2021-04-15 12:29:38.252 | Unpacking libnetfilter-queue1 (1.0.2-2) ... 2021-04-15 12:29:38.355 | Selecting previously unselected package conntrackd. 2021-04-15 12:29:38.362 | Preparing to unpack .../040-conntrackd_1%3a1.4.4+snapshot20161117-6ubuntu2_amd64.deb ... 2021-04-15 12:29:38.365 | Unpacking conntrackd (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-04-15 12:29:38.458 | Preparing to unpack .../041-curl_7.58.0-2ubuntu3.13_amd64.deb ... 2021-04-15 12:29:38.480 | Unpacking curl (7.58.0-2ubuntu3.13) over (7.58.0-2ubuntu3.7) ... 2021-04-15 12:29:38.615 | Preparing to unpack .../042-libcurl4_7.58.0-2ubuntu3.13_amd64.deb ... 2021-04-15 12:29:38.640 | Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.13) over (7.58.0-2ubuntu3.7) ... 2021-04-15 12:29:38.779 | Selecting previously unselected package dctrl-tools. 2021-04-15 12:29:38.786 | Preparing to unpack .../043-dctrl-tools_2.24-2build1_amd64.deb ... 2021-04-15 12:29:38.796 | Unpacking dctrl-tools (2.24-2build1) ... 2021-04-15 12:29:38.894 | Preparing to unpack .../044-dnsmasq-base_2.79-1ubuntu0.3_amd64.deb ... 2021-04-15 12:29:38.924 | Unpacking dnsmasq-base (2.79-1ubuntu0.3) over (2.79-1) ... 2021-04-15 12:29:39.069 | Selecting previously unselected package dnsmasq-utils. 2021-04-15 12:29:39.077 | Preparing to unpack .../045-dnsmasq-utils_2.79-1ubuntu0.3_amd64.deb ... 2021-04-15 12:29:39.079 | Unpacking dnsmasq-utils (2.79-1ubuntu0.3) ... 2021-04-15 12:29:39.165 | Selecting previously unselected package dstat. 2021-04-15 12:29:39.173 | Preparing to unpack .../046-dstat_0.7.3-1_all.deb ... 2021-04-15 12:29:39.175 | Unpacking dstat (0.7.3-1) ... 2021-04-15 12:29:39.291 | Selecting previously unselected package libfakeroot:amd64. 2021-04-15 12:29:39.298 | Preparing to unpack .../047-libfakeroot_1.22-2ubuntu1_amd64.deb ... 2021-04-15 12:29:39.301 | Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... 2021-04-15 12:29:39.380 | Selecting previously unselected package fakeroot. 2021-04-15 12:29:39.389 | Preparing to unpack .../048-fakeroot_1.22-2ubuntu1_amd64.deb ... 2021-04-15 12:29:39.399 | Unpacking fakeroot (1.22-2ubuntu1) ... 2021-04-15 12:29:39.477 | Selecting previously unselected package genisoimage. 2021-04-15 12:29:39.484 | Preparing to unpack .../049-genisoimage_9%3a1.1.11-3ubuntu2_amd64.deb ... 2021-04-15 12:29:39.487 | Unpacking genisoimage (9:1.1.11-3ubuntu2) ... 2021-04-15 12:29:39.614 | Selecting previously unselected package libgraphite2-3:amd64. 2021-04-15 12:29:39.622 | Preparing to unpack .../050-libgraphite2-3_1.3.11-2_amd64.deb ... 2021-04-15 12:29:39.633 | Unpacking libgraphite2-3:amd64 (1.3.11-2) ... 2021-04-15 12:29:39.726 | Selecting previously unselected package libharfbuzz0b:amd64. 2021-04-15 12:29:39.734 | Preparing to unpack .../051-libharfbuzz0b_1.7.2-1ubuntu1_amd64.deb ... 2021-04-15 12:29:39.745 | Unpacking libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ... 2021-04-15 12:29:39.836 | Selecting previously unselected package gir1.2-harfbuzz-0.0:amd64. 2021-04-15 12:29:39.843 | Preparing to unpack .../052-gir1.2-harfbuzz-0.0_1.7.2-1ubuntu1_amd64.deb ... 2021-04-15 12:29:39.854 | Unpacking gir1.2-harfbuzz-0.0:amd64 (1.7.2-1ubuntu1) ... 2021-04-15 12:29:39.970 | Preparing to unpack .../053-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 2021-04-15 12:29:40.067 | Unpacking git (1:2.17.1-1ubuntu0.8) over (1:2.17.1-1ubuntu0.4) ... 2021-04-15 12:29:41.049 | Selecting previously unselected package libann0. 2021-04-15 12:29:41.057 | Preparing to unpack .../054-libann0_1.1.2+doc-6_amd64.deb ... 2021-04-15 12:29:41.060 | Unpacking libann0 (1.1.2+doc-6) ... 2021-04-15 12:29:41.144 | Selecting previously unselected package libcdt5. 2021-04-15 12:29:41.152 | Preparing to unpack .../055-libcdt5_2.40.1-2_amd64.deb ... 2021-04-15 12:29:41.155 | Unpacking libcdt5 (2.40.1-2) ... 2021-04-15 12:29:41.231 | Selecting previously unselected package libcgraph6. 2021-04-15 12:29:41.238 | Preparing to unpack .../056-libcgraph6_2.40.1-2_amd64.deb ... 2021-04-15 12:29:41.240 | Unpacking libcgraph6 (2.40.1-2) ... 2021-04-15 12:29:41.302 | Selecting previously unselected package libjpeg8:amd64. 2021-04-15 12:29:41.310 | Preparing to unpack .../057-libjpeg8_8c-2ubuntu8_amd64.deb ... 2021-04-15 12:29:41.312 | Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... 2021-04-15 12:29:41.405 | Selecting previously unselected package libjbig0:amd64. 2021-04-15 12:29:41.412 | Preparing to unpack .../058-libjbig0_2.1-3.1build1_amd64.deb ... 2021-04-15 12:29:41.415 | Unpacking libjbig0:amd64 (2.1-3.1build1) ... 2021-04-15 12:29:41.498 | Selecting previously unselected package libtiff5:amd64. 2021-04-15 12:29:41.505 | Preparing to unpack .../059-libtiff5_4.0.9-5ubuntu0.4_amd64.deb ... 2021-04-15 12:29:41.516 | Unpacking libtiff5:amd64 (4.0.9-5ubuntu0.4) ... 2021-04-15 12:29:41.610 | Selecting previously unselected package libwebp6:amd64. 2021-04-15 12:29:41.617 | Preparing to unpack .../060-libwebp6_0.6.1-2_amd64.deb ... 2021-04-15 12:29:41.620 | Unpacking libwebp6:amd64 (0.6.1-2) ... 2021-04-15 12:29:41.724 | Selecting previously unselected package libxpm4:amd64. 2021-04-15 12:29:41.732 | Preparing to unpack .../061-libxpm4_1%3a3.5.12-1_amd64.deb ... 2021-04-15 12:29:41.735 | Unpacking libxpm4:amd64 (1:3.5.12-1) ... 2021-04-15 12:29:41.827 | Selecting previously unselected package libgd3:amd64. 2021-04-15 12:29:41.834 | Preparing to unpack .../062-libgd3_2.2.5-4ubuntu0.4_amd64.deb ... 2021-04-15 12:29:41.844 | Unpacking libgd3:amd64 (2.2.5-4ubuntu0.4) ... 2021-04-15 12:29:41.936 | Selecting previously unselected package libgts-0.7-5:amd64. 2021-04-15 12:29:41.943 | Preparing to unpack .../063-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ... 2021-04-15 12:29:41.946 | Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2021-04-15 12:29:42.049 | Selecting previously unselected package libpixman-1-0:amd64. 2021-04-15 12:29:42.056 | Preparing to unpack .../064-libpixman-1-0_0.34.0-2_amd64.deb ... 2021-04-15 12:29:42.058 | Unpacking libpixman-1-0:amd64 (0.34.0-2) ... 2021-04-15 12:29:42.189 | Selecting previously unselected package libxcb-render0:amd64. 2021-04-15 12:29:42.196 | Preparing to unpack .../065-libxcb-render0_1.13-2~ubuntu18.04_amd64.deb ... 2021-04-15 12:29:42.199 | Unpacking libxcb-render0:amd64 (1.13-2~ubuntu18.04) ... 2021-04-15 12:29:42.283 | Selecting previously unselected package libxcb-shm0:amd64. 2021-04-15 12:29:42.290 | Preparing to unpack .../066-libxcb-shm0_1.13-2~ubuntu18.04_amd64.deb ... 2021-04-15 12:29:42.294 | Unpacking libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ... 2021-04-15 12:29:42.376 | Selecting previously unselected package libxrender1:amd64. 2021-04-15 12:29:42.383 | Preparing to unpack .../067-libxrender1_1%3a0.9.10-1_amd64.deb ... 2021-04-15 12:29:42.386 | Unpacking libxrender1:amd64 (1:0.9.10-1) ... 2021-04-15 12:29:42.469 | Selecting previously unselected package libcairo2:amd64. 2021-04-15 12:29:42.476 | Preparing to unpack .../068-libcairo2_1.15.10-2ubuntu0.1_amd64.deb ... 2021-04-15 12:29:42.478 | Unpacking libcairo2:amd64 (1.15.10-2ubuntu0.1) ... 2021-04-15 12:29:42.639 | Selecting previously unselected package libltdl7:amd64. 2021-04-15 12:29:42.646 | Preparing to unpack .../069-libltdl7_2.4.6-2_amd64.deb ... 2021-04-15 12:29:42.649 | Unpacking libltdl7:amd64 (2.4.6-2) ... 2021-04-15 12:29:42.709 | Selecting previously unselected package libthai-data. 2021-04-15 12:29:42.716 | Preparing to unpack .../070-libthai-data_0.1.27-2_all.deb ... 2021-04-15 12:29:42.718 | Unpacking libthai-data (0.1.27-2) ... 2021-04-15 12:29:42.851 | Selecting previously unselected package libdatrie1:amd64. 2021-04-15 12:29:42.859 | Preparing to unpack .../071-libdatrie1_0.2.10-7_amd64.deb ... 2021-04-15 12:29:42.861 | Unpacking libdatrie1:amd64 (0.2.10-7) ... 2021-04-15 12:29:42.948 | Selecting previously unselected package libthai0:amd64. 2021-04-15 12:29:42.955 | Preparing to unpack .../072-libthai0_0.1.27-2_amd64.deb ... 2021-04-15 12:29:42.958 | Unpacking libthai0:amd64 (0.1.27-2) ... 2021-04-15 12:29:43.042 | Selecting previously unselected package libpango-1.0-0:amd64. 2021-04-15 12:29:43.050 | Preparing to unpack .../073-libpango-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2021-04-15 12:29:43.052 | Unpacking libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-04-15 12:29:43.164 | Selecting previously unselected package libpangoft2-1.0-0:amd64. 2021-04-15 12:29:43.172 | Preparing to unpack .../074-libpangoft2-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2021-04-15 12:29:43.182 | Unpacking libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-04-15 12:29:43.268 | Selecting previously unselected package libpangocairo-1.0-0:amd64. 2021-04-15 12:29:43.276 | Preparing to unpack .../075-libpangocairo-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2021-04-15 12:29:43.278 | Unpacking libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-04-15 12:29:43.353 | Selecting previously unselected package libpathplan4. 2021-04-15 12:29:43.361 | Preparing to unpack .../076-libpathplan4_2.40.1-2_amd64.deb ... 2021-04-15 12:29:43.371 | Unpacking libpathplan4 (2.40.1-2) ... 2021-04-15 12:29:43.464 | Selecting previously unselected package libgvc6. 2021-04-15 12:29:43.471 | Preparing to unpack .../077-libgvc6_2.40.1-2_amd64.deb ... 2021-04-15 12:29:43.473 | Unpacking libgvc6 (2.40.1-2) ... 2021-04-15 12:29:43.634 | Selecting previously unselected package libgvpr2. 2021-04-15 12:29:43.642 | Preparing to unpack .../078-libgvpr2_2.40.1-2_amd64.deb ... 2021-04-15 12:29:43.644 | Unpacking libgvpr2 (2.40.1-2) ... 2021-04-15 12:29:43.743 | Selecting previously unselected package liblab-gamut1. 2021-04-15 12:29:43.750 | Preparing to unpack .../079-liblab-gamut1_2.40.1-2_amd64.deb ... 2021-04-15 12:29:43.761 | Unpacking liblab-gamut1 (2.40.1-2) ... 2021-04-15 12:29:43.966 | Selecting previously unselected package libxt6:amd64. 2021-04-15 12:29:43.974 | Preparing to unpack .../080-libxt6_1%3a1.1.5-1_amd64.deb ... 2021-04-15 12:29:43.977 | Unpacking libxt6:amd64 (1:1.1.5-1) ... 2021-04-15 12:29:44.077 | Selecting previously unselected package libxmu6:amd64. 2021-04-15 12:29:44.085 | Preparing to unpack .../081-libxmu6_2%3a1.1.2-2_amd64.deb ... 2021-04-15 12:29:44.087 | Unpacking libxmu6:amd64 (2:1.1.2-2) ... 2021-04-15 12:29:44.185 | Selecting previously unselected package libxaw7:amd64. 2021-04-15 12:29:44.192 | Preparing to unpack .../082-libxaw7_2%3a1.0.13-1_amd64.deb ... 2021-04-15 12:29:44.203 | Unpacking libxaw7:amd64 (2:1.0.13-1) ... 2021-04-15 12:29:44.293 | Selecting previously unselected package graphviz. 2021-04-15 12:29:44.300 | Preparing to unpack .../083-graphviz_2.40.1-2_amd64.deb ... 2021-04-15 12:29:44.303 | Unpacking graphviz (2.40.1-2) ... 2021-04-15 12:29:44.507 | Selecting previously unselected package libnl-3-200:amd64. 2021-04-15 12:29:44.514 | Preparing to unpack .../084-libnl-3-200_3.2.29-0ubuntu3_amd64.deb ... 2021-04-15 12:29:44.517 | Unpacking libnl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-04-15 12:29:44.605 | Selecting previously unselected package libnl-route-3-200:amd64. 2021-04-15 12:29:44.613 | Preparing to unpack .../085-libnl-route-3-200_3.2.29-0ubuntu3_amd64.deb ... 2021-04-15 12:29:44.623 | Unpacking libnl-route-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-04-15 12:29:44.735 | Selecting previously unselected package libibverbs1:amd64. 2021-04-15 12:29:44.742 | Preparing to unpack .../086-libibverbs1_17.1-1ubuntu0.2_amd64.deb ... 2021-04-15 12:29:44.744 | Unpacking libibverbs1:amd64 (17.1-1ubuntu0.2) ... 2021-04-15 12:29:44.839 | Selecting previously unselected package ibverbs-providers:amd64. 2021-04-15 12:29:44.847 | Preparing to unpack .../087-ibverbs-providers_17.1-1ubuntu0.2_amd64.deb ... 2021-04-15 12:29:44.849 | Unpacking ibverbs-providers:amd64 (17.1-1ubuntu0.2) ... 2021-04-15 12:29:44.931 | Selecting previously unselected package icu-devtools. 2021-04-15 12:29:44.938 | Preparing to unpack .../088-icu-devtools_60.2-3ubuntu3.1_amd64.deb ... 2021-04-15 12:29:44.948 | Unpacking icu-devtools (60.2-3ubuntu3.1) ... 2021-04-15 12:29:45.046 | Selecting previously unselected package iputils-arping. 2021-04-15 12:29:45.053 | Preparing to unpack .../089-iputils-arping_3%3a20161105-1ubuntu3_amd64.deb ... 2021-04-15 12:29:45.055 | Unpacking iputils-arping (3:20161105-1ubuntu3) ... 2021-04-15 12:29:45.158 | Selecting previously unselected package javascript-common. 2021-04-15 12:29:45.165 | Preparing to unpack .../090-javascript-common_11_all.deb ... 2021-04-15 12:29:45.179 | Unpacking javascript-common (11) ... 2021-04-15 12:29:45.275 | Selecting previously unselected package libnl-genl-3-200:amd64. 2021-04-15 12:29:45.282 | Preparing to unpack .../091-libnl-genl-3-200_3.2.29-0ubuntu3_amd64.deb ... 2021-04-15 12:29:45.284 | Unpacking libnl-genl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-04-15 12:29:45.388 | Selecting previously unselected package libsensors4:amd64. 2021-04-15 12:29:45.395 | Preparing to unpack .../092-libsensors4_1%3a3.4.0-4_amd64.deb ... 2021-04-15 12:29:45.489 | Unpacking libsensors4:amd64 (1:3.4.0-4) ... 2021-04-15 12:29:45.566 | Selecting previously unselected package libsnmp-base. 2021-04-15 12:29:45.573 | Preparing to unpack .../093-libsnmp-base_5.7.3+dfsg-1.8ubuntu3.6_all.deb ... 2021-04-15 12:29:45.583 | Unpacking libsnmp-base (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-04-15 12:29:45.700 | Selecting previously unselected package libsnmp30:amd64. 2021-04-15 12:29:45.707 | Preparing to unpack .../094-libsnmp30_5.7.3+dfsg-1.8ubuntu3.6_amd64.deb ... 2021-04-15 12:29:45.709 | Unpacking libsnmp30:amd64 (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-04-15 12:29:45.938 | Selecting previously unselected package keepalived. 2021-04-15 12:29:45.946 | Preparing to unpack .../095-keepalived_1%3a1.3.9-1ubuntu0.18.04.2_amd64.deb ... 2021-04-15 12:29:45.948 | Unpacking keepalived (1:1.3.9-1ubuntu0.18.04.2) ... 2021-04-15 12:29:46.086 | Selecting previously unselected package libgssrpc4:amd64. 2021-04-15 12:29:46.093 | Preparing to unpack .../096-libgssrpc4_1.16-2ubuntu0.2_amd64.deb ... 2021-04-15 12:29:46.096 | Unpacking libgssrpc4:amd64 (1.16-2ubuntu0.2) ... 2021-04-15 12:29:46.176 | Selecting previously unselected package libkdb5-9:amd64. 2021-04-15 12:29:46.183 | Preparing to unpack .../097-libkdb5-9_1.16-2ubuntu0.2_amd64.deb ... 2021-04-15 12:29:46.186 | Unpacking libkdb5-9:amd64 (1.16-2ubuntu0.2) ... 2021-04-15 12:29:46.272 | Selecting previously unselected package libkadm5srv-mit11:amd64. 2021-04-15 12:29:46.280 | Preparing to unpack .../098-libkadm5srv-mit11_1.16-2ubuntu0.2_amd64.deb ... 2021-04-15 12:29:46.283 | Unpacking libkadm5srv-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-04-15 12:29:46.379 | Selecting previously unselected package libkadm5clnt-mit11:amd64. 2021-04-15 12:29:46.386 | Preparing to unpack .../099-libkadm5clnt-mit11_1.16-2ubuntu0.2_amd64.deb ... 2021-04-15 12:29:46.389 | Unpacking libkadm5clnt-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-04-15 12:29:46.457 | Selecting previously unselected package comerr-dev:amd64. 2021-04-15 12:29:46.465 | Preparing to unpack .../100-comerr-dev_2.1-1.44.1-1ubuntu1.3_amd64.deb ... 2021-04-15 12:29:46.468 | Unpacking comerr-dev:amd64 (2.1-1.44.1-1ubuntu1.3) ... 2021-04-15 12:29:46.536 | Selecting previously unselected package krb5-multidev:amd64. 2021-04-15 12:29:46.543 | Preparing to unpack .../101-krb5-multidev_1.16-2ubuntu0.2_amd64.deb ... 2021-04-15 12:29:46.546 | Unpacking krb5-multidev:amd64 (1.16-2ubuntu0.2) ... 2021-04-15 12:29:46.656 | Selecting previously unselected package libaio1:amd64. 2021-04-15 12:29:46.663 | Preparing to unpack .../102-libaio1_0.3.110-5ubuntu0.1_amd64.deb ... 2021-04-15 12:29:46.666 | Unpacking libaio1:amd64 (0.3.110-5ubuntu0.1) ... 2021-04-15 12:29:46.729 | Selecting previously unselected package libalgorithm-diff-perl. 2021-04-15 12:29:46.736 | Preparing to unpack .../103-libalgorithm-diff-perl_1.19.03-1_all.deb ... 2021-04-15 12:29:46.738 | Unpacking libalgorithm-diff-perl (1.19.03-1) ... 2021-04-15 12:29:46.808 | Selecting previously unselected package libalgorithm-diff-xs-perl. 2021-04-15 12:29:46.816 | Preparing to unpack .../104-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... 2021-04-15 12:29:46.818 | Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 2021-04-15 12:29:46.885 | Selecting previously unselected package libalgorithm-merge-perl. 2021-04-15 12:29:46.893 | Preparing to unpack .../105-libalgorithm-merge-perl_0.08-3_all.deb ... 2021-04-15 12:29:46.895 | Unpacking libalgorithm-merge-perl (0.08-3) ... 2021-04-15 12:29:46.955 | Selecting previously unselected package libarchive-cpio-perl. 2021-04-15 12:29:46.962 | Preparing to unpack .../106-libarchive-cpio-perl_0.10-1_all.deb ... 2021-04-15 12:29:46.965 | Unpacking libarchive-cpio-perl (0.10-1) ... 2021-04-15 12:29:47.028 | Selecting previously unselected package libfile-fcntllock-perl. 2021-04-15 12:29:47.035 | Preparing to unpack .../107-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... 2021-04-15 12:29:47.037 | Unpacking libfile-fcntllock-perl (0.22-3build2) ... 2021-04-15 12:29:47.098 | Selecting previously unselected package libglib2.0-bin. 2021-04-15 12:29:47.105 | Preparing to unpack .../108-libglib2.0-bin_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 2021-04-15 12:29:47.113 | Unpacking libglib2.0-bin (2.56.4-0ubuntu0.18.04.8) ... 2021-04-15 12:29:47.205 | Selecting previously unselected package libglib2.0-dev-bin. 2021-04-15 12:29:47.212 | Preparing to unpack .../109-libglib2.0-dev-bin_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 2021-04-15 12:29:47.214 | Unpacking libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.8) ... 2021-04-15 12:29:47.324 | Selecting previously unselected package pkg-config. 2021-04-15 12:29:47.331 | Preparing to unpack .../110-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 2021-04-15 12:29:47.342 | Unpacking pkg-config (0.29.1-0ubuntu2) ... 2021-04-15 12:29:47.403 | Selecting previously unselected package zlib1g-dev:amd64. 2021-04-15 12:29:47.411 | Preparing to unpack .../111-zlib1g-dev_1%3a1.2.11.dfsg-0ubuntu2_amd64.deb ... 2021-04-15 12:29:47.413 | Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... 2021-04-15 12:29:47.509 | Selecting previously unselected package libglib2.0-dev:amd64. 2021-04-15 12:29:47.516 | Preparing to unpack .../112-libglib2.0-dev_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 2021-04-15 12:29:47.518 | Unpacking libglib2.0-dev:amd64 (2.56.4-0ubuntu0.18.04.8) ... 2021-04-15 12:29:47.915 | Selecting previously unselected package libgraphite2-dev:amd64. 2021-04-15 12:29:47.923 | Preparing to unpack .../113-libgraphite2-dev_1.3.11-2_amd64.deb ... 2021-04-15 12:29:47.925 | Unpacking libgraphite2-dev:amd64 (1.3.11-2) ... 2021-04-15 12:29:47.984 | Selecting previously unselected package libgts-bin. 2021-04-15 12:29:47.991 | Preparing to unpack .../114-libgts-bin_0.7.6+darcs121130-4_amd64.deb ... 2021-04-15 12:29:47.993 | Unpacking libgts-bin (0.7.6+darcs121130-4) ... 2021-04-15 12:29:48.086 | Selecting previously unselected package libharfbuzz-icu0:amd64. 2021-04-15 12:29:48.094 | Preparing to unpack .../115-libharfbuzz-icu0_1.7.2-1ubuntu1_amd64.deb ... 2021-04-15 12:29:48.096 | Unpacking libharfbuzz-icu0:amd64 (1.7.2-1ubuntu1) ... 2021-04-15 12:29:48.191 | Selecting previously unselected package libharfbuzz-gobject0:amd64. 2021-04-15 12:29:48.198 | Preparing to unpack .../116-libharfbuzz-gobject0_1.7.2-1ubuntu1_amd64.deb ... 2021-04-15 12:29:48.200 | Unpacking libharfbuzz-gobject0:amd64 (1.7.2-1ubuntu1) ... 2021-04-15 12:29:48.284 | Selecting previously unselected package libicu-le-hb0:amd64. 2021-04-15 12:29:48.291 | Preparing to unpack .../117-libicu-le-hb0_1.0.3+git161113-4_amd64.deb ... 2021-04-15 12:29:48.293 | Unpacking libicu-le-hb0:amd64 (1.0.3+git161113-4) ... 2021-04-15 12:29:48.371 | Selecting previously unselected package libiculx60:amd64. 2021-04-15 12:29:48.379 | Preparing to unpack .../118-libiculx60_60.2-3ubuntu3.1_amd64.deb ... 2021-04-15 12:29:48.382 | Unpacking libiculx60:amd64 (60.2-3ubuntu3.1) ... 2021-04-15 12:29:48.441 | Selecting previously unselected package libicu-le-hb-dev:amd64. 2021-04-15 12:29:48.448 | Preparing to unpack .../119-libicu-le-hb-dev_1.0.3+git161113-4_amd64.deb ... 2021-04-15 12:29:48.450 | Unpacking libicu-le-hb-dev:amd64 (1.0.3+git161113-4) ... 2021-04-15 12:29:48.509 | Selecting previously unselected package libicu-dev. 2021-04-15 12:29:48.516 | Preparing to unpack .../120-libicu-dev_60.2-3ubuntu3.1_amd64.deb ... 2021-04-15 12:29:48.519 | Unpacking libicu-dev (60.2-3ubuntu3.1) ... 2021-04-15 12:29:49.962 | Selecting previously unselected package libharfbuzz-dev:amd64. 2021-04-15 12:29:49.970 | Preparing to unpack .../121-libharfbuzz-dev_1.7.2-1ubuntu1_amd64.deb ... 2021-04-15 12:29:49.973 | Unpacking libharfbuzz-dev:amd64 (1.7.2-1ubuntu1) ... 2021-04-15 12:29:50.105 | Selecting previously unselected package libiscsi7:amd64. 2021-04-15 12:29:50.113 | Preparing to unpack .../122-libiscsi7_1.17.0-1.1_amd64.deb ... 2021-04-15 12:29:50.115 | Unpacking libiscsi7:amd64 (1.17.0-1.1) ... 2021-04-15 12:29:50.202 | Selecting previously unselected package libjansson4:amd64. 2021-04-15 12:29:50.210 | Preparing to unpack .../123-libjansson4_2.11-1_amd64.deb ... 2021-04-15 12:29:50.212 | Unpacking libjansson4:amd64 (2.11-1) ... 2021-04-15 12:29:50.272 | Selecting previously unselected package libjpeg-turbo8-dev:amd64. 2021-04-15 12:29:50.280 | Preparing to unpack .../124-libjpeg-turbo8-dev_1.5.2-0ubuntu5.18.04.4_amd64.deb ... 2021-04-15 12:29:50.282 | Unpacking libjpeg-turbo8-dev:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-04-15 12:29:50.369 | Selecting previously unselected package libjpeg8-dev:amd64. 2021-04-15 12:29:50.376 | Preparing to unpack .../125-libjpeg8-dev_8c-2ubuntu8_amd64.deb ... 2021-04-15 12:29:50.379 | Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2021-04-15 12:29:50.437 | Selecting previously unselected package libjpeg-dev:amd64. 2021-04-15 12:29:50.445 | Preparing to unpack .../126-libjpeg-dev_8c-2ubuntu8_amd64.deb ... 2021-04-15 12:29:50.447 | Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... 2021-04-15 12:29:50.505 | Selecting previously unselected package libjs-jquery. 2021-04-15 12:29:50.513 | Preparing to unpack .../127-libjs-jquery_3.2.1-1_all.deb ... 2021-04-15 12:29:50.515 | Unpacking libjs-jquery (3.2.1-1) ... 2021-04-15 12:29:50.592 | Selecting previously unselected package libjs-jquery-metadata. 2021-04-15 12:29:50.599 | Preparing to unpack .../128-libjs-jquery-metadata_12-1_all.deb ... 2021-04-15 12:29:50.602 | Unpacking libjs-jquery-metadata (12-1) ... 2021-04-15 12:29:50.660 | Selecting previously unselected package libjs-jquery-tablesorter. 2021-04-15 12:29:50.668 | Preparing to unpack .../129-libjs-jquery-tablesorter_1%3a2.29.5+dfsg1-1_all.deb ... 2021-04-15 12:29:50.669 | Unpacking libjs-jquery-tablesorter (1:2.29.5+dfsg1-1) ... 2021-04-15 12:29:50.770 | Selecting previously unselected package libltdl-dev:amd64. 2021-04-15 12:29:50.778 | Preparing to unpack .../130-libltdl-dev_2.4.6-2_amd64.deb ... 2021-04-15 12:29:50.780 | Unpacking libltdl-dev:amd64 (2.4.6-2) ... 2021-04-15 12:29:50.861 | Selecting previously unselected package libsys-hostname-long-perl. 2021-04-15 12:29:50.869 | Preparing to unpack .../131-libsys-hostname-long-perl_1.5-1_all.deb ... 2021-04-15 12:29:50.871 | Unpacking libsys-hostname-long-perl (1.5-1) ... 2021-04-15 12:29:50.929 | Selecting previously unselected package libmail-sendmail-perl. 2021-04-15 12:29:50.937 | Preparing to unpack .../132-libmail-sendmail-perl_0.80-1_all.deb ... 2021-04-15 12:29:50.939 | Unpacking libmail-sendmail-perl (0.80-1) ... 2021-04-15 12:29:51.023 | Selecting previously unselected package libmatheval1:amd64. 2021-04-15 12:29:51.030 | Preparing to unpack .../133-libmatheval1_1.1.11+dfsg-3build1_amd64.deb ... 2021-04-15 12:29:51.033 | Unpacking libmatheval1:amd64 (1.1.11+dfsg-3build1) ... 2021-04-15 12:29:51.134 | Selecting previously unselected package mysql-common. 2021-04-15 12:29:51.141 | Preparing to unpack .../134-mysql-common_5.8+1.0.4_all.deb ... 2021-04-15 12:29:51.159 | Unpacking mysql-common (5.8+1.0.4) ... 2021-04-15 12:29:51.241 | Selecting previously unselected package libmysqlclient20:amd64. 2021-04-15 12:29:51.248 | Preparing to unpack .../135-libmysqlclient20_5.7.33-0ubuntu0.18.04.1_amd64.deb ... 2021-04-15 12:29:51.250 | Unpacking libmysqlclient20:amd64 (5.7.33-0ubuntu0.18.04.1) ... 2021-04-15 12:29:51.420 | Selecting previously unselected package libssl-dev:amd64. 2021-04-15 12:29:51.428 | Preparing to unpack .../136-libssl-dev_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 2021-04-15 12:29:51.430 | Unpacking libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 2021-04-15 12:29:51.720 | Selecting previously unselected package libmysqlclient-dev. 2021-04-15 12:29:51.728 | Preparing to unpack .../137-libmysqlclient-dev_5.7.33-0ubuntu0.18.04.1_amd64.deb ... 2021-04-15 12:29:51.730 | Unpacking libmysqlclient-dev (5.7.33-0ubuntu0.18.04.1) ... 2021-04-15 12:29:51.979 | Selecting previously unselected package libnorm1:amd64. 2021-04-15 12:29:51.988 | Preparing to unpack .../138-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 2021-04-15 12:29:51.990 | Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 2021-04-15 12:29:52.096 | Selecting previously unselected package libnspr4:amd64. 2021-04-15 12:29:52.103 | Preparing to unpack .../139-libnspr4_2%3a4.18-1ubuntu1_amd64.deb ... 2021-04-15 12:29:52.105 | Unpacking libnspr4:amd64 (2:4.18-1ubuntu1) ... 2021-04-15 12:29:52.193 | Selecting previously unselected package libnss3:amd64. 2021-04-15 12:29:52.200 | Preparing to unpack .../140-libnss3_2%3a3.35-2ubuntu2.12_amd64.deb ... 2021-04-15 12:29:52.203 | Unpacking libnss3:amd64 (2:3.35-2ubuntu2.12) ... 2021-04-15 12:29:52.454 | Selecting previously unselected package libpgm-5.2-0:amd64. 2021-04-15 12:29:52.462 | Preparing to unpack .../141-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 2021-04-15 12:29:52.464 | Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 2021-04-15 12:29:52.566 | Selecting previously unselected package libpq5:amd64. 2021-04-15 12:29:52.574 | Preparing to unpack .../142-libpq5_10.16-0ubuntu0.18.04.1_amd64.deb ... 2021-04-15 12:29:52.576 | Unpacking libpq5:amd64 (10.16-0ubuntu0.18.04.1) ... 2021-04-15 12:29:52.648 | Selecting previously unselected package libpq-dev. 2021-04-15 12:29:52.656 | Preparing to unpack .../143-libpq-dev_10.16-0ubuntu0.18.04.1_amd64.deb ... 2021-04-15 12:29:52.658 | Unpacking libpq-dev (10.16-0ubuntu0.18.04.1) ... 2021-04-15 12:29:52.797 | Selecting previously unselected package librados2. 2021-04-15 12:29:52.805 | Preparing to unpack .../144-librados2_12.2.13-0ubuntu0.18.04.6_amd64.deb ... 2021-04-15 12:29:52.807 | Unpacking librados2 (12.2.13-0ubuntu0.18.04.6) ... 2021-04-15 12:29:53.290 | Selecting previously unselected package librbd1. 2021-04-15 12:29:53.297 | Preparing to unpack .../145-librbd1_12.2.13-0ubuntu0.18.04.6_amd64.deb ... 2021-04-15 12:29:53.299 | Unpacking librbd1 (12.2.13-0ubuntu0.18.04.6) ... 2021-04-15 12:29:53.493 | Selecting previously unselected package libsasl2-dev. 2021-04-15 12:29:53.500 | Preparing to unpack .../146-libsasl2-dev_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-04-15 12:29:53.502 | Unpacking libsasl2-dev (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-04-15 12:29:53.619 | Preparing to unpack .../147-libsasl2-modules_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-04-15 12:29:53.640 | Unpacking libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2021-04-15 12:29:53.753 | Selecting previously unselected package libsodium23:amd64. 2021-04-15 12:29:53.761 | Preparing to unpack .../148-libsodium23_1.0.16-2_amd64.deb ... 2021-04-15 12:29:53.764 | Unpacking libsodium23:amd64 (1.0.16-2) ... 2021-04-15 12:29:53.839 | Selecting previously unselected package libsystemd-dev:amd64. 2021-04-15 12:29:53.846 | Preparing to unpack .../149-libsystemd-dev_237-3ubuntu10.46_amd64.deb ... 2021-04-15 12:29:53.849 | Unpacking libsystemd-dev:amd64 (237-3ubuntu10.46) ... 2021-04-15 12:29:53.986 | Selecting previously unselected package libx86-1:amd64. 2021-04-15 12:29:53.994 | Preparing to unpack .../150-libx86-1_1.1+ds1-10.2_amd64.deb ... 2021-04-15 12:29:53.996 | Unpacking libx86-1:amd64 (1.1+ds1-10.2) ... 2021-04-15 12:29:54.061 | Selecting previously unselected package libxml2-dev:amd64. 2021-04-15 12:29:54.069 | Preparing to unpack .../151-libxml2-dev_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb ... 2021-04-15 12:29:54.072 | Unpacking libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2021-04-15 12:29:54.279 | Preparing to unpack .../152-libxslt1.1_1.1.29-5ubuntu0.2_amd64.deb ... 2021-04-15 12:29:54.307 | Unpacking libxslt1.1:amd64 (1.1.29-5ubuntu0.2) over (1.1.29-5ubuntu0.1) ... 2021-04-15 12:29:54.416 | Selecting previously unselected package libxslt1-dev:amd64. 2021-04-15 12:29:54.424 | Preparing to unpack .../153-libxslt1-dev_1.1.29-5ubuntu0.2_amd64.deb ... 2021-04-15 12:29:54.427 | Unpacking libxslt1-dev:amd64 (1.1.29-5ubuntu0.2) ... 2021-04-15 12:29:54.585 | Selecting previously unselected package libzmq5:amd64. 2021-04-15 12:29:54.593 | Preparing to unpack .../154-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 2021-04-15 12:29:54.596 | Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 2021-04-15 12:29:54.693 | Selecting previously unselected package lsscsi. 2021-04-15 12:29:54.700 | Preparing to unpack .../155-lsscsi_0.28-0.1_amd64.deb ... 2021-04-15 12:29:54.702 | Unpacking lsscsi (0.28-0.1) ... 2021-04-15 12:29:54.811 | Preparing to unpack .../156-lvm2_2.02.176-4.1ubuntu3.18.04.3_amd64.deb ... 2021-04-15 12:29:54.844 | Unpacking lvm2 (2.02.176-4.1ubuntu3.18.04.3) over (2.02.176-4.1ubuntu3.18.04.1) ... 2021-04-15 12:29:55.815 | Selecting previously unselected package memcached. 2021-04-15 12:29:55.823 | Preparing to unpack .../157-memcached_1.5.6-0ubuntu1.2_amd64.deb ... 2021-04-15 12:29:55.826 | Unpacking memcached (1.5.6-0ubuntu1.2) ... 2021-04-15 12:29:55.900 | Selecting previously unselected package pm-utils. 2021-04-15 12:29:55.907 | Preparing to unpack .../158-pm-utils_1.4.1-17_all.deb ... 2021-04-15 12:29:55.910 | Unpacking pm-utils (1.4.1-17) ... 2021-04-15 12:29:56.006 | Selecting previously unselected package postgresql-client-common. 2021-04-15 12:29:56.014 | Preparing to unpack .../159-postgresql-client-common_190ubuntu0.1_all.deb ... 2021-04-15 12:29:56.016 | Unpacking postgresql-client-common (190ubuntu0.1) ... 2021-04-15 12:29:56.102 | Selecting previously unselected package ssl-cert. 2021-04-15 12:29:56.110 | Preparing to unpack .../160-ssl-cert_1.0.39_all.deb ... 2021-04-15 12:29:56.112 | Unpacking ssl-cert (1.0.39) ... 2021-04-15 12:29:56.241 | Selecting previously unselected package postgresql-common. 2021-04-15 12:29:56.249 | Preparing to unpack .../161-postgresql-common_190ubuntu0.1_all.deb ... 2021-04-15 12:29:56.293 | Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common' 2021-04-15 12:29:56.296 | Unpacking postgresql-common (190ubuntu0.1) ... 2021-04-15 12:29:56.382 | Selecting previously unselected package postgresql-server-dev-10. 2021-04-15 12:29:56.389 | Preparing to unpack .../162-postgresql-server-dev-10_10.16-0ubuntu0.18.04.1_amd64.deb ... 2021-04-15 12:29:56.392 | Unpacking postgresql-server-dev-10 (10.16-0ubuntu0.18.04.1) ... 2021-04-15 12:29:56.692 | Selecting previously unselected package postgresql-server-dev-all. 2021-04-15 12:29:56.700 | Preparing to unpack .../163-postgresql-server-dev-all_190ubuntu0.1_all.deb ... 2021-04-15 12:29:56.702 | Unpacking postgresql-server-dev-all (190ubuntu0.1) ... 2021-04-15 12:29:56.762 | Selecting previously unselected package python-pip-whl. 2021-04-15 12:29:56.769 | Preparing to unpack .../164-python-pip-whl_9.0.1-2.3~ubuntu1.18.04.4_all.deb ... 2021-04-15 12:29:56.772 | Unpacking python-pip-whl (9.0.1-2.3~ubuntu1.18.04.4) ... 2021-04-15 12:29:57.034 | Selecting previously unselected package python3-crypto. 2021-04-15 12:29:57.042 | Preparing to unpack .../165-python3-crypto_2.6.1-8ubuntu2_amd64.deb ... 2021-04-15 12:29:57.045 | Unpacking python3-crypto (2.6.1-8ubuntu2) ... 2021-04-15 12:29:57.192 | Selecting previously unselected package python3-secretstorage. 2021-04-15 12:29:57.201 | Preparing to unpack .../166-python3-secretstorage_2.3.1-2_all.deb ... 2021-04-15 12:29:57.203 | Unpacking python3-secretstorage (2.3.1-2) ... 2021-04-15 12:29:57.278 | Selecting previously unselected package python3-keyring. 2021-04-15 12:29:57.286 | Preparing to unpack .../167-python3-keyring_10.6.0-1_all.deb ... 2021-04-15 12:29:57.288 | Unpacking python3-keyring (10.6.0-1) ... 2021-04-15 12:29:57.368 | Selecting previously unselected package python3-keyrings.alt. 2021-04-15 12:29:57.376 | Preparing to unpack .../168-python3-keyrings.alt_3.0-1_all.deb ... 2021-04-15 12:29:57.378 | Unpacking python3-keyrings.alt (3.0-1) ... 2021-04-15 12:29:57.453 | Selecting previously unselected package python3-mysqldb. 2021-04-15 12:29:57.461 | Preparing to unpack .../169-python3-mysqldb_1.3.10-1build1_amd64.deb ... 2021-04-15 12:29:57.463 | Unpacking python3-mysqldb (1.3.10-1build1) ... 2021-04-15 12:29:57.541 | Selecting previously unselected package python3-pip. 2021-04-15 12:29:57.549 | Preparing to unpack .../170-python3-pip_9.0.1-2.3~ubuntu1.18.04.4_all.deb ... 2021-04-15 12:29:57.551 | Unpacking python3-pip (9.0.1-2.3~ubuntu1.18.04.4) ... 2021-04-15 12:29:57.646 | Selecting previously unselected package python3-setuptools. 2021-04-15 12:29:57.654 | Preparing to unpack .../171-python3-setuptools_39.0.1-2_all.deb ... 2021-04-15 12:29:57.656 | Unpacking python3-setuptools (39.0.1-2) ... 2021-04-15 12:29:57.777 | Selecting previously unselected package python3.6-venv. 2021-04-15 12:29:57.785 | Preparing to unpack .../172-python3.6-venv_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 2021-04-15 12:29:57.787 | Unpacking python3.6-venv (3.6.9-1~18.04ubuntu1.4) ... 2021-04-15 12:29:57.837 | Selecting previously unselected package python3-venv. 2021-04-15 12:29:57.845 | Preparing to unpack .../173-python3-venv_3.6.7-1~18.04_amd64.deb ... 2021-04-15 12:29:57.847 | Unpacking python3-venv (3.6.7-1~18.04) ... 2021-04-15 12:29:57.918 | Selecting previously unselected package python3-wheel. 2021-04-15 12:29:57.925 | Preparing to unpack .../174-python3-wheel_0.30.0-0.2_all.deb ... 2021-04-15 12:29:57.928 | Unpacking python3-wheel (0.30.0-0.2) ... 2021-04-15 12:29:58.009 | Selecting previously unselected package python3-xdg. 2021-04-15 12:29:58.017 | Preparing to unpack .../175-python3-xdg_0.25-4ubuntu1.1_all.deb ... 2021-04-15 12:29:58.019 | Unpacking python3-xdg (0.25-4ubuntu1.1) ... 2021-04-15 12:29:58.096 | Selecting previously unselected package qemu-block-extra:amd64. 2021-04-15 12:29:58.105 | Preparing to unpack .../176-qemu-block-extra_1%3a2.11+dfsg-1ubuntu7.36_amd64.deb ... 2021-04-15 12:29:58.107 | Unpacking qemu-block-extra:amd64 (1:2.11+dfsg-1ubuntu7.36) ... 2021-04-15 12:29:58.169 | Selecting previously unselected package qemu-utils. 2021-04-15 12:29:58.177 | Preparing to unpack .../177-qemu-utils_1%3a2.11+dfsg-1ubuntu7.36_amd64.deb ... 2021-04-15 12:29:58.180 | Unpacking qemu-utils (1:2.11+dfsg-1ubuntu7.36) ... 2021-04-15 12:29:58.382 | Selecting previously unselected package sharutils. 2021-04-15 12:29:58.389 | Preparing to unpack .../178-sharutils_1%3a4.15.2-3_amd64.deb ... 2021-04-15 12:29:58.392 | Unpacking sharutils (1:4.15.2-3) ... 2021-04-15 12:29:58.480 | Selecting previously unselected package sqlite3. 2021-04-15 12:29:58.488 | Preparing to unpack .../179-sqlite3_3.22.0-1ubuntu0.4_amd64.deb ... 2021-04-15 12:29:58.490 | Unpacking sqlite3 (3.22.0-1ubuntu0.4) ... 2021-04-15 12:29:58.654 | Selecting previously unselected package thin-provisioning-tools. 2021-04-15 12:29:58.661 | Preparing to unpack .../180-thin-provisioning-tools_0.7.4-2ubuntu3_amd64.deb ... 2021-04-15 12:29:58.664 | Unpacking thin-provisioning-tools (0.7.4-2ubuntu3) ... 2021-04-15 12:29:58.795 | Selecting previously unselected package unzip. 2021-04-15 12:29:58.803 | Preparing to unpack .../181-unzip_6.0-21ubuntu1.1_amd64.deb ... 2021-04-15 12:29:58.805 | Unpacking unzip (6.0-21ubuntu1.1) ... 2021-04-15 12:29:58.903 | Selecting previously unselected package uwsgi-core. 2021-04-15 12:29:58.910 | Preparing to unpack .../182-uwsgi-core_2.0.15-10.2ubuntu2.1_amd64.deb ... 2021-04-15 12:29:58.913 | Unpacking uwsgi-core (2.0.15-10.2ubuntu2.1) ... 2021-04-15 12:29:59.077 | Selecting previously unselected package vbetool. 2021-04-15 12:29:59.085 | Preparing to unpack .../183-vbetool_1.1-4_amd64.deb ... 2021-04-15 12:29:59.087 | Unpacking vbetool (1.1-4) ... 2021-04-15 12:29:59.173 | Selecting previously unselected package libipset3:amd64. 2021-04-15 12:29:59.181 | Preparing to unpack .../184-libipset3_6.34-1_amd64.deb ... 2021-04-15 12:29:59.183 | Unpacking libipset3:amd64 (6.34-1) ... 2021-04-15 12:29:59.254 | Selecting previously unselected package ipset. 2021-04-15 12:29:59.263 | Preparing to unpack .../185-ipset_6.34-1_amd64.deb ... 2021-04-15 12:29:59.265 | Unpacking ipset (6.34-1) ... 2021-04-15 12:29:59.359 | Selecting previously unselected package ipvsadm. 2021-04-15 12:29:59.367 | Preparing to unpack .../186-ipvsadm_1%3a1.28-3ubuntu0.18.04.1_amd64.deb ... 2021-04-15 12:29:59.370 | Unpacking ipvsadm (1:1.28-3ubuntu0.18.04.1) ... 2021-04-15 12:29:59.452 | Selecting previously unselected package kpartx. 2021-04-15 12:29:59.460 | Preparing to unpack .../187-kpartx_0.7.4-2ubuntu3_amd64.deb ... 2021-04-15 12:29:59.462 | Unpacking kpartx (0.7.4-2ubuntu3) ... 2021-04-15 12:29:59.530 | Selecting previously unselected package libapache2-mod-proxy-uwsgi. 2021-04-15 12:29:59.538 | Preparing to unpack .../188-libapache2-mod-proxy-uwsgi_2.0.15-10.2ubuntu2.1_amd64.deb ... 2021-04-15 12:29:59.541 | Unpacking libapache2-mod-proxy-uwsgi (2.0.15-10.2ubuntu2.1) ... 2021-04-15 12:29:59.625 | Selecting previously unselected package liberasurecode1:amd64. 2021-04-15 12:29:59.633 | Preparing to unpack .../189-liberasurecode1_1.5.0-1_amd64.deb ... 2021-04-15 12:29:59.635 | Unpacking liberasurecode1:amd64 (1.5.0-1) ... 2021-04-15 12:29:59.697 | Selecting previously unselected package liberasurecode-dev. 2021-04-15 12:29:59.705 | Preparing to unpack .../190-liberasurecode-dev_1.5.0-1_amd64.deb ... 2021-04-15 12:29:59.707 | Unpacking liberasurecode-dev (1.5.0-1) ... 2021-04-15 12:29:59.769 | Selecting previously unselected package libffi-dev:amd64. 2021-04-15 12:29:59.778 | Preparing to unpack .../191-libffi-dev_3.2.1-8_amd64.deb ... 2021-04-15 12:29:59.780 | Unpacking libffi-dev:amd64 (3.2.1-8) ... 2021-04-15 12:29:59.857 | Selecting previously unselected package libkrb5-dev:amd64. 2021-04-15 12:29:59.865 | Preparing to unpack .../192-libkrb5-dev_1.16-2ubuntu0.2_amd64.deb ... 2021-04-15 12:29:59.868 | Unpacking libkrb5-dev:amd64 (1.16-2ubuntu0.2) ... 2021-04-15 12:29:59.928 | Selecting previously unselected package libyaml-dev:amd64. 2021-04-15 12:29:59.936 | Preparing to unpack .../193-libyaml-dev_0.1.7-2ubuntu3_amd64.deb ... 2021-04-15 12:29:59.947 | Unpacking libyaml-dev:amd64 (0.1.7-2ubuntu3) ... 2021-04-15 12:30:00.016 | Selecting previously unselected package socat. 2021-04-15 12:30:00.024 | Preparing to unpack .../194-socat_1.7.3.2-2ubuntu2_amd64.deb ... 2021-04-15 12:30:00.035 | Unpacking socat (1.7.3.2-2ubuntu2) ... 2021-04-15 12:30:00.147 | Selecting previously unselected package vlan. 2021-04-15 12:30:00.155 | Preparing to unpack .../195-vlan_1.9-3.2ubuntu6_amd64.deb ... 2021-04-15 12:30:00.158 | Unpacking vlan (1.9-3.2ubuntu6) ... 2021-04-15 12:30:00.273 | Setting up libjs-jquery (3.2.1-1) ... 2021-04-15 12:30:00.302 | Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 2021-04-15 12:30:00.331 | Setting up libapr1:amd64 (1.6.3-2) ... 2021-04-15 12:30:00.358 | Setting up python-pip-whl (9.0.1-2.3~ubuntu1.18.04.4) ... 2021-04-15 12:30:00.386 | Processing triggers for ufw (0.36-0ubuntu0.18.04.1) ... 2021-04-15 12:30:00.591 | Setting up libpathplan4 (2.40.1-2) ... 2021-04-15 12:30:00.618 | Setting up conntrack (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-04-15 12:30:00.645 | Setting up libicu60:amd64 (60.2-3ubuntu3.1) ... 2021-04-15 12:30:00.681 | Setting up make (4.1-9.1ubuntu1) ... 2021-04-15 12:30:00.709 | Setting up liblab-gamut1 (2.40.1-2) ... 2021-04-15 12:30:00.745 | Setting up libxcb-render0:amd64 (1.13-2~ubuntu18.04) ... 2021-04-15 12:30:00.773 | Setting up vlan (1.9-3.2ubuntu6) ... 2021-04-15 12:30:00.847 | Setting up libarchive-zip-perl (1.60-1ubuntu0.1) ... 2021-04-15 12:30:00.875 | Setting up comerr-dev:amd64 (2.1-1.44.1-1ubuntu1.3) ... 2021-04-15 12:30:00.911 | Processing triggers for mime-support (3.60ubuntu1) ... 2021-04-15 12:30:00.940 | Setting up libsctp1:amd64 (1.0.17+dfsg-2) ... 2021-04-15 12:30:00.968 | Processing triggers for ureadahead (0.100.0-21) ... 2021-04-15 12:30:01.002 | Setting up sudo (1.8.21p2-3ubuntu1.4) ... 2021-04-15 12:30:01.074 | Setting up libtimedate-perl (2.3000-2) ... 2021-04-15 12:30:01.102 | Setting up libjbig0:amd64 (2.1-3.1build1) ... 2021-04-15 12:30:01.130 | Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 2021-04-15 12:30:01.183 | Setting up fonts-dejavu-core (2.37-1) ... 2021-04-15 12:30:01.342 | Setting up python3-crypto (2.6.1-8ubuntu2) ... 2021-04-15 12:30:01.825 | Processing triggers for install-info (6.5.0.dfsg.1-2) ... 2021-04-15 12:30:02.071 | Setting up libx86-1:amd64 (1.1+ds1-10.2) ... 2021-04-15 12:30:02.109 | Setting up lvm2 (2.02.176-4.1ubuntu3.18.04.3) ... 2021-04-15 12:30:02.516 | update-initramfs: deferring update (trigger activated) 2021-04-15 12:30:04.692 | Setting up lsscsi (0.28-0.1) ... 2021-04-15 12:30:04.720 | Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 2021-04-15 12:30:04.749 | No schema files found: doing nothing. 2021-04-15 12:30:04.756 | Setting up mysql-common (5.8+1.0.4) ... 2021-04-15 12:30:04.815 | update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2021-04-15 12:30:04.837 | Setting up sharutils (1:4.15.2-3) ... 2021-04-15 12:30:04.862 | Setting up libiscsi7:amd64 (1.17.0-1.1) ... 2021-04-15 12:30:04.890 | Setting up python3-xdg (0.25-4ubuntu1.1) ... 2021-04-15 12:30:05.203 | Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-04-15 12:30:05.231 | Setting up libjansson4:amd64 (2.11-1) ... 2021-04-15 12:30:05.259 | Setting up python3-keyrings.alt (3.0-1) ... 2021-04-15 12:30:05.552 | Setting up unzip (6.0-21ubuntu1.1) ... 2021-04-15 12:30:05.586 | Setting up python3.6-venv (3.6.9-1~18.04ubuntu1.4) ... 2021-04-15 12:30:05.685 | Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-04-15 12:30:05.721 | Setting up libarchive-cpio-perl (0.10-1) ... 2021-04-15 12:30:05.749 | Setting up genisoimage (9:1.1.11-3ubuntu2) ... 2021-04-15 12:30:05.777 | Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 2021-04-15 12:30:05.813 | Setting up uuid-dev:amd64 (2.31.1-0.4ubuntu3.7) ... 2021-04-15 12:30:05.841 | Setting up dctrl-tools (2.24-2build1) ... 2021-04-15 12:30:05.869 | Setting up apache2-data (2.4.29-1ubuntu4.14) ... 2021-04-15 12:30:05.897 | Setting up libffi-dev:amd64 (3.2.1-8) ... 2021-04-15 12:30:05.925 | Setting up libdatrie1:amd64 (0.2.10-7) ... 2021-04-15 12:30:05.953 | Setting up libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-04-15 12:30:05.989 | Setting up libyaml-dev:amd64 (0.1.7-2ubuntu3) ... 2021-04-15 12:30:06.017 | Processing triggers for initramfs-tools (0.130ubuntu3.8) ... 2021-04-15 12:30:06.097 | update-initramfs: Generating /boot/initrd.img-4.15.0-55-generic 2021-04-15 12:30:16.635 | Setting up pm-utils (1.4.1-17) ... 2021-04-15 12:30:16.675 | Setting up libnetfilter-queue1 (1.0.2-2) ... 2021-04-15 12:30:16.709 | Setting up python3-wheel (0.30.0-0.2) ... 2021-04-15 12:30:17.002 | Setting up m4 (1.4.18-1) ... 2021-04-15 12:30:17.031 | Setting up libipset3:amd64 (6.34-1) ... 2021-04-15 12:30:17.058 | Setting up fonts-liberation (1:1.07.4-7~18.04.1) ... 2021-04-15 12:30:17.087 | Setting up libsasl2-dev (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-04-15 12:30:17.115 | Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 2021-04-15 12:30:17.143 | Setting up open-iscsi (2.0.874-5ubuntu2.10) ... 2021-04-15 12:30:17.216 | Installing new version of config file /etc/iscsi/iscsid.conf ... 2021-04-15 12:30:19.031 | Setting up libnspr4:amd64 (2:4.18-1ubuntu1) ... 2021-04-15 12:30:19.059 | Setting up libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2021-04-15 12:30:19.087 | Setting up uuid-runtime (2.31.1-0.4ubuntu3.7) ... 2021-04-15 12:30:19.991 | Setting up libgraphite2-3:amd64 (1.3.11-2) ... 2021-04-15 12:30:20.019 | Setting up libcroco3:amd64 (0.6.12-2) ... 2021-04-15 12:30:20.046 | Setting up libxslt1.1:amd64 (1.1.29-5ubuntu0.2) ... 2021-04-15 12:30:20.074 | Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 2021-04-15 12:30:20.102 | Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 2021-04-15 12:30:20.130 | Setting up libsys-hostname-long-perl (1.5-1) ... 2021-04-15 12:30:20.158 | Setting up libfile-fcntllock-perl (0.22-3build2) ... 2021-04-15 12:30:20.186 | Setting up dnsmasq-utils (2.79-1ubuntu0.3) ... 2021-04-15 12:30:20.213 | Setting up libsodium23:amd64 (1.0.16-2) ... 2021-04-15 12:30:20.241 | Setting up libpixman-1-0:amd64 (0.34.0-2) ... 2021-04-15 12:30:20.285 | Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 2021-04-15 12:30:20.332 | Setting up libjpeg-turbo8-dev:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-04-15 12:30:20.360 | Setting up libmail-sendmail-perl (0.80-1) ... 2021-04-15 12:30:20.388 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-04-15 12:30:20.423 | Setting up libaio1:amd64 (0.3.110-5ubuntu0.1) ... 2021-04-15 12:30:20.461 | Setting up autotools-dev (20180224.1) ... 2021-04-15 12:30:20.489 | Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 2021-04-15 12:30:20.517 | Setting up kpartx (0.7.4-2ubuntu3) ... 2021-04-15 12:30:20.545 | Setting up postgresql-client-common (190ubuntu0.1) ... 2021-04-15 12:30:20.591 | Setting up dstat (0.7.3-1) ... 2021-04-15 12:30:20.797 | Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 2021-04-15 12:30:21.045 | Setting up libaprutil1:amd64 (1.6.1-2) ... 2021-04-15 12:30:21.072 | Setting up ipset (6.34-1) ... 2021-04-15 12:30:21.101 | Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... 2021-04-15 12:30:21.138 | Setting up thin-provisioning-tools (0.7.4-2ubuntu3) ... 2021-04-15 12:30:21.166 | Setting up systemd (237-3ubuntu10.46) ... 2021-04-15 12:30:21.186 | Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 2021-04-15 12:30:22.312 | [/usr/lib/tmpfiles.d/haproxy.conf:1] Unknown user 'haproxy'. 2021-04-15 12:30:22.313 | [/usr/lib/tmpfiles.d/memcached.conf:1] Unknown user 'memcache'. 2021-04-15 12:30:22.314 | [/usr/lib/tmpfiles.d/postgresql.conf:2] Unknown user 'postgres'. 2021-04-15 12:30:22.315 | [/usr/lib/tmpfiles.d/postgresql.conf:4] Unknown group 'postgres'. 2021-04-15 12:30:22.400 | Setting up libltdl7:amd64 (2.4.6-2) ... 2021-04-15 12:30:22.429 | Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 2021-04-15 12:30:22.467 | Setting up python3-pip (9.0.1-2.3~ubuntu1.18.04.4) ... 2021-04-15 12:30:22.850 | Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 2021-04-15 12:30:22.878 | Setting up libann0 (1.1.2+doc-6) ... 2021-04-15 12:30:22.906 | Setting up libalgorithm-diff-perl (1.19.03-1) ... 2021-04-15 12:30:22.934 | Setting up libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ... 2021-04-15 12:30:22.962 | Setting up libxpm4:amd64 (1:3.5.12-1) ... 2021-04-15 12:30:22.990 | Setting up dnsmasq-base (2.79-1ubuntu0.3) ... 2021-04-15 12:30:23.028 | Setting up libxrender1:amd64 (1:0.9.10-1) ... 2021-04-15 12:30:23.056 | Setting up libsensors4:amd64 (1:3.4.0-4) ... 2021-04-15 12:30:23.103 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-04-15 12:30:46.016 | Setting up libsystemd-dev:amd64 (237-3ubuntu10.46) ... 2021-04-15 12:30:46.022 | Setting up libmysqlclient20:amd64 (5.7.33-0ubuntu0.18.04.1) ... 2021-04-15 12:30:46.051 | Setting up icu-devtools (60.2-3ubuntu3.1) ... 2021-04-15 12:30:46.079 | Setting up liblua5.2-0:amd64 (5.2.4-1.1build1) ... 2021-04-15 12:30:46.108 | Setting up libthai-data (0.1.27-2) ... 2021-04-15 12:30:46.136 | Setting up liberasurecode1:amd64 (1.5.0-1) ... 2021-04-15 12:30:46.164 | Setting up javascript-common (11) ... 2021-04-15 12:30:46.232 | Package apache2 is not configured yet. Will defer actions by package javascript-common. 2021-04-15 12:30:46.248 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2021-04-15 12:30:46.291 | Setting up python3-setuptools (39.0.1-2) ... 2021-04-15 12:30:46.741 | Setting up libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-04-15 12:30:46.787 | Setting up libnl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-04-15 12:30:46.834 | Setting up libjs-jquery-metadata (12-1) ... 2021-04-15 12:30:46.862 | Setting up x11-common (1:7.7+19ubuntu7.1) ... 2021-04-15 12:30:47.249 | update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults 2021-04-15 12:30:47.633 | Setting up python3-secretstorage (2.3.1-2) ... 2021-04-15 12:30:47.912 | Setting up iputils-arping (3:20161105-1ubuntu3) ... 2021-04-15 12:30:47.941 | Setting up liblua5.3-0:amd64 (5.3.3-1ubuntu0.18.04.1) ... 2021-04-15 12:30:47.969 | Setting up libglib2.0-bin (2.56.4-0ubuntu0.18.04.8) ... 2021-04-15 12:30:47.997 | Setting up libgraphite2-dev:amd64 (1.3.11-2) ... 2021-04-15 12:30:48.027 | Setting up vbetool (1.1-4) ... 2021-04-15 12:30:48.055 | Setting up libcdt5 (2.40.1-2) ... 2021-04-15 12:30:48.085 | Setting up git (1:2.17.1-1ubuntu0.8) ... 2021-04-15 12:30:48.147 | Setting up libmatheval1:amd64 (1.1.11+dfsg-3build1) ... 2021-04-15 12:30:48.175 | Setting up autopoint (0.19.8.1-6ubuntu0.3) ... 2021-04-15 12:30:48.203 | Processing triggers for rsyslog (8.32.0-1ubuntu4) ... 2021-04-15 12:30:48.440 | Setting up libcgraph6 (2.40.1-2) ... 2021-04-15 12:30:48.468 | Setting up libaprutil1-ldap:amd64 (1.6.1-2) ... 2021-04-15 12:30:48.497 | Setting up libwebp6:amd64 (0.6.1-2) ... 2021-04-15 12:30:48.526 | Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... 2021-04-15 12:30:48.554 | Setting up libsnmp-base (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-04-15 12:30:48.582 | Setting up libfile-stripnondeterminism-perl (0.040-1.1~build1) ... 2021-04-15 12:30:48.610 | Setting up libjpeg8:amd64 (8c-2ubuntu8) ... 2021-04-15 12:30:48.638 | Setting up python3-venv (3.6.7-1~18.04) ... 2021-04-15 12:30:48.666 | Setting up libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu1) ... 2021-04-15 12:30:48.702 | Setting up libldap2-dev:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 2021-04-15 12:30:48.733 | Setting up libtool (2.4.6-2) ... 2021-04-15 12:30:48.761 | Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2021-04-15 12:30:48.790 | Setting up libsctp-dev:amd64 (1.0.17+dfsg-2) ... 2021-04-15 12:30:48.817 | Setting up libnss-systemd:amd64 (237-3ubuntu10.46) ... 2021-04-15 12:30:48.845 | Setting up libjs-jquery-tablesorter (1:2.29.5+dfsg1-1) ... 2021-04-15 12:30:48.874 | Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 2021-04-15 12:30:48.903 | Setting up haproxy (1.8.8-1ubuntu0.11) ... 2021-04-15 12:30:49.479 | Created symlink /etc/systemd/system/multi-user.target.wants/haproxy.service → /lib/systemd/system/haproxy.service. 2021-04-15 12:30:50.076 | Setting up fontconfig-config (2.12.6-0ubuntu2) ... 2021-04-15 12:30:50.474 | Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 2021-04-15 12:30:50.502 | Setting up libsnmp30:amd64 (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-04-15 12:30:50.530 | Setting up libpam-systemd:amd64 (237-3ubuntu10.46) ... 2021-04-15 12:30:50.903 | Setting up libapr1-dev (1.6.3-2) ... 2021-04-15 12:30:50.931 | Setting up libltdl-dev:amd64 (2.4.6-2) ... 2021-04-15 12:30:50.958 | Setting up python3-keyring (10.6.0-1) ... 2021-04-15 12:30:51.253 | Setting up libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.8) ... 2021-04-15 12:30:51.553 | Setting up gettext (0.19.8.1-6ubuntu0.3) ... 2021-04-15 12:30:51.581 | Setting up libaprutil1-dbd-sqlite3:amd64 (1.6.1-2) ... 2021-04-15 12:30:51.609 | Setting up libgvpr2 (2.40.1-2) ... 2021-04-15 12:30:51.637 | Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 2021-04-15 12:30:51.665 | Setting up memcached (1.5.6-0ubuntu1.2) ... 2021-04-15 12:30:52.252 | Created symlink /etc/systemd/system/multi-user.target.wants/memcached.service → /lib/systemd/system/memcached.service. 2021-04-15 12:30:52.798 | Setting up socat (1.7.3.2-2ubuntu2) ... 2021-04-15 12:30:52.819 | Setting up apache2-utils (2.4.29-1ubuntu4.14) ... 2021-04-15 12:30:52.847 | Setting up libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 2021-04-15 12:30:52.876 | Setting up libaprutil1-dev (1.6.1-2) ... 2021-04-15 12:30:52.904 | Setting up liberasurecode-dev (1.5.0-1) ... 2021-04-15 12:30:52.933 | Setting up apache2-bin (2.4.29-1ubuntu4.14) ... 2021-04-15 12:30:52.981 | Setting up libnl-genl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-04-15 12:30:53.009 | Setting up libnss3:amd64 (2:3.35-2ubuntu2.12) ... 2021-04-15 12:30:53.037 | Setting up libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ... 2021-04-15 12:30:53.065 | Setting up libtiff5:amd64 (4.0.9-5ubuntu0.4) ... 2021-04-15 12:30:53.094 | Setting up libnl-route-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-04-15 12:30:53.122 | Setting up ssl-cert (1.0.39) ... 2021-04-15 12:30:53.870 | Setting up python3-mysqldb (1.3.10-1build1) ... 2021-04-15 12:30:54.162 | Setting up autoconf (2.69-11) ... 2021-04-15 12:30:54.202 | Setting up libthai0:amd64 (0.1.27-2) ... 2021-04-15 12:30:54.231 | Setting up fakeroot (1.22-2ubuntu1) ... 2021-04-15 12:30:54.253 | update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 2021-04-15 12:30:54.276 | Setting up tcpdump (4.9.3-0ubuntu0.18.04.1) ... 2021-04-15 12:30:54.484 | Setting up ipvsadm (1:1.28-3ubuntu0.18.04.1) ... 2021-04-15 12:30:54.973 | Setting up sqlite3 (3.22.0-1ubuntu0.4) ... 2021-04-15 12:30:55.001 | Setting up libalgorithm-merge-perl (0.08-3) ... 2021-04-15 12:30:55.030 | Setting up intltool-debian (0.35.0+20060710.4) ... 2021-04-15 12:30:55.060 | Setting up pkg-config (0.29.1-0ubuntu2) ... 2021-04-15 12:30:55.157 | Setting up libalgorithm-diff-xs-perl (0.04-5) ... 2021-04-15 12:30:55.185 | Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2021-04-15 12:30:55.213 | Setting up gir1.2-harfbuzz-0.0:amd64 (1.7.2-1ubuntu1) ... 2021-04-15 12:30:55.241 | Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... 2021-04-15 12:30:55.270 | Setting up keepalived (1:1.3.9-1ubuntu0.18.04.2) ... 2021-04-15 12:30:55.565 | Created symlink /etc/systemd/system/multi-user.target.wants/keepalived.service → /lib/systemd/system/keepalived.service. 2021-04-15 12:30:56.146 | Setting up postgresql-common (190ubuntu0.1) ... 2021-04-15 12:30:56.753 | Adding user postgres to group ssl-cert 2021-04-15 12:30:56.927 | 2021-04-15 12:30:56.927 | Creating config file /etc/postgresql-common/createcluster.conf with new version 2021-04-15 12:30:57.119 | Building PostgreSQL dictionaries from installed myspell/hunspell packages... 2021-04-15 12:30:57.119 | Removing obsolete dictionary files: 2021-04-15 12:30:57.353 | Created symlink /etc/systemd/system/multi-user.target.wants/postgresql.service → /lib/systemd/system/postgresql.service. 2021-04-15 12:30:57.990 | Setting up automake (1:1.15.1-3ubuntu2) ... 2021-04-15 12:30:58.006 | update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode 2021-04-15 12:30:58.029 | Setting up libapache2-mod-proxy-uwsgi (2.0.15-10.2ubuntu2.1) ... 2021-04-15 12:30:58.066 | Setting up libice6:amd64 (2:1.0.9-2) ... 2021-04-15 12:30:58.094 | Setting up g++ (4:7.4.0-1ubuntu2.3) ... 2021-04-15 12:30:58.170 | update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 2021-04-15 12:30:58.182 | Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 2021-04-15 12:30:58.210 | Setting up libgts-bin (0.7.6+darcs121130-4) ... 2021-04-15 12:30:58.238 | Setting up libharfbuzz-gobject0:amd64 (1.7.2-1ubuntu1) ... 2021-04-15 12:30:58.266 | Setting up uwsgi-core (2.0.15-10.2ubuntu2.1) ... 2021-04-15 12:30:58.303 | Setting up conntrackd (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-04-15 12:30:58.597 | Created symlink /etc/systemd/system/multi-user.target.wants/conntrackd.service → /lib/systemd/system/conntrackd.service. 2021-04-15 12:30:59.211 | Setting up libibverbs1:amd64 (17.1-1ubuntu0.2) ... 2021-04-15 12:30:59.342 | Setting up libfontconfig1:amd64 (2.12.6-0ubuntu2) ... 2021-04-15 12:30:59.372 | Setting up libsm6:amd64 (2:1.2.2-1) ... 2021-04-15 12:30:59.407 | Setting up libharfbuzz-icu0:amd64 (1.7.2-1ubuntu1) ... 2021-04-15 12:30:59.435 | Setting up apache2 (2.4.29-1ubuntu4.14) ... 2021-04-15 12:31:00.980 | Enabling module mpm_event. 2021-04-15 12:31:01.041 | Enabling module authz_core. 2021-04-15 12:31:01.046 | Enabling module authz_host. 2021-04-15 12:31:01.105 | Enabling module authn_core. 2021-04-15 12:31:01.110 | Enabling module auth_basic. 2021-04-15 12:31:01.167 | Enabling module access_compat. 2021-04-15 12:31:01.224 | Enabling module authn_file. 2021-04-15 12:31:01.281 | Enabling module authz_user. 2021-04-15 12:31:01.338 | Enabling module alias. 2021-04-15 12:31:01.395 | Enabling module dir. 2021-04-15 12:31:01.453 | Enabling module autoindex. 2021-04-15 12:31:01.510 | Enabling module env. 2021-04-15 12:31:01.567 | Enabling module mime. 2021-04-15 12:31:01.625 | Enabling module negotiation. 2021-04-15 12:31:01.683 | Enabling module setenvif. 2021-04-15 12:31:01.742 | Enabling module filter. 2021-04-15 12:31:01.802 | Enabling module deflate. 2021-04-15 12:31:01.862 | Enabling module status. 2021-04-15 12:31:01.920 | Enabling module reqtimeout. 2021-04-15 12:31:01.976 | Enabling conf charset. 2021-04-15 12:31:02.034 | Enabling conf localized-error-pages. 2021-04-15 12:31:02.094 | Enabling conf other-vhosts-access-log. 2021-04-15 12:31:02.151 | Enabling conf security. 2021-04-15 12:31:02.208 | Enabling conf serve-cgi-bin. 2021-04-15 12:31:02.266 | Enabling site 000-default. 2021-04-15 12:31:02.316 | info: Executing deferred 'a2enconf javascript-common' for package javascript-common 2021-04-15 12:31:02.369 | Enabling conf javascript-common. 2021-04-15 12:31:02.615 | Created symlink /etc/systemd/system/multi-user.target.wants/apache2.service → /lib/systemd/system/apache2.service. 2021-04-15 12:31:03.030 | Created symlink /etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service → /lib/systemd/system/apache-htcacheclean.service. 2021-04-15 12:31:04.496 | Setting up libmysqlclient-dev (5.7.33-0ubuntu0.18.04.1) ... 2021-04-15 12:31:04.526 | Setting up po-debconf (1.0.20) ... 2021-04-15 12:31:04.553 | Setting up build-essential (12.4ubuntu1) ... 2021-04-15 12:31:04.582 | Setting up libicu-le-hb0:amd64 (1.0.3+git161113-4) ... 2021-04-15 12:31:04.610 | Setting up libgd3:amd64 (2.2.5-4ubuntu0.4) ... 2021-04-15 12:31:04.639 | Setting up libglib2.0-dev:amd64 (2.56.4-0ubuntu0.18.04.8) ... 2021-04-15 12:31:04.667 | Setting up librados2 (12.2.13-0ubuntu0.18.04.6) ... 2021-04-15 12:31:04.696 | Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 2021-04-15 12:31:04.724 | Setting up libpq5:amd64 (10.16-0ubuntu0.18.04.1) ... 2021-04-15 12:31:04.753 | Setting up ibverbs-providers:amd64 (17.1-1ubuntu0.2) ... 2021-04-15 12:31:04.922 | Setting up libiculx60:amd64 (60.2-3ubuntu3.1) ... 2021-04-15 12:31:04.950 | Setting up libxt6:amd64 (1:1.1.5-1) ... 2021-04-15 12:31:04.978 | Setting up fontconfig (2.12.6-0ubuntu2) ... 2021-04-15 12:31:07.154 | Regenerating fonts cache... done. 2021-04-15 12:31:07.157 | Setting up libcairo2:amd64 (1.15.10-2ubuntu0.1) ... 2021-04-15 12:31:07.185 | Setting up libgssrpc4:amd64 (1.16-2ubuntu0.2) ... 2021-04-15 12:31:07.213 | Setting up libpq-dev (10.16-0ubuntu0.18.04.1) ... 2021-04-15 12:31:07.241 | Setting up libcurl4:amd64 (7.58.0-2ubuntu3.13) ... 2021-04-15 12:31:07.269 | Setting up postgresql-server-dev-10 (10.16-0ubuntu0.18.04.1) ... 2021-04-15 12:31:07.297 | Setting up librbd1 (12.2.13-0ubuntu0.18.04.6) ... 2021-04-15 12:31:07.325 | Setting up libkdb5-9:amd64 (1.16-2ubuntu0.2) ... 2021-04-15 12:31:07.354 | Setting up qemu-block-extra:amd64 (1:2.11+dfsg-1ubuntu7.36) ... 2021-04-15 12:31:07.382 | Setting up qemu-utils (1:2.11+dfsg-1ubuntu7.36) ... 2021-04-15 12:31:07.410 | Setting up libxmu6:amd64 (2:1.1.2-2) ... 2021-04-15 12:31:07.440 | Setting up postgresql-server-dev-all (190ubuntu0.1) ... 2021-04-15 12:31:07.468 | Setting up libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-04-15 12:31:07.496 | Setting up libkadm5srv-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-04-15 12:31:07.524 | Setting up libkadm5clnt-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-04-15 12:31:07.552 | Setting up libxaw7:amd64 (2:1.0.13-1) ... 2021-04-15 12:31:07.588 | Setting up curl (7.58.0-2ubuntu3.13) ... 2021-04-15 12:31:07.616 | Setting up libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-04-15 12:31:07.643 | Setting up krb5-multidev:amd64 (1.16-2ubuntu0.2) ... 2021-04-15 12:31:07.671 | Setting up libkrb5-dev:amd64 (1.16-2ubuntu0.2) ... 2021-04-15 12:31:07.699 | Setting up libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-04-15 12:31:07.744 | Setting up libgvc6 (2.40.1-2) ... 2021-04-15 12:31:07.777 | Setting up graphviz (2.40.1-2) ... 2021-04-15 12:31:07.806 | Setting up libicu-dev (60.2-3ubuntu3.1) ... 2021-04-15 12:31:07.833 | Setting up libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2021-04-15 12:31:07.862 | Setting up libharfbuzz-dev:amd64 (1.7.2-1ubuntu1) ... 2021-04-15 12:31:07.889 | Setting up libxslt1-dev:amd64 (1.1.29-5ubuntu0.2) ... 2021-04-15 12:31:07.917 | Setting up debhelper (11.1.6ubuntu2) ... 2021-04-15 12:31:07.946 | Setting up dh-autoreconf (17) ... 2021-04-15 12:31:07.974 | Setting up libicu-le-hb-dev:amd64 (1.0.3+git161113-4) ... 2021-04-15 12:31:08.002 | Setting up dh-strip-nondeterminism (0.040-1.1~build1) ... 2021-04-15 12:31:08.031 | Setting up apache2-dev (2.4.29-1ubuntu4.14) ... 2021-04-15 12:31:08.058 | Processing triggers for initramfs-tools (0.130ubuntu3.8) ... 2021-04-15 12:31:08.118 | update-initramfs: Generating /boot/initrd.img-4.15.0-55-generic 2021-04-15 12:31:17.101 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-04-15 12:31:17.131 | Processing triggers for systemd (237-3ubuntu10.46) ... 2021-04-15 12:31:17.306 | Processing triggers for ureadahead (0.100.0-21) ... 2021-04-15 12:31:17.329 | Processing triggers for rsyslog (8.32.0-1ubuntu4) ... 2021-04-15 12:31:17.561 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2021-04-15 12:31:17.579 | Processing triggers for ufw (0.36-0ubuntu0.18.04.1) ... 2021-04-15 12:31:19.706 | ++ functions-common:apt_get:1113 : result=0 2021-04-15 12:31:19.708 | ++ functions-common:apt_get:1116 : time_stop apt-get 2021-04-15 12:31:19.711 | ++ functions-common:time_stop:2304 : local name 2021-04-15 12:31:19.713 | ++ functions-common:time_stop:2305 : local end_time 2021-04-15 12:31:19.715 | ++ functions-common:time_stop:2306 : local elapsed_time 2021-04-15 12:31:19.717 | ++ functions-common:time_stop:2307 : local total 2021-04-15 12:31:19.719 | ++ functions-common:time_stop:2308 : local start_time 2021-04-15 12:31:19.721 | ++ functions-common:time_stop:2310 : name=apt-get 2021-04-15 12:31:19.724 | ++ functions-common:time_stop:2311 : start_time=1618489743506 2021-04-15 12:31:19.726 | ++ functions-common:time_stop:2313 : [[ -z 1618489743506 ]] 2021-04-15 12:31:19.728 | +++ functions-common:time_stop:2316 : date +%s%3N 2021-04-15 12:31:19.732 | ++ functions-common:time_stop:2316 : end_time=1618489879730 2021-04-15 12:31:19.734 | ++ functions-common:time_stop:2317 : elapsed_time=136224 2021-04-15 12:31:19.736 | ++ functions-common:time_stop:2318 : total=736 2021-04-15 12:31:19.738 | ++ functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-15 12:31:19.741 | ++ functions-common:time_stop:2321 : _TIME_TOTAL[$name]=136960 2021-04-15 12:31:19.743 | ++ functions-common:apt_get:1117 : return 0 2021-04-15 12:31:19.747 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2021-04-15 12:31:19.750 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2021-04-15 12:31:19.752 | ++ tools/install_prereqs.sh:source:88 : date +%s 2021-04-15 12:31:19.756 | ++ tools/install_prereqs.sh:source:89 : date 2021-04-15 12:31:19.761 | + ./stack.sh:main:755 : [[ False != \T\r\u\e ]] 2021-04-15 12:31:19.764 | + ./stack.sh:main:756 : PYPI_ALTERNATIVE_URL= 2021-04-15 12:31:19.766 | + ./stack.sh:main:756 : /home/ubuntu/devstack/tools/install_pip.sh 2021-04-15 12:31:20.975 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2021-04-15 12:31:20.978 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2021-04-15 12:31:20.980 | ++ tools/install_pip.sh:main:41 : basename https://bootstrap.pypa.io/get-pip.py 2021-04-15 12:31:20.983 | + tools/install_pip.sh:main:41 : LOCAL_PIP=/home/ubuntu/devstack/files/get-pip.py 2021-04-15 12:31:20.985 | + tools/install_pip.sh:main:43 : GetDistro 2021-04-15 12:31:20.987 | + functions-common:GetDistro:373 : GetOSVersion 2021-04-15 12:31:20.989 | + functions-common:GetOSVersion:350 : _ensure_lsb_release 2021-04-15 12:31:20.991 | ++ functions-common:_ensure_lsb_release:327 : command -v lsb_release 2021-04-15 12:31:20.994 | + functions-common:_ensure_lsb_release:327 : [[ -x /usr/bin/lsb_release ]] 2021-04-15 12:31:20.996 | + functions-common:_ensure_lsb_release:328 : return 2021-04-15 12:31:20.998 | ++ functions-common:GetOSVersion:352 : lsb_release -r -s 2021-04-15 12:31:21.075 | + functions-common:GetOSVersion:352 : os_RELEASE=18.04 2021-04-15 12:31:21.077 | ++ functions-common:GetOSVersion:353 : lsb_release -c -s 2021-04-15 12:31:21.153 | + functions-common:GetOSVersion:353 : os_CODENAME=bionic 2021-04-15 12:31:21.156 | ++ functions-common:GetOSVersion:354 : lsb_release -i -s 2021-04-15 12:31:21.235 | + functions-common:GetOSVersion:354 : os_VENDOR=Ubuntu 2021-04-15 12:31:21.236 | + functions-common:GetOSVersion:356 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2021-04-15 12:31:21.238 | + functions-common:GetOSVersion:357 : os_PACKAGE=deb 2021-04-15 12:31:21.240 | + functions-common:GetOSVersion:362 : typeset -xr os_VENDOR 2021-04-15 12:31:21.243 | + functions-common:GetOSVersion:363 : typeset -xr os_RELEASE 2021-04-15 12:31:21.244 | + functions-common:GetOSVersion:364 : typeset -xr os_PACKAGE 2021-04-15 12:31:21.246 | + functions-common:GetOSVersion:365 : typeset -xr os_CODENAME 2021-04-15 12:31:21.248 | + functions-common:GetDistro:375 : [[ Ubuntu =~ (Ubuntu) ]] 2021-04-15 12:31:21.250 | + functions-common:GetDistro:378 : DISTRO=bionic 2021-04-15 12:31:21.252 | + functions-common:GetDistro:422 : typeset -xr DISTRO 2021-04-15 12:31:21.254 | + tools/install_pip.sh:main:44 : echo 'Distro: bionic' 2021-04-15 12:31:21.254 | Distro: bionic 2021-04-15 12:31:21.256 | + tools/install_pip.sh:main:127 : get_versions 2021-04-15 12:31:21.259 | ++ tools/install_pip.sh:get_versions:49 : which pip 2021-04-15 12:31:21.262 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2021-04-15 12:31:21.264 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2021-04-15 12:31:21.266 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2021-04-15 12:31:21.267 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2021-04-15 12:31:21.684 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.2.2 2021-04-15 12:31:21.686 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.2.2' 2021-04-15 12:31:21.686 | pip: 20.2.2 2021-04-15 12:31:21.687 | + tools/install_pip.sh:get_versions:57 : python3.6 -m pip --version 2021-04-15 12:31:22.085 | pip 20.2.2 from /usr/local/lib/python3.6/dist-packages/pip (python 3.6) 2021-04-15 12:31:22.109 | + tools/install_pip.sh:main:129 : [[ -n '' ]] 2021-04-15 12:31:22.111 | + tools/install_pip.sh:main:134 : [[ bionic == focal ]] 2021-04-15 12:31:22.112 | + tools/install_pip.sh:main:143 : is_fedora 2021-04-15 12:31:22.114 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-04-15 12:31:22.116 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-04-15 12:31:22.118 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-04-15 12:31:22.120 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-04-15 12:31:22.122 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-04-15 12:31:22.123 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-04-15 12:31:22.125 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2021-04-15 12:31:22.128 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-04-15 12:31:22.130 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-04-15 12:31:22.133 | + tools/install_pip.sh:main:143 : is_suse 2021-04-15 12:31:22.135 | + functions-common:is_suse:462 : is_opensuse 2021-04-15 12:31:22.137 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-04-15 12:31:22.138 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-04-15 12:31:22.140 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-04-15 12:31:22.142 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-04-15 12:31:22.144 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-04-15 12:31:22.146 | + tools/install_pip.sh:main:144 : is_package_installed python3-pip 2021-04-15 12:31:22.147 | + functions-common:is_package_installed:1351 : [[ -z python3-pip ]] 2021-04-15 12:31:22.149 | + functions-common:is_package_installed:1355 : [[ -z deb ]] 2021-04-15 12:31:22.152 | + functions-common:is_package_installed:1359 : [[ deb = \d\e\b ]] 2021-04-15 12:31:22.155 | + functions-common:is_package_installed:1360 : dpkg -s python3-pip 2021-04-15 12:31:22.177 | + tools/install_pip.sh:main:145 : uninstall_package python3-pip 2021-04-15 12:31:22.180 | + functions-common:uninstall_package:1371 : is_ubuntu 2021-04-15 12:31:22.182 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-15 12:31:22.183 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-15 12:31:22.185 | + functions-common:uninstall_package:1372 : apt_get purge python3-pip 2021-04-15 12:31:22.201 | + 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-15 12:31:22.321 | Reading package lists... 2021-04-15 12:31:22.590 | Building dependency tree... 2021-04-15 12:31:22.592 | Reading state information... 2021-04-15 12:31:22.818 | The following packages were automatically installed and are no longer required: 2021-04-15 12:31:22.819 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-04-15 12:31:22.819 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-04-15 12:31:22.820 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2021-04-15 12:31:22.820 | python3-pam python3-problem-report python3-pyasn1 2021-04-15 12:31:22.820 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-04-15 12:31:22.820 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-04-15 12:31:22.820 | Use 'sudo apt autoremove' to remove them. 2021-04-15 12:31:22.863 | The following packages will be REMOVED: 2021-04-15 12:31:22.863 | python3-pip* 2021-04-15 12:31:23.301 | 0 upgraded, 0 newly installed, 1 to remove and 158 not upgraded. 2021-04-15 12:31:23.301 | After this operation, 601 kB disk space will be freed. 2021-04-15 12:31:23.364 | (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-15 12:31:23.368 | Removing python3-pip (9.0.1-2.3~ubuntu1.18.04.4) ... 2021-04-15 12:31:23.606 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-04-15 12:31:26.349 | + functions-common:apt_get:1113 : result=0 2021-04-15 12:31:26.351 | + functions-common:apt_get:1116 : time_stop apt-get 2021-04-15 12:31:26.353 | + functions-common:time_stop:2304 : local name 2021-04-15 12:31:26.354 | + functions-common:time_stop:2305 : local end_time 2021-04-15 12:31:26.356 | + functions-common:time_stop:2306 : local elapsed_time 2021-04-15 12:31:26.358 | + functions-common:time_stop:2307 : local total 2021-04-15 12:31:26.360 | + functions-common:time_stop:2308 : local start_time 2021-04-15 12:31:26.361 | + functions-common:time_stop:2310 : name=apt-get 2021-04-15 12:31:26.363 | + functions-common:time_stop:2311 : start_time=1618489882199 2021-04-15 12:31:26.365 | + functions-common:time_stop:2313 : [[ -z 1618489882199 ]] 2021-04-15 12:31:26.367 | ++ functions-common:time_stop:2316 : date +%s%3N 2021-04-15 12:31:26.370 | + functions-common:time_stop:2316 : end_time=1618489886368 2021-04-15 12:31:26.372 | + functions-common:time_stop:2317 : elapsed_time=4169 2021-04-15 12:31:26.373 | + functions-common:time_stop:2318 : total=0 2021-04-15 12:31:26.375 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-15 12:31:26.377 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=4169 2021-04-15 12:31:26.379 | + functions-common:apt_get:1117 : return 0 2021-04-15 12:31:26.380 | + tools/install_pip.sh:main:149 : install_get_pip 2021-04-15 12:31:26.383 | + tools/install_pip.sh:install_get_pip:64 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-04-15 12:31:26.385 | + tools/install_pip.sh:install_get_pip:81 : [[ ! -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-04-15 12:31:26.386 | + tools/install_pip.sh:install_get_pip:84 : local timecond= 2021-04-15 12:31:26.388 | + tools/install_pip.sh:install_get_pip:85 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-04-15 12:31:26.390 | + 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-15 12:31:26.401 | % Total % Received % Xferd Average Speed Time Time Time Current 2021-04-15 12:31:26.401 | Dload Upload Total Spent Left Speed 2021-04-15 12:31:27.049 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1882k 100 1882k 0 0 2909k 0 --:--:-- --:--:-- --:--:-- 2905k 2021-04-15 12:31:27.055 | + tools/install_pip.sh:install_get_pip:92 : touch /home/ubuntu/devstack/files/get-pip.py.downloaded 2021-04-15 12:31:27.058 | + 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-15 12:31:29.805 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-04-15 12:31:29.806 | from cryptography.utils import int_from_bytes 2021-04-15 12:31:29.806 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-04-15 12:31:29.806 | from cryptography.utils import int_from_bytes 2021-04-15 12:31:30.088 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-04-15 12:31:30.798 | Collecting pip 2021-04-15 12:31:30.811 | 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-15 12:31:32.361 | Installing collected packages: pip 2021-04-15 12:31:32.361 | Attempting uninstall: pip 2021-04-15 12:31:32.363 | Found existing installation: pip 20.2.2 2021-04-15 12:31:32.608 | Uninstalling pip-20.2.2: 2021-04-15 12:31:32.622 | Successfully uninstalled pip-20.2.2 2021-04-15 12:31:33.976 | Successfully installed pip-20.2.4 2021-04-15 12:31:34.084 | /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-15 12:31:34.084 | % (opt, underscore_opt)) 2021-04-15 12:31:34.085 | /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-15 12:31:34.085 | % (opt, underscore_opt)) 2021-04-15 12:31:34.085 | /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-15 12:31:34.085 | % (opt, underscore_opt)) 2021-04-15 12:31:34.085 | /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-15 12:31:34.085 | % (opt, underscore_opt)) 2021-04-15 12:31:34.086 | /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-15 12:31:34.086 | % (opt, underscore_opt)) 2021-04-15 12:31:34.086 | /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-15 12:31:34.086 | % (opt, underscore_opt)) 2021-04-15 12:31:34.086 | /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-15 12:31:34.086 | % (opt, underscore_opt)) 2021-04-15 12:31:34.086 | /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-15 12:31:34.086 | % (opt, underscore_opt)) 2021-04-15 12:31:34.086 | /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-15 12:31:34.086 | % (opt, underscore_opt)) 2021-04-15 12:31:34.175 | + tools/install_pip.sh:main:151 : set -x 2021-04-15 12:31:34.177 | + tools/install_pip.sh:main:155 : pip_install_gr setuptools 2021-04-15 12:31:34.179 | + inc/python:pip_install_gr:76 : local name=setuptools 2021-04-15 12:31:34.181 | + inc/python:pip_install_gr:77 : local clean_name 2021-04-15 12:31:34.184 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements setuptools 2021-04-15 12:31:34.186 | ++ inc/python:get_from_global_requirements:225 : local package=setuptools 2021-04-15 12:31:34.188 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2021-04-15 12:31:34.190 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^setuptools' /opt/stack/requirements/global-requirements.txt 2021-04-15 12:31:34.190 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2021-04-15 12:31:34.195 | ++ 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-15 12:31:34.197 | ++ 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-15 12:31:34.198 | ++ 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-15 12:31:34.201 | + 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-15 12:31:34.202 | + 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-15 12:31:34.217 | 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-15 12:31:34.219 | + 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-15 12:31:35.172 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-04-15 12:31:35.172 | from cryptography.utils import int_from_bytes 2021-04-15 12:31:35.172 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-04-15 12:31:35.172 | from cryptography.utils import int_from_bytes 2021-04-15 12:31:36.283 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-04-15 12:31:36.288 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-04-15 12:31:36.294 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-04-15 12:31:36.298 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-04-15 12:31:36.307 | 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-15 12:31:37.951 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-04-15 12:31:37.951 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-04-15 12:31:38.041 | + inc/python:pip_install:200 : result=0 2021-04-15 12:31:38.044 | + inc/python:pip_install:202 : time_stop pip_install 2021-04-15 12:31:38.046 | + functions-common:time_stop:2304 : local name 2021-04-15 12:31:38.048 | + functions-common:time_stop:2305 : local end_time 2021-04-15 12:31:38.050 | + functions-common:time_stop:2306 : local elapsed_time 2021-04-15 12:31:38.052 | + functions-common:time_stop:2307 : local total 2021-04-15 12:31:38.054 | + functions-common:time_stop:2308 : local start_time 2021-04-15 12:31:38.055 | + functions-common:time_stop:2310 : name=pip_install 2021-04-15 12:31:38.057 | + functions-common:time_stop:2311 : start_time=1618489894213 2021-04-15 12:31:38.059 | + functions-common:time_stop:2313 : [[ -z 1618489894213 ]] 2021-04-15 12:31:38.061 | ++ functions-common:time_stop:2316 : date +%s%3N 2021-04-15 12:31:38.064 | + functions-common:time_stop:2316 : end_time=1618489898062 2021-04-15 12:31:38.065 | + functions-common:time_stop:2317 : elapsed_time=3849 2021-04-15 12:31:38.067 | + functions-common:time_stop:2318 : total=0 2021-04-15 12:31:38.069 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-15 12:31:38.071 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=3849 2021-04-15 12:31:38.072 | + inc/python:pip_install:203 : return 0 2021-04-15 12:31:38.074 | + tools/install_pip.sh:main:157 : get_versions 2021-04-15 12:31:38.077 | ++ tools/install_pip.sh:get_versions:49 : which pip 2021-04-15 12:31:38.080 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2021-04-15 12:31:38.082 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2021-04-15 12:31:38.086 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2021-04-15 12:31:38.086 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2021-04-15 12:31:38.494 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.2.4 2021-04-15 12:31:38.496 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.2.4' 2021-04-15 12:31:38.496 | pip: 20.2.4 2021-04-15 12:31:38.498 | + tools/install_pip.sh:get_versions:57 : python3.6 -m pip --version 2021-04-15 12:31:38.899 | pip 20.2.4 from /usr/local/lib/python3.6/dist-packages/pip (python 3.6) 2021-04-15 12:31:38.923 | + ./stack.sh:main:760 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2021-04-15 12:31:38.926 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2021-04-15 12:31:38.929 | + ./stack.sh:main:761 : fixup_all 2021-04-15 12:31:38.931 | + tools/fixup_stuff.sh:fixup_all:196 : fixup_keystone 2021-04-15 12:31:38.934 | + tools/fixup_stuff.sh:fixup_keystone:39 : keystone_ports=35357,35358 2021-04-15 12:31:38.936 | + tools/fixup_stuff.sh:fixup_keystone:44 : sysctl net.ipv4.ip_local_reserved_ports 2021-04-15 12:31:38.943 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sysctl net.ipv4.ip_local_reserved_ports 2021-04-15 12:31:38.943 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : awk -F= '{print $2;}' 2021-04-15 12:31:38.943 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sed 's/^ //' 2021-04-15 12:31:38.949 | + tools/fixup_stuff.sh:fixup_keystone:46 : reserved_ports= 2021-04-15 12:31:38.951 | + tools/fixup_stuff.sh:fixup_keystone:48 : [[ -z '' ]] 2021-04-15 12:31:38.953 | + tools/fixup_stuff.sh:fixup_keystone:50 : sudo sysctl -w net.ipv4.ip_local_reserved_ports=35357,35358 2021-04-15 12:31:38.961 | net.ipv4.ip_local_reserved_ports = 35357,35358 2021-04-15 12:31:38.964 | + tools/fixup_stuff.sh:fixup_all:197 : fixup_ubuntu 2021-04-15 12:31:38.966 | + tools/fixup_stuff.sh:fixup_ubuntu:66 : [[ bionic != \b\i\o\n\i\c ]] 2021-04-15 12:31:38.968 | + tools/fixup_stuff.sh:fixup_ubuntu:71 : install_package software-properties-common 2021-04-15 12:31:38.970 | + functions-common:install_package:1342 : update_package_repo 2021-04-15 12:31:38.972 | + functions-common:update_package_repo:1314 : NO_UPDATE_REPOS=False 2021-04-15 12:31:38.974 | + functions-common:update_package_repo:1315 : REPOS_UPDATED=True 2021-04-15 12:31:38.976 | + functions-common:update_package_repo:1316 : RETRY_UPDATE=False 2021-04-15 12:31:38.978 | + functions-common:update_package_repo:1318 : [[ False = \T\r\u\e ]] 2021-04-15 12:31:38.980 | + functions-common:update_package_repo:1322 : is_ubuntu 2021-04-15 12:31:38.982 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-15 12:31:38.984 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-15 12:31:38.986 | + functions-common:update_package_repo:1323 : apt_get_update 2021-04-15 12:31:38.988 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-04-15 12:31:38.990 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2021-04-15 12:31:38.993 | + functions-common:apt_get_update:1069 : return 2021-04-15 12:31:38.995 | + functions-common:install_package:1343 : real_install_package software-properties-common 2021-04-15 12:31:38.997 | + functions-common:real_install_package:1328 : is_ubuntu 2021-04-15 12:31:38.999 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-15 12:31:39.001 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-15 12:31:39.003 | + functions-common:real_install_package:1329 : apt_get install software-properties-common 2021-04-15 12:31:39.021 | + 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-15 12:31:39.140 | Reading package lists... 2021-04-15 12:31:39.392 | Building dependency tree... 2021-04-15 12:31:39.393 | Reading state information... 2021-04-15 12:31:39.608 | The following packages were automatically installed and are no longer required: 2021-04-15 12:31:39.609 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-04-15 12:31:39.609 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-04-15 12:31:39.609 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2021-04-15 12:31:39.609 | python3-pam python3-problem-report python3-pyasn1 2021-04-15 12:31:39.609 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-04-15 12:31:39.609 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-04-15 12:31:39.609 | Use 'sudo apt autoremove' to remove them. 2021-04-15 12:31:39.610 | The following additional packages will be installed: 2021-04-15 12:31:39.610 | python3-software-properties 2021-04-15 12:31:39.659 | The following packages will be upgraded: 2021-04-15 12:31:39.659 | python3-software-properties software-properties-common 2021-04-15 12:31:39.992 | 2 upgraded, 0 newly installed, 0 to remove and 156 not upgraded. 2021-04-15 12:31:39.992 | Need to get 33.9 kB of archives. 2021-04-15 12:31:39.992 | After this operation, 0 B of additional disk space will be used. 2021-04-15 12:31:39.992 | 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-15 12:31:40.049 | 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-15 12:31:40.595 | Fetched 33.9 kB in 0s (89.6 kB/s) 2021-04-15 12:31:40.671 | (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-15 12:31:40.675 | Preparing to unpack .../software-properties-common_0.96.24.32.14_all.deb ... 2021-04-15 12:31:40.823 | Unpacking software-properties-common (0.96.24.32.14) over (0.96.24.32.9) ... 2021-04-15 12:31:40.966 | Preparing to unpack .../python3-software-properties_0.96.24.32.14_all.deb ... 2021-04-15 12:31:41.122 | Unpacking python3-software-properties (0.96.24.32.14) over (0.96.24.32.9) ... 2021-04-15 12:31:41.210 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-04-15 12:31:41.705 | Setting up python3-software-properties (0.96.24.32.14) ... 2021-04-15 12:31:41.983 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2021-04-15 12:31:42.002 | Setting up software-properties-common (0.96.24.32.14) ... 2021-04-15 12:31:44.320 | + functions-common:apt_get:1113 : result=0 2021-04-15 12:31:44.322 | + functions-common:apt_get:1116 : time_stop apt-get 2021-04-15 12:31:44.325 | + functions-common:time_stop:2304 : local name 2021-04-15 12:31:44.327 | + functions-common:time_stop:2305 : local end_time 2021-04-15 12:31:44.329 | + functions-common:time_stop:2306 : local elapsed_time 2021-04-15 12:31:44.331 | + functions-common:time_stop:2307 : local total 2021-04-15 12:31:44.333 | + functions-common:time_stop:2308 : local start_time 2021-04-15 12:31:44.336 | + functions-common:time_stop:2310 : name=apt-get 2021-04-15 12:31:44.338 | + functions-common:time_stop:2311 : start_time=1618489899018 2021-04-15 12:31:44.341 | + functions-common:time_stop:2313 : [[ -z 1618489899018 ]] 2021-04-15 12:31:44.343 | ++ functions-common:time_stop:2316 : date +%s%3N 2021-04-15 12:31:44.346 | + functions-common:time_stop:2316 : end_time=1618489904344 2021-04-15 12:31:44.349 | + functions-common:time_stop:2317 : elapsed_time=5326 2021-04-15 12:31:44.351 | + functions-common:time_stop:2318 : total=136960 2021-04-15 12:31:44.353 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-15 12:31:44.355 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=142286 2021-04-15 12:31:44.357 | + functions-common:apt_get:1117 : return 0 2021-04-15 12:31:44.359 | + tools/fixup_stuff.sh:fixup_ubuntu:74 : sudo add-apt-repository -y universe 2021-04-15 12:31:45.190 | 'universe' distribution component is already enabled for all sources. 2021-04-15 12:31:45.218 | + tools/fixup_stuff.sh:fixup_ubuntu:76 : [[ -f /etc/ci/mirror_info.sh ]] 2021-04-15 12:31:45.220 | + tools/fixup_stuff.sh:fixup_ubuntu:83 : sudo add-apt-repository -y cloud-archive:ussuri 2021-04-15 12:31:47.890 | Reading package lists... 2021-04-15 12:31:48.201 | Building dependency tree... 2021-04-15 12:31:48.202 | Reading state information... 2021-04-15 12:31:48.423 | The following packages were automatically installed and are no longer required: 2021-04-15 12:31:48.424 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-04-15 12:31:48.424 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-04-15 12:31:48.424 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2021-04-15 12:31:48.424 | python3-pam python3-problem-report python3-pyasn1 2021-04-15 12:31:48.424 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-04-15 12:31:48.424 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-04-15 12:31:48.424 | Use 'sudo apt autoremove' to remove them. 2021-04-15 12:31:48.471 | The following NEW packages will be installed: 2021-04-15 12:31:48.472 | ubuntu-cloud-keyring 2021-04-15 12:31:48.608 | 0 upgraded, 1 newly installed, 0 to remove and 156 not upgraded. 2021-04-15 12:31:48.609 | Need to get 5,908 B of archives. 2021-04-15 12:31:48.609 | After this operation, 22.5 kB of additional disk space will be used. 2021-04-15 12:31:48.609 | 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-15 12:31:49.149 | Fetched 5,908 B in 0s (48.7 kB/s) 2021-04-15 12:31:49.198 | Selecting previously unselected package ubuntu-cloud-keyring. 2021-04-15 12:31:49.237 | (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-15 12:31:49.241 | Preparing to unpack .../ubuntu-cloud-keyring_2018.09.18.1~18.04.2_all.deb ... 2021-04-15 12:31:49.243 | Unpacking ubuntu-cloud-keyring (2018.09.18.1~18.04.2) ... 2021-04-15 12:31:49.334 | Setting up ubuntu-cloud-keyring (2018.09.18.1~18.04.2) ... 2021-04-15 12:31:51.610 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2021-04-15 12:31:51.610 | Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2021-04-15 12:31:51.657 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2021-04-15 12:31:51.749 | Get:4 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri InRelease [8,769 B] 2021-04-15 12:31:51.855 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 2021-04-15 12:31:51.930 | Get:6 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 Packages [189 kB] 2021-04-15 12:31:55.891 | Fetched 450 kB in 1s (592 kB/s) 2021-04-15 12:31:57.700 | Reading package lists... 2021-04-15 12:31:57.762 | + tools/fixup_stuff.sh:fixup_ubuntu:85 : REPOS_UPDATED=False 2021-04-15 12:31:57.764 | + tools/fixup_stuff.sh:fixup_ubuntu:86 : apt_get_update 2021-04-15 12:31:57.766 | + functions-common:apt_get_update:1068 : [[ False == \T\r\u\e ]] 2021-04-15 12:31:57.769 | + functions-common:apt_get_update:1073 : [[ False = \T\r\u\e ]] 2021-04-15 12:31:57.771 | + functions-common:apt_get_update:1075 : local sudo=sudo 2021-04-15 12:31:57.774 | ++ functions-common:apt_get_update:1076 : id -u 2021-04-15 12:31:57.778 | + functions-common:apt_get_update:1076 : [[ 1000 = \0 ]] 2021-04-15 12:31:57.780 | + functions-common:apt_get_update:1079 : time_start apt-get-update 2021-04-15 12:31:57.782 | + functions-common:time_start:2290 : local name=apt-get-update 2021-04-15 12:31:57.784 | + functions-common:time_start:2291 : local start_time= 2021-04-15 12:31:57.786 | + functions-common:time_start:2292 : [[ -n '' ]] 2021-04-15 12:31:57.789 | ++ functions-common:time_start:2295 : date +%s%3N 2021-04-15 12:31:57.792 | + functions-common:time_start:2295 : _TIME_START[$name]=1618489917790 2021-04-15 12:31:57.794 | + functions-common:apt_get_update:1081 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2021-04-15 12:31:57.797 | + functions-common:apt_get_update:1082 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2021-04-15 12:31:57.799 | + 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-15 12:31:58.039 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2021-04-15 12:31:58.088 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2021-04-15 12:31:58.198 | Hit:3 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri InRelease 2021-04-15 12:31:58.224 | Get:4 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2021-04-15 12:31:58.298 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 2021-04-15 12:31:59.211 | Fetched 252 kB in 1s (222 kB/s) 2021-04-15 12:32:01.013 | Reading package lists... 2021-04-15 12:32:01.076 | + functions-common:apt_get_update:1087 : REPOS_UPDATED=True 2021-04-15 12:32:01.079 | + functions-common:apt_get_update:1089 : time_stop apt-get-update 2021-04-15 12:32:01.081 | + functions-common:time_stop:2304 : local name 2021-04-15 12:32:01.085 | + functions-common:time_stop:2305 : local end_time 2021-04-15 12:32:01.087 | + functions-common:time_stop:2306 : local elapsed_time 2021-04-15 12:32:01.089 | + functions-common:time_stop:2307 : local total 2021-04-15 12:32:01.092 | + functions-common:time_stop:2308 : local start_time 2021-04-15 12:32:01.094 | + functions-common:time_stop:2310 : name=apt-get-update 2021-04-15 12:32:01.096 | + functions-common:time_stop:2311 : start_time=1618489917790 2021-04-15 12:32:01.098 | + functions-common:time_stop:2313 : [[ -z 1618489917790 ]] 2021-04-15 12:32:01.101 | ++ functions-common:time_stop:2316 : date +%s%3N 2021-04-15 12:32:01.104 | + functions-common:time_stop:2316 : end_time=1618489921102 2021-04-15 12:32:01.106 | + functions-common:time_stop:2317 : elapsed_time=3312 2021-04-15 12:32:01.108 | + functions-common:time_stop:2318 : total=3002 2021-04-15 12:32:01.110 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-15 12:32:01.112 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=6314 2021-04-15 12:32:01.115 | + tools/fixup_stuff.sh:fixup_ubuntu:94 : sudo rm -rf '/usr/lib/python3/dist-packages/httplib2-*.egg-info' 2021-04-15 12:32:01.126 | + tools/fixup_stuff.sh:fixup_ubuntu:95 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2021-04-15 12:32:01.138 | + tools/fixup_stuff.sh:fixup_ubuntu:96 : sudo rm -rf '/usr/lib/python3/dist-packages/PyYAML-*.egg-info' 2021-04-15 12:32:01.149 | + tools/fixup_stuff.sh:fixup_all:198 : fixup_fedora 2021-04-15 12:32:01.152 | + tools/fixup_stuff.sh:fixup_fedora:103 : is_fedora 2021-04-15 12:32:01.154 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-04-15 12:32:01.156 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-04-15 12:32:01.158 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-04-15 12:32:01.160 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-04-15 12:32:01.164 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-04-15 12:32:01.169 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-04-15 12:32:01.171 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2021-04-15 12:32:01.173 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-04-15 12:32:01.176 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-04-15 12:32:01.178 | + tools/fixup_stuff.sh:fixup_fedora:104 : return 2021-04-15 12:32:01.181 | + tools/fixup_stuff.sh:fixup_all:199 : fixup_suse 2021-04-15 12:32:01.183 | + tools/fixup_stuff.sh:fixup_suse:149 : is_suse 2021-04-15 12:32:01.185 | + functions-common:is_suse:462 : is_opensuse 2021-04-15 12:32:01.187 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-04-15 12:32:01.190 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-04-15 12:32:01.192 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-04-15 12:32:01.195 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-04-15 12:32:01.197 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-04-15 12:32:01.199 | + tools/fixup_stuff.sh:fixup_suse:150 : return 2021-04-15 12:32:01.201 | + ./stack.sh:main:764 : pip_install -U os-testr 2021-04-15 12:32:01.222 | Using python 3.6 to install os-testr 2021-04-15 12:32:01.225 | + 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-15 12:32:02.176 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-04-15 12:32:02.176 | from cryptography.utils import int_from_bytes 2021-04-15 12:32:02.176 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-04-15 12:32:02.176 | from cryptography.utils import int_from_bytes 2021-04-15 12:32:03.278 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-04-15 12:32:03.282 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-04-15 12:32:03.288 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-04-15 12:32:03.293 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-04-15 12:32:03.741 | Collecting os-testr===2.0.0 2021-04-15 12:32:03.749 | 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-15 12:32:03.848 | 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-15 12:32:03.945 | Collecting python-subunit===1.4.0 2021-04-15 12:32:03.951 | 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-15 12:32:04.147 | Collecting stestr===3.1.0 2021-04-15 12:32:04.154 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/13c/8f771ea252290/stestr-3.1.0-py3-none-any.whl (120 kB) 2021-04-15 12:32:04.268 | 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-15 12:32:04.293 | 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-15 12:32:04.400 | Collecting future===0.18.2 2021-04-15 12:32:04.409 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b1b/ead90b70cf6ec/future-0.18.2.tar.gz (829 kB) 2021-04-15 12:32:05.406 | 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-15 12:32:05.409 | 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-15 12:32:05.421 | 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-15 12:32:05.434 | 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-15 12:32:05.439 | 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-15 12:32:05.441 | 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-15 12:32:05.446 | 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-15 12:32:05.449 | 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-15 12:32:05.455 | 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-15 12:32:05.458 | 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-15 12:32:05.522 | 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-15 12:32:05.525 | 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-15 12:32:05.534 | 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-15 12:32:05.537 | 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-15 12:32:05.539 | 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-15 12:32:05.582 | 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-15 12:32:05.584 | 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-15 12:32:05.589 | 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-15 12:32:05.594 | 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-15 12:32:05.640 | 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-15 12:32:05.666 | 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-15 12:32:05.671 | Building wheels for collected packages: future 2021-04-15 12:32:05.672 | Building wheel for future (setup.py): started 2021-04-15 12:32:06.800 | Building wheel for future (setup.py): finished with status 'done' 2021-04-15 12:32:06.805 | Created wheel for future: filename=future-0.18.2-py3-none-any.whl size=491059 sha256=7f1bc6ff0622685316f23a58e42973c6e0fa1bf77d3288f3be6c70f347777bae 2021-04-15 12:32:06.805 | Stored in directory: /root/.cache/pip/wheels/8c/58/d1/5f5b03a578242b7f6aaa86627fac27e15b5ffb03afb2150cb6 2021-04-15 12:32:06.806 | Successfully built future 2021-04-15 12:32:08.125 | Installing collected packages: python-subunit, future, stestr, os-testr 2021-04-15 12:32:08.939 | Successfully installed future-0.18.2 os-testr-2.0.0 python-subunit-1.4.0 stestr-3.1.0 2021-04-15 12:32:09.043 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-04-15 12:32:09.044 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-04-15 12:32:09.166 | + inc/python:pip_install:200 : result=0 2021-04-15 12:32:09.168 | + inc/python:pip_install:202 : time_stop pip_install 2021-04-15 12:32:09.170 | + functions-common:time_stop:2304 : local name 2021-04-15 12:32:09.173 | + functions-common:time_stop:2305 : local end_time 2021-04-15 12:32:09.175 | + functions-common:time_stop:2306 : local elapsed_time 2021-04-15 12:32:09.177 | + functions-common:time_stop:2307 : local total 2021-04-15 12:32:09.180 | + functions-common:time_stop:2308 : local start_time 2021-04-15 12:32:09.182 | + functions-common:time_stop:2310 : name=pip_install 2021-04-15 12:32:09.184 | + functions-common:time_stop:2311 : start_time=1618489921217 2021-04-15 12:32:09.186 | + functions-common:time_stop:2313 : [[ -z 1618489921217 ]] 2021-04-15 12:32:09.189 | ++ functions-common:time_stop:2316 : date +%s%3N 2021-04-15 12:32:09.192 | + functions-common:time_stop:2316 : end_time=1618489929190 2021-04-15 12:32:09.195 | + functions-common:time_stop:2317 : elapsed_time=7973 2021-04-15 12:32:09.197 | + functions-common:time_stop:2318 : total=0 2021-04-15 12:32:09.199 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-15 12:32:09.201 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=7973 2021-04-15 12:32:09.204 | + inc/python:pip_install:203 : return 0 2021-04-15 12:32:09.206 | + ./stack.sh:main:768 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2021-04-15 12:32:09.251 | + ./stack.sh:main:769 : sudo systemctl restart systemd-journald 2021-04-15 12:32:09.320 | + ./stack.sh:main:775 : install_infra 2021-04-15 12:32:09.322 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-04-15 12:32:09.326 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2021-04-15 12:32:09.327 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack/requirements/.venv 2021-04-15 12:32:11.957 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-04-15 12:32:11.960 | + lib/infra:install_infra:34 : pip_install -U pbr 2021-04-15 12:32:11.981 | + 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-15 12:32:13.844 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-04-15 12:32:14.096 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-04-15 12:32:14.336 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-04-15 12:32:14.675 | Collecting pbr===5.5.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) 2021-04-15 12:32:14.789 | Downloading http://10.100.0.9:8080/root/pypi/+f/b23/6cde0ac9a6aed/pbr-5.5.1-py2.py3-none-any.whl (106kB) 2021-04-15 12:32:14.819 | Installing collected packages: pbr 2021-04-15 12:32:14.930 | Successfully installed pbr-5.5.1 2021-04-15 12:32:14.991 | + inc/python:pip_install:200 : result=0 2021-04-15 12:32:14.993 | + inc/python:pip_install:202 : time_stop pip_install 2021-04-15 12:32:14.995 | + functions-common:time_stop:2304 : local name 2021-04-15 12:32:14.998 | + functions-common:time_stop:2305 : local end_time 2021-04-15 12:32:15.000 | + functions-common:time_stop:2306 : local elapsed_time 2021-04-15 12:32:15.002 | + functions-common:time_stop:2307 : local total 2021-04-15 12:32:15.004 | + functions-common:time_stop:2308 : local start_time 2021-04-15 12:32:15.006 | + functions-common:time_stop:2310 : name=pip_install 2021-04-15 12:32:15.008 | + functions-common:time_stop:2311 : start_time=1618489931974 2021-04-15 12:32:15.010 | + functions-common:time_stop:2313 : [[ -z 1618489931974 ]] 2021-04-15 12:32:15.013 | ++ functions-common:time_stop:2316 : date +%s%3N 2021-04-15 12:32:15.016 | + functions-common:time_stop:2316 : end_time=1618489935014 2021-04-15 12:32:15.018 | + functions-common:time_stop:2317 : elapsed_time=3040 2021-04-15 12:32:15.021 | + functions-common:time_stop:2318 : total=7973 2021-04-15 12:32:15.024 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-15 12:32:15.026 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=11013 2021-04-15 12:32:15.028 | + inc/python:pip_install:203 : return 0 2021-04-15 12:32:15.030 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-04-15 12:32:15.033 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2021-04-15 12:32:15.053 | + 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-15 12:32:16.913 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-04-15 12:32:17.164 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-04-15 12:32:17.399 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-04-15 12:32:17.730 | Processing /opt/stack/requirements 2021-04-15 12:32:19.146 | Collecting fixtures===3.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 62)) 2021-04-15 12:32:19.212 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67kB) 2021-04-15 12:32:19.247 | Collecting PyYAML===5.4.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 178)) 2021-04-15 12:32:19.365 | 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-15 12:32:19.425 | Collecting requests===2.25.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) 2021-04-15 12:32:19.530 | Downloading http://10.100.0.9:8080/root/pypi/+f/c21/0084e36a42ae6/requests-2.25.1-py2.py3-none-any.whl (61kB) 2021-04-15 12:32:19.570 | Collecting packaging===20.9 (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) 2021-04-15 12:32:19.615 | Downloading http://10.100.0.9:8080/root/pypi/+f/677/14da7f7bc052e/packaging-20.9-py2.py3-none-any.whl (40kB) 2021-04-15 12:32:19.635 | Collecting testtools===2.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 340)) 2021-04-15 12:32:19.678 | Downloading http://10.100.0.9:8080/root/pypi/+f/36f/f4998177c7d32/testtools-2.4.0-py2.py3-none-any.whl (185kB) 2021-04-15 12:32:19.733 | Collecting idna===2.10 (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) 2021-04-15 12:32:19.936 | Downloading http://10.100.0.9:8080/root/pypi/+f/b97/d804b1e9b523b/idna-2.10-py2.py3-none-any.whl (58kB) 2021-04-15 12:32:19.956 | Collecting pyparsing===2.4.7 (from -c /opt/stack/requirements/upper-constraints.txt (line 404)) 2021-04-15 12:32:20.199 | Downloading http://10.100.0.9:8080/root/pypi/+f/ef9/d7589ef3c200a/pyparsing-2.4.7-py2.py3-none-any.whl (67kB) 2021-04-15 12:32:20.216 | Collecting six===1.15.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 441)) 2021-04-15 12:32:20.253 | Downloading http://10.100.0.9:8080/root/pypi/+f/8b7/4bedcbbbaca38/six-1.15.0-py2.py3-none-any.whl 2021-04-15 12:32:20.266 | Collecting Parsley>=1.2 (from openstack-requirements==1.2.1.dev4512) 2021-04-15 12:32:20.285 | Downloading http://10.100.0.9:8080/root/pypi/+f/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88kB) 2021-04-15 12:32:20.314 | Collecting beagle>=0.2.1 (from openstack-requirements==1.2.1.dev4512) 2021-04-15 12:32:20.437 | Downloading http://10.100.0.9:8080/root/pypi/+f/34b/7236e550859b0/beagle-0.3.0-py3-none-any.whl 2021-04-15 12:32:20.483 | 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-15 12:32:20.489 | Collecting chardet===4.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2021-04-15 12:32:20.515 | Downloading http://10.100.0.9:8080/root/pypi/+f/f86/4054d66fd9118/chardet-4.0.0-py2.py3-none-any.whl (178kB) 2021-04-15 12:32:20.550 | Collecting urllib3===1.26.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) 2021-04-15 12:32:20.614 | Downloading http://10.100.0.9:8080/root/pypi/+f/2f4/da4594db7e1e1/urllib3-1.26.4-py2.py3-none-any.whl (153kB) 2021-04-15 12:32:20.664 | Collecting certifi===2020.12.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) 2021-04-15 12:32:20.715 | Downloading http://10.100.0.9:8080/root/pypi/+f/719/a74fb9e33b9bd/certifi-2020.12.5-py2.py3-none-any.whl (147kB) 2021-04-15 12:32:20.735 | Collecting unittest2===1.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) 2021-04-15 12:32:20.765 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/13f/77d0875db6d9b/unittest2-1.1.0-py2.py3-none-any.whl (96kB) 2021-04-15 12:32:20.797 | Collecting python-mimeparse===1.6.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 96)) 2021-04-15 12:32:20.821 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/a29/5f03ff2034149/python_mimeparse-1.6.0-py2.py3-none-any.whl 2021-04-15 12:32:20.835 | Collecting extras===1.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 160)) 2021-04-15 12:32:20.852 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/f68/9f08df47e2dec/extras-1.0.0-py2.py3-none-any.whl 2021-04-15 12:32:20.867 | Collecting traceback2===1.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 145)) 2021-04-15 12:32:20.887 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/825/3cebec4b19094/traceback2-1.4.0-py2.py3-none-any.whl 2021-04-15 12:32:20.904 | Collecting cliff===3.7.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) 2021-04-15 12:32:20.968 | Downloading http://10.100.0.9:8080/root/pypi/+f/989/7aec5d621e652/cliff-3.7.0-py3-none-any.whl (80kB) 2021-04-15 12:32:21.004 | Collecting argparse (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 200)) 2021-04-15 12:32:21.032 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl 2021-04-15 12:32:21.045 | Collecting linecache2===1.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) 2021-04-15 12:32:21.062 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/e78/be9c0a0dfcbac/linecache2-1.0.0-py2.py3-none-any.whl 2021-04-15 12:32:21.077 | Collecting prettytable===0.7.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 142)) 2021-04-15 12:32:21.106 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/788/48506f2c027f8/prettytable-0.7.2-py3-none-any.whl 2021-04-15 12:32:21.119 | Collecting stevedore===3.3.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 415)) 2021-04-15 12:32:21.187 | Downloading http://10.100.0.9:8080/root/pypi/+f/50d/7b78fbaf0d04c/stevedore-3.3.0-py3-none-any.whl (49kB) 2021-04-15 12:32:21.218 | Collecting cmd2===1.5.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 424)) 2021-04-15 12:32:21.336 | Downloading http://10.100.0.9:8080/root/pypi/+f/31a/aeb590ec7bd2c/cmd2-1.5.0-py3-none-any.whl (133kB) 2021-04-15 12:32:21.422 | Collecting importlib-metadata===3.10.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 278)) 2021-04-15 12:32:21.489 | Downloading http://10.100.0.9:8080/root/pypi/+f/2ec/0faae539743ae/importlib_metadata-3.10.1-py3-none-any.whl 2021-04-15 12:32:21.545 | Collecting wcwidth===0.2.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) 2021-04-15 12:32:21.572 | Downloading http://10.100.0.9:8080/root/pypi/+f/beb/4802a9cebb914/wcwidth-0.2.5-py2.py3-none-any.whl 2021-04-15 12:32:21.592 | Collecting attrs===20.3.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 49)) 2021-04-15 12:32:21.625 | Downloading http://10.100.0.9:8080/root/pypi/+f/31b/2eced602aa842/attrs-20.3.0-py2.py3-none-any.whl (49kB) 2021-04-15 12:32:21.690 | Collecting colorama===0.4.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 568)) 2021-04-15 12:32:21.740 | Downloading http://10.100.0.9:8080/root/pypi/+f/9f4/7eda37229f68e/colorama-0.4.4-py2.py3-none-any.whl 2021-04-15 12:32:21.757 | Collecting pyperclip===1.8.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 266)) 2021-04-15 12:32:21.793 | Downloading http://10.100.0.9:8080/root/pypi/+f/105/254a8b04934f0/pyperclip-1.8.2.tar.gz 2021-04-15 12:32:22.204 | Collecting typing-extensions===3.7.4.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 566)) 2021-04-15 12:32:22.233 | Downloading http://10.100.0.9:8080/root/pypi/+f/7cb/407020f00f7bf/typing_extensions-3.7.4.3-py3-none-any.whl 2021-04-15 12:32:22.250 | Collecting zipp===3.4.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 539)) 2021-04-15 12:32:22.292 | Downloading http://10.100.0.9:8080/root/pypi/+f/51c/b66cc54621609/zipp-3.4.1-py3-none-any.whl 2021-04-15 12:32:22.325 | Building wheels for collected packages: pyperclip 2021-04-15 12:32:22.326 | Running setup.py bdist_wheel for pyperclip: started 2021-04-15 12:32:22.610 | Running setup.py bdist_wheel for pyperclip: finished with status 'error' 2021-04-15 12:32:22.610 | Complete output from command /opt/stack/requirements/.venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-xr4hr6b3/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/tmpznbh6ygkpip-wheel- --python-tag cp36: 2021-04-15 12:32:22.610 | usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2021-04-15 12:32:22.610 | or: -c --help [cmd1 cmd2 ...] 2021-04-15 12:32:22.610 | or: -c --help-commands 2021-04-15 12:32:22.610 | or: -c cmd --help 2021-04-15 12:32:22.610 | 2021-04-15 12:32:22.610 | error: invalid command 'bdist_wheel' 2021-04-15 12:32:22.610 | 2021-04-15 12:32:22.610 | ---------------------------------------- 2021-04-15 12:32:22.611 | Failed building wheel for pyperclip 2021-04-15 12:32:22.611 | Running setup.py clean for pyperclip 2021-04-15 12:32:22.896 | Failed to build pyperclip 2021-04-15 12:32:22.897 | Installing collected packages: chardet, certifi, attrs, argparse, linecache2, traceback2, six, unittest2, python-mimeparse, extras, testtools, fixtures, wcwidth, prettytable, urllib3, PyYAML, idna, requests, pyparsing, typing-extensions, zipp, importlib-metadata, stevedore, colorama, pyperclip, cmd2, cliff, packaging, Parsley, beagle, openstack-requirements 2021-04-15 12:32:24.329 | Running setup.py install for pyperclip: started 2021-04-15 12:32:24.783 | Running setup.py install for pyperclip: finished with status 'done' 2021-04-15 12:32:25.193 | Running setup.py install for openstack-requirements: started 2021-04-15 12:32:27.564 | Running setup.py install for openstack-requirements: finished with status 'done' 2021-04-15 12:32:28.151 | 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.dev4512 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-15 12:32:28.284 | + inc/python:pip_install:200 : result=0 2021-04-15 12:32:28.287 | + inc/python:pip_install:202 : time_stop pip_install 2021-04-15 12:32:28.289 | + functions-common:time_stop:2304 : local name 2021-04-15 12:32:28.291 | + functions-common:time_stop:2305 : local end_time 2021-04-15 12:32:28.293 | + functions-common:time_stop:2306 : local elapsed_time 2021-04-15 12:32:28.295 | + functions-common:time_stop:2307 : local total 2021-04-15 12:32:28.297 | + functions-common:time_stop:2308 : local start_time 2021-04-15 12:32:28.300 | + functions-common:time_stop:2310 : name=pip_install 2021-04-15 12:32:28.302 | + functions-common:time_stop:2311 : start_time=1618489935046 2021-04-15 12:32:28.304 | + functions-common:time_stop:2313 : [[ -z 1618489935046 ]] 2021-04-15 12:32:28.307 | ++ functions-common:time_stop:2316 : date +%s%3N 2021-04-15 12:32:28.310 | + functions-common:time_stop:2316 : end_time=1618489948307 2021-04-15 12:32:28.312 | + functions-common:time_stop:2317 : elapsed_time=13261 2021-04-15 12:32:28.314 | + functions-common:time_stop:2318 : total=11013 2021-04-15 12:32:28.316 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-15 12:32:28.318 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=24274 2021-04-15 12:32:28.321 | + inc/python:pip_install:203 : return 0 2021-04-15 12:32:28.323 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2021-04-15 12:32:28.325 | + lib/infra:install_infra:42 : use_library_from_git pbr 2021-04-15 12:32:28.328 | + inc/python:use_library_from_git:250 : local name=pbr 2021-04-15 12:32:28.330 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-15 12:32:28.332 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-15 12:32:28.335 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,pbr, ]] 2021-04-15 12:32:28.338 | + inc/python:use_library_from_git:253 : return 1 2021-04-15 12:32:28.340 | + lib/infra:install_infra:48 : pip_install -U pbr 2021-04-15 12:32:28.358 | Using python 3.6 to install pbr 2021-04-15 12:32:28.361 | + 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-15 12:32:29.311 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-04-15 12:32:29.311 | from cryptography.utils import int_from_bytes 2021-04-15 12:32:29.311 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-04-15 12:32:29.311 | from cryptography.utils import int_from_bytes 2021-04-15 12:32:30.423 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-04-15 12:32:30.428 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-04-15 12:32:30.433 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-04-15 12:32:30.438 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-04-15 12:32:30.558 | 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-15 12:32:32.273 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-04-15 12:32:32.273 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-04-15 12:32:32.366 | + inc/python:pip_install:200 : result=0 2021-04-15 12:32:32.368 | + inc/python:pip_install:202 : time_stop pip_install 2021-04-15 12:32:32.370 | + functions-common:time_stop:2304 : local name 2021-04-15 12:32:32.373 | + functions-common:time_stop:2305 : local end_time 2021-04-15 12:32:32.375 | + functions-common:time_stop:2306 : local elapsed_time 2021-04-15 12:32:32.377 | + functions-common:time_stop:2307 : local total 2021-04-15 12:32:32.379 | + functions-common:time_stop:2308 : local start_time 2021-04-15 12:32:32.382 | + functions-common:time_stop:2310 : name=pip_install 2021-04-15 12:32:32.384 | + functions-common:time_stop:2311 : start_time=1618489948354 2021-04-15 12:32:32.386 | + functions-common:time_stop:2313 : [[ -z 1618489948354 ]] 2021-04-15 12:32:32.389 | ++ functions-common:time_stop:2316 : date +%s%3N 2021-04-15 12:32:32.392 | + functions-common:time_stop:2316 : end_time=1618489952389 2021-04-15 12:32:32.394 | + functions-common:time_stop:2317 : elapsed_time=4035 2021-04-15 12:32:32.397 | + functions-common:time_stop:2318 : total=24274 2021-04-15 12:32:32.399 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-15 12:32:32.401 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=28309 2021-04-15 12:32:32.403 | + inc/python:pip_install:203 : return 0 2021-04-15 12:32:32.406 | + ./stack.sh:main:778 : python3 -m venv /opt/stack/bindep-venv 2021-04-15 12:32:35.094 | + ./stack.sh:main:780 : /opt/stack/bindep-venv/bin/pip install bindep 2021-04-15 12:32:36.782 | Collecting bindep 2021-04-15 12:32:37.287 | Downloading http://10.100.0.9:8080/root/pypi/+f/0e7/df0a527c159ff/bindep-2.9.0-py2.py3-none-any.whl 2021-04-15 12:32:37.310 | Collecting pbr>=2.0.0 (from bindep) 2021-04-15 12:32:37.394 | Downloading http://10.100.0.9:8080/root/pypi/+f/b23/6cde0ac9a6aed/pbr-5.5.1-py2.py3-none-any.whl (106kB) 2021-04-15 12:32:37.426 | Collecting distro (from bindep) 2021-04-15 12:32:37.777 | Downloading http://10.100.0.9:8080/root/pypi/+f/df7/4eed763e18d10/distro-1.5.0-py2.py3-none-any.whl 2021-04-15 12:32:37.790 | Collecting Parsley (from bindep) 2021-04-15 12:32:37.806 | Downloading http://10.100.0.9:8080/root/pypi/+f/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88kB) 2021-04-15 12:32:37.829 | Installing collected packages: pbr, distro, Parsley, bindep 2021-04-15 12:32:38.162 | Successfully installed Parsley-1.3 bindep-2.9.0 distro-1.5.0 pbr-5.5.1 2021-04-15 12:32:38.229 | + ./stack.sh:main:781 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2021-04-15 12:32:38.231 | + ./stack.sh:main:781 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2021-04-15 12:32:38.234 | ++ ./stack.sh:main:784 : _get_plugin_bindep_packages 2021-04-15 12:32:38.251 | + ./stack.sh:main:784 : pkgs= 2021-04-15 12:32:38.253 | + ./stack.sh:main:785 : [[ -n '' ]] 2021-04-15 12:32:38.256 | + ./stack.sh:main:792 : run_phase stack pre-install 2021-04-15 12:32:38.259 | + functions-common:run_phase:1732 : local mode=stack 2021-04-15 12:32:38.261 | + functions-common:run_phase:1733 : local phase=pre-install 2021-04-15 12:32:38.263 | + functions-common:run_phase:1734 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-04-15 12:32:38.265 | + functions-common:run_phase:1735 : local extra_plugin_file_name 2021-04-15 12:32:38.267 | + functions-common:run_phase:1736 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-04-15 12:32:38.269 | + functions-common:run_phase:1741 : local exceptions=80-tempest.sh 2021-04-15 12:32:38.273 | + functions-common:run_phase:1742 : local extra 2021-04-15 12:32:38.276 | ++ functions-common:run_phase:1743 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-04-15 12:32:38.279 | + functions-common:run_phase:1743 : extra=80-tempest.sh 2021-04-15 12:32:38.281 | + functions-common:run_phase:1744 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-04-15 12:32:38.283 | + functions-common:run_phase:1748 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-04-15 12:32:38.286 | + functions-common:run_phase:1748 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2021-04-15 12:32:38.288 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-04-15 12:32:38.302 | ++ functions-common:is_service_enabled:1960 : return 0 2021-04-15 12:32:38.304 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-04-15 12:32:38.306 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-04-15 12:32:38.308 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2021-04-15 12:32:38.310 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2021-04-15 12:32:38.313 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2021-04-15 12:32:38.315 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2021-04-15 12:32:38.317 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2021-04-15 12:32:38.319 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2021-04-15 12:32:38.322 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2021-04-15 12:32:38.324 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2021-04-15 12:32:38.326 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2021-04-15 12:32:38.328 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2021-04-15 12:32:38.330 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2021-04-15 12:32:38.332 | + functions-common:run_phase:1753 : [[ stack == \s\o\u\r\c\e ]] 2021-04-15 12:32:38.335 | + functions-common:run_phase:1756 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-04-15 12:32:38.337 | + functions-common:run_phase:1759 : run_plugins stack pre-install 2021-04-15 12:32:38.339 | + functions-common:run_plugins:1718 : local mode=stack 2021-04-15 12:32:38.341 | + functions-common:run_plugins:1719 : local phase=pre-install 2021-04-15 12:32:38.344 | + functions-common:run_plugins:1721 : local plugins= 2021-04-15 12:32:38.346 | + functions-common:run_plugins:1722 : local plugin 2021-04-15 12:32:38.348 | + ./stack.sh:main:795 : set_systemd_override DefaultLimitNOFILE 2048 2021-04-15 12:32:38.351 | + functions:set_systemd_override:820 : local key=DefaultLimitNOFILE 2021-04-15 12:32:38.354 | + functions:set_systemd_override:821 : local value=2048 2021-04-15 12:32:38.357 | + functions:set_systemd_override:823 : local sysconf=/etc/systemd/system.conf 2021-04-15 12:32:38.359 | + functions:set_systemd_override:824 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2021-04-15 12:32:38.406 | + functions:set_systemd_override:825 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2021-04-15 12:32:38.406 | Set systemd system override for DefaultLimitNOFILE=2048 2021-04-15 12:32:38.408 | + functions:set_systemd_override:827 : sudo systemctl daemon-reload 2021-04-15 12:32:38.593 | + ./stack.sh:main:797 : install_rpc_backend 2021-04-15 12:32:38.596 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2021-04-15 12:32:38.611 | + functions-common:is_service_enabled:1960 : return 0 2021-04-15 12:32:38.614 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2021-04-15 12:32:38.617 | + functions-common:install_package:1342 : update_package_repo 2021-04-15 12:32:38.619 | + functions-common:update_package_repo:1314 : NO_UPDATE_REPOS=False 2021-04-15 12:32:38.621 | + functions-common:update_package_repo:1315 : REPOS_UPDATED=True 2021-04-15 12:32:38.624 | + functions-common:update_package_repo:1316 : RETRY_UPDATE=False 2021-04-15 12:32:38.626 | + functions-common:update_package_repo:1318 : [[ False = \T\r\u\e ]] 2021-04-15 12:32:38.628 | + functions-common:update_package_repo:1322 : is_ubuntu 2021-04-15 12:32:38.631 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-15 12:32:38.633 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-15 12:32:38.636 | + functions-common:update_package_repo:1323 : apt_get_update 2021-04-15 12:32:38.638 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-04-15 12:32:38.640 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2021-04-15 12:32:38.642 | + functions-common:apt_get_update:1069 : return 2021-04-15 12:32:38.644 | + functions-common:install_package:1343 : real_install_package rabbitmq-server 2021-04-15 12:32:38.647 | + functions-common:real_install_package:1328 : is_ubuntu 2021-04-15 12:32:38.649 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-15 12:32:38.652 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-15 12:32:38.654 | + functions-common:real_install_package:1329 : apt_get install rabbitmq-server 2021-04-15 12:32:38.673 | + 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-15 12:32:38.805 | Reading package lists... 2021-04-15 12:32:39.082 | Building dependency tree... 2021-04-15 12:32:39.084 | Reading state information... 2021-04-15 12:32:39.323 | The following packages were automatically installed and are no longer required: 2021-04-15 12:32:39.324 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-04-15 12:32:39.324 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-04-15 12:32:39.324 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2021-04-15 12:32:39.324 | python3-pam python3-problem-report python3-pyasn1 2021-04-15 12:32:39.324 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-04-15 12:32:39.324 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-04-15 12:32:39.324 | Use 'sudo apt autoremove' to remove them. 2021-04-15 12:32:39.324 | The following additional packages will be installed: 2021-04-15 12:32:39.324 | erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter 2021-04-15 12:32:39.324 | erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic 2021-04-15 12:32:39.324 | erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon 2021-04-15 12:32:39.324 | erlang-parsetools erlang-public-key erlang-runtime-tools erlang-snmp 2021-04-15 12:32:39.325 | erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools erlang-xmerl libodbc1 2021-04-15 12:32:39.326 | Suggested packages: 2021-04-15 12:32:39.326 | erlang erlang-manpages erlang-doc xsltproc fop erlang-ic-java libmyodbc 2021-04-15 12:32:39.326 | odbc-postgresql tdsodbc unixodbc-bin 2021-04-15 12:32:39.373 | The following NEW packages will be installed: 2021-04-15 12:32:39.373 | erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter 2021-04-15 12:32:39.373 | erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic 2021-04-15 12:32:39.373 | erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon 2021-04-15 12:32:39.373 | erlang-parsetools erlang-public-key erlang-runtime-tools erlang-snmp 2021-04-15 12:32:39.373 | erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools erlang-xmerl libodbc1 2021-04-15 12:32:39.373 | rabbitmq-server 2021-04-15 12:32:39.511 | 0 upgraded, 26 newly installed, 0 to remove and 178 not upgraded. 2021-04-15 12:32:39.511 | Need to get 24.5 MB of archives. 2021-04-15 12:32:39.511 | After this operation, 40.4 MB of additional disk space will be used. 2021-04-15 12:32:39.511 | 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-15 12:32:40.525 | 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-15 12:32:40.633 | 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-15 12:32:40.650 | 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-15 12:32:40.663 | 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-15 12:32:40.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-15 12:32:40.777 | 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-15 12:32:41.084 | 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-15 12:32:41.227 | 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-15 12:32:41.491 | 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-15 12:32:41.500 | 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-15 12:32:41.541 | 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-15 12:32:41.705 | 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-15 12:32:41.741 | 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-15 12:32:41.743 | 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-15 12:32:41.776 | 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-15 12:32:41.853 | 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-15 12:32:41.952 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libodbc1 amd64 2.3.4-1.1ubuntu3 [183 kB] 2021-04-15 12:32:42.007 | 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-15 12:32:42.008 | 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-15 12:32:42.270 | 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-15 12:32:42.273 | 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-15 12:32:42.277 | 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-15 12:32:42.341 | 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-15 12:32:42.430 | 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-15 12:32:42.430 | 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-15 12:32:43.793 | Fetched 24.5 MB in 4s (6,361 kB/s) 2021-04-15 12:32:43.831 | Selecting previously unselected package erlang-base. 2021-04-15 12:32:43.871 | (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-15 12:32:43.874 | Preparing to unpack .../00-erlang-base_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-15 12:32:43.877 | Unpacking erlang-base (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-15 12:32:44.959 | Selecting previously unselected package erlang-asn1. 2021-04-15 12:32:44.966 | Preparing to unpack .../01-erlang-asn1_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-15 12:32:44.969 | Unpacking erlang-asn1 (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-15 12:32:45.113 | Selecting previously unselected package erlang-mnesia. 2021-04-15 12:32:45.121 | Preparing to unpack .../02-erlang-mnesia_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-15 12:32:45.123 | Unpacking erlang-mnesia (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-15 12:32:45.266 | Selecting previously unselected package erlang-runtime-tools. 2021-04-15 12:32:45.275 | Preparing to unpack .../03-erlang-runtime-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-15 12:32:45.277 | Unpacking erlang-runtime-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-15 12:32:45.359 | Selecting previously unselected package erlang-crypto. 2021-04-15 12:32:45.367 | Preparing to unpack .../04-erlang-crypto_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-15 12:32:45.369 | Unpacking erlang-crypto (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-15 12:32:45.437 | Selecting previously unselected package erlang-public-key. 2021-04-15 12:32:45.445 | Preparing to unpack .../05-erlang-public-key_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-15 12:32:45.447 | Unpacking erlang-public-key (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-15 12:32:45.581 | Selecting previously unselected package erlang-ssl. 2021-04-15 12:32:45.590 | Preparing to unpack .../06-erlang-ssl_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-15 12:32:45.592 | Unpacking erlang-ssl (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-15 12:32:45.753 | Selecting previously unselected package erlang-inets. 2021-04-15 12:32:45.761 | Preparing to unpack .../07-erlang-inets_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-15 12:32:45.763 | Unpacking erlang-inets (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-15 12:32:45.916 | Selecting previously unselected package erlang-corba. 2021-04-15 12:32:45.924 | Preparing to unpack .../08-erlang-corba_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-15 12:32:45.926 | Unpacking erlang-corba (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-15 12:32:46.309 | Selecting previously unselected package erlang-syntax-tools. 2021-04-15 12:32:46.317 | Preparing to unpack .../09-erlang-syntax-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-15 12:32:46.320 | Unpacking erlang-syntax-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-15 12:32:46.423 | Selecting previously unselected package erlang-diameter. 2021-04-15 12:32:46.431 | Preparing to unpack .../10-erlang-diameter_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-15 12:32:46.434 | Unpacking erlang-diameter (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-15 12:32:46.575 | Selecting previously unselected package erlang-xmerl. 2021-04-15 12:32:46.582 | Preparing to unpack .../11-erlang-xmerl_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-15 12:32:46.585 | Unpacking erlang-xmerl (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-15 12:32:46.771 | Selecting previously unselected package erlang-edoc. 2021-04-15 12:32:46.780 | Preparing to unpack .../12-erlang-edoc_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-15 12:32:46.782 | Unpacking erlang-edoc (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-15 12:32:46.877 | Selecting previously unselected package erlang-eldap. 2021-04-15 12:32:46.885 | Preparing to unpack .../13-erlang-eldap_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-15 12:32:46.887 | Unpacking erlang-eldap (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-15 12:32:46.955 | Selecting previously unselected package erlang-erl-docgen. 2021-04-15 12:32:46.963 | Preparing to unpack .../14-erlang-erl-docgen_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-15 12:32:46.965 | Unpacking erlang-erl-docgen (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-15 12:32:47.040 | Selecting previously unselected package erlang-eunit. 2021-04-15 12:32:47.048 | Preparing to unpack .../15-erlang-eunit_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-15 12:32:47.051 | Unpacking erlang-eunit (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-15 12:32:47.123 | Selecting previously unselected package erlang-ic. 2021-04-15 12:32:47.130 | Preparing to unpack .../16-erlang-ic_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-15 12:32:47.133 | Unpacking erlang-ic (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-15 12:32:47.318 | Selecting previously unselected package libodbc1:amd64. 2021-04-15 12:32:47.326 | Preparing to unpack .../17-libodbc1_2.3.4-1.1ubuntu3_amd64.deb ... 2021-04-15 12:32:47.338 | Unpacking libodbc1:amd64 (2.3.4-1.1ubuntu3) ... 2021-04-15 12:32:47.420 | Selecting previously unselected package erlang-odbc. 2021-04-15 12:32:47.428 | Preparing to unpack .../18-erlang-odbc_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-15 12:32:47.430 | Unpacking erlang-odbc (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-15 12:32:47.492 | Selecting previously unselected package erlang-snmp. 2021-04-15 12:32:47.500 | Preparing to unpack .../19-erlang-snmp_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-15 12:32:47.502 | Unpacking erlang-snmp (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-15 12:32:47.777 | Selecting previously unselected package erlang-os-mon. 2021-04-15 12:32:47.785 | Preparing to unpack .../20-erlang-os-mon_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-15 12:32:47.787 | Unpacking erlang-os-mon (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-15 12:32:47.862 | Selecting previously unselected package erlang-parsetools. 2021-04-15 12:32:47.870 | Preparing to unpack .../21-erlang-parsetools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-15 12:32:47.873 | Unpacking erlang-parsetools (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-15 12:32:47.948 | Selecting previously unselected package erlang-ssh. 2021-04-15 12:32:47.956 | Preparing to unpack .../22-erlang-ssh_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-15 12:32:47.958 | Unpacking erlang-ssh (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-15 12:32:48.081 | Selecting previously unselected package erlang-tools. 2021-04-15 12:32:48.088 | Preparing to unpack .../23-erlang-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-15 12:32:48.091 | Unpacking erlang-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-15 12:32:48.216 | Selecting previously unselected package erlang-nox. 2021-04-15 12:32:48.223 | Preparing to unpack .../24-erlang-nox_1%3a20.2.2+dfsg-1ubuntu2_all.deb ... 2021-04-15 12:32:48.226 | Unpacking erlang-nox (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-15 12:32:48.318 | Selecting previously unselected package rabbitmq-server. 2021-04-15 12:32:48.326 | Preparing to unpack .../25-rabbitmq-server_3.6.10-1ubuntu0.4_all.deb ... 2021-04-15 12:32:48.328 | Unpacking rabbitmq-server (3.6.10-1ubuntu0.4) ... 2021-04-15 12:32:48.868 | Setting up libodbc1:amd64 (2.3.4-1.1ubuntu3) ... 2021-04-15 12:32:48.888 | Setting up erlang-base (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-15 12:32:49.728 | Searching for services which depend on erlang and should be started...none found. 2021-04-15 12:32:49.731 | Processing triggers for ureadahead (0.100.0-21) ... 2021-04-15 12:32:49.754 | Setting up erlang-ic (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-15 12:32:49.782 | Setting up erlang-xmerl (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-15 12:32:49.810 | Setting up erlang-crypto (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-15 12:32:49.838 | Setting up erlang-asn1 (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-15 12:32:49.866 | Setting up erlang-mnesia (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-15 12:32:49.894 | Setting up erlang-eunit (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-15 12:32:49.922 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-04-15 12:32:49.953 | Processing triggers for systemd (237-3ubuntu10.46) ... 2021-04-15 12:32:50.145 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ...