2022-01-21 10:15:44.070 | + ./stack.sh:main:487 : exec 2022-01-21 10:15:44.070 | + ./stack.sh:main:495 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2022-01-21-101543' 2022-01-21 10:15:44.070 | ++ ./stack.sh:main:487 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2022-01-21-101543.summary.2022-01-21-101543 2022-01-21 10:15:44.071 | + ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-01-21 10:15:44.071 | + ./stack.sh:echo_summary:446 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2022-01-21-101543 2022-01-21 10:15:44.071 | + ./stack.sh:main:497 : ln -sf /opt/stack/logs/stack.sh.log.2022-01-21-101543 /opt/stack/logs/stack.sh.log 2022-01-21 10:15:44.071 | + ./stack.sh:main:498 : ln -sf /opt/stack/logs/stack.sh.log.2022-01-21-101543.summary.2022-01-21-101543 /opt/stack/logs/stack.sh.log.summary 2022-01-21 10:15:44.071 | + ./stack.sh:main:513 : check_path_perm_sanity /opt/stack 2022-01-21 10:15:44.071 | + functions:check_path_perm_sanity:596 : local real_path 2022-01-21 10:15:44.071 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2022-01-21 10:15:44.071 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2022-01-21 10:15:44.071 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2022-01-21 10:15:44.071 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2022-01-21 10:15:44.071 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2022-01-21 10:15:44.071 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-01-21 10:15:44.071 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2022-01-21 10:15:44.071 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2022-01-21 10:15:44.071 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-01-21 10:15:44.071 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-01-21 10:15:44.071 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2022-01-21 10:15:44.071 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2022-01-21 10:15:44.074 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-01-21 10:15:44.076 | + ./stack.sh:main:519 : trap exit_trap EXIT 2022-01-21 10:15:44.079 | + ./stack.sh:main:560 : trap err_trap ERR 2022-01-21 10:15:44.081 | + ./stack.sh:main:573 : set -o errexit 2022-01-21 10:15:44.084 | + ./stack.sh:main:576 : uname -a 2022-01-21 10:15:44.085 | Linux n-d-825729-1 5.4.0-72-generic #80-Ubuntu SMP Mon Apr 12 17:35:00 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2022-01-21 10:15:44.087 | + ./stack.sh:main:579 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2022-01-21 10:15:44.089 | + ./stack.sh:main:580 : rm -f /opt/stack/data/ca-bundle.pem 2022-01-21 10:15:44.093 | + ./stack.sh:main:583 : source /home/ubuntu/devstack/lib/database 2022-01-21 10:15:44.140 | + ./stack.sh:main:584 : source /home/ubuntu/devstack/lib/rpc_backend 2022-01-21 10:15:44.162 | + ./stack.sh:main:590 : fetch_plugins 2022-01-21 10:15:44.165 | + functions-common:fetch_plugins:1760 : local plugins= 2022-01-21 10:15:44.166 | + functions-common:fetch_plugins:1761 : local plugin 2022-01-21 10:15:44.168 | + functions-common:fetch_plugins:1764 : [[ -z '' ]] 2022-01-21 10:15:44.171 | + functions-common:fetch_plugins:1765 : return 2022-01-21 10:15:44.173 | + ./stack.sh:main:594 : run_phase override_defaults 2022-01-21 10:15:44.174 | + functions-common:run_phase:1842 : local mode=override_defaults 2022-01-21 10:15:44.176 | + functions-common:run_phase:1843 : local phase= 2022-01-21 10:15:44.178 | + functions-common:run_phase:1844 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-01-21 10:15:44.180 | + functions-common:run_phase:1845 : local extra_plugin_file_name 2022-01-21 10:15:44.181 | + functions-common:run_phase:1846 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-01-21 10:15:44.183 | + functions-common:run_phase:1851 : local exceptions=80-tempest.sh 2022-01-21 10:15:44.186 | + functions-common:run_phase:1852 : local extra 2022-01-21 10:15:44.188 | ++ functions-common:run_phase:1853 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-01-21 10:15:44.191 | + functions-common:run_phase:1853 : extra=80-tempest.sh 2022-01-21 10:15:44.193 | + functions-common:run_phase:1854 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-01-21 10:15:44.195 | + functions-common:run_phase:1858 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-01-21 10:15:44.196 | + functions-common:run_phase:1858 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2022-01-21 10:15:44.199 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-01-21 10:15:44.211 | ++ functions-common:is_service_enabled:2070 : return 0 2022-01-21 10:15:44.213 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-01-21 10:15:44.214 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2022-01-21 10:15:44.217 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2022-01-21 10:15:44.219 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2022-01-21 10:15:44.220 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2022-01-21 10:15:44.222 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2022-01-21 10:15:44.224 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2022-01-21 10:15:44.226 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2022-01-21 10:15:44.227 | + functions-common:run_phase:1863 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-01-21 10:15:44.229 | + functions-common:run_phase:1866 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-01-21 10:15:44.232 | + functions-common:run_phase:1867 : plugin_override_defaults 2022-01-21 10:15:44.234 | + functions-common:plugin_override_defaults:1801 : local plugins= 2022-01-21 10:15:44.236 | + functions-common:plugin_override_defaults:1802 : local plugin 2022-01-21 10:15:44.237 | + functions-common:plugin_override_defaults:1805 : [[ -z '' ]] 2022-01-21 10:15:44.239 | + functions-common:plugin_override_defaults:1806 : return 2022-01-21 10:15:44.241 | + ./stack.sh:main:597 : source /home/ubuntu/devstack/lib/apache 2022-01-21 10:15:44.257 | + ./stack.sh:main:600 : source /home/ubuntu/devstack/lib/tls 2022-01-21 10:15:44.260 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2022-01-21 10:15:44.274 | ++ functions-common:is_service_enabled:2070 : return 1 2022-01-21 10:15:44.278 | +++ lib/tls:source:43 : hostname -f 2022-01-21 10:15:44.282 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2022-01-21 10:15:44.283 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2022-01-21 10:15:44.285 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2022-01-21 10:15:44.288 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2022-01-21 10:15:44.290 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2022-01-21 10:15:44.293 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2022-01-21 10:15:44.296 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2022-01-21 10:15:44.298 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2022-01-21 10:15:44.299 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2022-01-21 10:15:44.301 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2022-01-21 10:15:44.306 | + ./stack.sh:main:603 : source /home/ubuntu/devstack/lib/infra 2022-01-21 10:15:44.319 | + ./stack.sh:main:604 : source /home/ubuntu/devstack/lib/libraries 2022-01-21 10:15:44.337 | + ./stack.sh:main:605 : source /home/ubuntu/devstack/lib/lvm 2022-01-21 10:15:44.350 | + ./stack.sh:main:606 : source /home/ubuntu/devstack/lib/horizon 2022-01-21 10:15:44.362 | + ./stack.sh:main:607 : source /home/ubuntu/devstack/lib/keystone 2022-01-21 10:15:44.392 | + ./stack.sh:main:608 : source /home/ubuntu/devstack/lib/glance 2022-01-21 10:15:44.448 | + ./stack.sh:main:609 : source /home/ubuntu/devstack/lib/nova 2022-01-21 10:15:44.542 | + ./stack.sh:main:610 : source /home/ubuntu/devstack/lib/placement 2022-01-21 10:15:44.564 | + ./stack.sh:main:611 : source /home/ubuntu/devstack/lib/cinder 2022-01-21 10:15:44.612 | + ./stack.sh:main:612 : source /home/ubuntu/devstack/lib/swift 2022-01-21 10:15:44.664 | + ./stack.sh:main:613 : source /home/ubuntu/devstack/lib/neutron 2022-01-21 10:15:44.821 | + ./stack.sh:main:614 : source /home/ubuntu/devstack/lib/ldap 2022-01-21 10:15:44.841 | + ./stack.sh:main:615 : source /home/ubuntu/devstack/lib/dstat 2022-01-21 10:15:44.854 | + ./stack.sh:main:616 : source /home/ubuntu/devstack/lib/tcpdump 2022-01-21 10:15:44.870 | + ./stack.sh:main:617 : source /home/ubuntu/devstack/lib/etcd3 2022-01-21 10:15:44.972 | + ./stack.sh:main:618 : source /home/ubuntu/devstack/lib/os-vif 2022-01-21 10:15:44.974 | ++ lib/os-vif:source:6 : OS_VIF_OVS_OVSDB_INTERFACE=vsctl 2022-01-21 10:15:44.977 | +++ lib/os-vif:source:17 : is_ml2_ovs 2022-01-21 10:15:44.979 | +++ lib/os-vif:is_ml2_ovs:9 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2022-01-21 10:15:44.982 | +++ lib/os-vif:is_ml2_ovs:10 : echo True 2022-01-21 10:15:44.984 | +++ lib/os-vif:is_ml2_ovs:12 : echo False 2022-01-21 10:15:44.987 | ++ lib/os-vif:source:17 : OS_VIF_OVS_ISOLATE_VIF='True 2022-01-21 10:15:44.987 | False' 2022-01-21 10:15:44.990 | +++ lib/os-vif:source:18 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2022-01-21 10:15:45.007 | ++ lib/os-vif:source:18 : OS_VIF_OVS_ISOLATE_VIF=False 2022-01-21 10:15:45.009 | + ./stack.sh:main:624 : run_phase source 2022-01-21 10:15:45.011 | + functions-common:run_phase:1842 : local mode=source 2022-01-21 10:15:45.013 | + functions-common:run_phase:1843 : local phase= 2022-01-21 10:15:45.016 | + functions-common:run_phase:1844 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-01-21 10:15:45.018 | + functions-common:run_phase:1845 : local extra_plugin_file_name 2022-01-21 10:15:45.020 | + functions-common:run_phase:1846 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-01-21 10:15:45.023 | + functions-common:run_phase:1851 : local exceptions=80-tempest.sh 2022-01-21 10:15:45.025 | + functions-common:run_phase:1852 : local extra 2022-01-21 10:15:45.027 | ++ functions-common:run_phase:1853 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-01-21 10:15:45.035 | + functions-common:run_phase:1853 : extra=80-tempest.sh 2022-01-21 10:15:45.037 | + functions-common:run_phase:1854 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-01-21 10:15:45.040 | + functions-common:run_phase:1858 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-01-21 10:15:45.042 | + functions-common:run_phase:1858 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2022-01-21 10:15:45.045 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-01-21 10:15:45.063 | ++ functions-common:is_service_enabled:2070 : return 0 2022-01-21 10:15:45.065 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2022-01-21 10:15:45.068 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2022-01-21 10:15:45.117 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2022-01-21 10:15:45.120 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2022-01-21 10:15:45.122 | + functions-common:run_phase:1863 : [[ source == \s\o\u\r\c\e ]] 2022-01-21 10:15:45.125 | + functions-common:run_phase:1864 : load_plugin_settings 2022-01-21 10:15:45.128 | + functions-common:load_plugin_settings:1778 : local plugins= 2022-01-21 10:15:45.130 | + functions-common:load_plugin_settings:1779 : local plugin 2022-01-21 10:15:45.132 | + functions-common:load_plugin_settings:1782 : [[ -z '' ]] 2022-01-21 10:15:45.135 | + functions-common:load_plugin_settings:1783 : return 2022-01-21 10:15:45.138 | + functions-common:run_phase:1865 : verify_disabled_services 2022-01-21 10:15:45.141 | + functions-common:verify_disabled_services:2125 : local service 2022-01-21 10:15:45.144 | + functions-common:verify_disabled_services:2126 : for service in ${ENABLED_SERVICES//,/ } 2022-01-21 10:15:45.146 | + functions-common:verify_disabled_services:2127 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2022-01-21 10:15:45.149 | + functions-common:verify_disabled_services:2126 : for service in ${ENABLED_SERVICES//,/ } 2022-01-21 10:15:45.151 | + functions-common:verify_disabled_services:2127 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2022-01-21 10:15:45.154 | + functions-common:verify_disabled_services:2126 : for service in ${ENABLED_SERVICES//,/ } 2022-01-21 10:15:45.157 | + functions-common:verify_disabled_services:2127 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2022-01-21 10:15:45.161 | + functions-common:verify_disabled_services:2126 : for service in ${ENABLED_SERVICES//,/ } 2022-01-21 10:15:45.163 | + functions-common:verify_disabled_services:2127 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2022-01-21 10:15:45.165 | + functions-common:verify_disabled_services:2126 : for service in ${ENABLED_SERVICES//,/ } 2022-01-21 10:15:45.168 | + functions-common:verify_disabled_services:2127 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2022-01-21 10:15:45.170 | + functions-common:verify_disabled_services:2126 : for service in ${ENABLED_SERVICES//,/ } 2022-01-21 10:15:45.173 | + functions-common:verify_disabled_services:2127 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2022-01-21 10:15:45.175 | + functions-common:verify_disabled_services:2126 : for service in ${ENABLED_SERVICES//,/ } 2022-01-21 10:15:45.178 | + functions-common:verify_disabled_services:2127 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2022-01-21 10:15:45.181 | + functions-common:verify_disabled_services:2126 : for service in ${ENABLED_SERVICES//,/ } 2022-01-21 10:15:45.183 | + functions-common:verify_disabled_services:2127 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2022-01-21 10:15:45.186 | + functions-common:verify_disabled_services:2126 : for service in ${ENABLED_SERVICES//,/ } 2022-01-21 10:15:45.189 | + functions-common:verify_disabled_services:2127 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2022-01-21 10:15:45.191 | + functions-common:verify_disabled_services:2126 : for service in ${ENABLED_SERVICES//,/ } 2022-01-21 10:15:45.195 | + functions-common:verify_disabled_services:2127 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2022-01-21 10:15:45.198 | + functions-common:verify_disabled_services:2126 : for service in ${ENABLED_SERVICES//,/ } 2022-01-21 10:15:45.201 | + functions-common:verify_disabled_services:2127 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-vol, ]] 2022-01-21 10:15:45.204 | + functions-common:verify_disabled_services:2126 : for service in ${ENABLED_SERVICES//,/ } 2022-01-21 10:15:45.206 | + functions-common:verify_disabled_services:2127 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-controller, ]] 2022-01-21 10:15:45.208 | + functions-common:verify_disabled_services:2126 : for service in ${ENABLED_SERVICES//,/ } 2022-01-21 10:15:45.210 | + functions-common:verify_disabled_services:2127 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-northd, ]] 2022-01-21 10:15:45.214 | + functions-common:verify_disabled_services:2126 : for service in ${ENABLED_SERVICES//,/ } 2022-01-21 10:15:45.217 | + functions-common:verify_disabled_services:2127 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovs-vswitchd, ]] 2022-01-21 10:15:45.219 | + functions-common:verify_disabled_services:2126 : for service in ${ENABLED_SERVICES//,/ } 2022-01-21 10:15:45.222 | + functions-common:verify_disabled_services:2127 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovsdb-server, ]] 2022-01-21 10:15:45.224 | + functions-common:verify_disabled_services:2126 : for service in ${ENABLED_SERVICES//,/ } 2022-01-21 10:15:45.228 | + functions-common:verify_disabled_services:2127 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2022-01-21 10:15:45.230 | + functions-common:verify_disabled_services:2126 : for service in ${ENABLED_SERVICES//,/ } 2022-01-21 10:15:45.233 | + functions-common:verify_disabled_services:2127 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-ovn-metadata-agent, ]] 2022-01-21 10:15:45.235 | + functions-common:verify_disabled_services:2126 : for service in ${ENABLED_SERVICES//,/ } 2022-01-21 10:15:45.237 | + functions-common:verify_disabled_services:2127 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2022-01-21 10:15:45.241 | + functions-common:verify_disabled_services:2126 : for service in ${ENABLED_SERVICES//,/ } 2022-01-21 10:15:45.243 | + functions-common:verify_disabled_services:2127 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2022-01-21 10:15:45.245 | + functions-common:verify_disabled_services:2126 : for service in ${ENABLED_SERVICES//,/ } 2022-01-21 10:15:45.248 | + functions-common:verify_disabled_services:2127 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2022-01-21 10:15:45.250 | + functions-common:verify_disabled_services:2126 : for service in ${ENABLED_SERVICES//,/ } 2022-01-21 10:15:45.253 | + functions-common:verify_disabled_services:2127 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2022-01-21 10:15:45.255 | + functions-common:verify_disabled_services:2126 : for service in ${ENABLED_SERVICES//,/ } 2022-01-21 10:15:45.258 | + functions-common:verify_disabled_services:2127 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2022-01-21 10:15:45.261 | + functions-common:verify_disabled_services:2126 : for service in ${ENABLED_SERVICES//,/ } 2022-01-21 10:15:45.265 | + functions-common:verify_disabled_services:2127 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2022-01-21 10:15:45.267 | + functions-common:verify_disabled_services:2126 : for service in ${ENABLED_SERVICES//,/ } 2022-01-21 10:15:45.270 | + functions-common:verify_disabled_services:2127 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2022-01-21 10:15:45.273 | + functions-common:verify_disabled_services:2126 : for service in ${ENABLED_SERVICES//,/ } 2022-01-21 10:15:45.276 | + functions-common:verify_disabled_services:2127 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2022-01-21 10:15:45.279 | + functions-common:verify_disabled_services:2126 : for service in ${ENABLED_SERVICES//,/ } 2022-01-21 10:15:45.282 | + functions-common:verify_disabled_services:2127 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2022-01-21 10:15:45.286 | + functions-common:verify_disabled_services:2126 : for service in ${ENABLED_SERVICES//,/ } 2022-01-21 10:15:45.291 | + functions-common:verify_disabled_services:2127 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2022-01-21 10:15:45.294 | + functions-common:verify_disabled_services:2126 : for service in ${ENABLED_SERVICES//,/ } 2022-01-21 10:15:45.297 | + functions-common:verify_disabled_services:2127 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2022-01-21 10:15:45.299 | + functions-common:verify_disabled_services:2126 : for service in ${ENABLED_SERVICES//,/ } 2022-01-21 10:15:45.302 | + functions-common:verify_disabled_services:2127 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2022-01-21 10:15:45.305 | + functions-common:verify_disabled_services:2126 : for service in ${ENABLED_SERVICES//,/ } 2022-01-21 10:15:45.307 | + functions-common:verify_disabled_services:2127 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2022-01-21 10:15:45.310 | + functions-common:verify_disabled_services:2126 : for service in ${ENABLED_SERVICES//,/ } 2022-01-21 10:15:45.312 | + functions-common:verify_disabled_services:2127 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2022-01-21 10:15:45.314 | + functions-common:verify_disabled_services:2126 : for service in ${ENABLED_SERVICES//,/ } 2022-01-21 10:15:45.317 | + functions-common:verify_disabled_services:2127 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2022-01-21 10:15:45.320 | + functions-common:verify_disabled_services:2126 : for service in ${ENABLED_SERVICES//,/ } 2022-01-21 10:15:45.323 | + functions-common:verify_disabled_services:2127 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-bak, ]] 2022-01-21 10:15:45.326 | + functions-common:verify_disabled_services:2126 : for service in ${ENABLED_SERVICES//,/ } 2022-01-21 10:15:45.328 | + functions-common:verify_disabled_services:2127 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2022-01-21 10:15:45.333 | + functions-common:verify_disabled_services:2126 : for service in ${ENABLED_SERVICES//,/ } 2022-01-21 10:15:45.335 | + functions-common:verify_disabled_services:2127 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2022-01-21 10:15:45.338 | + functions-common:verify_disabled_services:2126 : for service in ${ENABLED_SERVICES//,/ } 2022-01-21 10:15:45.341 | + functions-common:verify_disabled_services:2127 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2022-01-21 10:15:45.344 | + functions-common:verify_disabled_services:2126 : for service in ${ENABLED_SERVICES//,/ } 2022-01-21 10:15:45.347 | + functions-common:verify_disabled_services:2127 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2022-01-21 10:15:45.349 | + functions-common:verify_disabled_services:2126 : for service in ${ENABLED_SERVICES//,/ } 2022-01-21 10:15:45.352 | + functions-common:verify_disabled_services:2127 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2022-01-21 10:15:45.354 | + functions-common:verify_disabled_services:2126 : for service in ${ENABLED_SERVICES//,/ } 2022-01-21 10:15:45.357 | + functions-common:verify_disabled_services:2127 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2022-01-21 10:15:45.359 | + functions-common:verify_disabled_services:2126 : for service in ${ENABLED_SERVICES//,/ } 2022-01-21 10:15:45.361 | + functions-common:verify_disabled_services:2127 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2022-01-21 10:15:45.364 | + functions-common:verify_disabled_services:2126 : for service in ${ENABLED_SERVICES//,/ } 2022-01-21 10:15:45.366 | + functions-common:verify_disabled_services:2127 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2022-01-21 10:15:45.369 | + functions-common:verify_disabled_services:2126 : for service in ${ENABLED_SERVICES//,/ } 2022-01-21 10:15:45.371 | + functions-common:verify_disabled_services:2127 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2022-01-21 10:15:45.375 | + functions-common:verify_disabled_services:2126 : for service in ${ENABLED_SERVICES//,/ } 2022-01-21 10:15:45.378 | + functions-common:verify_disabled_services:2127 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2022-01-21 10:15:45.380 | + functions-common:verify_disabled_services:2126 : for service in ${ENABLED_SERVICES//,/ } 2022-01-21 10:15:45.383 | + functions-common:verify_disabled_services:2127 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2022-01-21 10:15:45.386 | + functions-common:verify_disabled_services:2126 : for service in ${ENABLED_SERVICES//,/ } 2022-01-21 10:15:45.389 | + functions-common:verify_disabled_services:2127 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2022-01-21 10:15:45.391 | + functions-common:verify_disabled_services:2126 : for service in ${ENABLED_SERVICES//,/ } 2022-01-21 10:15:45.394 | + functions-common:verify_disabled_services:2127 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2022-01-21 10:15:45.396 | + functions-common:verify_disabled_services:2126 : for service in ${ENABLED_SERVICES//,/ } 2022-01-21 10:15:45.399 | + functions-common:verify_disabled_services:2127 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2022-01-21 10:15:45.402 | + ./stack.sh:main:695 : initialize_database_backends 2022-01-21 10:15:45.405 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-01-21 10:15:45.407 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2022-01-21 10:15:45.423 | + functions-common:is_service_enabled:2070 : return 0 2022-01-21 10:15:45.426 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2022-01-21 10:15:45.428 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-01-21 10:15:45.430 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2022-01-21 10:15:45.451 | + functions-common:is_service_enabled:2070 : return 1 2022-01-21 10:15:45.454 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2022-01-21 10:15:45.457 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2022-01-21 10:15:45.460 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2022-01-21 10:15:45.462 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2022-01-21 10:15:45.465 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2022-01-21 10:15:45.467 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2022-01-21 10:15:45.471 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2022-01-21 10:15:45.473 | + lib/database:initialize_database_backends:92 : return 0 2022-01-21 10:15:45.476 | + ./stack.sh:main:696 : echo 'Using mysql database backend' 2022-01-21 10:15:45.476 | Using mysql database backend 2022-01-21 10:15:45.480 | + ./stack.sh:main:699 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2022-01-21 10:15:45.501 | + ./stack.sh:main:701 : define_database_baseurl 2022-01-21 10:15:45.505 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2022-01-21 10:15:45.508 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-01-21 10:15:45.512 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2022-01-21 10:15:45.516 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-01-21 10:15:45.519 | + ./stack.sh:main:713 : is_service_enabled rabbit 2022-01-21 10:15:45.539 | + functions-common:is_service_enabled:2070 : return 0 2022-01-21 10:15:45.542 | + ./stack.sh:main:714 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2022-01-21 10:15:45.560 | + ./stack.sh:main:721 : is_service_enabled keystone 2022-01-21 10:15:45.577 | + functions-common:is_service_enabled:2070 : return 0 2022-01-21 10:15:45.580 | + ./stack.sh:main:723 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2022-01-21 10:15:45.600 | + ./stack.sh:main:725 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2022-01-21 10:15:45.617 | + ./stack.sh:main:736 : is_service_enabled ldap 2022-01-21 10:15:45.633 | + functions-common:is_service_enabled:2070 : return 1 2022-01-21 10:15:45.635 | + ./stack.sh:main:745 : is_service_enabled s-proxy 2022-01-21 10:15:45.651 | + functions-common:is_service_enabled:2070 : return 0 2022-01-21 10:15:45.654 | + ./stack.sh:main:749 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2022-01-21 10:15:45.672 | + ./stack.sh:main:751 : [[ -z '' ]] 2022-01-21 10:15:45.675 | + ./stack.sh:main:751 : [[ False == \T\r\u\e ]] 2022-01-21 10:15:45.677 | + ./stack.sh:main:757 : save_stackenv 757 2022-01-21 10:15:45.680 | + functions-common:save_stackenv:60 : local tag=757 2022-01-21 10:15:45.684 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-01-21 10:15:45.689 | + functions-common:save_stackenv:62 : time_stamp=2022-01-21-101545 2022-01-21 10:15:45.691 | + functions-common:save_stackenv:63 : echo '# 2022-01-21-101545 757' 2022-01-21 10:15:45.694 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-21 10:15:45.696 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-01-21 10:15:45.699 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-21 10:15:45.706 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-01-21 10:15:45.708 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-21 10:15:45.711 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-01-21 10:15:45.713 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-21 10:15:45.716 | + 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,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,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 2022-01-21 10:15:45.719 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-21 10:15:45.721 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.118 2022-01-21 10:15:45.724 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-21 10:15:45.726 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.118/identity 2022-01-21 10:15:45.728 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-21 10:15:45.731 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-01-21-101543 2022-01-21 10:15:45.734 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-21 10:15:45.736 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-01-21 10:15:45.739 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-21 10:15:45.741 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.118 2022-01-21 10:15:45.743 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-21 10:15:45.746 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-01-21 10:15:45.748 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-21 10:15:45.751 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-01-21 10:15:45.753 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-21 10:15:45.755 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-01-21 10:15:45.758 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-21 10:15:45.760 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-01-21 10:15:45.763 | + ./stack.sh:main:770 : GIT_DEPTH=0 2022-01-21 10:15:45.766 | + ./stack.sh:main:770 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2022-01-21 10:15:45.768 | + functions-common:git_clone:597 : local git_remote=https://opendev.org/openstack/requirements.git 2022-01-21 10:15:45.770 | + functions-common:git_clone:598 : local git_dest=/opt/stack/requirements 2022-01-21 10:15:45.772 | + functions-common:git_clone:599 : local git_ref=master 2022-01-21 10:15:45.774 | + functions-common:git_clone:600 : local orig_dir 2022-01-21 10:15:45.777 | ++ functions-common:git_clone:601 : pwd 2022-01-21 10:15:45.780 | + functions-common:git_clone:601 : orig_dir=/home/ubuntu/devstack 2022-01-21 10:15:45.782 | + functions-common:git_clone:602 : local git_clone_flags= 2022-01-21 10:15:45.784 | ++ functions-common:git_clone:604 : trueorfalse False RECLONE 2022-01-21 10:15:45.805 | + functions-common:git_clone:604 : RECLONE=False 2022-01-21 10:15:45.807 | + functions-common:git_clone:605 : [[ 0 -gt 0 ]] 2022-01-21 10:15:45.810 | + functions-common:git_clone:609 : [[ False = \T\r\u\e ]] 2022-01-21 10:15:45.812 | + functions-common:git_clone:618 : echo master 2022-01-21 10:15:45.813 | + functions-common:git_clone:618 : egrep -q '^refs' 2022-01-21 10:15:45.817 | + functions-common:git_clone:632 : [[ ! -d /opt/stack/requirements ]] 2022-01-21 10:15:45.820 | + functions-common:git_clone:640 : [[ False = \T\r\u\e ]] 2022-01-21 10:15:45.822 | + functions-common:git_clone:666 : cd /opt/stack/requirements 2022-01-21 10:15:45.825 | + functions-common:git_clone:667 : git show --oneline 2022-01-21 10:15:45.825 | + functions-common:git_clone:667 : head -1 2022-01-21 10:15:45.828 | 7f865869 Merge "Updated from generate-constraints" 2022-01-21 10:15:45.831 | + functions-common:git_clone:668 : cd /home/ubuntu/devstack 2022-01-21 10:15:45.834 | + ./stack.sh:main:774 : echo_summary 'Installing package prerequisites' 2022-01-21 10:15:45.836 | + ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-01-21 10:15:45.838 | + ./stack.sh:echo_summary:446 : echo -e Installing package prerequisites 2022-01-21 10:15:45.841 | + ./stack.sh:main:775 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2022-01-21 10:15:45.845 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2022-01-21 10:15:45.847 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2022-01-21 10:15:45.850 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2022-01-21 10:15:45.853 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2022-01-21 10:15:45.857 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2022-01-21 10:15:45.860 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2022-01-21 10:15:45.866 | +++ tools/install_prereqs.sh:source:47 : date +%s 2022-01-21 10:15:45.871 | ++ tools/install_prereqs.sh:source:47 : NOW=1642760145 2022-01-21 10:15:45.875 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2022-01-21 10:15:45.880 | +++ tools/install_prereqs.sh:source:48 : echo 0 2022-01-21 10:15:45.883 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2022-01-21 10:15:45.887 | ++ tools/install_prereqs.sh:source:49 : DELTA=1642760145 2022-01-21 10:15:45.890 | ++ tools/install_prereqs.sh:source:50 : [[ 1642760145 -lt 7200 ]] 2022-01-21 10:15:45.892 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2022-01-21 10:15:45.895 | ++ functions-common:export_proxy_variables:2232 : isset http_proxy 2022-01-21 10:15:45.897 | ++ functions-common:isset:229 : [[ -v http_proxy ]] 2022-01-21 10:15:45.900 | ++ functions-common:export_proxy_variables:2235 : isset https_proxy 2022-01-21 10:15:45.902 | ++ functions-common:isset:229 : [[ -v https_proxy ]] 2022-01-21 10:15:45.905 | ++ functions-common:export_proxy_variables:2238 : isset no_proxy 2022-01-21 10:15:45.908 | ++ functions-common:isset:229 : [[ -v no_proxy ]] 2022-01-21 10:15:45.911 | +++ 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,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,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 2022-01-21 10:15:45.958 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2022-01-21 10:15:45.958 | apache2-dev 2022-01-21 10:15:45.958 | bc 2022-01-21 10:15:45.958 | bsdmainutils 2022-01-21 10:15:45.958 | curl 2022-01-21 10:15:45.958 | g++ 2022-01-21 10:15:45.958 | gawk 2022-01-21 10:15:45.958 | gcc 2022-01-21 10:15:45.958 | gettext 2022-01-21 10:15:45.958 | git 2022-01-21 10:15:45.958 | graphviz 2022-01-21 10:15:45.958 | iputils-ping 2022-01-21 10:15:45.958 | libapache2-mod-proxy-uwsgi 2022-01-21 10:15:45.958 | libffi-dev 2022-01-21 10:15:45.958 | libjpeg-dev 2022-01-21 10:15:45.958 | libpcre3-dev 2022-01-21 10:15:45.958 | libpq-dev 2022-01-21 10:15:45.958 | libssl-dev 2022-01-21 10:15:45.958 | libsystemd-dev 2022-01-21 10:15:45.958 | libxml2-dev 2022-01-21 10:15:45.958 | libxslt1-dev 2022-01-21 10:15:45.958 | libyaml-dev 2022-01-21 10:15:45.958 | lsof 2022-01-21 10:15:45.958 | openssh-server 2022-01-21 10:15:45.958 | openssl 2022-01-21 10:15:45.958 | pkg-config 2022-01-21 10:15:45.958 | psmisc 2022-01-21 10:15:45.959 | python3-dev 2022-01-21 10:15:45.959 | python3-pip 2022-01-21 10:15:45.959 | python3-systemd 2022-01-21 10:15:45.959 | python3-venv 2022-01-21 10:15:45.959 | tar 2022-01-21 10:15:45.959 | tcpdump 2022-01-21 10:15:45.959 | unzip 2022-01-21 10:15:45.959 | uuid-runtime 2022-01-21 10:15:45.959 | wget 2022-01-21 10:15:45.959 | wget 2022-01-21 10:15:45.959 | zlib1g-dev 2022-01-21 10:15:45.959 | libkrb5-dev 2022-01-21 10:15:45.959 | libldap2-dev 2022-01-21 10:15:45.959 | libsasl2-dev 2022-01-21 10:15:45.959 | memcached 2022-01-21 10:15:45.959 | python3-mysqldb 2022-01-21 10:15:45.959 | sqlite3 2022-01-21 10:15:45.959 | conntrack 2022-01-21 10:15:45.959 | curl 2022-01-21 10:15:45.959 | dnsmasq-base 2022-01-21 10:15:45.959 | dnsmasq-utils 2022-01-21 10:15:45.959 | ebtables 2022-01-21 10:15:45.959 | genisoimage 2022-01-21 10:15:45.959 | iptables 2022-01-21 10:15:45.959 | iputils-arping 2022-01-21 10:15:45.959 | kpartx 2022-01-21 10:15:45.959 | libjs-jquery-tablesorter 2022-01-21 10:15:45.959 | parted 2022-01-21 10:15:45.959 | pm-utils 2022-01-21 10:15:45.959 | python3-mysqldb 2022-01-21 10:15:45.959 | socat 2022-01-21 10:15:45.959 | sqlite3 2022-01-21 10:15:45.959 | sudo 2022-01-21 10:15:45.959 | vlan 2022-01-21 10:15:45.959 | lsscsi 2022-01-21 10:15:45.959 | open-iscsi 2022-01-21 10:15:45.959 | lvm2 2022-01-21 10:15:45.959 | qemu-utils 2022-01-21 10:15:45.959 | thin-provisioning-tools 2022-01-21 10:15:45.960 | acl 2022-01-21 10:15:45.960 | dnsmasq-base 2022-01-21 10:15:45.960 | dnsmasq-utils 2022-01-21 10:15:45.960 | ebtables 2022-01-21 10:15:45.960 | haproxy 2022-01-21 10:15:45.960 | iptables 2022-01-21 10:15:45.960 | iputils-arping 2022-01-21 10:15:45.960 | iputils-ping 2022-01-21 10:15:45.960 | postgresql-server-dev-all 2022-01-21 10:15:45.960 | python3-mysqldb 2022-01-21 10:15:45.960 | sqlite3 2022-01-21 10:15:45.960 | sudo 2022-01-21 10:15:45.960 | vlan 2022-01-21 10:15:45.960 | pcp 2022-01-21 10:15:45.960 | ipset 2022-01-21 10:15:45.960 | conntrack 2022-01-21 10:15:45.960 | conntrackd 2022-01-21 10:15:45.960 | keepalived 2022-01-21 10:15:45.960 | lvm2 2022-01-21 10:15:45.960 | qemu-utils 2022-01-21 10:15:45.960 | thin-provisioning-tools 2022-01-21 10:15:45.960 | curl 2022-01-21 10:15:45.960 | liberasurecode-dev 2022-01-21 10:15:45.960 | make 2022-01-21 10:15:45.960 | memcached 2022-01-21 10:15:45.960 | sqlite3 2022-01-21 10:15:45.960 | xfsprogs' 2022-01-21 10:15:45.962 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2022-01-21 10:15:45.982 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2022-01-21 10:15:45.982 | apache2-dev 2022-01-21 10:15:45.982 | bc 2022-01-21 10:15:45.983 | bsdmainutils 2022-01-21 10:15:45.983 | curl 2022-01-21 10:15:45.983 | g++ 2022-01-21 10:15:45.983 | gawk 2022-01-21 10:15:45.983 | gcc 2022-01-21 10:15:45.983 | gettext 2022-01-21 10:15:45.983 | git 2022-01-21 10:15:45.983 | graphviz 2022-01-21 10:15:45.983 | iputils-ping 2022-01-21 10:15:45.983 | libapache2-mod-proxy-uwsgi 2022-01-21 10:15:45.983 | libffi-dev 2022-01-21 10:15:45.983 | libjpeg-dev 2022-01-21 10:15:45.983 | libpcre3-dev 2022-01-21 10:15:45.983 | libpq-dev 2022-01-21 10:15:45.983 | libssl-dev 2022-01-21 10:15:45.983 | libsystemd-dev 2022-01-21 10:15:45.983 | libxml2-dev 2022-01-21 10:15:45.983 | libxslt1-dev 2022-01-21 10:15:45.984 | libyaml-dev 2022-01-21 10:15:45.984 | lsof 2022-01-21 10:15:45.984 | openssh-server 2022-01-21 10:15:45.984 | openssl 2022-01-21 10:15:45.984 | pkg-config 2022-01-21 10:15:45.984 | psmisc 2022-01-21 10:15:45.984 | python3-dev 2022-01-21 10:15:45.984 | python3-pip 2022-01-21 10:15:45.984 | python3-systemd 2022-01-21 10:15:45.984 | python3-venv 2022-01-21 10:15:45.984 | tar 2022-01-21 10:15:45.984 | tcpdump 2022-01-21 10:15:45.984 | unzip 2022-01-21 10:15:45.984 | uuid-runtime 2022-01-21 10:15:45.984 | wget 2022-01-21 10:15:45.984 | wget 2022-01-21 10:15:45.984 | zlib1g-dev 2022-01-21 10:15:45.984 | libkrb5-dev 2022-01-21 10:15:45.984 | libldap2-dev 2022-01-21 10:15:45.984 | libsasl2-dev 2022-01-21 10:15:45.984 | memcached 2022-01-21 10:15:45.984 | python3-mysqldb 2022-01-21 10:15:45.984 | sqlite3 2022-01-21 10:15:45.984 | conntrack 2022-01-21 10:15:45.984 | curl 2022-01-21 10:15:45.984 | dnsmasq-base 2022-01-21 10:15:45.984 | dnsmasq-utils 2022-01-21 10:15:45.984 | ebtables 2022-01-21 10:15:45.984 | genisoimage 2022-01-21 10:15:45.984 | iptables 2022-01-21 10:15:45.984 | iputils-arping 2022-01-21 10:15:45.984 | kpartx 2022-01-21 10:15:45.984 | libjs-jquery-tablesorter 2022-01-21 10:15:45.984 | parted 2022-01-21 10:15:45.984 | pm-utils 2022-01-21 10:15:45.984 | python3-mysqldb 2022-01-21 10:15:45.984 | socat 2022-01-21 10:15:45.984 | sqlite3 2022-01-21 10:15:45.984 | sudo 2022-01-21 10:15:45.984 | vlan 2022-01-21 10:15:45.985 | lsscsi 2022-01-21 10:15:45.985 | open-iscsi 2022-01-21 10:15:45.985 | lvm2 2022-01-21 10:15:45.985 | qemu-utils 2022-01-21 10:15:45.985 | thin-provisioning-tools 2022-01-21 10:15:45.985 | acl 2022-01-21 10:15:45.985 | dnsmasq-base 2022-01-21 10:15:45.985 | dnsmasq-utils 2022-01-21 10:15:45.985 | ebtables 2022-01-21 10:15:45.985 | haproxy 2022-01-21 10:15:45.985 | iptables 2022-01-21 10:15:45.985 | iputils-arping 2022-01-21 10:15:45.985 | iputils-ping 2022-01-21 10:15:45.985 | postgresql-server-dev-all 2022-01-21 10:15:45.985 | python3-mysqldb 2022-01-21 10:15:45.985 | sqlite3 2022-01-21 10:15:45.985 | sudo 2022-01-21 10:15:45.985 | vlan 2022-01-21 10:15:45.985 | pcp 2022-01-21 10:15:45.985 | ipset 2022-01-21 10:15:45.985 | conntrack 2022-01-21 10:15:45.985 | conntrackd 2022-01-21 10:15:45.985 | keepalived 2022-01-21 10:15:45.985 | lvm2 2022-01-21 10:15:45.985 | qemu-utils 2022-01-21 10:15:45.985 | thin-provisioning-tools 2022-01-21 10:15:45.985 | curl 2022-01-21 10:15:45.985 | liberasurecode-dev 2022-01-21 10:15:45.985 | make 2022-01-21 10:15:45.985 | memcached 2022-01-21 10:15:45.986 | sqlite3 2022-01-21 10:15:45.986 | xfsprogs ' 2022-01-21 10:15:45.986 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2022-01-21 10:15:45.988 | ++ functions-common:is_ubuntu:562 : [[ -z deb ]] 2022-01-21 10:15:45.990 | ++ functions-common:is_ubuntu:565 : '[' deb = deb ']' 2022-01-21 10:15:45.993 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2022-01-21 10:15:45.994 | ++ tools/install_prereqs.sh:source:67 : echo apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter 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 postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2022-01-21 10:15:45.998 | ++ tools/install_prereqs.sh:source:72 : install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter 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 postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2022-01-21 10:15:46.001 | ++ functions-common:install_package:1452 : update_package_repo 2022-01-21 10:15:46.003 | ++ functions-common:update_package_repo:1424 : NO_UPDATE_REPOS=False 2022-01-21 10:15:46.005 | ++ functions-common:update_package_repo:1425 : REPOS_UPDATED=False 2022-01-21 10:15:46.007 | ++ functions-common:update_package_repo:1426 : RETRY_UPDATE=False 2022-01-21 10:15:46.009 | ++ functions-common:update_package_repo:1428 : [[ False = \T\r\u\e ]] 2022-01-21 10:15:46.011 | ++ functions-common:update_package_repo:1432 : is_ubuntu 2022-01-21 10:15:46.014 | ++ functions-common:is_ubuntu:562 : [[ -z deb ]] 2022-01-21 10:15:46.016 | ++ functions-common:is_ubuntu:565 : '[' deb = deb ']' 2022-01-21 10:15:46.018 | ++ functions-common:update_package_repo:1433 : apt_get_update 2022-01-21 10:15:46.020 | ++ functions-common:apt_get_update:1178 : [[ False == \T\r\u\e ]] 2022-01-21 10:15:46.022 | ++ functions-common:apt_get_update:1183 : [[ False = \T\r\u\e ]] 2022-01-21 10:15:46.024 | ++ functions-common:apt_get_update:1185 : local sudo=sudo 2022-01-21 10:15:46.026 | +++ functions-common:apt_get_update:1186 : id -u 2022-01-21 10:15:46.031 | ++ functions-common:apt_get_update:1186 : [[ 1000 = \0 ]] 2022-01-21 10:15:46.033 | ++ functions-common:apt_get_update:1189 : time_start apt-get-update 2022-01-21 10:15:46.035 | ++ functions-common:time_start:2400 : local name=apt-get-update 2022-01-21 10:15:46.037 | ++ functions-common:time_start:2401 : local start_time= 2022-01-21 10:15:46.040 | ++ functions-common:time_start:2402 : [[ -n '' ]] 2022-01-21 10:15:46.043 | +++ functions-common:time_start:2405 : date +%s%3N 2022-01-21 10:15:46.046 | ++ functions-common:time_start:2405 : _TIME_START[$name]=1642760146044 2022-01-21 10:15:46.048 | ++ functions-common:apt_get_update:1191 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2022-01-21 10:15:46.051 | ++ functions-common:apt_get_update:1192 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2022-01-21 10:15:46.053 | ++ functions-common:apt_get_update:1193 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2022-01-21 10:15:46.445 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2022-01-21 10:15:46.446 | Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2022-01-21 10:15:46.566 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2022-01-21 10:15:47.082 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2022-01-21 10:15:47.300 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1,510 kB] 2022-01-21 10:15:47.754 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main Translation-en [296 kB] 2022-01-21 10:15:47.788 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [894 kB] 2022-01-21 10:15:57.589 | Fetched 3,035 kB in 2s (1,311 kB/s) 2022-01-21 10:15:59.105 | Reading package lists... 2022-01-21 10:15:59.136 | ++ functions-common:apt_get_update:1197 : REPOS_UPDATED=True 2022-01-21 10:15:59.138 | ++ functions-common:apt_get_update:1199 : time_stop apt-get-update 2022-01-21 10:15:59.140 | ++ functions-common:time_stop:2414 : local name 2022-01-21 10:15:59.142 | ++ functions-common:time_stop:2415 : local end_time 2022-01-21 10:15:59.144 | ++ functions-common:time_stop:2416 : local elapsed_time 2022-01-21 10:15:59.146 | ++ functions-common:time_stop:2417 : local total 2022-01-21 10:15:59.148 | ++ functions-common:time_stop:2418 : local start_time 2022-01-21 10:15:59.150 | ++ functions-common:time_stop:2420 : name=apt-get-update 2022-01-21 10:15:59.152 | ++ functions-common:time_stop:2421 : start_time=1642760146044 2022-01-21 10:15:59.155 | ++ functions-common:time_stop:2423 : [[ -z 1642760146044 ]] 2022-01-21 10:15:59.157 | +++ functions-common:time_stop:2426 : date +%s%3N 2022-01-21 10:15:59.161 | ++ functions-common:time_stop:2426 : end_time=1642760159159 2022-01-21 10:15:59.163 | ++ functions-common:time_stop:2427 : elapsed_time=13115 2022-01-21 10:15:59.165 | ++ functions-common:time_stop:2428 : total=0 2022-01-21 10:15:59.167 | ++ functions-common:time_stop:2430 : _TIME_START[$name]= 2022-01-21 10:15:59.170 | ++ functions-common:time_stop:2431 : _TIME_TOTAL[$name]=13115 2022-01-21 10:15:59.173 | ++ functions-common:install_package:1453 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter 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 postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2022-01-21 10:15:59.175 | ++ functions-common:real_install_package:1438 : is_ubuntu 2022-01-21 10:15:59.177 | ++ functions-common:is_ubuntu:562 : [[ -z deb ]] 2022-01-21 10:15:59.179 | ++ functions-common:is_ubuntu:565 : '[' deb = deb ']' 2022-01-21 10:15:59.182 | ++ functions-common:real_install_package:1439 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter 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 postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2022-01-21 10:15:59.201 | ++ functions-common:apt_get:1219 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter 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 postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2022-01-21 10:15:59.314 | Reading package lists... 2022-01-21 10:15:59.585 | Building dependency tree... 2022-01-21 10:15:59.586 | Reading state information... 2022-01-21 10:15:59.870 | bc is already the newest version (1.07.1-2build1). 2022-01-21 10:15:59.870 | bc set to manually installed. 2022-01-21 10:15:59.870 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2022-01-21 10:15:59.870 | bsdmainutils set to manually installed. 2022-01-21 10:15:59.870 | gawk is already the newest version (1:5.0.1+dfsg-1). 2022-01-21 10:15:59.870 | gawk set to manually installed. 2022-01-21 10:15:59.870 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2022-01-21 10:15:59.870 | iptables is already the newest version (1.8.4-3ubuntu2). 2022-01-21 10:15:59.870 | iptables set to manually installed. 2022-01-21 10:15:59.870 | iputils-ping is already the newest version (3:20190709-3). 2022-01-21 10:15:59.870 | kpartx is already the newest version (0.8.3-1ubuntu2). 2022-01-21 10:15:59.870 | kpartx set to manually installed. 2022-01-21 10:15:59.870 | libpcre3-dev is already the newest version (2:8.39-12build1). 2022-01-21 10:15:59.870 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2022-01-21 10:15:59.870 | psmisc is already the newest version (23.3-1). 2022-01-21 10:15:59.870 | psmisc set to manually installed. 2022-01-21 10:15:59.871 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2022-01-21 10:15:59.871 | python3-systemd is already the newest version (234-3build2). 2022-01-21 10:15:59.871 | python3-systemd set to manually installed. 2022-01-21 10:15:59.871 | tcpdump is already the newest version (4.9.3-4). 2022-01-21 10:15:59.871 | tcpdump set to manually installed. 2022-01-21 10:15:59.871 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2022-01-21 10:15:59.871 | thin-provisioning-tools set to manually installed. 2022-01-21 10:15:59.871 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2022-01-21 10:15:59.871 | git is already the newest version (1:2.25.1-1ubuntu3.2). 2022-01-21 10:15:59.871 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2022-01-21 10:15:59.871 | lsof set to manually installed. 2022-01-21 10:15:59.871 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2022-01-21 10:15:59.871 | parted set to manually installed. 2022-01-21 10:15:59.871 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2022-01-21 10:15:59.871 | tar is already the newest version (1.30+dfsg-7ubuntu0.20.04.1). 2022-01-21 10:15:59.871 | tar set to manually installed. 2022-01-21 10:15:59.871 | uuid-runtime is already the newest version (2.34-0.1ubuntu9.1). 2022-01-21 10:15:59.871 | uuid-runtime set to manually installed. 2022-01-21 10:15:59.871 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.2). 2022-01-21 10:15:59.871 | zlib1g-dev set to manually installed. 2022-01-21 10:15:59.871 | The following packages were automatically installed and are no longer required: 2022-01-21 10:15:59.872 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-01-21 10:15:59.872 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-01-21 10:15:59.872 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-01-21 10:15:59.872 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-01-21 10:15:59.872 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-01-21 10:15:59.873 | python3-zope.interface 2022-01-21 10:15:59.873 | Use 'sudo apt autoremove' to remove them. 2022-01-21 10:15:59.873 | The following additional packages will be installed: 2022-01-21 10:15:59.873 | apache2-bin apache2-data apache2-utils autoconf automake autopoint 2022-01-21 10:15:59.873 | autotools-dev binfmt-support build-essential clang-10 comerr-dev debhelper 2022-01-21 10:15:59.873 | dh-autoreconf dh-strip-nondeterminism dns-root-data dpkg-dev dwz fakeroot 2022-01-21 10:15:59.873 | fontconfig fontconfig-config fonts-dejavu-core fonts-liberation g++-9 2022-01-21 10:15:59.873 | ibverbs-providers icu-devtools intltool-debian ipvsadm javascript-common 2022-01-21 10:15:59.873 | krb5-multidev lib32gcc-s1 lib32stdc++6 libalgorithm-diff-perl 2022-01-21 10:15:59.873 | libalgorithm-diff-xs-perl libalgorithm-merge-perl libann0 libapr1 2022-01-21 10:15:59.873 | libapr1-dev libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-dev 2022-01-21 10:15:59.873 | libaprutil1-ldap libarchive-cpio-perl libarchive-zip-perl 2022-01-21 10:15:59.873 | libboost-iostreams1.71.0 libboost-thread1.71.0 libc6-i386 libcairo2 libcdt5 2022-01-21 10:15:59.873 | libcgraph6 libclang-common-10-dev libclang-cpp10 libclang1-10 libcroco3 2022-01-21 10:15:59.873 | libcurl4 libdatrie1 libdebhelper-perl libdpkg-perl liberasurecode1 2022-01-21 10:15:59.873 | libfakeroot libfile-fcntllock-perl libfile-stripnondeterminism-perl 2022-01-21 10:15:59.873 | libfontconfig1 libgc1c2 libgd3 libgraphite2-3 libgssrpc4 libgts-0.7-5 2022-01-21 10:15:59.873 | libgts-bin libgvc6 libgvpr2 libharfbuzz0b libibverbs1 libice6 libicu-dev 2022-01-21 10:15:59.874 | libicu66 libidn11 libipset13 libiscsi7 libjansson4 libjbig0 libjpeg-turbo8 2022-01-21 10:15:59.874 | libjpeg-turbo8-dev libjpeg8 libjpeg8-dev libjs-jquery libjs-jquery-metadata 2022-01-21 10:15:59.874 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 liblab-gamut1 libldap-2.4-2 2022-01-21 10:15:59.874 | libllvm10 libltdl-dev liblua5.2-0 liblua5.3-0 libmail-sendmail-perl 2022-01-21 10:15:59.874 | libmysqlclient21 libncurses-dev libnetfilter-cthelper0 libnetfilter-queue1 2022-01-21 10:15:59.874 | libnl-3-200 libnl-genl-3-200 libnl-route-3-200 libnspr4 libnss-systemd 2022-01-21 10:15:59.874 | libnss3 libobjc-9-dev libobjc4 libomp-10-dev libomp5-10 libpam-systemd 2022-01-21 10:15:59.874 | libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 2022-01-21 10:15:59.874 | libpcp-gui2 libpcp-import1 libpcp-mmv1 libpcp-pmda-perl libpcp-pmda3 2022-01-21 10:15:59.874 | libpcp-trace2 libpcp-web1 libpcp3 libpfm4 libpixman-1-0 libpq5 librados2 2022-01-21 10:15:59.874 | librbd1 librdmacm1 libsctp-dev libsctp1 libsensors-config libsensors5 libsm6 2022-01-21 10:15:59.874 | libsnmp-base libsnmp35 libssl1.1 libstdc++-9-dev libsub-override-perl 2022-01-21 10:15:59.874 | libsys-hostname-long-perl libsystemd0 libthai-data libthai0 libtiff5 2022-01-21 10:15:59.874 | libtinfo-dev libtool libwebp6 libx86-1 libxaw7 libxcb-render0 libxcb-shm0 2022-01-21 10:15:59.874 | libxml2 libxmu6 libxpm4 libxrender1 libxt6 libz3-4 libz3-dev llvm-10 2022-01-21 10:15:59.874 | llvm-10-dev llvm-10-runtime llvm-10-tools m4 mysql-common openssh-client 2022-01-21 10:15:59.874 | openssh-sftp-server pcp-conf po-debconf postgresql-client-12 2022-01-21 10:15:59.874 | postgresql-client-common postgresql-common postgresql-server-dev-12 2022-01-21 10:15:59.874 | python-pip-whl python3-pcp python3-pygments python3-wheel python3-yaml 2022-01-21 10:15:59.874 | python3.8-venv qemu-block-extra sharutils ssl-cert systemd systemd-sysv 2022-01-21 10:15:59.874 | systemd-timesyncd uuid-dev vbetool x11-common 2022-01-21 10:15:59.876 | Suggested packages: 2022-01-21 10:15:59.876 | apache2-doc apache2-suexec-pristine | apache2-suexec-custom www-browser 2022-01-21 10:15:59.876 | autoconf-archive gnu-standards autoconf-doc clang-10-doc doc-base nftables 2022-01-21 10:15:59.876 | dh-make debian-keyring g++-multilib g++-9-multilib gcc-9-doc wodim 2022-01-21 10:15:59.876 | cdrkit-doc gettext-doc libasprintf-dev libgettextpo-dev gsfonts graphviz-doc 2022-01-21 10:15:59.876 | vim-haproxy haproxy-doc heartbeat ldirectord krb5-doc python bzr libisal2 2022-01-21 10:15:59.876 | libjerasure2 libgd-tools krb5-user icu-doc libtool-doc ncurses-doc 2022-01-21 10:15:59.876 | libomp-10-doc postgresql-doc-12 lksctp-tools lm-sensors snmp-mibs-downloader 2022-01-21 10:15:59.876 | libssl-doc libstdc++-9-doc gfortran | fortran95-compiler gcj-jdk libyaml-doc 2022-01-21 10:15:59.876 | llvm-10-doc m4-doc make-doc libanyevent-perl libcache-memcached-perl 2022-01-21 10:15:59.876 | libmemcached libterm-readkey-perl libyaml-perl keychain libpam-ssh 2022-01-21 10:15:59.876 | monkeysphere ssh-askpass molly-guard pcp-gui libpcp-import-perl cpufrequtils 2022-01-21 10:15:59.876 | wireless-tools radeontool libmail-box-perl postgresql-12 libjson-perl 2022-01-21 10:15:59.876 | default-mysql-server | virtual-mysql-server python3-mysqldb-dbg 2022-01-21 10:15:59.876 | python-pygments-doc ttf-bitstream-vera debootstrap sharutils-doc bsd-mailx 2022-01-21 10:15:59.876 | | mailx sqlite3-doc openssl-blacklist systemd-container zip 2022-01-21 10:16:00.116 | The following NEW packages will be installed: 2022-01-21 10:16:00.116 | acl apache2 apache2-bin apache2-data apache2-dev apache2-utils autoconf 2022-01-21 10:16:00.116 | automake autopoint autotools-dev binfmt-support build-essential clang-10 2022-01-21 10:16:00.116 | comerr-dev conntrack conntrackd debhelper dh-autoreconf 2022-01-21 10:16:00.116 | dh-strip-nondeterminism dns-root-data dnsmasq-base dnsmasq-utils dpkg-dev 2022-01-21 10:16:00.116 | dwz ebtables fakeroot fontconfig fontconfig-config fonts-dejavu-core 2022-01-21 10:16:00.116 | fonts-liberation g++ g++-9 genisoimage gettext graphviz haproxy 2022-01-21 10:16:00.116 | ibverbs-providers icu-devtools intltool-debian ipset iputils-arping ipvsadm 2022-01-21 10:16:00.116 | javascript-common keepalived krb5-multidev lib32gcc-s1 lib32stdc++6 2022-01-21 10:16:00.116 | libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 2022-01-21 10:16:00.116 | libann0 libapache2-mod-proxy-uwsgi libapr1 libapr1-dev libaprutil1 2022-01-21 10:16:00.116 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap 2022-01-21 10:16:00.116 | libarchive-cpio-perl libarchive-zip-perl libboost-iostreams1.71.0 2022-01-21 10:16:00.116 | libboost-thread1.71.0 libc6-i386 libcairo2 libcdt5 libcgraph6 2022-01-21 10:16:00.116 | libclang-common-10-dev libclang-cpp10 libclang1-10 libcroco3 libdatrie1 2022-01-21 10:16:00.116 | libdebhelper-perl libdpkg-perl liberasurecode-dev liberasurecode1 2022-01-21 10:16:00.116 | libfakeroot libffi-dev libfile-fcntllock-perl 2022-01-21 10:16:00.117 | libfile-stripnondeterminism-perl libfontconfig1 libgc1c2 libgd3 2022-01-21 10:16:00.117 | libgraphite2-3 libgssrpc4 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 2022-01-21 10:16:00.117 | libharfbuzz0b libibverbs1 libice6 libicu-dev libidn11 libipset13 libiscsi7 2022-01-21 10:16:00.117 | libjansson4 libjbig0 libjpeg-dev libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2022-01-21 10:16:00.117 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libjs-jquery-tablesorter 2022-01-21 10:16:00.117 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-dev liblab-gamut1 2022-01-21 10:16:00.117 | libldap2-dev libllvm10 libltdl-dev liblua5.2-0 liblua5.3-0 2022-01-21 10:16:00.117 | libmail-sendmail-perl libmysqlclient21 libncurses-dev libnetfilter-cthelper0 2022-01-21 10:16:00.117 | libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 libnl-route-3-200 libnspr4 2022-01-21 10:16:00.117 | libnss3 libobjc-9-dev libobjc4 libomp-10-dev libomp5-10 libpango-1.0-0 2022-01-21 10:16:00.117 | libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpcp-gui2 2022-01-21 10:16:00.117 | libpcp-import1 libpcp-mmv1 libpcp-pmda-perl libpcp-pmda3 libpcp-trace2 2022-01-21 10:16:00.117 | libpcp-web1 libpcp3 libpfm4 libpixman-1-0 libpq-dev libpq5 librados2 librbd1 2022-01-21 10:16:00.117 | librdmacm1 libsasl2-dev libsctp-dev libsctp1 libsensors-config libsensors5 2022-01-21 10:16:00.117 | libsm6 libsnmp-base libsnmp35 libssl-dev libstdc++-9-dev 2022-01-21 10:16:00.117 | libsub-override-perl libsys-hostname-long-perl libsystemd-dev libthai-data 2022-01-21 10:16:00.117 | libthai0 libtiff5 libtinfo-dev libtool libwebp6 libx86-1 libxaw7 2022-01-21 10:16:00.117 | libxcb-render0 libxcb-shm0 libxml2-dev libxmu6 libxpm4 libxrender1 2022-01-21 10:16:00.117 | libxslt1-dev libxt6 libyaml-dev libz3-4 libz3-dev llvm-10 llvm-10-dev 2022-01-21 10:16:00.117 | llvm-10-runtime llvm-10-tools lsscsi m4 make memcached mysql-common pcp 2022-01-21 10:16:00.117 | pcp-conf pkg-config pm-utils po-debconf postgresql-client-12 2022-01-21 10:16:00.117 | postgresql-client-common postgresql-common postgresql-server-dev-12 2022-01-21 10:16:00.117 | postgresql-server-dev-all python-pip-whl python3-mysqldb python3-pcp 2022-01-21 10:16:00.117 | python3-pip python3-pygments python3-venv python3-wheel python3-yaml 2022-01-21 10:16:00.117 | python3.8-venv qemu-block-extra qemu-utils sharutils socat sqlite3 ssl-cert 2022-01-21 10:16:00.117 | unzip uuid-dev vbetool vlan x11-common 2022-01-21 10:16:00.118 | The following packages will be upgraded: 2022-01-21 10:16:00.118 | curl libcurl4 libicu66 libldap-2.4-2 libnss-systemd libpam-systemd libssl1.1 2022-01-21 10:16:00.119 | libsystemd0 libxml2 open-iscsi openssh-client openssh-server 2022-01-21 10:16:00.119 | openssh-sftp-server openssl systemd systemd-sysv systemd-timesyncd wget 2022-01-21 10:16:00.276 | 18 upgraded, 219 newly installed, 0 to remove and 107 not upgraded. 2022-01-21 10:16:00.276 | Need to get 164 MB of archives. 2022-01-21 10:16:00.276 | After this operation, 768 MB of additional disk space will be used. 2022-01-21 10:16:00.276 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnss-systemd amd64 245.4-4ubuntu3.15 [95.8 kB] 2022-01-21 10:16:00.445 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-timesyncd amd64 245.4-4ubuntu3.15 [28.1 kB] 2022-01-21 10:16:00.455 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-sysv amd64 245.4-4ubuntu3.15 [10.3 kB] 2022-01-21 10:16:00.460 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-systemd amd64 245.4-4ubuntu3.15 [186 kB] 2022-01-21 10:16:00.573 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd amd64 245.4-4ubuntu3.15 [3,811 kB] 2022-01-21 10:16:01.011 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd0 amd64 245.4-4ubuntu3.15 [270 kB] 2022-01-21 10:16:01.033 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libapr1 amd64 1.6.5-1ubuntu1 [91.4 kB] 2022-01-21 10:16:01.041 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.10 [1,322 kB] 2022-01-21 10:16:01.384 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1 amd64 1.6.1-4ubuntu2 [84.7 kB] 2022-01-21 10:16:01.386 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-dbd-sqlite3 amd64 1.6.1-4ubuntu2 [10.5 kB] 2022-01-21 10:16:01.386 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.8 [155 kB] 2022-01-21 10:16:01.390 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-ldap amd64 1.6.1-4ubuntu2 [8,736 B] 2022-01-21 10:16:01.391 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.7 [161 kB] 2022-01-21 10:16:01.395 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.7 [234 kB] 2022-01-21 10:16:01.400 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjansson4 amd64 2.12-1build1 [28.9 kB] 2022-01-21 10:16:01.401 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblua5.2-0 amd64 5.2.4-1.1build3 [106 kB] 2022-01-21 10:16:01.403 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libicu66 amd64 66.1-2ubuntu2.1 [8,515 kB] 2022-01-21 10:16:02.460 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2 amd64 2.9.10+dfsg-5ubuntu0.20.04.1 [640 kB] 2022-01-21 10:16:02.568 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-bin amd64 2.4.41-4ubuntu3.9 [1,180 kB] 2022-01-21 10:16:02.754 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-data all 2.4.41-4ubuntu3.9 [159 kB] 2022-01-21 10:16:02.781 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-utils amd64 2.4.41-4ubuntu3.9 [84.3 kB] 2022-01-21 10:16:02.788 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2 amd64 2.4.41-4ubuntu3.9 [95.5 kB] 2022-01-21 10:16:02.797 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-0 amd64 5.3.3-1.1ubuntu2 [116 kB] 2022-01-21 10:16:02.817 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 haproxy amd64 2.0.13-2ubuntu0.3 [1,519 kB] 2022-01-21 10:16:03.113 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-3-200 amd64 3.4.0-1 [53.9 kB] 2022-01-21 10:16:03.114 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-genl-3-200 amd64 3.4.0-1 [11.1 kB] 2022-01-21 10:16:03.115 | Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mysql-common all 5.8+1.0.5ubuntu2 [7,496 B] 2022-01-21 10:16:03.115 | Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libmysqlclient21 amd64 8.0.27-0ubuntu0.20.04.1 [1,291 kB] 2022-01-21 10:16:03.332 | Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsensors-config all 1:3.6.0-2ubuntu1 [6,092 B] 2022-01-21 10:16:03.332 | Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsensors5 amd64 1:3.6.0-2ubuntu1 [27.4 kB] 2022-01-21 10:16:03.333 | Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsnmp-base all 5.8+dfsg-2ubuntu2.3 [206 kB] 2022-01-21 10:16:03.337 | Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsnmp35 amd64 5.8+dfsg-2ubuntu2.3 [978 kB] 2022-01-21 10:16:03.488 | Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 keepalived amd64 1:2.0.19-2ubuntu0.1 [360 kB] 2022-01-21 10:16:03.614 | Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 memcached amd64 1.5.22-2ubuntu0.2 [128 kB] 2022-01-21 10:16:03.618 | Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 open-iscsi amd64 2.0.874-7.1ubuntu6.2 [283 kB] 2022-01-21 10:16:03.651 | Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.10 [620 kB] 2022-01-21 10:16:03.732 | Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-yaml amd64 5.3.1-1ubuntu0.1 [136 kB] 2022-01-21 10:16:03.736 | Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-sftp-server amd64 1:8.2p1-4ubuntu0.4 [51.5 kB] 2022-01-21 10:16:03.737 | Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-server amd64 1:8.2p1-4ubuntu0.4 [377 kB] 2022-01-21 10:16:03.871 | Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.4 [671 kB] 2022-01-21 10:16:04.027 | Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 wget amd64 1.20.3-1ubuntu2 [348 kB] 2022-01-21 10:16:04.035 | Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 acl amd64 2.2.53-6 [37.8 kB] 2022-01-21 10:16:04.036 | Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autotools-dev all 20180224.1 [39.6 kB] 2022-01-21 10:16:04.037 | Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 m4 amd64 1.4.18-4 [199 kB] 2022-01-21 10:16:04.095 | Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autoconf all 2.69-11.1 [321 kB] 2022-01-21 10:16:04.121 | Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 automake all 1:1.16.1-4ubuntu6 [522 kB] 2022-01-21 10:16:04.271 | Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autopoint all 0.19.8.1-10build1 [412 kB] 2022-01-21 10:16:04.278 | Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libllvm10 amd64 1:10.0.0-4ubuntu1 [15.3 MB] 2022-01-21 10:16:06.734 | Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang-cpp10 amd64 1:10.0.0-4ubuntu1 [9,944 kB] 2022-01-21 10:16:08.318 | Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libstdc++-9-dev amd64 9.3.0-17ubuntu1~20.04 [1,714 kB] 2022-01-21 10:16:08.644 | Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libgc1c2 amd64 1:7.6.4-0.4ubuntu1 [83.9 kB] 2022-01-21 10:16:08.645 | Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libobjc4 amd64 10.3.0-1ubuntu1~20.04 [42.8 kB] 2022-01-21 10:16:08.647 | Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libobjc-9-dev amd64 9.3.0-17ubuntu1~20.04 [226 kB] 2022-01-21 10:16:08.653 | Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-i386 amd64 2.31-0ubuntu9.2 [2,723 kB] 2022-01-21 10:16:09.084 | Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32gcc-s1 amd64 10.3.0-1ubuntu1~20.04 [49.2 kB] 2022-01-21 10:16:09.093 | Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32stdc++6 amd64 10.3.0-1ubuntu1~20.04 [525 kB] 2022-01-21 10:16:09.203 | Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang-common-10-dev amd64 1:10.0.0-4ubuntu1 [5,012 kB] 2022-01-21 10:16:10.046 | Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang1-10 amd64 1:10.0.0-4ubuntu1 [7,571 kB] 2022-01-21 10:16:11.214 | Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 clang-10 amd64 1:10.0.0-4ubuntu1 [66.9 kB] 2022-01-21 10:16:11.259 | Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtool all 2.4.6-14 [161 kB] 2022-01-21 10:16:11.273 | Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dh-autoreconf all 19 [16.1 kB] 2022-01-21 10:16:11.274 | Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdebhelper-perl all 12.10ubuntu1 [62.1 kB] 2022-01-21 10:16:11.275 | Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libarchive-zip-perl all 1.67-2 [90.5 kB] 2022-01-21 10:16:11.277 | Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsub-override-perl all 0.09-2 [9,532 B] 2022-01-21 10:16:11.278 | Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfile-stripnondeterminism-perl all 1.7.0-1 [15.9 kB] 2022-01-21 10:16:11.278 | Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dh-strip-nondeterminism all 1.7.0-1 [5,228 B] 2022-01-21 10:16:11.279 | Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdpkg-perl all 1.19.7ubuntu3 [230 kB] 2022-01-21 10:16:11.333 | Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 make amd64 4.2.1-1.2 [162 kB] 2022-01-21 10:16:11.347 | Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dpkg-dev all 1.19.7ubuntu3 [679 kB] 2022-01-21 10:16:11.457 | Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dwz amd64 0.13-5 [151 kB] 2022-01-21 10:16:11.518 | Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcroco3 amd64 0.6.13-1 [82.5 kB]