2022-07-25 09:05:48.444 | + ./stack.sh:main:482 : exec 2022-07-25 09:05:48.444 | + ./stack.sh:main:490 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2022-07-25-090548' 2022-07-25 09:05:48.444 | ++ ./stack.sh:main:482 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2022-07-25-090548.summary.2022-07-25-090548 2022-07-25 09:05:48.444 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-07-25 09:05:48.444 | + ./stack.sh:echo_summary:441 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2022-07-25-090548 2022-07-25 09:05:48.444 | + ./stack.sh:main:492 : ln -sf /opt/stack/logs/stack.sh.log.2022-07-25-090548 /opt/stack/logs/stack.sh.log 2022-07-25 09:05:48.444 | + ./stack.sh:main:493 : ln -sf /opt/stack/logs/stack.sh.log.2022-07-25-090548.summary.2022-07-25-090548 /opt/stack/logs/stack.sh.log.summary 2022-07-25 09:05:48.444 | + ./stack.sh:main:508 : check_path_perm_sanity /opt/stack 2022-07-25 09:05:48.444 | + functions:check_path_perm_sanity:596 : local real_path 2022-07-25 09:05:48.444 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2022-07-25 09:05:48.444 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2022-07-25 09:05:48.444 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2022-07-25 09:05:48.444 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2022-07-25 09:05:48.444 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2022-07-25 09:05:48.444 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-07-25 09:05:48.444 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2022-07-25 09:05:48.444 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2022-07-25 09:05:48.444 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-07-25 09:05:48.444 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-07-25 09:05:48.444 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2022-07-25 09:05:48.444 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2022-07-25 09:05:48.445 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-07-25 09:05:48.447 | + ./stack.sh:main:514 : trap exit_trap EXIT 2022-07-25 09:05:48.449 | + ./stack.sh:main:555 : trap err_trap ERR 2022-07-25 09:05:48.451 | + ./stack.sh:main:568 : set -o errexit 2022-07-25 09:05:48.453 | + ./stack.sh:main:571 : uname -a 2022-07-25 09:05:48.454 | Linux n-d-848886-14 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-07-25 09:05:48.456 | + ./stack.sh:main:574 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2022-07-25 09:05:48.458 | + ./stack.sh:main:575 : rm -f /opt/stack/data/ca-bundle.pem 2022-07-25 09:05:48.461 | + ./stack.sh:main:578 : source /home/ubuntu/devstack/lib/database 2022-07-25 09:05:48.495 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/rpc_backend 2022-07-25 09:05:48.511 | + ./stack.sh:main:585 : fetch_plugins 2022-07-25 09:05:48.513 | + functions-common:fetch_plugins:1786 : local plugins= 2022-07-25 09:05:48.515 | + functions-common:fetch_plugins:1787 : local plugin 2022-07-25 09:05:48.518 | + functions-common:fetch_plugins:1790 : [[ -z '' ]] 2022-07-25 09:05:48.520 | + functions-common:fetch_plugins:1791 : return 2022-07-25 09:05:48.522 | + ./stack.sh:main:589 : run_phase override_defaults 2022-07-25 09:05:48.524 | + functions-common:run_phase:1868 : local mode=override_defaults 2022-07-25 09:05:48.526 | + functions-common:run_phase:1869 : local phase= 2022-07-25 09:05:48.528 | + functions-common:run_phase:1870 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-07-25 09:05:48.530 | + functions-common:run_phase:1871 : local extra_plugin_file_name 2022-07-25 09:05:48.533 | + functions-common:run_phase:1872 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-07-25 09:05:48.535 | + functions-common:run_phase:1877 : local exceptions=80-tempest.sh 2022-07-25 09:05:48.536 | + functions-common:run_phase:1878 : local extra 2022-07-25 09:05:48.539 | ++ functions-common:run_phase:1879 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-07-25 09:05:48.542 | + functions-common:run_phase:1879 : extra=80-tempest.sh 2022-07-25 09:05:48.544 | + functions-common:run_phase:1880 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-07-25 09:05:48.546 | + functions-common:run_phase:1884 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-07-25 09:05:48.548 | + functions-common:run_phase:1884 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2022-07-25 09:05:48.551 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-07-25 09:05:48.563 | ++ functions-common:is_service_enabled:2096 : return 0 2022-07-25 09:05:48.566 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-07-25 09:05:48.568 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2022-07-25 09:05:48.571 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2022-07-25 09:05:48.573 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2022-07-25 09:05:48.574 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2022-07-25 09:05:48.576 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2022-07-25 09:05:48.578 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2022-07-25 09:05:48.581 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2022-07-25 09:05:48.583 | + functions-common:run_phase:1889 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-07-25 09:05:48.585 | + functions-common:run_phase:1892 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-07-25 09:05:48.587 | + functions-common:run_phase:1893 : plugin_override_defaults 2022-07-25 09:05:48.589 | + functions-common:plugin_override_defaults:1827 : local plugins= 2022-07-25 09:05:48.590 | + functions-common:plugin_override_defaults:1828 : local plugin 2022-07-25 09:05:48.592 | + functions-common:plugin_override_defaults:1831 : [[ -z '' ]] 2022-07-25 09:05:48.594 | + functions-common:plugin_override_defaults:1832 : return 2022-07-25 09:05:48.596 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/apache 2022-07-25 09:05:48.614 | + ./stack.sh:main:595 : source /home/ubuntu/devstack/lib/tls 2022-07-25 09:05:48.616 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2022-07-25 09:05:48.629 | ++ functions-common:is_service_enabled:2096 : return 1 2022-07-25 09:05:48.631 | +++ lib/tls:source:43 : hostname -f 2022-07-25 09:05:48.635 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2022-07-25 09:05:48.637 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2022-07-25 09:05:48.639 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2022-07-25 09:05:48.641 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2022-07-25 09:05:48.643 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2022-07-25 09:05:48.645 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2022-07-25 09:05:48.647 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2022-07-25 09:05:48.648 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2022-07-25 09:05:48.650 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2022-07-25 09:05:48.652 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2022-07-25 09:05:48.656 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/infra 2022-07-25 09:05:48.668 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/libraries 2022-07-25 09:05:48.684 | + ./stack.sh:main:600 : source /home/ubuntu/devstack/lib/lvm 2022-07-25 09:05:48.696 | + ./stack.sh:main:601 : source /home/ubuntu/devstack/lib/horizon 2022-07-25 09:05:48.708 | + ./stack.sh:main:602 : source /home/ubuntu/devstack/lib/keystone 2022-07-25 09:05:48.742 | + ./stack.sh:main:603 : source /home/ubuntu/devstack/lib/glance 2022-07-25 09:05:48.802 | + ./stack.sh:main:604 : source /home/ubuntu/devstack/lib/nova 2022-07-25 09:05:48.888 | + ./stack.sh:main:605 : source /home/ubuntu/devstack/lib/placement 2022-07-25 09:05:48.909 | + ./stack.sh:main:606 : source /home/ubuntu/devstack/lib/cinder 2022-07-25 09:05:48.958 | + ./stack.sh:main:607 : source /home/ubuntu/devstack/lib/swift 2022-07-25 09:05:49.008 | + ./stack.sh:main:608 : source /home/ubuntu/devstack/lib/neutron 2022-07-25 09:05:49.149 | + ./stack.sh:main:609 : source /home/ubuntu/devstack/lib/ldap 2022-07-25 09:05:49.163 | + ./stack.sh:main:610 : source /home/ubuntu/devstack/lib/dstat 2022-07-25 09:05:49.176 | + ./stack.sh:main:611 : source /home/ubuntu/devstack/lib/tcpdump 2022-07-25 09:05:49.188 | + ./stack.sh:main:612 : source /home/ubuntu/devstack/lib/etcd3 2022-07-25 09:05:49.269 | + ./stack.sh:main:613 : source /home/ubuntu/devstack/lib/os-vif 2022-07-25 09:05:49.273 | ++ lib/os-vif:source:6 : OS_VIF_OVS_OVSDB_INTERFACE=vsctl 2022-07-25 09:05:49.277 | +++ lib/os-vif:source:17 : is_ml2_ovs 2022-07-25 09:05:49.280 | +++ lib/os-vif:is_ml2_ovs:9 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2022-07-25 09:05:49.283 | +++ lib/os-vif:is_ml2_ovs:10 : echo True 2022-07-25 09:05:49.287 | +++ lib/os-vif:is_ml2_ovs:12 : echo False 2022-07-25 09:05:49.290 | ++ lib/os-vif:source:17 : OS_VIF_OVS_ISOLATE_VIF='True 2022-07-25 09:05:49.290 | False' 2022-07-25 09:05:49.294 | +++ lib/os-vif:source:18 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2022-07-25 09:05:49.310 | ++ lib/os-vif:source:18 : OS_VIF_OVS_ISOLATE_VIF=False 2022-07-25 09:05:49.313 | + ./stack.sh:main:619 : run_phase source 2022-07-25 09:05:49.315 | + functions-common:run_phase:1868 : local mode=source 2022-07-25 09:05:49.317 | + functions-common:run_phase:1869 : local phase= 2022-07-25 09:05:49.319 | + functions-common:run_phase:1870 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-07-25 09:05:49.323 | + functions-common:run_phase:1871 : local extra_plugin_file_name 2022-07-25 09:05:49.325 | + functions-common:run_phase:1872 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-07-25 09:05:49.327 | + functions-common:run_phase:1877 : local exceptions=80-tempest.sh 2022-07-25 09:05:49.330 | + functions-common:run_phase:1878 : local extra 2022-07-25 09:05:49.333 | ++ functions-common:run_phase:1879 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-07-25 09:05:49.336 | + functions-common:run_phase:1879 : extra=80-tempest.sh 2022-07-25 09:05:49.339 | + functions-common:run_phase:1880 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-07-25 09:05:49.341 | + functions-common:run_phase:1884 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-07-25 09:05:49.345 | + functions-common:run_phase:1884 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2022-07-25 09:05:49.347 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-07-25 09:05:49.364 | ++ functions-common:is_service_enabled:2096 : return 0 2022-07-25 09:05:49.366 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2022-07-25 09:05:49.368 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2022-07-25 09:05:49.406 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2022-07-25 09:05:49.408 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2022-07-25 09:05:49.410 | + functions-common:run_phase:1889 : [[ source == \s\o\u\r\c\e ]] 2022-07-25 09:05:49.412 | + functions-common:run_phase:1890 : load_plugin_settings 2022-07-25 09:05:49.415 | + functions-common:load_plugin_settings:1804 : local plugins= 2022-07-25 09:05:49.417 | + functions-common:load_plugin_settings:1805 : local plugin 2022-07-25 09:05:49.419 | + functions-common:load_plugin_settings:1808 : [[ -z '' ]] 2022-07-25 09:05:49.421 | + functions-common:load_plugin_settings:1809 : return 2022-07-25 09:05:49.423 | + functions-common:run_phase:1891 : verify_disabled_services 2022-07-25 09:05:49.425 | + functions-common:verify_disabled_services:2151 : local service 2022-07-25 09:05:49.427 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-07-25 09:05:49.429 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2022-07-25 09:05:49.432 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-07-25 09:05:49.434 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2022-07-25 09:05:49.436 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-07-25 09:05:49.438 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2022-07-25 09:05:49.440 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-07-25 09:05:49.443 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2022-07-25 09:05:49.445 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-07-25 09:05:49.447 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2022-07-25 09:05:49.449 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-07-25 09:05:49.451 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2022-07-25 09:05:49.454 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-07-25 09:05:49.456 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2022-07-25 09:05:49.458 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-07-25 09:05:49.460 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2022-07-25 09:05:49.462 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-07-25 09:05:49.465 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2022-07-25 09:05:49.467 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-07-25 09:05:49.469 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2022-07-25 09:05:49.471 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-07-25 09:05:49.473 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-vol, ]] 2022-07-25 09:05:49.476 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-07-25 09:05:49.478 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-controller, ]] 2022-07-25 09:05:49.480 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-07-25 09:05:49.482 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-northd, ]] 2022-07-25 09:05:49.484 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-07-25 09:05:49.486 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovs-vswitchd, ]] 2022-07-25 09:05:49.489 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-07-25 09:05:49.491 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovsdb-server, ]] 2022-07-25 09:05:49.493 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-07-25 09:05:49.495 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2022-07-25 09:05:49.498 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-07-25 09:05:49.500 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-ovn-metadata-agent, ]] 2022-07-25 09:05:49.502 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-07-25 09:05:49.504 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2022-07-25 09:05:49.506 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-07-25 09:05:49.509 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2022-07-25 09:05:49.511 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-07-25 09:05:49.513 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2022-07-25 09:05:49.515 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-07-25 09:05:49.518 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2022-07-25 09:05:49.520 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-07-25 09:05:49.522 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2022-07-25 09:05:49.524 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-07-25 09:05:49.526 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2022-07-25 09:05:49.529 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-07-25 09:05:49.531 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2022-07-25 09:05:49.533 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-07-25 09:05:49.535 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2022-07-25 09:05:49.538 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-07-25 09:05:49.541 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2022-07-25 09:05:49.543 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-07-25 09:05:49.546 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2022-07-25 09:05:49.549 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-07-25 09:05:49.552 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2022-07-25 09:05:49.554 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-07-25 09:05:49.557 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2022-07-25 09:05:49.560 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-07-25 09:05:49.563 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2022-07-25 09:05:49.565 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-07-25 09:05:49.568 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2022-07-25 09:05:49.570 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-07-25 09:05:49.572 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2022-07-25 09:05:49.574 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-07-25 09:05:49.577 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-bak, ]] 2022-07-25 09:05:49.579 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-07-25 09:05:49.581 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2022-07-25 09:05:49.583 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-07-25 09:05:49.586 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2022-07-25 09:05:49.588 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-07-25 09:05:49.590 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2022-07-25 09:05:49.592 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-07-25 09:05:49.595 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2022-07-25 09:05:49.597 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-07-25 09:05:49.599 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2022-07-25 09:05:49.602 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-07-25 09:05:49.604 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2022-07-25 09:05:49.606 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-07-25 09:05:49.608 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2022-07-25 09:05:49.611 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-07-25 09:05:49.614 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2022-07-25 09:05:49.618 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-07-25 09:05:49.621 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2022-07-25 09:05:49.624 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-07-25 09:05:49.628 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2022-07-25 09:05:49.630 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-07-25 09:05:49.632 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2022-07-25 09:05:49.635 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-07-25 09:05:49.637 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2022-07-25 09:05:49.639 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-07-25 09:05:49.642 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2022-07-25 09:05:49.644 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-07-25 09:05:49.646 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2022-07-25 09:05:49.649 | + ./stack.sh:main:690 : initialize_database_backends 2022-07-25 09:05:49.652 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-07-25 09:05:49.654 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2022-07-25 09:05:49.668 | + functions-common:is_service_enabled:2096 : return 0 2022-07-25 09:05:49.671 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2022-07-25 09:05:49.673 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-07-25 09:05:49.675 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2022-07-25 09:05:49.689 | + functions-common:is_service_enabled:2096 : return 1 2022-07-25 09:05:49.691 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2022-07-25 09:05:49.694 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2022-07-25 09:05:49.696 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2022-07-25 09:05:49.698 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2022-07-25 09:05:49.700 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2022-07-25 09:05:49.702 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2022-07-25 09:05:49.705 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2022-07-25 09:05:49.707 | + lib/database:initialize_database_backends:92 : return 0 2022-07-25 09:05:49.709 | + ./stack.sh:main:691 : echo 'Using mysql database backend' 2022-07-25 09:05:49.709 | Using mysql database backend 2022-07-25 09:05:49.712 | + ./stack.sh:main:694 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2022-07-25 09:05:49.727 | + ./stack.sh:main:696 : define_database_baseurl 2022-07-25 09:05:49.730 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2022-07-25 09:05:49.732 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-07-25 09:05:49.734 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2022-07-25 09:05:49.737 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-07-25 09:05:49.739 | + ./stack.sh:main:708 : is_service_enabled rabbit 2022-07-25 09:05:49.755 | + functions-common:is_service_enabled:2096 : return 0 2022-07-25 09:05:49.757 | + ./stack.sh:main:709 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2022-07-25 09:05:49.778 | + ./stack.sh:main:716 : is_service_enabled keystone 2022-07-25 09:05:49.796 | + functions-common:is_service_enabled:2096 : return 0 2022-07-25 09:05:49.799 | + ./stack.sh:main:718 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2022-07-25 09:05:49.816 | + ./stack.sh:main:720 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2022-07-25 09:05:49.834 | + ./stack.sh:main:731 : is_service_enabled ldap 2022-07-25 09:05:49.852 | + functions-common:is_service_enabled:2096 : return 1 2022-07-25 09:05:49.855 | + ./stack.sh:main:740 : is_service_enabled s-proxy 2022-07-25 09:05:49.871 | + functions-common:is_service_enabled:2096 : return 0 2022-07-25 09:05:49.873 | + ./stack.sh:main:744 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2022-07-25 09:05:49.889 | + ./stack.sh:main:746 : [[ -z '' ]] 2022-07-25 09:05:49.891 | + ./stack.sh:main:746 : [[ False == \T\r\u\e ]] 2022-07-25 09:05:49.894 | + ./stack.sh:main:752 : save_stackenv 752 2022-07-25 09:05:49.896 | + functions-common:save_stackenv:60 : local tag=752 2022-07-25 09:05:49.899 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-07-25 09:05:49.903 | + functions-common:save_stackenv:62 : time_stamp=2022-07-25-090549 2022-07-25 09:05:49.906 | + functions-common:save_stackenv:63 : echo '# 2022-07-25-090549 752' 2022-07-25 09:05:49.908 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-07-25 09:05:49.911 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-07-25 09:05:49.913 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-07-25 09:05:49.915 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-07-25 09:05:49.918 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-07-25 09:05:49.920 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-07-25 09:05:49.922 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-07-25 09:05:49.925 | + 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-07-25 09:05:49.927 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-07-25 09:05:49.929 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.20 2022-07-25 09:05:49.932 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-07-25 09:05:49.934 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.20/identity 2022-07-25 09:05:49.937 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-07-25 09:05:49.939 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-07-25-090548 2022-07-25 09:05:49.941 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-07-25 09:05:49.943 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-07-25 09:05:49.946 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-07-25 09:05:49.948 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.20 2022-07-25 09:05:49.950 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-07-25 09:05:49.953 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-07-25 09:05:49.955 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-07-25 09:05:49.957 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-07-25 09:05:49.960 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-07-25 09:05:49.962 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-07-25 09:05:49.964 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-07-25 09:05:49.967 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-07-25 09:05:49.969 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-07-25 09:05:49.971 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.222.0.20 2022-07-25 09:05:49.975 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-07-25 09:05:49.977 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2022-07-25 09:05:49.980 | + ./stack.sh:main:765 : GIT_DEPTH=0 2022-07-25 09:05:49.982 | + ./stack.sh:main:765 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2022-07-25 09:05:49.984 | + functions-common:git_clone:597 : local git_remote=https://opendev.org/openstack/requirements.git 2022-07-25 09:05:49.986 | + functions-common:git_clone:598 : local git_dest=/opt/stack/requirements 2022-07-25 09:05:49.988 | + functions-common:git_clone:599 : local git_ref=master 2022-07-25 09:05:49.990 | + functions-common:git_clone:600 : local orig_dir 2022-07-25 09:05:49.993 | ++ functions-common:git_clone:601 : pwd 2022-07-25 09:05:49.995 | + functions-common:git_clone:601 : orig_dir=/home/ubuntu/devstack 2022-07-25 09:05:49.997 | + functions-common:git_clone:602 : local git_clone_flags= 2022-07-25 09:05:50.000 | ++ functions-common:git_clone:604 : trueorfalse False RECLONE 2022-07-25 09:05:50.015 | + functions-common:git_clone:604 : RECLONE=False 2022-07-25 09:05:50.017 | + functions-common:git_clone:605 : [[ 0 -gt 0 ]] 2022-07-25 09:05:50.019 | + functions-common:git_clone:609 : [[ False = \T\r\u\e ]] 2022-07-25 09:05:50.022 | + functions-common:git_clone:618 : echo master 2022-07-25 09:05:50.022 | + functions-common:git_clone:618 : egrep -q '^refs' 2022-07-25 09:05:50.027 | + functions-common:git_clone:632 : [[ ! -d /opt/stack/requirements ]] 2022-07-25 09:05:50.029 | + functions-common:git_clone:640 : [[ False = \T\r\u\e ]] 2022-07-25 09:05:50.031 | + functions-common:git_clone:675 : sudo git config --system --add safe.directory /opt/stack/requirements 2022-07-25 09:05:50.044 | + functions-common:git_clone:678 : cd /opt/stack/requirements 2022-07-25 09:05:50.048 | + functions-common:git_clone:679 : git show --oneline 2022-07-25 09:05:50.048 | + functions-common:git_clone:679 : head -1 2022-07-25 09:05:50.052 | ac5c9541 Merge "Updated from generate-constraints" 2022-07-25 09:05:50.054 | + functions-common:git_clone:680 : cd /home/ubuntu/devstack 2022-07-25 09:05:50.057 | + ./stack.sh:main:769 : echo_summary 'Installing package prerequisites' 2022-07-25 09:05:50.060 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-07-25 09:05:50.062 | + ./stack.sh:echo_summary:441 : echo -e Installing package prerequisites 2022-07-25 09:05:50.065 | + ./stack.sh:main:770 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2022-07-25 09:05:50.067 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2022-07-25 09:05:50.070 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2022-07-25 09:05:50.072 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2022-07-25 09:05:50.075 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2022-07-25 09:05:50.077 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2022-07-25 09:05:50.080 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2022-07-25 09:05:50.083 | +++ tools/install_prereqs.sh:source:47 : date +%s 2022-07-25 09:05:50.088 | ++ tools/install_prereqs.sh:source:47 : NOW=1658739950 2022-07-25 09:05:50.091 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2022-07-25 09:05:50.096 | +++ tools/install_prereqs.sh:source:48 : echo 0 2022-07-25 09:05:50.099 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2022-07-25 09:05:50.102 | ++ tools/install_prereqs.sh:source:49 : DELTA=1658739950 2022-07-25 09:05:50.106 | ++ tools/install_prereqs.sh:source:50 : [[ 1658739950 -lt 7200 ]] 2022-07-25 09:05:50.109 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2022-07-25 09:05:50.112 | ++ functions-common:export_proxy_variables:2258 : isset http_proxy 2022-07-25 09:05:50.115 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2022-07-25 09:05:50.117 | ++ functions-common:export_proxy_variables:2261 : isset https_proxy 2022-07-25 09:05:50.120 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2022-07-25 09:05:50.122 | ++ functions-common:export_proxy_variables:2264 : isset no_proxy 2022-07-25 09:05:50.124 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2022-07-25 09:05:50.128 | +++ 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-07-25 09:05:50.176 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2022-07-25 09:05:50.176 | apache2-dev 2022-07-25 09:05:50.176 | bc 2022-07-25 09:05:50.176 | bsdmainutils 2022-07-25 09:05:50.176 | curl 2022-07-25 09:05:50.176 | g++ 2022-07-25 09:05:50.176 | gawk 2022-07-25 09:05:50.176 | gcc 2022-07-25 09:05:50.176 | gettext 2022-07-25 09:05:50.176 | git 2022-07-25 09:05:50.176 | graphviz 2022-07-25 09:05:50.176 | iputils-ping 2022-07-25 09:05:50.176 | libapache2-mod-proxy-uwsgi 2022-07-25 09:05:50.176 | libffi-dev 2022-07-25 09:05:50.176 | libjpeg-dev 2022-07-25 09:05:50.176 | libpcre3-dev 2022-07-25 09:05:50.176 | libpq-dev 2022-07-25 09:05:50.176 | libssl-dev 2022-07-25 09:05:50.176 | libsystemd-dev 2022-07-25 09:05:50.176 | libxml2-dev 2022-07-25 09:05:50.176 | libxslt1-dev 2022-07-25 09:05:50.176 | libyaml-dev 2022-07-25 09:05:50.177 | lsof 2022-07-25 09:05:50.177 | openssh-server 2022-07-25 09:05:50.177 | openssl 2022-07-25 09:05:50.177 | pkg-config 2022-07-25 09:05:50.177 | psmisc 2022-07-25 09:05:50.177 | python3-dev 2022-07-25 09:05:50.177 | python3-pip 2022-07-25 09:05:50.177 | python3-systemd 2022-07-25 09:05:50.177 | python3-venv 2022-07-25 09:05:50.177 | tar 2022-07-25 09:05:50.177 | tcpdump 2022-07-25 09:05:50.177 | unzip 2022-07-25 09:05:50.177 | uuid-runtime 2022-07-25 09:05:50.177 | wget 2022-07-25 09:05:50.177 | wget 2022-07-25 09:05:50.177 | zlib1g-dev 2022-07-25 09:05:50.177 | libkrb5-dev 2022-07-25 09:05:50.177 | libldap2-dev 2022-07-25 09:05:50.177 | libsasl2-dev 2022-07-25 09:05:50.177 | memcached 2022-07-25 09:05:50.177 | python3-mysqldb 2022-07-25 09:05:50.177 | sqlite3 2022-07-25 09:05:50.177 | conntrack 2022-07-25 09:05:50.177 | curl 2022-07-25 09:05:50.177 | dnsmasq-base 2022-07-25 09:05:50.177 | dnsmasq-utils 2022-07-25 09:05:50.177 | ebtables 2022-07-25 09:05:50.177 | genisoimage 2022-07-25 09:05:50.177 | iptables 2022-07-25 09:05:50.177 | iputils-arping 2022-07-25 09:05:50.177 | kpartx 2022-07-25 09:05:50.177 | libjs-jquery-tablesorter 2022-07-25 09:05:50.177 | parted 2022-07-25 09:05:50.177 | pm-utils 2022-07-25 09:05:50.177 | python3-mysqldb 2022-07-25 09:05:50.177 | socat 2022-07-25 09:05:50.177 | sqlite3 2022-07-25 09:05:50.177 | sudo 2022-07-25 09:05:50.177 | vlan 2022-07-25 09:05:50.178 | lsscsi 2022-07-25 09:05:50.178 | open-iscsi 2022-07-25 09:05:50.178 | lvm2 2022-07-25 09:05:50.178 | qemu-utils 2022-07-25 09:05:50.178 | thin-provisioning-tools 2022-07-25 09:05:50.178 | acl 2022-07-25 09:05:50.178 | dnsmasq-base 2022-07-25 09:05:50.178 | dnsmasq-utils 2022-07-25 09:05:50.178 | ebtables 2022-07-25 09:05:50.178 | haproxy 2022-07-25 09:05:50.178 | iptables 2022-07-25 09:05:50.178 | iputils-arping 2022-07-25 09:05:50.178 | iputils-ping 2022-07-25 09:05:50.178 | postgresql-server-dev-all 2022-07-25 09:05:50.178 | python3-mysqldb 2022-07-25 09:05:50.178 | sqlite3 2022-07-25 09:05:50.178 | sudo 2022-07-25 09:05:50.178 | vlan 2022-07-25 09:05:50.178 | pcp 2022-07-25 09:05:50.178 | ipset 2022-07-25 09:05:50.178 | conntrack 2022-07-25 09:05:50.178 | conntrackd 2022-07-25 09:05:50.178 | keepalived 2022-07-25 09:05:50.178 | lvm2 2022-07-25 09:05:50.178 | qemu-utils 2022-07-25 09:05:50.178 | thin-provisioning-tools 2022-07-25 09:05:50.178 | curl 2022-07-25 09:05:50.178 | liberasurecode-dev 2022-07-25 09:05:50.178 | make 2022-07-25 09:05:50.178 | memcached 2022-07-25 09:05:50.178 | rsync 2022-07-25 09:05:50.178 | sqlite3 2022-07-25 09:05:50.178 | xfsprogs' 2022-07-25 09:05:50.179 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2022-07-25 09:05:50.197 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2022-07-25 09:05:50.197 | apache2-dev 2022-07-25 09:05:50.197 | bc 2022-07-25 09:05:50.197 | bsdmainutils 2022-07-25 09:05:50.197 | curl 2022-07-25 09:05:50.197 | g++ 2022-07-25 09:05:50.197 | gawk 2022-07-25 09:05:50.197 | gcc 2022-07-25 09:05:50.197 | gettext 2022-07-25 09:05:50.197 | git 2022-07-25 09:05:50.197 | graphviz 2022-07-25 09:05:50.197 | iputils-ping 2022-07-25 09:05:50.197 | libapache2-mod-proxy-uwsgi 2022-07-25 09:05:50.197 | libffi-dev 2022-07-25 09:05:50.197 | libjpeg-dev 2022-07-25 09:05:50.197 | libpcre3-dev 2022-07-25 09:05:50.197 | libpq-dev 2022-07-25 09:05:50.197 | libssl-dev 2022-07-25 09:05:50.198 | libsystemd-dev 2022-07-25 09:05:50.198 | libxml2-dev 2022-07-25 09:05:50.198 | libxslt1-dev 2022-07-25 09:05:50.198 | libyaml-dev 2022-07-25 09:05:50.198 | lsof 2022-07-25 09:05:50.198 | openssh-server 2022-07-25 09:05:50.198 | openssl 2022-07-25 09:05:50.198 | pkg-config 2022-07-25 09:05:50.198 | psmisc 2022-07-25 09:05:50.198 | python3-dev 2022-07-25 09:05:50.198 | python3-pip 2022-07-25 09:05:50.198 | python3-systemd 2022-07-25 09:05:50.198 | python3-venv 2022-07-25 09:05:50.198 | tar 2022-07-25 09:05:50.198 | tcpdump 2022-07-25 09:05:50.198 | unzip 2022-07-25 09:05:50.198 | uuid-runtime 2022-07-25 09:05:50.198 | wget 2022-07-25 09:05:50.198 | wget 2022-07-25 09:05:50.198 | zlib1g-dev 2022-07-25 09:05:50.198 | libkrb5-dev 2022-07-25 09:05:50.198 | libldap2-dev 2022-07-25 09:05:50.198 | libsasl2-dev 2022-07-25 09:05:50.198 | memcached 2022-07-25 09:05:50.198 | python3-mysqldb 2022-07-25 09:05:50.198 | sqlite3 2022-07-25 09:05:50.198 | conntrack 2022-07-25 09:05:50.198 | curl 2022-07-25 09:05:50.198 | dnsmasq-base 2022-07-25 09:05:50.198 | dnsmasq-utils 2022-07-25 09:05:50.198 | ebtables 2022-07-25 09:05:50.198 | genisoimage 2022-07-25 09:05:50.198 | iptables 2022-07-25 09:05:50.198 | iputils-arping 2022-07-25 09:05:50.198 | kpartx 2022-07-25 09:05:50.198 | libjs-jquery-tablesorter 2022-07-25 09:05:50.198 | parted 2022-07-25 09:05:50.198 | pm-utils 2022-07-25 09:05:50.199 | python3-mysqldb 2022-07-25 09:05:50.199 | socat 2022-07-25 09:05:50.199 | sqlite3 2022-07-25 09:05:50.199 | sudo 2022-07-25 09:05:50.199 | vlan 2022-07-25 09:05:50.199 | lsscsi 2022-07-25 09:05:50.199 | open-iscsi 2022-07-25 09:05:50.199 | lvm2 2022-07-25 09:05:50.199 | qemu-utils 2022-07-25 09:05:50.199 | thin-provisioning-tools 2022-07-25 09:05:50.199 | acl 2022-07-25 09:05:50.199 | dnsmasq-base 2022-07-25 09:05:50.199 | dnsmasq-utils 2022-07-25 09:05:50.199 | ebtables 2022-07-25 09:05:50.199 | haproxy 2022-07-25 09:05:50.199 | iptables 2022-07-25 09:05:50.199 | iputils-arping 2022-07-25 09:05:50.199 | iputils-ping 2022-07-25 09:05:50.199 | postgresql-server-dev-all 2022-07-25 09:05:50.199 | python3-mysqldb 2022-07-25 09:05:50.199 | sqlite3 2022-07-25 09:05:50.199 | sudo 2022-07-25 09:05:50.199 | vlan 2022-07-25 09:05:50.199 | pcp 2022-07-25 09:05:50.199 | ipset 2022-07-25 09:05:50.199 | conntrack 2022-07-25 09:05:50.199 | conntrackd 2022-07-25 09:05:50.199 | keepalived 2022-07-25 09:05:50.199 | lvm2 2022-07-25 09:05:50.199 | qemu-utils 2022-07-25 09:05:50.199 | thin-provisioning-tools 2022-07-25 09:05:50.199 | curl 2022-07-25 09:05:50.199 | liberasurecode-dev 2022-07-25 09:05:50.199 | make 2022-07-25 09:05:50.199 | memcached 2022-07-25 09:05:50.199 | rsync 2022-07-25 09:05:50.199 | sqlite3 2022-07-25 09:05:50.199 | xfsprogs ' 2022-07-25 09:05:50.200 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2022-07-25 09:05:50.202 | ++ functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-07-25 09:05:50.204 | ++ functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-07-25 09:05:50.207 | ++ 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 rsync sqlite3 xfsprogs 2022-07-25 09:05:50.208 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2022-07-25 09:05:50.213 | ++ 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 rsync sqlite3 xfsprogs 2022-07-25 09:05:50.215 | ++ functions-common:install_package:1464 : update_package_repo 2022-07-25 09:05:50.218 | ++ functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-07-25 09:05:50.221 | ++ functions-common:update_package_repo:1437 : REPOS_UPDATED=False 2022-07-25 09:05:50.223 | ++ functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-07-25 09:05:50.226 | ++ functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-07-25 09:05:50.229 | ++ functions-common:update_package_repo:1444 : is_ubuntu 2022-07-25 09:05:50.231 | ++ functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-07-25 09:05:50.234 | ++ functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-07-25 09:05:50.236 | ++ functions-common:update_package_repo:1445 : apt_get_update 2022-07-25 09:05:50.239 | ++ functions-common:apt_get_update:1190 : [[ False == \T\r\u\e ]] 2022-07-25 09:05:50.241 | ++ functions-common:apt_get_update:1195 : [[ False = \T\r\u\e ]] 2022-07-25 09:05:50.243 | ++ functions-common:apt_get_update:1197 : local sudo=sudo 2022-07-25 09:05:50.245 | +++ functions-common:apt_get_update:1198 : id -u 2022-07-25 09:05:50.249 | ++ functions-common:apt_get_update:1198 : [[ 1000 = \0 ]] 2022-07-25 09:05:50.251 | ++ functions-common:apt_get_update:1201 : time_start apt-get-update 2022-07-25 09:05:50.253 | ++ functions-common:time_start:2426 : local name=apt-get-update 2022-07-25 09:05:50.255 | ++ functions-common:time_start:2427 : local start_time= 2022-07-25 09:05:50.257 | ++ functions-common:time_start:2428 : [[ -n '' ]] 2022-07-25 09:05:50.260 | +++ functions-common:time_start:2431 : date +%s%3N 2022-07-25 09:05:50.264 | ++ functions-common:time_start:2431 : _TIME_START[$name]=1658739950261 2022-07-25 09:05:50.266 | ++ functions-common:apt_get_update:1203 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2022-07-25 09:05:50.268 | ++ functions-common:apt_get_update:1204 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2022-07-25 09:05:50.270 | ++ functions-common:apt_get_update:1205 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2022-07-25 09:05:50.588 | Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-07-25 09:05:50.622 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2022-07-25 09:05:50.733 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease 2022-07-25 09:05:50.845 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease 2022-07-25 09:05:52.999 | Reading package lists... 2022-07-25 09:05:53.032 | ++ functions-common:apt_get_update:1209 : REPOS_UPDATED=True 2022-07-25 09:05:53.035 | ++ functions-common:apt_get_update:1211 : time_stop apt-get-update 2022-07-25 09:05:53.037 | ++ functions-common:time_stop:2440 : local name 2022-07-25 09:05:53.039 | ++ functions-common:time_stop:2441 : local end_time 2022-07-25 09:05:53.041 | ++ functions-common:time_stop:2442 : local elapsed_time 2022-07-25 09:05:53.043 | ++ functions-common:time_stop:2443 : local total 2022-07-25 09:05:53.045 | ++ functions-common:time_stop:2444 : local start_time 2022-07-25 09:05:53.047 | ++ functions-common:time_stop:2446 : name=apt-get-update 2022-07-25 09:05:53.049 | ++ functions-common:time_stop:2447 : start_time=1658739950261 2022-07-25 09:05:53.050 | ++ functions-common:time_stop:2449 : [[ -z 1658739950261 ]] 2022-07-25 09:05:53.053 | +++ functions-common:time_stop:2452 : date +%s%3N 2022-07-25 09:05:53.057 | ++ functions-common:time_stop:2452 : end_time=1658739953055 2022-07-25 09:05:53.059 | ++ functions-common:time_stop:2453 : elapsed_time=2794 2022-07-25 09:05:53.061 | ++ functions-common:time_stop:2454 : total=0 2022-07-25 09:05:53.063 | ++ functions-common:time_stop:2456 : _TIME_START[$name]= 2022-07-25 09:05:53.065 | ++ functions-common:time_stop:2457 : _TIME_TOTAL[$name]=2794 2022-07-25 09:05:53.067 | ++ functions-common:install_package:1465 : 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 rsync sqlite3 xfsprogs 2022-07-25 09:05:53.070 | ++ functions-common:real_install_package:1450 : is_ubuntu 2022-07-25 09:05:53.073 | ++ functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-07-25 09:05:53.075 | ++ functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-07-25 09:05:53.078 | ++ functions-common:real_install_package:1451 : 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 rsync sqlite3 xfsprogs 2022-07-25 09:05:53.097 | ++ functions-common:apt_get:1231 : 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 rsync sqlite3 xfsprogs 2022-07-25 09:05:53.208 | Reading package lists... 2022-07-25 09:05:53.477 | Building dependency tree... 2022-07-25 09:05:53.478 | Reading state information... 2022-07-25 09:05:53.770 | bc is already the newest version (1.07.1-2build1). 2022-07-25 09:05:53.770 | bc set to manually installed. 2022-07-25 09:05:53.770 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2022-07-25 09:05:53.770 | bsdmainutils set to manually installed. 2022-07-25 09:05:53.771 | g++ is already the newest version (4:9.3.0-1ubuntu2). 2022-07-25 09:05:53.771 | g++ set to manually installed. 2022-07-25 09:05:53.771 | gawk is already the newest version (1:5.0.1+dfsg-1). 2022-07-25 09:05:53.771 | gawk set to manually installed. 2022-07-25 09:05:53.771 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2022-07-25 09:05:53.771 | iptables is already the newest version (1.8.4-3ubuntu2). 2022-07-25 09:05:53.771 | iptables set to manually installed. 2022-07-25 09:05:53.771 | iputils-ping is already the newest version (3:20190709-3). 2022-07-25 09:05:53.771 | kpartx is already the newest version (0.8.3-1ubuntu2). 2022-07-25 09:05:53.771 | kpartx set to manually installed. 2022-07-25 09:05:53.771 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2022-07-25 09:05:53.771 | make is already the newest version (4.2.1-1.2). 2022-07-25 09:05:53.771 | make set to manually installed. 2022-07-25 09:05:53.771 | psmisc is already the newest version (23.3-1). 2022-07-25 09:05:53.771 | psmisc set to manually installed. 2022-07-25 09:05:53.771 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2022-07-25 09:05:53.771 | python3-systemd is already the newest version (234-3build2). 2022-07-25 09:05:53.771 | python3-systemd set to manually installed. 2022-07-25 09:05:53.771 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2022-07-25 09:05:53.771 | thin-provisioning-tools set to manually installed. 2022-07-25 09:05:53.771 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2022-07-25 09:05:53.771 | git is already the newest version (1:2.25.1-1ubuntu3.5). 2022-07-25 09:05:53.771 | libpcre3-dev is already the newest version (2:8.39-12ubuntu0.1). 2022-07-25 09:05:53.771 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2022-07-25 09:05:53.771 | lsof set to manually installed. 2022-07-25 09:05:53.771 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2022-07-25 09:05:53.771 | parted set to manually installed. 2022-07-25 09:05:53.771 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2022-07-25 09:05:53.771 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.3). 2022-07-25 09:05:53.771 | zlib1g-dev set to manually installed. 2022-07-25 09:05:53.771 | python3-pip is already the newest version (20.0.2-5ubuntu1.6). 2022-07-25 09:05:53.771 | The following packages were automatically installed and are no longer required: 2022-07-25 09:05:53.772 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-07-25 09:05:53.772 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-07-25 09:05:53.772 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-07-25 09:05:53.772 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-07-25 09:05:53.772 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-07-25 09:05:53.772 | python3-zope.interface 2022-07-25 09:05:53.772 | Use 'sudo apt autoremove' to remove them. 2022-07-25 09:05:53.772 | The following additional packages will be installed: 2022-07-25 09:05:53.772 | apache2-bin apache2-data apache2-utils autoconf automake autopoint 2022-07-25 09:05:53.772 | autotools-dev binfmt-support clang-10 comerr-dev debhelper dh-autoreconf 2022-07-25 09:05:53.772 | dh-strip-nondeterminism dns-root-data dwz fontconfig fontconfig-config 2022-07-25 09:05:53.772 | fonts-dejavu-core fonts-liberation ibverbs-providers icu-devtools 2022-07-25 09:05:53.772 | intltool-debian ipvsadm javascript-common krb5-multidev lib32gcc-s1 2022-07-25 09:05:53.772 | lib32stdc++6 libann0 libapr1 libapr1-dev libaprutil1 libaprutil1-dbd-sqlite3 2022-07-25 09:05:53.772 | libaprutil1-dev libaprutil1-ldap libarchive-cpio-perl libarchive-zip-perl 2022-07-25 09:05:53.772 | libboost-iostreams1.71.0 libboost-thread1.71.0 libc6-i386 libcairo2 libcdt5 2022-07-25 09:05:53.772 | libcgraph6 libclang-common-10-dev libclang-cpp10 libclang1-10 libcom-err2 2022-07-25 09:05:53.772 | libcroco3 libcurl4 libdatrie1 libdebhelper-perl liberasurecode1 2022-07-25 09:05:53.772 | libfile-stripnondeterminism-perl libfontconfig1 libgc1c2 libgd3 2022-07-25 09:05:53.772 | libgraphite2-3 libgssrpc4 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 2022-07-25 09:05:53.772 | libharfbuzz0b libibverbs1 libice6 libicu-dev libicu66 libidn11 libipset13 2022-07-25 09:05:53.772 | libiscsi7 libjansson4 libjbig0 libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2022-07-25 09:05:53.772 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libkadm5clnt-mit11 2022-07-25 09:05:53.772 | libkadm5srv-mit11 libkdb5-9 liblab-gamut1 libldap-2.4-2 libllvm10 2022-07-25 09:05:53.772 | libltdl-dev liblua5.2-0 liblua5.3-0 libmail-sendmail-perl libmysqlclient21 2022-07-25 09:05:53.772 | libncurses-dev libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200 2022-07-25 09:05:53.772 | libnl-genl-3-200 libnl-route-3-200 libnspr4 libnss-systemd libnss3 2022-07-25 09:05:53.772 | libobjc-9-dev libobjc4 libomp-10-dev libomp5-10 libpam-systemd 2022-07-25 09:05:53.772 | libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 2022-07-25 09:05:53.772 | libpcp-gui2 libpcp-import1 libpcp-mmv1 libpcp-pmda-perl libpcp-pmda3 2022-07-25 09:05:53.772 | libpcp-trace2 libpcp-web1 libpcp3 libpfm4 libpixman-1-0 libpq5 librados2 2022-07-25 09:05:53.773 | librbd1 librdmacm1 libsasl2-2 libsasl2-modules libsasl2-modules-db 2022-07-25 09:05:53.773 | libsctp-dev libsctp1 libsensors-config libsensors5 libsm6 libsnmp-base 2022-07-25 09:05:53.773 | libsnmp35 libsqlite3-0 libssl1.1 libsub-override-perl 2022-07-25 09:05:53.773 | libsys-hostname-long-perl libsystemd0 libthai-data libthai0 libtiff5 2022-07-25 09:05:53.773 | libtinfo-dev libtool libuuid1 libwebp6 libx86-1 libxaw7 libxcb-render0 2022-07-25 09:05:53.773 | libxcb-shm0 libxml2 libxmu6 libxpm4 libxrender1 libxt6 libz3-4 libz3-dev 2022-07-25 09:05:53.773 | llvm-10 llvm-10-dev llvm-10-runtime llvm-10-tools m4 mysql-common 2022-07-25 09:05:53.773 | openssh-client openssh-sftp-server pcp-conf po-debconf postgresql-client-12 2022-07-25 09:05:53.773 | postgresql-client-common postgresql-common postgresql-server-dev-12 2022-07-25 09:05:53.773 | python3-pcp python3-pygments python3-yaml python3.8-venv qemu-block-extra 2022-07-25 09:05:53.773 | sharutils ssl-cert systemd systemd-sysv systemd-timesyncd uuid-dev vbetool 2022-07-25 09:05:53.773 | x11-common 2022-07-25 09:05:53.774 | Suggested packages: 2022-07-25 09:05:53.775 | apache2-doc apache2-suexec-pristine | apache2-suexec-custom www-browser 2022-07-25 09:05:53.775 | autoconf-archive gnu-standards autoconf-doc clang-10-doc doc-base nftables 2022-07-25 09:05:53.775 | dh-make wodim cdrkit-doc gettext-doc libasprintf-dev libgettextpo-dev 2022-07-25 09:05:53.775 | gsfonts graphviz-doc vim-haproxy haproxy-doc heartbeat ldirectord krb5-doc 2022-07-25 09:05:53.775 | python libisal2 libjerasure2 libgd-tools krb5-user icu-doc libtool-doc 2022-07-25 09:05:53.775 | ncurses-doc libomp-10-doc postgresql-doc-12 libsasl2-modules-gssapi-mit 2022-07-25 09:05:53.775 | | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp 2022-07-25 09:05:53.775 | libsasl2-modules-sql lksctp-tools lm-sensors snmp-mibs-downloader libssl-doc 2022-07-25 09:05:53.775 | gfortran | fortran95-compiler gcj-jdk libyaml-doc llvm-10-doc m4-doc 2022-07-25 09:05:53.775 | libanyevent-perl libcache-memcached-perl libmemcached libterm-readkey-perl 2022-07-25 09:05:53.775 | libyaml-perl keychain libpam-ssh monkeysphere ssh-askpass molly-guard 2022-07-25 09:05:53.775 | pcp-gui libpcp-import-perl cpufrequtils wireless-tools radeontool 2022-07-25 09:05:53.775 | libmail-box-perl postgresql-12 libjson-perl default-mysql-server 2022-07-25 09:05:53.775 | | virtual-mysql-server python3-mysqldb-dbg python-pygments-doc 2022-07-25 09:05:53.775 | ttf-bitstream-vera debootstrap sharutils-doc bsd-mailx | mailx sqlite3-doc 2022-07-25 09:05:53.775 | openssl-blacklist systemd-container ncompress tar-scripts tar-doc zip 2022-07-25 09:05:54.032 | The following NEW packages will be installed: 2022-07-25 09:05:54.032 | acl apache2 apache2-bin apache2-data apache2-dev apache2-utils autoconf 2022-07-25 09:05:54.032 | automake autopoint autotools-dev binfmt-support clang-10 comerr-dev 2022-07-25 09:05:54.032 | conntrack conntrackd debhelper dh-autoreconf dh-strip-nondeterminism 2022-07-25 09:05:54.032 | dns-root-data dnsmasq-base dnsmasq-utils dwz ebtables fontconfig 2022-07-25 09:05:54.032 | fontconfig-config fonts-dejavu-core fonts-liberation genisoimage gettext 2022-07-25 09:05:54.032 | graphviz haproxy ibverbs-providers icu-devtools intltool-debian ipset 2022-07-25 09:05:54.032 | iputils-arping ipvsadm javascript-common keepalived krb5-multidev 2022-07-25 09:05:54.032 | lib32gcc-s1 lib32stdc++6 libann0 libapache2-mod-proxy-uwsgi libapr1 2022-07-25 09:05:54.032 | libapr1-dev libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-dev 2022-07-25 09:05:54.032 | libaprutil1-ldap libarchive-cpio-perl libarchive-zip-perl 2022-07-25 09:05:54.032 | libboost-iostreams1.71.0 libboost-thread1.71.0 libc6-i386 libcairo2 libcdt5 2022-07-25 09:05:54.032 | libcgraph6 libclang-common-10-dev libclang-cpp10 libclang1-10 libcroco3 2022-07-25 09:05:54.032 | libdatrie1 libdebhelper-perl liberasurecode-dev liberasurecode1 libffi-dev 2022-07-25 09:05:54.032 | libfile-stripnondeterminism-perl libfontconfig1 libgc1c2 libgd3 2022-07-25 09:05:54.032 | libgraphite2-3 libgssrpc4 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 2022-07-25 09:05:54.032 | libharfbuzz0b libibverbs1 libice6 libicu-dev libidn11 libipset13 libiscsi7 2022-07-25 09:05:54.032 | libjansson4 libjbig0 libjpeg-dev libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2022-07-25 09:05:54.032 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libjs-jquery-tablesorter 2022-07-25 09:05:54.032 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-dev liblab-gamut1 2022-07-25 09:05:54.032 | libldap2-dev libllvm10 libltdl-dev liblua5.2-0 liblua5.3-0 2022-07-25 09:05:54.032 | libmail-sendmail-perl libmysqlclient21 libncurses-dev libnetfilter-cthelper0 2022-07-25 09:05:54.032 | libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 libnl-route-3-200 libnspr4 2022-07-25 09:05:54.032 | libnss3 libobjc-9-dev libobjc4 libomp-10-dev libomp5-10 libpango-1.0-0 2022-07-25 09:05:54.032 | libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpcp-gui2 2022-07-25 09:05:54.032 | libpcp-import1 libpcp-mmv1 libpcp-pmda-perl libpcp-pmda3 libpcp-trace2 2022-07-25 09:05:54.033 | libpcp-web1 libpcp3 libpfm4 libpixman-1-0 libpq-dev libpq5 librados2 librbd1 2022-07-25 09:05:54.033 | librdmacm1 libsasl2-dev libsctp-dev libsctp1 libsensors-config libsensors5 2022-07-25 09:05:54.033 | libsm6 libsnmp-base libsnmp35 libssl-dev libsub-override-perl 2022-07-25 09:05:54.033 | libsys-hostname-long-perl libsystemd-dev libthai-data libthai0 libtiff5 2022-07-25 09:05:54.033 | libtinfo-dev libtool libwebp6 libx86-1 libxaw7 libxcb-render0 libxcb-shm0 2022-07-25 09:05:54.033 | libxml2-dev libxmu6 libxpm4 libxrender1 libxslt1-dev libxt6 libyaml-dev 2022-07-25 09:05:54.033 | libz3-4 libz3-dev llvm-10 llvm-10-dev llvm-10-runtime llvm-10-tools lsscsi 2022-07-25 09:05:54.033 | m4 memcached mysql-common pcp pcp-conf pkg-config pm-utils po-debconf 2022-07-25 09:05:54.033 | postgresql-client-12 postgresql-client-common postgresql-common 2022-07-25 09:05:54.033 | postgresql-server-dev-12 postgresql-server-dev-all python3-mysqldb 2022-07-25 09:05:54.033 | python3-pcp python3-pygments python3-venv python3-yaml python3.8-venv 2022-07-25 09:05:54.033 | qemu-block-extra qemu-utils sharutils socat sqlite3 ssl-cert unzip uuid-dev 2022-07-25 09:05:54.033 | vbetool vlan x11-common 2022-07-25 09:05:54.034 | The following packages will be upgraded: 2022-07-25 09:05:54.034 | curl libcom-err2 libcurl4 libicu66 libldap-2.4-2 libnss-systemd 2022-07-25 09:05:54.034 | libpam-systemd libsasl2-2 libsasl2-modules libsasl2-modules-db libsqlite3-0 2022-07-25 09:05:54.034 | libssl1.1 libsystemd0 libuuid1 libxml2 open-iscsi openssh-client 2022-07-25 09:05:54.035 | openssh-server openssh-sftp-server openssl rsync systemd systemd-sysv 2022-07-25 09:05:54.035 | systemd-timesyncd tar tcpdump uuid-runtime wget 2022-07-25 09:05:54.288 | 28 upgraded, 203 newly installed, 0 to remove and 158 not upgraded. 2022-07-25 09:05:54.288 | Need to get 152 MB of archives. 2022-07-25 09:05:54.289 | After this operation, 712 MB of additional disk space will be used. 2022-07-25 09:05:54.289 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 tar amd64 1.30+dfsg-7ubuntu0.20.04.2 [240 kB] 2022-07-25 09:05:54.950 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnss-systemd amd64 245.4-4ubuntu3.17 [96.0 kB] 2022-07-25 09:05:54.999 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-timesyncd amd64 245.4-4ubuntu3.17 [28.1 kB] 2022-07-25 09:05:55.013 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-sysv amd64 245.4-4ubuntu3.17 [10.3 kB] 2022-07-25 09:05:55.017 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-systemd amd64 245.4-4ubuntu3.17 [186 kB] 2022-07-25 09:05:55.103 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd amd64 245.4-4ubuntu3.17 [3,809 kB] 2022-07-25 09:05:56.244 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd0 amd64 245.4-4ubuntu3.17 [269 kB] 2022-07-25 09:05:56.250 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 rsync amd64 3.1.3-8ubuntu0.3 [318 kB] 2022-07-25 09:05:56.263 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libuuid1 amd64 2.34-0.1ubuntu9.3 [19.9 kB] 2022-07-25 09:05:56.264 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 uuid-runtime amd64 2.34-0.1ubuntu9.3 [35.2 kB] 2022-07-25 09:05:56.265 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libapr1 amd64 1.6.5-1ubuntu1 [91.4 kB] 2022-07-25 09:05:56.278 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.16 [1,321 kB] 2022-07-25 09:05:56.458 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1 amd64 1.6.1-4ubuntu2 [84.7 kB] 2022-07-25 09:05:56.575 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.3 [549 kB] 2022-07-25 09:05:56.660 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-dbd-sqlite3 amd64 1.6.1-4ubuntu2 [10.5 kB] 2022-07-25 09:05:56.661 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2ubuntu0.1 [14.7 kB] 2022-07-25 09:05:56.662 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2ubuntu0.1 [49.3 kB] 2022-07-25 09:05:56.664 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.9 [155 kB] 2022-07-25 09:05:56.696 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-ldap amd64 1.6.1-4ubuntu2 [8,736 B] 2022-07-25 09:05:56.696 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.12 [161 kB] 2022-07-25 09:05:56.701 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.12 [235 kB] 2022-07-25 09:05:56.708 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjansson4 amd64 2.12-1build1 [28.9 kB] 2022-07-25 09:05:56.709 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblua5.2-0 amd64 5.2.4-1.1build3 [106 kB] 2022-07-25 09:05:56.812 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libicu66 amd64 66.1-2ubuntu2.1 [8,515 kB] 2022-07-25 09:05:58.210 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2 amd64 2.9.10+dfsg-5ubuntu0.20.04.3 [640 kB] 2022-07-25 09:05:58.367 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-bin amd64 2.4.41-4ubuntu3.12 [1,181 kB] 2022-07-25 09:05:58.648 | Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-data all 2.4.41-4ubuntu3.12 [159 kB] 2022-07-25 09:05:58.652 | Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-utils amd64 2.4.41-4ubuntu3.12 [84.5 kB] 2022-07-25 09:05:58.654 | Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2 amd64 2.4.41-4ubuntu3.12 [95.6 kB] 2022-07-25 09:05:58.656 | Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-0 amd64 5.3.3-1.1ubuntu2 [116 kB] 2022-07-25 09:05:58.659 | Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 haproxy amd64 2.0.13-2ubuntu0.5 [1,519 kB] 2022-07-25 09:05:58.880 | Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-3-200 amd64 3.4.0-1 [53.9 kB] 2022-07-25 09:05:58.881 | Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-genl-3-200 amd64 3.4.0-1 [11.1 kB] 2022-07-25 09:05:58.882 | Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mysql-common all 5.8+1.0.5ubuntu2 [7,496 B] 2022-07-25 09:05:58.883 | Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libmysqlclient21 amd64 8.0.29-0ubuntu0.20.04.3 [1,292 kB] 2022-07-25 09:05:59.024 | Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsensors-config all 1:3.6.0-2ubuntu1.1 [6,052 B] 2022-07-25 09:05:59.025 | Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsensors5 amd64 1:3.6.0-2ubuntu1.1 [27.2 kB] 2022-07-25 09:05:59.026 | Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsnmp-base all 5.8+dfsg-2ubuntu2.3 [206 kB] 2022-07-25 09:05:59.198 | Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsnmp35 amd64 5.8+dfsg-2ubuntu2.3 [978 kB] 2022-07-25 09:05:59.405 | Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 keepalived amd64 1:2.0.19-2ubuntu0.2 [361 kB] 2022-07-25 09:05:59.485 | Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 memcached amd64 1.5.22-2ubuntu0.2 [128 kB] 2022-07-25 09:05:59.488 | Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 open-iscsi amd64 2.0.874-7.1ubuntu6.2 [283 kB] 2022-07-25 09:05:59.494 | Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libcom-err2 amd64 1.45.5-2ubuntu1.1 [9,548 B] 2022-07-25 09:05:59.494 | Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.16 [621 kB] 2022-07-25 09:05:59.507 | Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-yaml amd64 5.3.1-1ubuntu0.1 [136 kB] 2022-07-25 09:05:59.558 | Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-sftp-server amd64 1:8.2p1-4ubuntu0.5 [51.5 kB] 2022-07-25 09:05:59.560 | Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-server amd64 1:8.2p1-4ubuntu0.5 [377 kB] 2022-07-25 09:05:59.631 | Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.5 [671 kB] 2022-07-25 09:05:59.725 | Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 tcpdump amd64 4.9.3-4ubuntu0.1 [369 kB] 2022-07-25 09:05:59.732 | Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 wget amd64 1.20.3-1ubuntu2 [348 kB] 2022-07-25 09:05:59.817 | Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 acl amd64 2.2.53-6 [37.8 kB] 2022-07-25 09:05:59.818 | Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autotools-dev all 20180224.1 [39.6 kB] 2022-07-25 09:05:59.820 | Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 m4 amd64 1.4.18-4 [199 kB] 2022-07-25 09:05:59.825 | Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autoconf all 2.69-11.1 [321 kB] 2022-07-25 09:05:59.910 | Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 automake all 1:1.16.1-4ubuntu6 [522 kB] 2022-07-25 09:05:59.963 | Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autopoint all 0.19.8.1-10build1 [412 kB] 2022-07-25 09:06:00.246 | Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libllvm10 amd64 1:10.0.0-4ubuntu1 [15.3 MB] 2022-07-25 09:06:02.474 | Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang-cpp10 amd64 1:10.0.0-4ubuntu1 [9,944 kB] 2022-07-25 09:06:04.442 | Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libgc1c2 amd64 1:7.6.4-0.4ubuntu1 [83.9 kB] 2022-07-25 09:06:04.453 | Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libobjc4 amd64 10.3.0-1ubuntu1~20.04 [42.8 kB] 2022-07-25 09:06:04.460 | Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libobjc-9-dev amd64 9.4.0-1ubuntu1~20.04.1 [225 kB] 2022-07-25 09:06:04.495 | Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-i386 amd64 2.31-0ubuntu9.9 [2,730 kB] 2022-07-25 09:06:05.126 | Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32gcc-s1 amd64 10.3.0-1ubuntu1~20.04 [49.2 kB] 2022-07-25 09:06:05.127 | Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32stdc++6 amd64 10.3.0-1ubuntu1~20.04 [525 kB] 2022-07-25 09:06:05.138 | Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang-common-10-dev amd64 1:10.0.0-4ubuntu1 [5,012 kB] 2022-07-25 09:06:05.866 | Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang1-10 amd64 1:10.0.0-4ubuntu1 [7,571 kB] 2022-07-25 09:06:07.434 | Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 clang-10 amd64 1:10.0.0-4ubuntu1 [66.9 kB] 2022-07-25 09:06:07.444 | Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtool all 2.4.6-14 [161 kB] 2022-07-25 09:06:07.468 | Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dh-autoreconf all 19 [16.1 kB] 2022-07-25 09:06:07.471 | Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdebhelper-perl all 12.10ubuntu1 [62.1 kB] 2022-07-25 09:06:07.481 | Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libarchive-zip-perl all 1.67-2 [90.5 kB] 2022-07-25 09:06:07.495 | Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsub-override-perl all 0.09-2 [9,532 B] 2022-07-25 09:06:07.496 | Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfile-stripnondeterminism-perl all 1.7.0-1 [15.9 kB] 2022-07-25 09:06:07.497 | Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dh-strip-nondeterminism all 1.7.0-1 [5,228 B] 2022-07-25 09:06:07.498 | Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dwz amd64 0.13-5 [151 kB] 2022-07-25 09:06:07.546 | Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcroco3 amd64 0.6.13-1 [82.5 kB] 2022-07-25 09:06:07.623 | Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 gettext amd64 0.19.8.1-10build1 [895 kB] 2022-07-25 09:06:07.759 | Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB] 2022-07-25 09:06:07.762 | Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 po-debconf all 1.0.21 [233 kB] 2022-07-25 09:06:07.804 | Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 debhelper all 12.10ubuntu1 [877 kB] 2022-07-25 09:06:07.922 | Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 uuid-dev amd64 2.34-0.1ubuntu9.3 [33.6 kB] 2022-07-25 09:06:07.927 | Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsctp1 amd64 1.0.18+dfsg-1 [7,876 B] 2022-07-25 09:06:07.929 | Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsctp-dev amd64 1.0.18+dfsg-1 [59.8 kB] 2022-07-25 09:06:07.939 | Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libapr1-dev amd64 1.6.5-1ubuntu1 [702 kB] 2022-07-25 09:06:08.038 | Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap2-dev amd64 2.4.49+dfsg-2ubuntu1.9 [262 kB] 2022-07-25 09:06:08.070 | Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-dev amd64 1.6.1-4ubuntu2 [394 kB] 2022-07-25 09:06:08.107 | Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-dev amd64 2.4.41-4ubuntu3.12 [180 kB] 2022-07-25 09:06:08.139 | Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 binfmt-support amd64 2.2.0-2 [58.2 kB] 2022-07-25 09:06:08.149 | Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 conntrack amd64 1:1.4.5-2 [30.3 kB] 2022-07-25 09:06:08.154 | Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnetfilter-cthelper0 amd64 1.0.0-1ubuntu2 [6,724 B] 2022-07-25 09:06:08.156 | Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnetfilter-queue1 amd64 1.0.3-1 [12.4 kB] 2022-07-25 09:06:08.158 | Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 conntrackd amd64 1:1.4.5-2 [125 kB] 2022-07-25 09:06:08.182 | Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dns-root-data all 2019052802 [5,300 B] 2022-07-25 09:06:08.242 | Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libidn11 amd64 1.33-2.2ubuntu2 [46.2 kB] 2022-07-25 09:06:08.248 | Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 dnsmasq-base amd64 2.80-1.1ubuntu1.5 [315 kB] 2022-07-25 09:06:08.285 | Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 dnsmasq-utils amd64 2.80-1.1ubuntu1.5 [13.2 kB] 2022-07-25 09:06:08.355 | Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ebtables amd64 2.0.11-3build1 [80.3 kB] 2022-07-25 09:06:08.364 | Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fonts-dejavu-core all 2.37-1 [1,041 kB] 2022-07-25 09:06:08.495 | Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fonts-liberation all 1:1.07.4-11 [822 kB] 2022-07-25 09:06:08.604 | Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fontconfig-config all 2.13.1-2ubuntu3 [28.8 kB] 2022-07-25 09:06:08.608 | Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfontconfig1 amd64 2.13.1-2ubuntu3 [114 kB] 2022-07-25 09:06:08.847 | Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fontconfig amd64 2.13.1-2ubuntu3 [171 kB] 2022-07-25 09:06:09.391 | Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 genisoimage amd64 9:1.1.11-3.1ubuntu1 [330 kB] 2022-07-25 09:06:09.569 | Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libann0 amd64 1.1.2+doc-7build1 [26.0 kB] 2022-07-25 09:06:09.581 | Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libcdt5 amd64 2.42.2-3build2 [18.7 kB] 2022-07-25 09:06:09.589 | Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libcgraph6 amd64 2.42.2-3build2 [41.3 kB] 2022-07-25 09:06:09.603 | Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8 amd64 2.0.3-0ubuntu1.20.04.1 [117 kB] 2022-07-25 09:06:09.638 | Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2,194 B] 2022-07-25 09:06:09.638 | Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB] 2022-07-25 09:06:09.644 | Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libwebp6 amd64 0.6.1-2ubuntu0.20.04.1 [185 kB] 2022-07-25 09:06:09.677 | Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libtiff5 amd64 4.1.0+git191117-2ubuntu0.20.04.3 [162 kB] 2022-07-25 09:06:09.710 | Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB] 2022-07-25 09:06:09.718 | Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgd3 amd64 2.2.5-5.2ubuntu2.1 [118 kB] 2022-07-25 09:06:09.794 | Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [150 kB] 2022-07-25 09:06:09.813 | Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpixman-1-0 amd64 0.38.4-0ubuntu1 [227 kB] 2022-07-25 09:06:09.843 | Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-render0 amd64 1.14-2 [14.8 kB] 2022-07-25 09:06:09.846 | Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-shm0 amd64 1.14-2 [5,584 B] 2022-07-25 09:06:09.847 | Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB] 2022-07-25 09:06:09.849 | Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcairo2 amd64 1.16.0-4ubuntu1 [583 kB] 2022-07-25 09:06:09.920 | Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libgraphite2-3 amd64 1.3.13-11build1 [73.5 kB] 2022-07-25 09:06:09.938 | Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libharfbuzz0b amd64 2.6.4-1ubuntu4.2 [391 kB] 2022-07-25 09:06:09.986 | Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libthai-data all 0.1.28-3 [134 kB] 2022-07-25 09:06:10.000 | Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdatrie1 amd64 0.2.12-3 [18.7 kB] 2022-07-25 09:06:10.050 | Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libthai0 amd64 0.1.28-3 [18.1 kB] 2022-07-25 09:06:10.051 | Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpango-1.0-0 amd64 1.44.7-2ubuntu4 [162 kB] 2022-07-25 09:06:10.068 | Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpangoft2-1.0-0 amd64 1.44.7-2ubuntu4 [34.9 kB] 2022-07-25 09:06:10.071 | Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpangocairo-1.0-0 amd64 1.44.7-2ubuntu4 [24.8 kB] 2022-07-25 09:06:10.074 | Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpathplan4 amd64 2.42.2-3build2 [21.9 kB] 2022-07-25 09:06:10.076 | Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgvc6 amd64 2.42.2-3build2 [647 kB] 2022-07-25 09:06:10.142 | Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgvpr2 amd64 2.42.2-3build2 [167 kB] 2022-07-25 09:06:10.182 | Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 liblab-gamut1 amd64 2.42.2-3build2 [177 kB] 2022-07-25 09:06:10.199 | Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 x11-common all 1:7.7+19ubuntu14 [22.3 kB] 2022-07-25 09:06:10.202 | Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libice6 amd64 2:1.0.10-0ubuntu1 [41.0 kB] 2022-07-25 09:06:10.294 | Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsm6 amd64 2:1.2.3-1 [16.1 kB] 2022-07-25 09:06:10.295 | Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB] 2022-07-25 09:06:10.310 | Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxmu6 amd64 2:1.1.3-0ubuntu1 [45.8 kB] 2022-07-25 09:06:10.315 | Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB] 2022-07-25 09:06:10.331 | Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 graphviz amd64 2.42.2-3build2 [590 kB] 2022-07-25 09:06:10.385 | Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-route-3-200 amd64 3.4.0-1 [149 kB] 2022-07-25 09:06:10.397 | Get:140 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libibverbs1 amd64 28.0-1ubuntu1 [53.6 kB] 2022-07-25 09:06:10.436 | Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ibverbs-providers amd64 28.0-1ubuntu1 [232 kB] 2022-07-25 09:06:10.464 | Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 icu-devtools amd64 66.1-2ubuntu2.1 [189 kB] 2022-07-25 09:06:10.488 | Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 iputils-arping amd64 3:20190709-3 [15.8 kB] 2022-07-25 09:06:10.548 | Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 javascript-common all 11 [6,066 B] 2022-07-25 09:06:10.548 | Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssrpc4 amd64 1.17-6ubuntu4.1 [55.4 kB] 2022-07-25 09:06:10.553 | Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkdb5-9 amd64 1.17-6ubuntu4.1 [37.3 kB] 2022-07-25 09:06:10.556 | Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkadm5srv-mit11 amd64 1.17-6ubuntu4.1 [49.5 kB] 2022-07-25 09:06:10.561 | Get:148 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkadm5clnt-mit11 amd64 1.17-6ubuntu4.1 [37.6 kB] 2022-07-25 09:06:10.564 | Get:149 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 comerr-dev amd64 2.1-1.45.5-2ubuntu1.1 [39.9 kB] 2022-07-25 09:06:10.567 | Get:150 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 krb5-multidev amd64 1.17-6ubuntu4.1 [120 kB] 2022-07-25 09:06:10.659 | Get:151 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libarchive-cpio-perl all 0.10-1 [9,644 B] 2022-07-25 09:06:10.660 | Get:152 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libboost-iostreams1.71.0 amd64 1.71.0-6ubuntu6 [237 kB] 2022-07-25 09:06:10.684 | Get:153 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libboost-thread1.71.0 amd64 1.71.0-6ubuntu6 [249 kB] 2022-07-25 09:06:10.771 | Get:154 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgts-bin amd64 0.7.6+darcs121130-4 [41.3 kB] 2022-07-25 09:06:10.774 | Get:155 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libicu-dev amd64 66.1-2ubuntu2.1 [9,451 kB] 2022-07-25 09:06:12.214 | Get:156 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libipset13 amd64 7.5-1ubuntu0.20.04.1 [53.6 kB] 2022-07-25 09:06:12.215 | Get:157 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 librdmacm1 amd64 28.0-1ubuntu1 [64.9 kB] 2022-07-25 09:06:12.216 | Get:158 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libiscsi7 amd64 1.18.0-2 [63.9 kB] 2022-07-25 09:06:12.217 | Get:159 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8-dev amd64 2.0.3-0ubuntu1.20.04.1 [238 kB] 2022-07-25 09:06:12.223 | Get:160 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1,552 B] 2022-07-25 09:06:12.223 | Get:161 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1,546 B] 2022-07-25 09:06:12.223 | Get:162 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjs-jquery all 3.3.1~dfsg-3 [329 kB] 2022-07-25 09:06:12.293 | Get:163 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-jquery-metadata all 12-1.1 [7,032 B] 2022-07-25 09:06:12.293 | Get:164 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-jquery-tablesorter all 1:2.31.1+dfsg1-1 [175 kB] 2022-07-25 09:06:12.328 | Get:165 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libltdl-dev amd64 2.4.6-14 [162 kB] 2022-07-25 09:06:12.410 | Get:166 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB] 2022-07-25 09:06:12.412 | Get:167 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB] 2022-07-25 09:06:12.416 | Get:168 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libncurses-dev amd64 6.2-0ubuntu2 [339 kB] 2022-07-25 09:06:12.479 | Get:169 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnspr4 amd64 2:4.25-1 [107 kB] 2022-07-25 09:06:12.501 | Get:170 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnss3 amd64 2:3.49.1-1ubuntu1.8 [1,256 kB] 2022-07-25 09:06:12.853 | Get:171 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libomp5-10 amd64 1:10.0.0-4ubuntu1 [300 kB] 2022-07-25 09:06:12.858 | Get:172 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libomp-10-dev amd64 1:10.0.0-4ubuntu1 [47.7 kB] 2022-07-25 09:06:12.859 | Get:173 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pcp-conf amd64 5.0.3-1 [17.0 kB] 2022-07-25 09:06:12.860 | Get:174 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp3 amd64 5.0.3-1 [255 kB] 2022-07-25 09:06:12.864 | Get:175 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-pmda3 amd64 5.0.3-1 [39.4 kB] 2022-07-25 09:06:12.865 | Get:176 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-pmda-perl amd64 5.0.3-1 [39.7 kB] 2022-07-25 09:06:12.866 | Get:177 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpq5 amd64 12.11-0ubuntu0.20.04.1 [117 kB] 2022-07-25 09:06:12.992 | Get:178 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpq-dev amd64 12.11-0ubuntu0.20.04.1 [137 kB] 2022-07-25 09:06:12.995 | Get:179 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 librados2 amd64 15.2.16-0ubuntu0.20.04.1 [3,214 kB] 2022-07-25 09:06:13.556 | Get:180 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 librbd1 amd64 15.2.16-0ubuntu0.20.04.1 [1,623 kB] 2022-07-25 09:06:13.936 | Get:181 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-dev amd64 2.1.27+dfsg-2ubuntu0.1 [226 kB] 2022-07-25 09:06:13.945 | Get:182 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules amd64 2.1.27+dfsg-2ubuntu0.1 [48.8 kB] 2022-07-25 09:06:13.946 | Get:183 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl-dev amd64 1.1.1f-1ubuntu2.16 [1,584 kB] 2022-07-25 09:06:14.085 | Get:184 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd-dev amd64 245.4-4ubuntu3.17 [246 kB] 2022-07-25 09:06:14.139 | Get:185 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtinfo-dev amd64 6.2-0ubuntu2 [968 B] 2022-07-25 09:06:14.139 | Get:186 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libx86-1 amd64 1.1+ds1-11 [76.1 kB] 2022-07-25 09:06:14.141 | Get:187 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2-dev amd64 2.9.10+dfsg-5ubuntu0.20.04.3 [735 kB] 2022-07-25 09:06:14.211 | Get:188 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxslt1-dev amd64 1.1.34-4 [219 kB] 2022-07-25 09:06:14.396 | Get:189 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-runtime amd64 1:10.0.0-4ubuntu1 [180 kB] 2022-07-25 09:06:14.400 | Get:190 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpfm4 amd64 4.10.1+git20-g7700f49-2 [266 kB] 2022-07-25 09:06:14.496 | Get:191 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10 amd64 1:10.0.0-4ubuntu1 [5,214 kB] 2022-07-25 09:06:15.385 | Get:192 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libffi-dev amd64 3.3-4 [57.0 kB] 2022-07-25 09:06:15.387 | Get:193 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-pygments all 2.3.1+dfsg-1ubuntu2.2 [579 kB] 2022-07-25 09:06:15.500 | Get:194 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-tools amd64 1:10.0.0-4ubuntu1 [317 kB] 2022-07-25 09:06:15.506 | Get:195 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libz3-4 amd64 4.8.7-4build1 [6,792 kB] 2022-07-25 09:06:16.744 | Get:196 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libz3-dev amd64 4.8.7-4build1 [67.5 kB] 2022-07-25 09:06:16.745 | Get:197 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-dev amd64 1:10.0.0-4ubuntu1 [26.0 MB] 2022-07-25 09:06:25.110 | Get:198 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 lsscsi amd64 0.30-0.1 [46.1 kB] 2022-07-25 09:06:25.111 | Get:199 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB] 2022-07-25 09:06:25.138 | Get:200 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pm-utils all 1.4.1-19 [48.1 kB] 2022-07-25 09:06:25.151 | Get:201 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-client-common all 214ubuntu0.1 [28.2 kB] 2022-07-25 09:06:25.155 | Get:202 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-client-12 amd64 12.11-0ubuntu0.20.04.1 [1,050 kB] 2022-07-25 09:06:25.772 | Get:203 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ssl-cert all 1.0.39 [17.0 kB] 2022-07-25 09:06:26.062 | Get:204 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-common all 214ubuntu0.1 [169 kB] 2022-07-25 09:06:26.468 | Get:205 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 postgresql-server-dev-12 amd64 12.11-0ubuntu0.20.04.1 [982 kB]