2022-08-29 14:54:33.767 | + ./stack.sh:main:482 : exec 2022-08-29 14:54:33.767 | + ./stack.sh:main:490 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2022-08-29-145433' 2022-08-29 14:54:33.767 | ++ ./stack.sh:main:482 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2022-08-29-145433.summary.2022-08-29-145433 2022-08-29 14:54:33.767 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-29 14:54:33.767 | + ./stack.sh:echo_summary:441 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2022-08-29-145433 2022-08-29 14:54:33.767 | + ./stack.sh:main:492 : ln -sf /opt/stack/logs/stack.sh.log.2022-08-29-145433 /opt/stack/logs/stack.sh.log 2022-08-29 14:54:33.767 | + ./stack.sh:main:493 : ln -sf /opt/stack/logs/stack.sh.log.2022-08-29-145433.summary.2022-08-29-145433 /opt/stack/logs/stack.sh.log.summary 2022-08-29 14:54:33.767 | + ./stack.sh:main:508 : check_path_perm_sanity /opt/stack 2022-08-29 14:54:33.767 | + functions:check_path_perm_sanity:596 : local real_path 2022-08-29 14:54:33.767 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2022-08-29 14:54:33.767 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2022-08-29 14:54:33.767 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2022-08-29 14:54:33.767 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2022-08-29 14:54:33.767 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2022-08-29 14:54:33.767 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-08-29 14:54:33.767 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2022-08-29 14:54:33.767 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2022-08-29 14:54:33.769 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-08-29 14:54:33.772 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-08-29 14:54:33.774 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2022-08-29 14:54:33.776 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2022-08-29 14:54:33.779 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-08-29 14:54:33.781 | + ./stack.sh:main:514 : trap exit_trap EXIT 2022-08-29 14:54:33.784 | + ./stack.sh:main:555 : trap err_trap ERR 2022-08-29 14:54:33.786 | + ./stack.sh:main:568 : set -o errexit 2022-08-29 14:54:33.788 | + ./stack.sh:main:571 : uname -a 2022-08-29 14:54:33.789 | Linux n-d-854882-3 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-08-29 14:54:33.791 | + ./stack.sh:main:574 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2022-08-29 14:54:33.792 | + ./stack.sh:main:575 : rm -f /opt/stack/data/ca-bundle.pem 2022-08-29 14:54:33.796 | + ./stack.sh:main:578 : source /home/ubuntu/devstack/lib/database 2022-08-29 14:54:33.835 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/rpc_backend 2022-08-29 14:54:33.851 | + ./stack.sh:main:585 : fetch_plugins 2022-08-29 14:54:33.853 | + functions-common:fetch_plugins:1785 : local plugins= 2022-08-29 14:54:33.856 | + functions-common:fetch_plugins:1786 : local plugin 2022-08-29 14:54:33.858 | + functions-common:fetch_plugins:1789 : [[ -z '' ]] 2022-08-29 14:54:33.860 | + functions-common:fetch_plugins:1790 : return 2022-08-29 14:54:33.862 | + ./stack.sh:main:589 : run_phase override_defaults 2022-08-29 14:54:33.864 | + functions-common:run_phase:1867 : local mode=override_defaults 2022-08-29 14:54:33.866 | + functions-common:run_phase:1868 : local phase= 2022-08-29 14:54:33.867 | + functions-common:run_phase:1869 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-08-29 14:54:33.869 | + functions-common:run_phase:1870 : local extra_plugin_file_name 2022-08-29 14:54:33.871 | + functions-common:run_phase:1871 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-08-29 14:54:33.873 | + functions-common:run_phase:1876 : local exceptions=80-tempest.sh 2022-08-29 14:54:33.874 | + functions-common:run_phase:1877 : local extra 2022-08-29 14:54:33.877 | ++ functions-common:run_phase:1878 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-08-29 14:54:33.880 | + functions-common:run_phase:1878 : extra=80-tempest.sh 2022-08-29 14:54:33.882 | + functions-common:run_phase:1879 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-08-29 14:54:33.883 | + functions-common:run_phase:1883 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-08-29 14:54:33.885 | + functions-common:run_phase:1883 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2022-08-29 14:54:33.887 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-08-29 14:54:33.900 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-29 14:54:33.902 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-08-29 14:54:33.903 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2022-08-29 14:54:33.905 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2022-08-29 14:54:33.907 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2022-08-29 14:54:33.908 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2022-08-29 14:54:33.910 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2022-08-29 14:54:33.912 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2022-08-29 14:54:33.914 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2022-08-29 14:54:33.916 | + functions-common:run_phase:1888 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-08-29 14:54:33.924 | + functions-common:run_phase:1891 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-08-29 14:54:33.926 | + functions-common:run_phase:1892 : plugin_override_defaults 2022-08-29 14:54:33.927 | + functions-common:plugin_override_defaults:1826 : local plugins= 2022-08-29 14:54:33.929 | + functions-common:plugin_override_defaults:1827 : local plugin 2022-08-29 14:54:33.931 | + functions-common:plugin_override_defaults:1830 : [[ -z '' ]] 2022-08-29 14:54:33.933 | + functions-common:plugin_override_defaults:1831 : return 2022-08-29 14:54:33.935 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/apache 2022-08-29 14:54:33.952 | + ./stack.sh:main:595 : source /home/ubuntu/devstack/lib/tls 2022-08-29 14:54:33.954 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2022-08-29 14:54:33.967 | ++ functions-common:is_service_enabled:2095 : return 1 2022-08-29 14:54:33.969 | +++ lib/tls:source:43 : hostname -f 2022-08-29 14:54:33.972 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2022-08-29 14:54:33.974 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2022-08-29 14:54:33.976 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2022-08-29 14:54:33.978 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2022-08-29 14:54:33.980 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2022-08-29 14:54:33.981 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2022-08-29 14:54:33.983 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2022-08-29 14:54:33.985 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2022-08-29 14:54:33.987 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2022-08-29 14:54:33.988 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2022-08-29 14:54:33.993 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/infra 2022-08-29 14:54:34.004 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/libraries 2022-08-29 14:54:34.021 | + ./stack.sh:main:600 : source /home/ubuntu/devstack/lib/lvm 2022-08-29 14:54:34.033 | + ./stack.sh:main:601 : source /home/ubuntu/devstack/lib/horizon 2022-08-29 14:54:34.044 | + ./stack.sh:main:602 : source /home/ubuntu/devstack/lib/keystone 2022-08-29 14:54:34.080 | + ./stack.sh:main:603 : source /home/ubuntu/devstack/lib/glance 2022-08-29 14:54:34.135 | + ./stack.sh:main:604 : source /home/ubuntu/devstack/lib/nova 2022-08-29 14:54:34.214 | + ./stack.sh:main:605 : source /home/ubuntu/devstack/lib/placement 2022-08-29 14:54:34.234 | + ./stack.sh:main:606 : source /home/ubuntu/devstack/lib/cinder 2022-08-29 14:54:34.283 | + ./stack.sh:main:607 : source /home/ubuntu/devstack/lib/swift 2022-08-29 14:54:34.333 | + ./stack.sh:main:608 : source /home/ubuntu/devstack/lib/neutron 2022-08-29 14:54:34.471 | + ./stack.sh:main:609 : source /home/ubuntu/devstack/lib/ldap 2022-08-29 14:54:34.484 | + ./stack.sh:main:610 : source /home/ubuntu/devstack/lib/dstat 2022-08-29 14:54:34.497 | + ./stack.sh:main:611 : source /home/ubuntu/devstack/lib/tcpdump 2022-08-29 14:54:34.509 | + ./stack.sh:main:612 : source /home/ubuntu/devstack/lib/etcd3 2022-08-29 14:54:34.590 | + ./stack.sh:main:613 : source /home/ubuntu/devstack/lib/os-vif 2022-08-29 14:54:34.592 | ++ lib/os-vif:source:6 : OS_VIF_OVS_OVSDB_INTERFACE=vsctl 2022-08-29 14:54:34.597 | +++ lib/os-vif:source:17 : is_ml2_ovs 2022-08-29 14:54:34.599 | +++ lib/os-vif:is_ml2_ovs:9 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2022-08-29 14:54:34.601 | +++ lib/os-vif:is_ml2_ovs:10 : echo True 2022-08-29 14:54:34.603 | +++ lib/os-vif:is_ml2_ovs:12 : echo False 2022-08-29 14:54:34.605 | ++ lib/os-vif:source:17 : OS_VIF_OVS_ISOLATE_VIF='True 2022-08-29 14:54:34.605 | False' 2022-08-29 14:54:34.608 | +++ lib/os-vif:source:18 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2022-08-29 14:54:34.622 | ++ lib/os-vif:source:18 : OS_VIF_OVS_ISOLATE_VIF=False 2022-08-29 14:54:34.624 | + ./stack.sh:main:619 : run_phase source 2022-08-29 14:54:34.626 | + functions-common:run_phase:1867 : local mode=source 2022-08-29 14:54:34.628 | + functions-common:run_phase:1868 : local phase= 2022-08-29 14:54:34.630 | + functions-common:run_phase:1869 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-08-29 14:54:34.632 | + functions-common:run_phase:1870 : local extra_plugin_file_name 2022-08-29 14:54:34.634 | + functions-common:run_phase:1871 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-08-29 14:54:34.636 | + functions-common:run_phase:1876 : local exceptions=80-tempest.sh 2022-08-29 14:54:34.638 | + functions-common:run_phase:1877 : local extra 2022-08-29 14:54:34.641 | ++ functions-common:run_phase:1878 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-08-29 14:54:34.644 | + functions-common:run_phase:1878 : extra=80-tempest.sh 2022-08-29 14:54:34.647 | + functions-common:run_phase:1879 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-08-29 14:54:34.649 | + functions-common:run_phase:1883 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-08-29 14:54:34.651 | + functions-common:run_phase:1883 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2022-08-29 14:54:34.653 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-08-29 14:54:34.666 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-29 14:54:34.668 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2022-08-29 14:54:34.670 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2022-08-29 14:54:34.707 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2022-08-29 14:54:34.710 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2022-08-29 14:54:34.712 | + functions-common:run_phase:1888 : [[ source == \s\o\u\r\c\e ]] 2022-08-29 14:54:34.714 | + functions-common:run_phase:1889 : load_plugin_settings 2022-08-29 14:54:34.716 | + functions-common:load_plugin_settings:1803 : local plugins= 2022-08-29 14:54:34.718 | + functions-common:load_plugin_settings:1804 : local plugin 2022-08-29 14:54:34.720 | + functions-common:load_plugin_settings:1807 : [[ -z '' ]] 2022-08-29 14:54:34.722 | + functions-common:load_plugin_settings:1808 : return 2022-08-29 14:54:34.724 | + functions-common:run_phase:1890 : verify_disabled_services 2022-08-29 14:54:34.726 | + functions-common:verify_disabled_services:2150 : local service 2022-08-29 14:54:34.728 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-29 14:54:34.730 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2022-08-29 14:54:34.732 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-29 14:54:34.735 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2022-08-29 14:54:34.737 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-29 14:54:34.739 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2022-08-29 14:54:34.741 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-29 14:54:34.743 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2022-08-29 14:54:34.745 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-29 14:54:34.748 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2022-08-29 14:54:34.750 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-29 14:54:34.752 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2022-08-29 14:54:34.755 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-29 14:54:34.757 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2022-08-29 14:54:34.759 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-29 14:54:34.761 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2022-08-29 14:54:34.764 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-29 14:54:34.766 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2022-08-29 14:54:34.768 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-29 14:54:34.770 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2022-08-29 14:54:34.773 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-29 14:54:34.775 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-vol, ]] 2022-08-29 14:54:34.777 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-29 14:54:34.779 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-controller, ]] 2022-08-29 14:54:34.781 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-29 14:54:34.783 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-northd, ]] 2022-08-29 14:54:34.786 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-29 14:54:34.788 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovs-vswitchd, ]] 2022-08-29 14:54:34.791 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-29 14:54:34.793 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovsdb-server, ]] 2022-08-29 14:54:34.795 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-29 14:54:34.797 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2022-08-29 14:54:34.799 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-29 14:54:34.802 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-ovn-metadata-agent, ]] 2022-08-29 14:54:34.804 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-29 14:54:34.808 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2022-08-29 14:54:34.810 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-29 14:54:34.812 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2022-08-29 14:54:34.814 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-29 14:54:34.816 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2022-08-29 14:54:34.819 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-29 14:54:34.821 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2022-08-29 14:54:34.823 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-29 14:54:34.825 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2022-08-29 14:54:34.827 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-29 14:54:34.829 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2022-08-29 14:54:34.832 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-29 14:54:34.834 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2022-08-29 14:54:34.836 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-29 14:54:34.838 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2022-08-29 14:54:34.841 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-29 14:54:34.843 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2022-08-29 14:54:34.845 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-29 14:54:34.847 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2022-08-29 14:54:34.850 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-29 14:54:34.852 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2022-08-29 14:54:34.854 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-29 14:54:34.856 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2022-08-29 14:54:34.859 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-29 14:54:34.861 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2022-08-29 14:54:34.863 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-29 14:54:34.867 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2022-08-29 14:54:34.870 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-29 14:54:34.872 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2022-08-29 14:54:34.875 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-29 14:54:34.877 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-bak, ]] 2022-08-29 14:54:34.880 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-29 14:54:34.882 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2022-08-29 14:54:34.885 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-29 14:54:34.887 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2022-08-29 14:54:34.889 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-29 14:54:34.893 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2022-08-29 14:54:34.895 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-29 14:54:34.898 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2022-08-29 14:54:34.900 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-29 14:54:34.902 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2022-08-29 14:54:34.904 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-29 14:54:34.907 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2022-08-29 14:54:34.909 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-29 14:54:34.912 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2022-08-29 14:54:34.915 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-29 14:54:34.917 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2022-08-29 14:54:34.919 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-29 14:54:34.921 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2022-08-29 14:54:34.924 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-29 14:54:34.926 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2022-08-29 14:54:34.928 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-29 14:54:34.930 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2022-08-29 14:54:34.933 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-29 14:54:34.935 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2022-08-29 14:54:34.937 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-29 14:54:34.939 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2022-08-29 14:54:34.942 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-29 14:54:34.944 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2022-08-29 14:54:34.947 | + ./stack.sh:main:690 : initialize_database_backends 2022-08-29 14:54:34.949 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-08-29 14:54:34.951 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2022-08-29 14:54:34.971 | + functions-common:is_service_enabled:2095 : return 0 2022-08-29 14:54:34.974 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2022-08-29 14:54:34.976 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-08-29 14:54:34.978 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2022-08-29 14:54:34.993 | + functions-common:is_service_enabled:2095 : return 1 2022-08-29 14:54:34.996 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2022-08-29 14:54:34.998 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2022-08-29 14:54:35.000 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2022-08-29 14:54:35.003 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2022-08-29 14:54:35.005 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2022-08-29 14:54:35.007 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2022-08-29 14:54:35.010 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2022-08-29 14:54:35.012 | + lib/database:initialize_database_backends:92 : return 0 2022-08-29 14:54:35.016 | + ./stack.sh:main:691 : echo 'Using mysql database backend' 2022-08-29 14:54:35.016 | Using mysql database backend 2022-08-29 14:54:35.019 | + ./stack.sh:main:694 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2022-08-29 14:54:35.037 | + ./stack.sh:main:696 : define_database_baseurl 2022-08-29 14:54:35.040 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2022-08-29 14:54:35.043 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-08-29 14:54:35.045 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2022-08-29 14:54:35.048 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-08-29 14:54:35.050 | + ./stack.sh:main:708 : is_service_enabled rabbit 2022-08-29 14:54:35.067 | + functions-common:is_service_enabled:2095 : return 0 2022-08-29 14:54:35.070 | + ./stack.sh:main:709 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2022-08-29 14:54:35.087 | + ./stack.sh:main:716 : is_service_enabled keystone 2022-08-29 14:54:35.105 | + functions-common:is_service_enabled:2095 : return 0 2022-08-29 14:54:35.107 | + ./stack.sh:main:718 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2022-08-29 14:54:35.124 | + ./stack.sh:main:720 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2022-08-29 14:54:35.142 | + ./stack.sh:main:731 : is_service_enabled ldap 2022-08-29 14:54:35.160 | + functions-common:is_service_enabled:2095 : return 1 2022-08-29 14:54:35.163 | + ./stack.sh:main:740 : is_service_enabled s-proxy 2022-08-29 14:54:35.180 | + functions-common:is_service_enabled:2095 : return 0 2022-08-29 14:54:35.183 | + ./stack.sh:main:744 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2022-08-29 14:54:35.199 | + ./stack.sh:main:746 : [[ -z '' ]] 2022-08-29 14:54:35.201 | + ./stack.sh:main:746 : [[ False == \T\r\u\e ]] 2022-08-29 14:54:35.203 | + ./stack.sh:main:752 : save_stackenv 752 2022-08-29 14:54:35.206 | + functions-common:save_stackenv:60 : local tag=752 2022-08-29 14:54:35.209 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-08-29 14:54:35.212 | + functions-common:save_stackenv:62 : time_stamp=2022-08-29-145435 2022-08-29 14:54:35.215 | + functions-common:save_stackenv:63 : echo '# 2022-08-29-145435 752' 2022-08-29 14:54:35.217 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-29 14:54:35.219 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-08-29 14:54:35.222 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-29 14:54:35.224 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-08-29 14:54:35.226 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-29 14:54:35.229 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-08-29 14:54:35.231 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-29 14:54:35.233 | + 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-08-29 14:54:35.237 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-29 14:54:35.239 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.16 2022-08-29 14:54:35.242 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-29 14:54:35.244 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.16/identity 2022-08-29 14:54:35.250 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-29 14:54:35.252 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-08-29-145433 2022-08-29 14:54:35.255 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-29 14:54:35.258 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-08-29 14:54:35.260 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-29 14:54:35.263 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.16 2022-08-29 14:54:35.266 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-29 14:54:35.269 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-08-29 14:54:35.271 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-29 14:54:35.273 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-08-29 14:54:35.275 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-29 14:54:35.278 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-08-29 14:54:35.280 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-29 14:54:35.283 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-08-29 14:54:35.285 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-29 14:54:35.289 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.222.0.16 2022-08-29 14:54:35.292 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-29 14:54:35.295 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2022-08-29 14:54:35.299 | + ./stack.sh:main:765 : GIT_DEPTH=0 2022-08-29 14:54:35.302 | + ./stack.sh:main:765 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2022-08-29 14:54:35.304 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/requirements.git 2022-08-29 14:54:35.307 | + functions-common:git_clone:597 : local git_dest=/opt/stack/requirements 2022-08-29 14:54:35.309 | + functions-common:git_clone:598 : local git_ref=master 2022-08-29 14:54:35.311 | + functions-common:git_clone:599 : local orig_dir 2022-08-29 14:54:35.313 | ++ functions-common:git_clone:600 : pwd 2022-08-29 14:54:35.316 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-08-29 14:54:35.318 | + functions-common:git_clone:601 : local git_clone_flags= 2022-08-29 14:54:35.321 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-08-29 14:54:35.335 | + functions-common:git_clone:603 : RECLONE=False 2022-08-29 14:54:35.337 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-08-29 14:54:35.339 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-08-29 14:54:35.342 | + functions-common:git_clone:617 : echo master 2022-08-29 14:54:35.342 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-08-29 14:54:35.346 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/requirements ]] 2022-08-29 14:54:35.349 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-08-29 14:54:35.351 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/requirements 2022-08-29 14:54:35.363 | + functions-common:git_clone:677 : cd /opt/stack/requirements 2022-08-29 14:54:35.366 | + functions-common:git_clone:678 : git show --oneline 2022-08-29 14:54:35.366 | + functions-common:git_clone:678 : head -1 2022-08-29 14:54:35.370 | b86048c2 Updated from generate-constraints 2022-08-29 14:54:35.372 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-08-29 14:54:35.375 | + ./stack.sh:main:769 : echo_summary 'Installing package prerequisites' 2022-08-29 14:54:35.377 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-29 14:54:35.380 | + ./stack.sh:echo_summary:441 : echo -e Installing package prerequisites 2022-08-29 14:54:35.382 | + ./stack.sh:main:770 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2022-08-29 14:54:35.384 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2022-08-29 14:54:35.387 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2022-08-29 14:54:35.390 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2022-08-29 14:54:35.392 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2022-08-29 14:54:35.395 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2022-08-29 14:54:35.397 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2022-08-29 14:54:35.400 | +++ tools/install_prereqs.sh:source:47 : date +%s 2022-08-29 14:54:35.404 | ++ tools/install_prereqs.sh:source:47 : NOW=1661784875 2022-08-29 14:54:35.407 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2022-08-29 14:54:35.412 | +++ tools/install_prereqs.sh:source:48 : echo 0 2022-08-29 14:54:35.414 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2022-08-29 14:54:35.417 | ++ tools/install_prereqs.sh:source:49 : DELTA=1661784875 2022-08-29 14:54:35.419 | ++ tools/install_prereqs.sh:source:50 : [[ 1661784875 -lt 7200 ]] 2022-08-29 14:54:35.421 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2022-08-29 14:54:35.424 | ++ functions-common:export_proxy_variables:2257 : isset http_proxy 2022-08-29 14:54:35.426 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2022-08-29 14:54:35.429 | ++ functions-common:export_proxy_variables:2260 : isset https_proxy 2022-08-29 14:54:35.431 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2022-08-29 14:54:35.433 | ++ functions-common:export_proxy_variables:2263 : isset no_proxy 2022-08-29 14:54:35.435 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2022-08-29 14:54:35.438 | +++ 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-08-29 14:54:35.487 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2022-08-29 14:54:35.487 | apache2-dev 2022-08-29 14:54:35.487 | bc 2022-08-29 14:54:35.487 | bsdmainutils 2022-08-29 14:54:35.487 | curl 2022-08-29 14:54:35.487 | g++ 2022-08-29 14:54:35.487 | gawk 2022-08-29 14:54:35.487 | gcc 2022-08-29 14:54:35.487 | gettext 2022-08-29 14:54:35.488 | git 2022-08-29 14:54:35.488 | graphviz 2022-08-29 14:54:35.488 | iputils-ping 2022-08-29 14:54:35.488 | libapache2-mod-proxy-uwsgi 2022-08-29 14:54:35.488 | libffi-dev 2022-08-29 14:54:35.488 | libjpeg-dev 2022-08-29 14:54:35.488 | libpcre3-dev 2022-08-29 14:54:35.488 | libpq-dev 2022-08-29 14:54:35.488 | libssl-dev 2022-08-29 14:54:35.488 | libsystemd-dev 2022-08-29 14:54:35.488 | libxml2-dev 2022-08-29 14:54:35.488 | libxslt1-dev 2022-08-29 14:54:35.488 | libyaml-dev 2022-08-29 14:54:35.488 | lsof 2022-08-29 14:54:35.488 | openssh-server 2022-08-29 14:54:35.488 | openssl 2022-08-29 14:54:35.488 | pkg-config 2022-08-29 14:54:35.488 | psmisc 2022-08-29 14:54:35.488 | python3-dev 2022-08-29 14:54:35.488 | python3-pip 2022-08-29 14:54:35.488 | python3-systemd 2022-08-29 14:54:35.488 | python3-venv 2022-08-29 14:54:35.488 | tar 2022-08-29 14:54:35.488 | tcpdump 2022-08-29 14:54:35.488 | unzip 2022-08-29 14:54:35.488 | uuid-runtime 2022-08-29 14:54:35.488 | wget 2022-08-29 14:54:35.488 | wget 2022-08-29 14:54:35.488 | zlib1g-dev 2022-08-29 14:54:35.488 | libkrb5-dev 2022-08-29 14:54:35.488 | libldap2-dev 2022-08-29 14:54:35.488 | libsasl2-dev 2022-08-29 14:54:35.488 | memcached 2022-08-29 14:54:35.489 | python3-mysqldb 2022-08-29 14:54:35.489 | sqlite3 2022-08-29 14:54:35.489 | conntrack 2022-08-29 14:54:35.489 | curl 2022-08-29 14:54:35.489 | ebtables 2022-08-29 14:54:35.489 | genisoimage 2022-08-29 14:54:35.489 | iptables 2022-08-29 14:54:35.489 | iputils-arping 2022-08-29 14:54:35.489 | kpartx 2022-08-29 14:54:35.489 | libjs-jquery-tablesorter 2022-08-29 14:54:35.489 | parted 2022-08-29 14:54:35.489 | pm-utils 2022-08-29 14:54:35.489 | python3-mysqldb 2022-08-29 14:54:35.489 | socat 2022-08-29 14:54:35.489 | sqlite3 2022-08-29 14:54:35.489 | sudo 2022-08-29 14:54:35.489 | vlan 2022-08-29 14:54:35.489 | lsscsi 2022-08-29 14:54:35.490 | open-iscsi 2022-08-29 14:54:35.490 | lvm2 2022-08-29 14:54:35.490 | qemu-utils 2022-08-29 14:54:35.490 | thin-provisioning-tools 2022-08-29 14:54:35.490 | acl 2022-08-29 14:54:35.490 | dnsmasq-base 2022-08-29 14:54:35.490 | dnsmasq-utils 2022-08-29 14:54:35.490 | ebtables 2022-08-29 14:54:35.490 | haproxy 2022-08-29 14:54:35.490 | iptables 2022-08-29 14:54:35.490 | iputils-arping 2022-08-29 14:54:35.490 | iputils-ping 2022-08-29 14:54:35.490 | postgresql-server-dev-all 2022-08-29 14:54:35.490 | python3-mysqldb 2022-08-29 14:54:35.490 | sqlite3 2022-08-29 14:54:35.490 | sudo 2022-08-29 14:54:35.490 | vlan 2022-08-29 14:54:35.490 | pcp 2022-08-29 14:54:35.490 | ipset 2022-08-29 14:54:35.490 | conntrack 2022-08-29 14:54:35.490 | conntrackd 2022-08-29 14:54:35.490 | keepalived 2022-08-29 14:54:35.490 | lvm2 2022-08-29 14:54:35.490 | qemu-utils 2022-08-29 14:54:35.490 | thin-provisioning-tools 2022-08-29 14:54:35.490 | curl 2022-08-29 14:54:35.490 | liberasurecode-dev 2022-08-29 14:54:35.490 | make 2022-08-29 14:54:35.490 | memcached 2022-08-29 14:54:35.490 | rsync 2022-08-29 14:54:35.490 | sqlite3 2022-08-29 14:54:35.490 | xfsprogs' 2022-08-29 14:54:35.493 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2022-08-29 14:54:35.512 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2022-08-29 14:54:35.512 | apache2-dev 2022-08-29 14:54:35.512 | bc 2022-08-29 14:54:35.512 | bsdmainutils 2022-08-29 14:54:35.512 | curl 2022-08-29 14:54:35.512 | g++ 2022-08-29 14:54:35.512 | gawk 2022-08-29 14:54:35.512 | gcc 2022-08-29 14:54:35.512 | gettext 2022-08-29 14:54:35.512 | git 2022-08-29 14:54:35.512 | graphviz 2022-08-29 14:54:35.513 | iputils-ping 2022-08-29 14:54:35.513 | libapache2-mod-proxy-uwsgi 2022-08-29 14:54:35.513 | libffi-dev 2022-08-29 14:54:35.513 | libjpeg-dev 2022-08-29 14:54:35.513 | libpcre3-dev 2022-08-29 14:54:35.513 | libpq-dev 2022-08-29 14:54:35.513 | libssl-dev 2022-08-29 14:54:35.513 | libsystemd-dev 2022-08-29 14:54:35.513 | libxml2-dev 2022-08-29 14:54:35.513 | libxslt1-dev 2022-08-29 14:54:35.513 | libyaml-dev 2022-08-29 14:54:35.513 | lsof 2022-08-29 14:54:35.513 | openssh-server 2022-08-29 14:54:35.513 | openssl 2022-08-29 14:54:35.513 | pkg-config 2022-08-29 14:54:35.513 | psmisc 2022-08-29 14:54:35.513 | python3-dev 2022-08-29 14:54:35.513 | python3-pip 2022-08-29 14:54:35.513 | python3-systemd 2022-08-29 14:54:35.513 | python3-venv 2022-08-29 14:54:35.513 | tar 2022-08-29 14:54:35.513 | tcpdump 2022-08-29 14:54:35.513 | unzip 2022-08-29 14:54:35.513 | uuid-runtime 2022-08-29 14:54:35.514 | wget 2022-08-29 14:54:35.514 | wget 2022-08-29 14:54:35.514 | zlib1g-dev 2022-08-29 14:54:35.514 | libkrb5-dev 2022-08-29 14:54:35.514 | libldap2-dev 2022-08-29 14:54:35.514 | libsasl2-dev 2022-08-29 14:54:35.514 | memcached 2022-08-29 14:54:35.514 | python3-mysqldb 2022-08-29 14:54:35.514 | sqlite3 2022-08-29 14:54:35.514 | conntrack 2022-08-29 14:54:35.514 | curl 2022-08-29 14:54:35.514 | ebtables 2022-08-29 14:54:35.514 | genisoimage 2022-08-29 14:54:35.514 | iptables 2022-08-29 14:54:35.514 | iputils-arping 2022-08-29 14:54:35.514 | kpartx 2022-08-29 14:54:35.514 | libjs-jquery-tablesorter 2022-08-29 14:54:35.514 | parted 2022-08-29 14:54:35.514 | pm-utils 2022-08-29 14:54:35.514 | python3-mysqldb 2022-08-29 14:54:35.514 | socat 2022-08-29 14:54:35.515 | sqlite3 2022-08-29 14:54:35.515 | sudo 2022-08-29 14:54:35.515 | vlan 2022-08-29 14:54:35.515 | lsscsi 2022-08-29 14:54:35.515 | open-iscsi 2022-08-29 14:54:35.515 | lvm2 2022-08-29 14:54:35.515 | qemu-utils 2022-08-29 14:54:35.515 | thin-provisioning-tools 2022-08-29 14:54:35.515 | acl 2022-08-29 14:54:35.515 | dnsmasq-base 2022-08-29 14:54:35.515 | dnsmasq-utils 2022-08-29 14:54:35.515 | ebtables 2022-08-29 14:54:35.515 | haproxy 2022-08-29 14:54:35.515 | iptables 2022-08-29 14:54:35.515 | iputils-arping 2022-08-29 14:54:35.515 | iputils-ping 2022-08-29 14:54:35.515 | postgresql-server-dev-all 2022-08-29 14:54:35.515 | python3-mysqldb 2022-08-29 14:54:35.515 | sqlite3 2022-08-29 14:54:35.515 | sudo 2022-08-29 14:54:35.515 | vlan 2022-08-29 14:54:35.515 | pcp 2022-08-29 14:54:35.515 | ipset 2022-08-29 14:54:35.515 | conntrack 2022-08-29 14:54:35.515 | conntrackd 2022-08-29 14:54:35.515 | keepalived 2022-08-29 14:54:35.515 | lvm2 2022-08-29 14:54:35.515 | qemu-utils 2022-08-29 14:54:35.515 | thin-provisioning-tools 2022-08-29 14:54:35.515 | curl 2022-08-29 14:54:35.515 | liberasurecode-dev 2022-08-29 14:54:35.515 | make 2022-08-29 14:54:35.515 | memcached 2022-08-29 14:54:35.515 | rsync 2022-08-29 14:54:35.515 | sqlite3 2022-08-29 14:54:35.515 | xfsprogs ' 2022-08-29 14:54:35.515 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2022-08-29 14:54:35.517 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-29 14:54:35.520 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-29 14:54:35.523 | ++ 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 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-08-29 14:54:35.523 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2022-08-29 14:54:35.529 | ++ 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 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-08-29 14:54:35.531 | ++ functions-common:install_package:1463 : update_package_repo 2022-08-29 14:54:35.533 | ++ functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-29 14:54:35.537 | ++ functions-common:update_package_repo:1436 : REPOS_UPDATED=False 2022-08-29 14:54:35.539 | ++ functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-08-29 14:54:35.541 | ++ functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-29 14:54:35.543 | ++ functions-common:update_package_repo:1443 : is_ubuntu 2022-08-29 14:54:35.545 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-29 14:54:35.548 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-29 14:54:35.550 | ++ functions-common:update_package_repo:1444 : apt_get_update 2022-08-29 14:54:35.553 | ++ functions-common:apt_get_update:1189 : [[ False == \T\r\u\e ]] 2022-08-29 14:54:35.555 | ++ functions-common:apt_get_update:1194 : [[ False = \T\r\u\e ]] 2022-08-29 14:54:35.557 | ++ functions-common:apt_get_update:1196 : local sudo=sudo 2022-08-29 14:54:35.559 | +++ functions-common:apt_get_update:1197 : id -u 2022-08-29 14:54:35.564 | ++ functions-common:apt_get_update:1197 : [[ 1000 = \0 ]] 2022-08-29 14:54:35.566 | ++ functions-common:apt_get_update:1200 : time_start apt-get-update 2022-08-29 14:54:35.568 | ++ functions-common:time_start:2425 : local name=apt-get-update 2022-08-29 14:54:35.570 | ++ functions-common:time_start:2426 : local start_time= 2022-08-29 14:54:35.572 | ++ functions-common:time_start:2427 : [[ -n '' ]] 2022-08-29 14:54:35.574 | +++ functions-common:time_start:2430 : date +%s%3N 2022-08-29 14:54:35.578 | ++ functions-common:time_start:2430 : _TIME_START[$name]=1661784875576 2022-08-29 14:54:35.580 | ++ functions-common:apt_get_update:1202 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2022-08-29 14:54:35.582 | ++ functions-common:apt_get_update:1203 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2022-08-29 14:54:35.584 | ++ functions-common:apt_get_update:1204 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2022-08-29 14:55:06.751 | Err:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2022-08-29 14:55:06.751 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) Could not connect to nova.clouds.archive.ubuntu.com:80 (185.125.190.41), connection timed out Could not connect to nova.clouds.archive.ubuntu.com:80 (91.189.91.121), connection timed out Could not connect to nova.clouds.archive.ubuntu.com:80 (91.189.91.122), connection timed out Could not connect to nova.clouds.archive.ubuntu.com:80 (185.125.190.38), connection timed out 2022-08-29 14:55:06.751 | Err:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease 2022-08-29 14:55:06.751 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:06.751 | Err:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease 2022-08-29 14:55:06.751 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:06.752 | Err:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-08-29 14:55:06.752 | Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::18). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2620:2d:4000:1::19). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2620:2d:4000:1::16). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::15). - connect (101: Network is unreachable) Could not connect to security.ubuntu.com:80 (185.125.190.39), connection timed out Could not connect to security.ubuntu.com:80 (185.125.190.36), connection timed out Could not connect to security.ubuntu.com:80 (91.189.91.39), connection timed out Could not connect to security.ubuntu.com:80 (91.189.91.38), connection timed out 2022-08-29 14:55:08.430 | Reading package lists... 2022-08-29 14:55:08.454 | W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/focal/InRelease Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) Could not connect to nova.clouds.archive.ubuntu.com:80 (185.125.190.41), connection timed out Could not connect to nova.clouds.archive.ubuntu.com:80 (91.189.91.121), connection timed out Could not connect to nova.clouds.archive.ubuntu.com:80 (91.189.91.122), connection timed out Could not connect to nova.clouds.archive.ubuntu.com:80 (185.125.190.38), connection timed out 2022-08-29 14:55:08.454 | W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/focal-updates/InRelease Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:08.454 | W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/focal-backports/InRelease Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:08.454 | W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/focal-security/InRelease Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::18). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2620:2d:4000:1::19). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2620:2d:4000:1::16). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::15). - connect (101: Network is unreachable) Could not connect to security.ubuntu.com:80 (185.125.190.39), connection timed out Could not connect to security.ubuntu.com:80 (185.125.190.36), connection timed out Could not connect to security.ubuntu.com:80 (91.189.91.39), connection timed out Could not connect to security.ubuntu.com:80 (91.189.91.38), connection timed out 2022-08-29 14:55:08.455 | W: Some index files failed to download. They have been ignored, or old ones used instead. 2022-08-29 14:55:08.464 | ++ functions-common:apt_get_update:1208 : REPOS_UPDATED=True 2022-08-29 14:55:08.466 | ++ functions-common:apt_get_update:1210 : time_stop apt-get-update 2022-08-29 14:55:08.468 | ++ functions-common:time_stop:2439 : local name 2022-08-29 14:55:08.470 | ++ functions-common:time_stop:2440 : local end_time 2022-08-29 14:55:08.472 | ++ functions-common:time_stop:2441 : local elapsed_time 2022-08-29 14:55:08.474 | ++ functions-common:time_stop:2442 : local total 2022-08-29 14:55:08.476 | ++ functions-common:time_stop:2443 : local start_time 2022-08-29 14:55:08.478 | ++ functions-common:time_stop:2445 : name=apt-get-update 2022-08-29 14:55:08.480 | ++ functions-common:time_stop:2446 : start_time=1661784875576 2022-08-29 14:55:08.482 | ++ functions-common:time_stop:2448 : [[ -z 1661784875576 ]] 2022-08-29 14:55:08.485 | +++ functions-common:time_stop:2451 : date +%s%3N 2022-08-29 14:55:08.489 | ++ functions-common:time_stop:2451 : end_time=1661784908486 2022-08-29 14:55:08.491 | ++ functions-common:time_stop:2452 : elapsed_time=32910 2022-08-29 14:55:08.493 | ++ functions-common:time_stop:2453 : total=0 2022-08-29 14:55:08.495 | ++ functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-29 14:55:08.497 | ++ functions-common:time_stop:2456 : _TIME_TOTAL[$name]=32910 2022-08-29 14:55:08.500 | ++ functions-common:install_package:1464 : 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 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-08-29 14:55:08.502 | ++ functions-common:real_install_package:1449 : is_ubuntu 2022-08-29 14:55:08.505 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-29 14:55:08.507 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-29 14:55:08.510 | ++ functions-common:real_install_package:1450 : 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 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-08-29 14:55:08.531 | ++ functions-common:apt_get:1230 : 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 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-08-29 14:55:08.642 | Reading package lists... 2022-08-29 14:55:08.907 | Building dependency tree... 2022-08-29 14:55:08.908 | Reading state information... 2022-08-29 14:55:09.228 | bc is already the newest version (1.07.1-2build1). 2022-08-29 14:55:09.229 | bc set to manually installed. 2022-08-29 14:55:09.229 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2022-08-29 14:55:09.229 | bsdmainutils set to manually installed. 2022-08-29 14:55:09.229 | g++ is already the newest version (4:9.3.0-1ubuntu2). 2022-08-29 14:55:09.229 | g++ set to manually installed. 2022-08-29 14:55:09.229 | gawk is already the newest version (1:5.0.1+dfsg-1). 2022-08-29 14:55:09.229 | gawk set to manually installed. 2022-08-29 14:55:09.229 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2022-08-29 14:55:09.229 | iptables is already the newest version (1.8.4-3ubuntu2). 2022-08-29 14:55:09.229 | iptables set to manually installed. 2022-08-29 14:55:09.229 | iputils-ping is already the newest version (3:20190709-3). 2022-08-29 14:55:09.229 | kpartx is already the newest version (0.8.3-1ubuntu2). 2022-08-29 14:55:09.229 | kpartx set to manually installed. 2022-08-29 14:55:09.229 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2022-08-29 14:55:09.229 | make is already the newest version (4.2.1-1.2). 2022-08-29 14:55:09.229 | make set to manually installed. 2022-08-29 14:55:09.229 | psmisc is already the newest version (23.3-1). 2022-08-29 14:55:09.229 | psmisc set to manually installed. 2022-08-29 14:55:09.229 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2022-08-29 14:55:09.229 | python3-systemd is already the newest version (234-3build2). 2022-08-29 14:55:09.229 | python3-systemd set to manually installed. 2022-08-29 14:55:09.229 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2022-08-29 14:55:09.229 | thin-provisioning-tools set to manually installed. 2022-08-29 14:55:09.229 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2022-08-29 14:55:09.229 | git is already the newest version (1:2.25.1-1ubuntu3.5). 2022-08-29 14:55:09.229 | libpcre3-dev is already the newest version (2:8.39-12ubuntu0.1). 2022-08-29 14:55:09.229 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2022-08-29 14:55:09.229 | lsof set to manually installed. 2022-08-29 14:55:09.229 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2022-08-29 14:55:09.229 | parted set to manually installed. 2022-08-29 14:55:09.229 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2022-08-29 14:55:09.229 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.3). 2022-08-29 14:55:09.230 | zlib1g-dev set to manually installed. 2022-08-29 14:55:09.230 | python3-pip is already the newest version (20.0.2-5ubuntu1.6). 2022-08-29 14:55:09.230 | The following packages were automatically installed and are no longer required: 2022-08-29 14:55:09.230 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-08-29 14:55:09.230 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-08-29 14:55:09.230 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-08-29 14:55:09.230 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-08-29 14:55:09.230 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-08-29 14:55:09.230 | python3-zope.interface 2022-08-29 14:55:09.230 | Use 'sudo apt autoremove' to remove them. 2022-08-29 14:55:09.230 | The following additional packages will be installed: 2022-08-29 14:55:09.230 | apache2-bin apache2-data apache2-utils autoconf automake autopoint 2022-08-29 14:55:09.230 | autotools-dev binfmt-support clang-10 comerr-dev debhelper dh-autoreconf 2022-08-29 14:55:09.230 | dh-strip-nondeterminism dns-root-data dwz fontconfig fontconfig-config 2022-08-29 14:55:09.230 | fonts-dejavu-core fonts-liberation ibverbs-providers icu-devtools 2022-08-29 14:55:09.230 | intltool-debian ipvsadm javascript-common krb5-multidev lib32gcc-s1 2022-08-29 14:55:09.230 | lib32stdc++6 libann0 libapr1 libapr1-dev libaprutil1 libaprutil1-dbd-sqlite3 2022-08-29 14:55:09.230 | libaprutil1-dev libaprutil1-ldap libarchive-cpio-perl libarchive-zip-perl 2022-08-29 14:55:09.231 | libboost-iostreams1.71.0 libboost-thread1.71.0 libc6-i386 libcairo2 libcdt5 2022-08-29 14:55:09.231 | libcgraph6 libclang-common-10-dev libclang-cpp10 libclang1-10 libcom-err2 2022-08-29 14:55:09.231 | libcroco3 libcurl4 libdatrie1 libdebhelper-perl liberasurecode1 2022-08-29 14:55:09.231 | libfile-stripnondeterminism-perl libfontconfig1 libgc1c2 libgd3 2022-08-29 14:55:09.231 | libgraphite2-3 libgssrpc4 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 2022-08-29 14:55:09.231 | libharfbuzz0b libibverbs1 libice6 libicu-dev libicu66 libidn11 libipset13 2022-08-29 14:55:09.231 | libiscsi7 libjansson4 libjbig0 libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2022-08-29 14:55:09.231 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libkadm5clnt-mit11 2022-08-29 14:55:09.231 | libkadm5srv-mit11 libkdb5-9 liblab-gamut1 libldap-2.4-2 libllvm10 2022-08-29 14:55:09.231 | libltdl-dev liblua5.2-0 liblua5.3-0 libmail-sendmail-perl libmysqlclient21 2022-08-29 14:55:09.231 | libncurses-dev libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200 2022-08-29 14:55:09.231 | libnl-genl-3-200 libnl-route-3-200 libnspr4 libnss-systemd libnss3 2022-08-29 14:55:09.231 | libobjc-9-dev libobjc4 libomp-10-dev libomp5-10 libpam-systemd 2022-08-29 14:55:09.231 | libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 2022-08-29 14:55:09.231 | libpcp-gui2 libpcp-import1 libpcp-mmv1 libpcp-pmda-perl libpcp-pmda3 2022-08-29 14:55:09.231 | libpcp-trace2 libpcp-web1 libpcp3 libpfm4 libpixman-1-0 libpq5 librados2 2022-08-29 14:55:09.231 | librbd1 librdmacm1 libsasl2-2 libsasl2-modules libsasl2-modules-db 2022-08-29 14:55:09.231 | libsctp-dev libsctp1 libsensors-config libsensors5 libsm6 libsnmp-base 2022-08-29 14:55:09.231 | libsnmp35 libsqlite3-0 libssl1.1 libsub-override-perl 2022-08-29 14:55:09.231 | libsys-hostname-long-perl libsystemd0 libthai-data libthai0 libtiff5 2022-08-29 14:55:09.231 | libtinfo-dev libtool libuuid1 libwebp6 libx86-1 libxaw7 libxcb-render0 2022-08-29 14:55:09.231 | libxcb-shm0 libxml2 libxmu6 libxpm4 libxrender1 libxslt1.1 libxt6 libz3-4 2022-08-29 14:55:09.231 | libz3-dev llvm-10 llvm-10-dev llvm-10-runtime llvm-10-tools m4 mysql-common 2022-08-29 14:55:09.231 | openssh-client openssh-sftp-server pcp-conf po-debconf postgresql-client-12 2022-08-29 14:55:09.231 | postgresql-client-common postgresql-common postgresql-server-dev-12 2022-08-29 14:55:09.231 | python3-pcp python3-pygments python3-yaml python3.8-venv qemu-block-extra 2022-08-29 14:55:09.232 | sharutils ssl-cert systemd systemd-sysv systemd-timesyncd uuid-dev vbetool 2022-08-29 14:55:09.232 | x11-common 2022-08-29 14:55:09.233 | Suggested packages: 2022-08-29 14:55:09.233 | apache2-doc apache2-suexec-pristine | apache2-suexec-custom www-browser 2022-08-29 14:55:09.233 | autoconf-archive gnu-standards autoconf-doc clang-10-doc doc-base nftables 2022-08-29 14:55:09.234 | dh-make wodim cdrkit-doc gettext-doc libasprintf-dev libgettextpo-dev 2022-08-29 14:55:09.234 | gsfonts graphviz-doc vim-haproxy haproxy-doc heartbeat ldirectord krb5-doc 2022-08-29 14:55:09.234 | python libisal2 libjerasure2 libgd-tools krb5-user icu-doc libtool-doc 2022-08-29 14:55:09.234 | ncurses-doc libomp-10-doc postgresql-doc-12 libsasl2-modules-gssapi-mit 2022-08-29 14:55:09.234 | | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp 2022-08-29 14:55:09.234 | libsasl2-modules-sql lksctp-tools lm-sensors snmp-mibs-downloader libssl-doc 2022-08-29 14:55:09.234 | gfortran | fortran95-compiler gcj-jdk libyaml-doc llvm-10-doc m4-doc 2022-08-29 14:55:09.234 | libanyevent-perl libcache-memcached-perl libmemcached libterm-readkey-perl 2022-08-29 14:55:09.234 | libyaml-perl keychain libpam-ssh monkeysphere ssh-askpass molly-guard 2022-08-29 14:55:09.234 | pcp-gui libpcp-import-perl cpufrequtils wireless-tools radeontool 2022-08-29 14:55:09.234 | libmail-box-perl postgresql-12 libjson-perl default-mysql-server 2022-08-29 14:55:09.234 | | virtual-mysql-server python3-mysqldb-dbg python-pygments-doc 2022-08-29 14:55:09.234 | ttf-bitstream-vera debootstrap sharutils-doc bsd-mailx | mailx sqlite3-doc 2022-08-29 14:55:09.234 | openssl-blacklist systemd-container ncompress tar-scripts tar-doc zip 2022-08-29 14:55:09.494 | The following NEW packages will be installed: 2022-08-29 14:55:09.494 | acl apache2 apache2-bin apache2-data apache2-dev apache2-utils autoconf 2022-08-29 14:55:09.494 | automake autopoint autotools-dev binfmt-support clang-10 comerr-dev 2022-08-29 14:55:09.494 | conntrack conntrackd debhelper dh-autoreconf dh-strip-nondeterminism 2022-08-29 14:55:09.494 | dns-root-data dnsmasq-base dnsmasq-utils dwz ebtables fontconfig 2022-08-29 14:55:09.494 | fontconfig-config fonts-dejavu-core fonts-liberation genisoimage gettext 2022-08-29 14:55:09.494 | graphviz haproxy ibverbs-providers icu-devtools intltool-debian ipset 2022-08-29 14:55:09.494 | iputils-arping ipvsadm javascript-common keepalived krb5-multidev 2022-08-29 14:55:09.494 | lib32gcc-s1 lib32stdc++6 libann0 libapache2-mod-proxy-uwsgi libapr1 2022-08-29 14:55:09.494 | libapr1-dev libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-dev 2022-08-29 14:55:09.494 | libaprutil1-ldap libarchive-cpio-perl libarchive-zip-perl 2022-08-29 14:55:09.494 | libboost-iostreams1.71.0 libboost-thread1.71.0 libc6-i386 libcairo2 libcdt5 2022-08-29 14:55:09.494 | libcgraph6 libclang-common-10-dev libclang-cpp10 libclang1-10 libcroco3 2022-08-29 14:55:09.494 | libdatrie1 libdebhelper-perl liberasurecode-dev liberasurecode1 libffi-dev 2022-08-29 14:55:09.494 | libfile-stripnondeterminism-perl libfontconfig1 libgc1c2 libgd3 2022-08-29 14:55:09.494 | libgraphite2-3 libgssrpc4 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 2022-08-29 14:55:09.494 | libharfbuzz0b libibverbs1 libice6 libicu-dev libidn11 libipset13 libiscsi7 2022-08-29 14:55:09.494 | libjansson4 libjbig0 libjpeg-dev libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2022-08-29 14:55:09.495 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libjs-jquery-tablesorter 2022-08-29 14:55:09.495 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-dev liblab-gamut1 2022-08-29 14:55:09.495 | libldap2-dev libllvm10 libltdl-dev liblua5.2-0 liblua5.3-0 2022-08-29 14:55:09.495 | libmail-sendmail-perl libmysqlclient21 libncurses-dev libnetfilter-cthelper0 2022-08-29 14:55:09.495 | libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 libnl-route-3-200 libnspr4 2022-08-29 14:55:09.495 | libnss3 libobjc-9-dev libobjc4 libomp-10-dev libomp5-10 libpango-1.0-0 2022-08-29 14:55:09.495 | libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpcp-gui2 2022-08-29 14:55:09.495 | libpcp-import1 libpcp-mmv1 libpcp-pmda-perl libpcp-pmda3 libpcp-trace2 2022-08-29 14:55:09.495 | libpcp-web1 libpcp3 libpfm4 libpixman-1-0 libpq-dev libpq5 librados2 librbd1 2022-08-29 14:55:09.495 | librdmacm1 libsasl2-dev libsctp-dev libsctp1 libsensors-config libsensors5 2022-08-29 14:55:09.495 | libsm6 libsnmp-base libsnmp35 libssl-dev libsub-override-perl 2022-08-29 14:55:09.495 | libsys-hostname-long-perl libsystemd-dev libthai-data libthai0 libtiff5 2022-08-29 14:55:09.495 | libtinfo-dev libtool libwebp6 libx86-1 libxaw7 libxcb-render0 libxcb-shm0 2022-08-29 14:55:09.495 | libxml2-dev libxmu6 libxpm4 libxrender1 libxslt1-dev libxt6 libyaml-dev 2022-08-29 14:55:09.495 | libz3-4 libz3-dev llvm-10 llvm-10-dev llvm-10-runtime llvm-10-tools lsscsi 2022-08-29 14:55:09.495 | m4 memcached mysql-common pcp pcp-conf pkg-config pm-utils po-debconf 2022-08-29 14:55:09.495 | postgresql-client-12 postgresql-client-common postgresql-common 2022-08-29 14:55:09.495 | postgresql-server-dev-12 postgresql-server-dev-all python3-mysqldb 2022-08-29 14:55:09.495 | python3-pcp python3-pygments python3-venv python3-yaml python3.8-venv 2022-08-29 14:55:09.495 | qemu-block-extra qemu-utils sharutils socat sqlite3 ssl-cert unzip uuid-dev 2022-08-29 14:55:09.495 | vbetool vlan x11-common 2022-08-29 14:55:09.496 | The following packages will be upgraded: 2022-08-29 14:55:09.497 | curl libcom-err2 libcurl4 libicu66 libldap-2.4-2 libnss-systemd 2022-08-29 14:55:09.497 | libpam-systemd libsasl2-2 libsasl2-modules libsasl2-modules-db libsqlite3-0 2022-08-29 14:55:09.497 | libssl1.1 libsystemd0 libuuid1 libxml2 libxslt1.1 open-iscsi openssh-client 2022-08-29 14:55:09.497 | openssh-server openssh-sftp-server openssl rsync systemd systemd-sysv 2022-08-29 14:55:09.498 | systemd-timesyncd tar tcpdump uuid-runtime wget 2022-08-29 14:55:40.558 | 29 upgraded, 203 newly installed, 0 to remove and 159 not upgraded. 2022-08-29 14:55:40.558 | Need to get 152 MB of archives. 2022-08-29 14:55:40.558 | After this operation, 712 MB of additional disk space will be used. 2022-08-29 14:55:40.558 | Ign:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 tar amd64 1.30+dfsg-7ubuntu0.20.04.2 2022-08-29 14:55:40.566 | Err:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnss-systemd amd64 245.4-4ubuntu3.17 2022-08-29 14:55:40.566 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.566 | Err:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-timesyncd amd64 245.4-4ubuntu3.17 2022-08-29 14:55:40.566 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.566 | Err:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-sysv amd64 245.4-4ubuntu3.17 2022-08-29 14:55:40.566 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.566 | Err:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-systemd amd64 245.4-4ubuntu3.17 2022-08-29 14:55:40.566 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.566 | Err:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd amd64 245.4-4ubuntu3.17 2022-08-29 14:55:40.567 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.567 | Err:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd0 amd64 245.4-4ubuntu3.17 2022-08-29 14:55:40.567 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.567 | Ign:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 rsync amd64 3.1.3-8ubuntu0.4 2022-08-29 14:55:40.567 | Ign:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libuuid1 amd64 2.34-0.1ubuntu9.3 2022-08-29 14:55:40.567 | Ign:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 uuid-runtime amd64 2.34-0.1ubuntu9.3 2022-08-29 14:55:40.567 | Err:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libapr1 amd64 1.6.5-1ubuntu1 2022-08-29 14:55:40.567 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.568 | Ign:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.16 2022-08-29 14:55:40.568 | Err:13 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1 amd64 1.6.1-4ubuntu2 2022-08-29 14:55:40.568 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.568 | Ign:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.3 2022-08-29 14:55:40.568 | Err:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-dbd-sqlite3 amd64 1.6.1-4ubuntu2 2022-08-29 14:55:40.568 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.568 | Ign:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2ubuntu0.1 2022-08-29 14:55:40.569 | Ign:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2ubuntu0.1 2022-08-29 14:55:40.569 | Ign:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.9 2022-08-29 14:55:40.569 | Err:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-ldap amd64 1.6.1-4ubuntu2 2022-08-29 14:55:40.569 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.569 | Ign:20 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.12 2022-08-29 14:55:40.570 | Ign:21 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.12 2022-08-29 14:55:40.570 | Err:22 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjansson4 amd64 2.12-1build1 2022-08-29 14:55:40.570 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.570 | Err:23 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblua5.2-0 amd64 5.2.4-1.1build3 2022-08-29 14:55:40.570 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.570 | Ign:24 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libicu66 amd64 66.1-2ubuntu2.1 2022-08-29 14:55:40.571 | Ign:25 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2 amd64 2.9.10+dfsg-5ubuntu0.20.04.4 2022-08-29 14:55:40.571 | Ign:26 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-bin amd64 2.4.41-4ubuntu3.12 2022-08-29 14:55:40.571 | Ign:27 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-data all 2.4.41-4ubuntu3.12 2022-08-29 14:55:40.571 | Ign:28 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-utils amd64 2.4.41-4ubuntu3.12 2022-08-29 14:55:40.571 | Ign:29 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2 amd64 2.4.41-4ubuntu3.12 2022-08-29 14:55:40.572 | Err:30 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-0 amd64 5.3.3-1.1ubuntu2 2022-08-29 14:55:40.572 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.572 | Ign:31 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 haproxy amd64 2.0.13-2ubuntu0.5 2022-08-29 14:55:40.572 | Err:32 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-3-200 amd64 3.4.0-1 2022-08-29 14:55:40.572 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.572 | Err:33 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-genl-3-200 amd64 3.4.0-1 2022-08-29 14:55:40.572 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.572 | Err:34 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mysql-common all 5.8+1.0.5ubuntu2 2022-08-29 14:55:40.573 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.573 | Ign:35 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libmysqlclient21 amd64 8.0.30-0ubuntu0.20.04.2 2022-08-29 14:55:40.573 | Err:36 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsensors-config all 1:3.6.0-2ubuntu1.1 2022-08-29 14:55:40.573 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.573 | Err:37 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsensors5 amd64 1:3.6.0-2ubuntu1.1 2022-08-29 14:55:40.573 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.573 | Err:38 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsnmp-base all 5.8+dfsg-2ubuntu2.5 2022-08-29 14:55:40.573 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.574 | Err:39 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsnmp35 amd64 5.8+dfsg-2ubuntu2.5 2022-08-29 14:55:40.574 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.574 | Err:40 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 keepalived amd64 1:2.0.19-2ubuntu0.2 2022-08-29 14:55:40.574 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.574 | Err:41 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 memcached amd64 1.5.22-2ubuntu0.2 2022-08-29 14:55:40.574 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.574 | Err:42 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 open-iscsi amd64 2.0.874-7.1ubuntu6.2 2022-08-29 14:55:40.574 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.574 | Ign:43 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libcom-err2 amd64 1.45.5-2ubuntu1.1 2022-08-29 14:55:40.575 | Ign:44 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.16 2022-08-29 14:55:40.575 | Ign:45 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-yaml amd64 5.3.1-1ubuntu0.1 2022-08-29 14:55:40.575 | Err:46 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-sftp-server amd64 1:8.2p1-4ubuntu0.5 2022-08-29 14:55:40.575 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.575 | Err:47 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-server amd64 1:8.2p1-4ubuntu0.5 2022-08-29 14:55:40.575 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.576 | Err:48 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.5 2022-08-29 14:55:40.576 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.576 | Ign:49 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 tcpdump amd64 4.9.3-4ubuntu0.1 2022-08-29 14:55:40.576 | Err:50 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 wget amd64 1.20.3-1ubuntu2 2022-08-29 14:55:40.576 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.576 | Err:51 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 acl amd64 2.2.53-6 2022-08-29 14:55:40.576 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.576 | Err:52 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autotools-dev all 20180224.1 2022-08-29 14:55:40.576 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.577 | Err:53 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 m4 amd64 1.4.18-4 2022-08-29 14:55:40.577 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.577 | Err:54 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autoconf all 2.69-11.1 2022-08-29 14:55:40.577 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.577 | Err:55 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 automake all 1:1.16.1-4ubuntu6 2022-08-29 14:55:40.577 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.577 | Err:56 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autopoint all 0.19.8.1-10build1 2022-08-29 14:55:40.577 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.577 | Err:57 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libllvm10 amd64 1:10.0.0-4ubuntu1 2022-08-29 14:55:40.578 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.578 | Err:58 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang-cpp10 amd64 1:10.0.0-4ubuntu1 2022-08-29 14:55:40.578 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.578 | Err:59 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libgc1c2 amd64 1:7.6.4-0.4ubuntu1 2022-08-29 14:55:40.578 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.578 | Ign:60 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libobjc4 amd64 10.3.0-1ubuntu1~20.04 2022-08-29 14:55:40.578 | Ign:61 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libobjc-9-dev amd64 9.4.0-1ubuntu1~20.04.1 2022-08-29 14:55:40.579 | Err:62 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-i386 amd64 2.31-0ubuntu9.9 2022-08-29 14:55:40.579 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.579 | Ign:63 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32gcc-s1 amd64 10.3.0-1ubuntu1~20.04 2022-08-29 14:55:40.579 | Ign:64 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32stdc++6 amd64 10.3.0-1ubuntu1~20.04 2022-08-29 14:55:40.579 | Err:65 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang-common-10-dev amd64 1:10.0.0-4ubuntu1 2022-08-29 14:55:40.579 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.579 | Err:66 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang1-10 amd64 1:10.0.0-4ubuntu1 2022-08-29 14:55:40.579 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.580 | Err:67 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 clang-10 amd64 1:10.0.0-4ubuntu1 2022-08-29 14:55:40.580 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.580 | Err:68 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtool all 2.4.6-14 2022-08-29 14:55:40.580 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.580 | Err:69 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dh-autoreconf all 19 2022-08-29 14:55:40.580 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.580 | Err:70 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdebhelper-perl all 12.10ubuntu1 2022-08-29 14:55:40.580 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.580 | Err:71 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libarchive-zip-perl all 1.67-2 2022-08-29 14:55:40.581 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.581 | Err:72 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsub-override-perl all 0.09-2 2022-08-29 14:55:40.581 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.581 | Err:73 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfile-stripnondeterminism-perl all 1.7.0-1 2022-08-29 14:55:40.582 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.582 | Err:74 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dh-strip-nondeterminism all 1.7.0-1 2022-08-29 14:55:40.582 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.582 | Err:75 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dwz amd64 0.13-5 2022-08-29 14:55:40.582 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.582 | Err:76 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcroco3 amd64 0.6.13-1 2022-08-29 14:55:40.582 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.582 | Err:77 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 gettext amd64 0.19.8.1-10build1 2022-08-29 14:55:40.582 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.583 | Err:78 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 intltool-debian all 0.35.0+20060710.5 2022-08-29 14:55:40.583 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.583 | Err:79 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 po-debconf all 1.0.21 2022-08-29 14:55:40.583 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.583 | Err:80 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 debhelper all 12.10ubuntu1 2022-08-29 14:55:40.583 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.583 | Ign:81 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 uuid-dev amd64 2.34-0.1ubuntu9.3 2022-08-29 14:55:40.583 | Err:82 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsctp1 amd64 1.0.18+dfsg-1 2022-08-29 14:55:40.584 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.584 | Err:83 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsctp-dev amd64 1.0.18+dfsg-1 2022-08-29 14:55:40.584 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.584 | Err:84 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libapr1-dev amd64 1.6.5-1ubuntu1 2022-08-29 14:55:40.584 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.584 | Ign:85 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap2-dev amd64 2.4.49+dfsg-2ubuntu1.9 2022-08-29 14:55:40.584 | Err:86 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-dev amd64 1.6.1-4ubuntu2 2022-08-29 14:55:40.584 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.585 | Ign:87 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-dev amd64 2.4.41-4ubuntu3.12 2022-08-29 14:55:40.585 | Err:88 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 binfmt-support amd64 2.2.0-2 2022-08-29 14:55:40.585 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.585 | Err:89 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 conntrack amd64 1:1.4.5-2 2022-08-29 14:55:40.585 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.585 | Err:90 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnetfilter-cthelper0 amd64 1.0.0-1ubuntu2 2022-08-29 14:55:40.585 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.585 | Err:91 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnetfilter-queue1 amd64 1.0.3-1 2022-08-29 14:55:40.585 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.586 | Err:92 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 conntrackd amd64 1:1.4.5-2 2022-08-29 14:55:40.586 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.586 | Err:93 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dns-root-data all 2019052802 2022-08-29 14:55:40.586 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.586 | Err:94 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libidn11 amd64 1.33-2.2ubuntu2 2022-08-29 14:55:40.586 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.586 | Ign:95 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 dnsmasq-base amd64 2.80-1.1ubuntu1.5 2022-08-29 14:55:40.586 | Ign:96 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 dnsmasq-utils amd64 2.80-1.1ubuntu1.5 2022-08-29 14:55:40.587 | Err:97 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ebtables amd64 2.0.11-3build1 2022-08-29 14:55:40.587 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.587 | Err:98 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fonts-dejavu-core all 2.37-1 2022-08-29 14:55:40.587 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.587 | Err:99 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fonts-liberation all 1:1.07.4-11 2022-08-29 14:55:40.587 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.587 | Err:100 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fontconfig-config all 2.13.1-2ubuntu3 2022-08-29 14:55:40.587 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.588 | Err:101 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfontconfig1 amd64 2.13.1-2ubuntu3 2022-08-29 14:55:40.588 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.588 | Err:102 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fontconfig amd64 2.13.1-2ubuntu3 2022-08-29 14:55:40.588 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.588 | Err:103 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 genisoimage amd64 9:1.1.11-3.1ubuntu1 2022-08-29 14:55:40.588 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.588 | Err:104 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libann0 amd64 1.1.2+doc-7build1 2022-08-29 14:55:40.588 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.588 | Err:105 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libcdt5 amd64 2.42.2-3build2 2022-08-29 14:55:40.588 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.589 | Err:106 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libcgraph6 amd64 2.42.2-3build2 2022-08-29 14:55:40.589 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.589 | Ign:107 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8 amd64 2.0.3-0ubuntu1.20.04.1 2022-08-29 14:55:40.589 | Err:108 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8 amd64 8c-2ubuntu8 2022-08-29 14:55:40.589 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.589 | Err:109 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjbig0 amd64 2.1-3.1build1 2022-08-29 14:55:40.589 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.590 | Ign:110 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libwebp6 amd64 0.6.1-2ubuntu0.20.04.1 2022-08-29 14:55:40.590 | Ign:111 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libtiff5 amd64 4.1.0+git191117-2ubuntu0.20.04.3 2022-08-29 14:55:40.590 | Err:112 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxpm4 amd64 1:3.5.12-1 2022-08-29 14:55:40.590 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.590 | Ign:113 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgd3 amd64 2.2.5-5.2ubuntu2.1 2022-08-29 14:55:40.590 | Err:114 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 2022-08-29 14:55:40.590 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.591 | Err:115 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpixman-1-0 amd64 0.38.4-0ubuntu1 2022-08-29 14:55:40.591 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.591 | Err:116 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-render0 amd64 1.14-2 2022-08-29 14:55:40.591 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.591 | Err:117 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-shm0 amd64 1.14-2 2022-08-29 14:55:40.591 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.591 | Err:118 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxrender1 amd64 1:0.9.10-1 2022-08-29 14:55:40.591 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.591 | Err:119 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcairo2 amd64 1.16.0-4ubuntu1 2022-08-29 14:55:40.592 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.592 | Err:120 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libgraphite2-3 amd64 1.3.13-11build1 2022-08-29 14:55:40.592 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.592 | Ign:121 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libharfbuzz0b amd64 2.6.4-1ubuntu4.2 2022-08-29 14:55:40.592 | Err:122 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libthai-data all 0.1.28-3 2022-08-29 14:55:40.592 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.592 | Err:123 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdatrie1 amd64 0.2.12-3 2022-08-29 14:55:40.592 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.593 | Err:124 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libthai0 amd64 0.1.28-3 2022-08-29 14:55:40.593 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.593 | Err:125 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpango-1.0-0 amd64 1.44.7-2ubuntu4 2022-08-29 14:55:40.593 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.593 | Err:126 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpangoft2-1.0-0 amd64 1.44.7-2ubuntu4 2022-08-29 14:55:40.593 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.593 | Err:127 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpangocairo-1.0-0 amd64 1.44.7-2ubuntu4 2022-08-29 14:55:40.593 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.593 | Err:128 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpathplan4 amd64 2.42.2-3build2 2022-08-29 14:55:40.593 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.594 | Err:129 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgvc6 amd64 2.42.2-3build2 2022-08-29 14:55:40.594 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.594 | Err:130 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgvpr2 amd64 2.42.2-3build2 2022-08-29 14:55:40.594 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.594 | Err:131 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 liblab-gamut1 amd64 2.42.2-3build2 2022-08-29 14:55:40.594 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.594 | Err:132 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 x11-common all 1:7.7+19ubuntu14 2022-08-29 14:55:40.594 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.594 | Err:133 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libice6 amd64 2:1.0.10-0ubuntu1 2022-08-29 14:55:40.595 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.595 | Err:134 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsm6 amd64 2:1.2.3-1 2022-08-29 14:55:40.595 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.595 | Err:135 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxt6 amd64 1:1.1.5-1 2022-08-29 14:55:40.595 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.595 | Err:136 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxmu6 amd64 2:1.1.3-0ubuntu1 2022-08-29 14:55:40.595 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.595 | Err:137 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxaw7 amd64 2:1.0.13-1 2022-08-29 14:55:40.595 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.596 | Err:138 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 graphviz amd64 2.42.2-3build2 2022-08-29 14:55:40.596 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.596 | Err:139 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-route-3-200 amd64 3.4.0-1 2022-08-29 14:55:40.596 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.596 | Err:140 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libibverbs1 amd64 28.0-1ubuntu1 2022-08-29 14:55:40.596 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.596 | Err:141 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ibverbs-providers amd64 28.0-1ubuntu1 2022-08-29 14:55:40.596 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.597 | Ign:142 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 icu-devtools amd64 66.1-2ubuntu2.1 2022-08-29 14:55:40.597 | Err:143 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 iputils-arping amd64 3:20190709-3 2022-08-29 14:55:40.597 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.597 | Err:144 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 javascript-common all 11 2022-08-29 14:55:40.597 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.597 | Ign:145 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssrpc4 amd64 1.17-6ubuntu4.1 2022-08-29 14:55:40.597 | Ign:146 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkdb5-9 amd64 1.17-6ubuntu4.1 2022-08-29 14:55:40.598 | Ign:147 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkadm5srv-mit11 amd64 1.17-6ubuntu4.1 2022-08-29 14:55:40.598 | Ign:148 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkadm5clnt-mit11 amd64 1.17-6ubuntu4.1 2022-08-29 14:55:40.598 | Ign:149 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 comerr-dev amd64 2.1-1.45.5-2ubuntu1.1 2022-08-29 14:55:40.598 | Ign:150 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 krb5-multidev amd64 1.17-6ubuntu4.1 2022-08-29 14:55:40.598 | Err:151 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libarchive-cpio-perl all 0.10-1 2022-08-29 14:55:40.598 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.599 | Err:152 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libboost-iostreams1.71.0 amd64 1.71.0-6ubuntu6 2022-08-29 14:55:40.599 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.599 | Err:153 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libboost-thread1.71.0 amd64 1.71.0-6ubuntu6 2022-08-29 14:55:40.599 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.599 | Err:154 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgts-bin amd64 0.7.6+darcs121130-4 2022-08-29 14:55:40.599 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.599 | Ign:155 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libicu-dev amd64 66.1-2ubuntu2.1 2022-08-29 14:55:40.599 | Err:156 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libipset13 amd64 7.5-1ubuntu0.20.04.1 2022-08-29 14:55:40.600 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.600 | Err:157 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 librdmacm1 amd64 28.0-1ubuntu1 2022-08-29 14:55:40.600 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.600 | Err:158 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libiscsi7 amd64 1.18.0-2 2022-08-29 14:55:40.600 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.600 | Ign:159 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8-dev amd64 2.0.3-0ubuntu1.20.04.1 2022-08-29 14:55:40.600 | Err:160 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 2022-08-29 14:55:40.600 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.601 | Err:161 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg-dev amd64 8c-2ubuntu8 2022-08-29 14:55:40.601 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.601 | Err:162 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjs-jquery all 3.3.1~dfsg-3 2022-08-29 14:55:40.601 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.601 | Err:163 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-jquery-metadata all 12-1.1 2022-08-29 14:55:40.601 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.601 | Err:164 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-jquery-tablesorter all 1:2.31.1+dfsg1-1 2022-08-29 14:55:40.601 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.601 | Err:165 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libltdl-dev amd64 2.4.6-14 2022-08-29 14:55:40.601 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.602 | Err:166 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsys-hostname-long-perl all 1.5-1 2022-08-29 14:55:40.602 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.602 | Err:167 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libmail-sendmail-perl all 0.80-1 2022-08-29 14:55:40.602 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.602 | Err:168 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libncurses-dev amd64 6.2-0ubuntu2 2022-08-29 14:55:40.602 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.602 | Err:169 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnspr4 amd64 2:4.25-1 2022-08-29 14:55:40.602 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.603 | Ign:170 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnss3 amd64 2:3.49.1-1ubuntu1.8 2022-08-29 14:55:40.603 | Err:171 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libomp5-10 amd64 1:10.0.0-4ubuntu1 2022-08-29 14:55:40.603 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.603 | Err:172 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libomp-10-dev amd64 1:10.0.0-4ubuntu1 2022-08-29 14:55:40.603 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.603 | Err:173 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pcp-conf amd64 5.0.3-1 2022-08-29 14:55:40.603 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.603 | Err:174 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp3 amd64 5.0.3-1 2022-08-29 14:55:40.603 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.604 | Err:175 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-pmda3 amd64 5.0.3-1 2022-08-29 14:55:40.604 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.604 | Err:176 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-pmda-perl amd64 5.0.3-1 2022-08-29 14:55:40.604 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.604 | Ign:177 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpq5 amd64 12.12-0ubuntu0.20.04.1 2022-08-29 14:55:40.604 | Ign:178 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpq-dev amd64 12.12-0ubuntu0.20.04.1 2022-08-29 14:55:40.604 | Err:179 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 librados2 amd64 15.2.16-0ubuntu0.20.04.1 2022-08-29 14:55:40.604 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.605 | Err:180 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 librbd1 amd64 15.2.16-0ubuntu0.20.04.1 2022-08-29 14:55:40.605 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.605 | Ign:181 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-dev amd64 2.1.27+dfsg-2ubuntu0.1 2022-08-29 14:55:40.605 | Ign:182 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules amd64 2.1.27+dfsg-2ubuntu0.1 2022-08-29 14:55:40.605 | Ign:183 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl-dev amd64 1.1.1f-1ubuntu2.16 2022-08-29 14:55:40.606 | Err:184 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd-dev amd64 245.4-4ubuntu3.17 2022-08-29 14:55:40.606 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.606 | Err:185 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtinfo-dev amd64 6.2-0ubuntu2 2022-08-29 14:55:40.606 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.606 | Err:186 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libx86-1 amd64 1.1+ds1-11 2022-08-29 14:55:40.606 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.606 | Ign:187 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2-dev amd64 2.9.10+dfsg-5ubuntu0.20.04.4 2022-08-29 14:55:40.606 | Ign:188 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libxslt1.1 amd64 1.1.34-4ubuntu0.20.04.1 2022-08-29 14:55:40.607 | Ign:189 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libxslt1-dev amd64 1.1.34-4ubuntu0.20.04.1 2022-08-29 14:55:40.607 | Err:190 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-runtime amd64 1:10.0.0-4ubuntu1 2022-08-29 14:55:40.607 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.607 | Err:191 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpfm4 amd64 4.10.1+git20-g7700f49-2 2022-08-29 14:55:40.607 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.607 | Err:192 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10 amd64 1:10.0.0-4ubuntu1 2022-08-29 14:55:40.607 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.607 | Err:193 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libffi-dev amd64 3.3-4 2022-08-29 14:55:40.607 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.608 | Ign:194 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-pygments all 2.3.1+dfsg-1ubuntu2.2 2022-08-29 14:55:40.608 | Err:195 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-tools amd64 1:10.0.0-4ubuntu1 2022-08-29 14:55:40.608 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.608 | Err:196 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libz3-4 amd64 4.8.7-4build1 2022-08-29 14:55:40.608 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.608 | Err:197 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libz3-dev amd64 4.8.7-4build1 2022-08-29 14:55:40.608 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.609 | Err:198 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-dev amd64 1:10.0.0-4ubuntu1 2022-08-29 14:55:40.609 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.609 | Err:199 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 lsscsi amd64 0.30-0.1 2022-08-29 14:55:40.609 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.609 | Err:200 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 2022-08-29 14:55:40.609 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.609 | Err:201 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pm-utils all 1.4.1-19 2022-08-29 14:55:40.609 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.609 | Ign:202 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-client-common all 214ubuntu0.1 2022-08-29 14:55:40.610 | Ign:203 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-client-12 amd64 12.12-0ubuntu0.20.04.1 2022-08-29 14:55:40.610 | Err:204 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ssl-cert all 1.0.39 2022-08-29 14:55:40.610 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.610 | Ign:205 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-common all 214ubuntu0.1 2022-08-29 14:55:40.610 | Ign:206 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 postgresql-server-dev-12 amd64 12.12-0ubuntu0.20.04.1 2022-08-29 14:55:40.610 | Ign:207 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 postgresql-server-dev-all all 214ubuntu0.1 2022-08-29 14:55:40.611 | Err:208 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-mysqldb amd64 1.4.4-2build1 2022-08-29 14:55:40.611 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.611 | Ign:209 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3.8-venv amd64 3.8.10-0ubuntu1~20.04.5 2022-08-29 14:55:40.611 | Err:210 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-venv amd64 3.8.2-0ubuntu2 2022-08-29 14:55:40.611 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.611 | Ign:211 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 qemu-block-extra amd64 1:4.2-3ubuntu6.23 2022-08-29 14:55:40.611 | Ign:212 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 qemu-utils amd64 1:4.2-3ubuntu6.23 2022-08-29 14:55:40.612 | Err:213 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 sharutils amd64 1:4.15.2-4build1 2022-08-29 14:55:40.612 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.612 | Ign:214 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 sqlite3 amd64 3.31.1-4ubuntu0.3 2022-08-29 14:55:40.613 | Err:215 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 unzip amd64 6.0-25ubuntu1 2022-08-29 14:55:40.613 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.613 | Err:216 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 vbetool amd64 1.1-4 2022-08-29 14:55:40.613 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.613 | Err:217 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 ipset amd64 7.5-1ubuntu0.20.04.1 2022-08-29 14:55:40.613 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.613 | Err:218 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ipvsadm amd64 1:1.31-1 2022-08-29 14:55:40.613 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.613 | Ign:219 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libapache2-mod-proxy-uwsgi amd64 2.4.41-4ubuntu3.12 2022-08-29 14:55:40.614 | Err:220 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liberasurecode1 amd64 1.6.1-4 2022-08-29 14:55:40.614 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.614 | Err:221 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liberasurecode-dev amd64 1.6.1-4 2022-08-29 14:55:40.614 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.614 | Ign:222 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-dev amd64 1.17-6ubuntu4.1 2022-08-29 14:55:40.614 | Err:223 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-gui2 amd64 5.0.3-1 2022-08-29 14:55:40.614 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.614 | Err:224 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-import1 amd64 5.0.3-1 2022-08-29 14:55:40.615 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.615 | Err:225 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-mmv1 amd64 5.0.3-1 2022-08-29 14:55:40.615 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.615 | Err:226 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-trace2 amd64 5.0.3-1 2022-08-29 14:55:40.615 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.615 | Err:227 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-web1 amd64 5.0.3-1 2022-08-29 14:55:40.615 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.615 | Err:228 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libyaml-dev amd64 0.2.2-1 2022-08-29 14:55:40.615 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.615 | Err:229 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-pcp amd64 5.0.3-1 2022-08-29 14:55:40.615 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.616 | Err:230 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pcp amd64 5.0.3-1 2022-08-29 14:55:40.616 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.616 | Err:231 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 2022-08-29 14:55:40.616 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:55:40.616 | Err:232 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 vlan all 2.0.4ubuntu1.20.04.1 2022-08-29 14:55:40.616 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.602 | Err:1 http://security.ubuntu.com/ubuntu focal-updates/main amd64 tar amd64 1.30+dfsg-7ubuntu0.20.04.2 2022-08-29 14:56:11.602 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) Could not connect to nova.clouds.archive.ubuntu.com:80 (185.125.190.41), connection timed out Could not connect to nova.clouds.archive.ubuntu.com:80 (91.189.91.121), connection timed out Could not connect to nova.clouds.archive.ubuntu.com:80 (91.189.91.122), connection timed out Could not connect to nova.clouds.archive.ubuntu.com:80 (185.125.190.38), connection timed out 2022-08-29 14:56:11.602 | Err:8 http://security.ubuntu.com/ubuntu focal-updates/main amd64 rsync amd64 3.1.3-8ubuntu0.4 2022-08-29 14:56:11.602 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.602 | Err:9 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libuuid1 amd64 2.34-0.1ubuntu9.3 2022-08-29 14:56:11.602 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.603 | Err:10 http://security.ubuntu.com/ubuntu focal-updates/main amd64 uuid-runtime amd64 2.34-0.1ubuntu9.3 2022-08-29 14:56:11.603 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.603 | Err:12 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.16 2022-08-29 14:56:11.603 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.603 | Err:14 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.3 2022-08-29 14:56:11.603 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.603 | Err:16 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2ubuntu0.1 2022-08-29 14:56:11.603 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.603 | Err:17 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2ubuntu0.1 2022-08-29 14:56:11.603 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.604 | Err:18 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.9 2022-08-29 14:56:11.604 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.604 | Err:20 http://security.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.12 2022-08-29 14:56:11.604 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.604 | Err:21 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.12 2022-08-29 14:56:11.604 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.604 | Err:24 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libicu66 amd64 66.1-2ubuntu2.1 2022-08-29 14:56:11.604 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.605 | Err:25 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libxml2 amd64 2.9.10+dfsg-5ubuntu0.20.04.4 2022-08-29 14:56:11.605 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.605 | Err:26 http://security.ubuntu.com/ubuntu focal-updates/main amd64 apache2-bin amd64 2.4.41-4ubuntu3.12 2022-08-29 14:56:11.605 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.605 | Err:27 http://security.ubuntu.com/ubuntu focal-updates/main amd64 apache2-data all 2.4.41-4ubuntu3.12 2022-08-29 14:56:11.605 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.605 | Err:28 http://security.ubuntu.com/ubuntu focal-updates/main amd64 apache2-utils amd64 2.4.41-4ubuntu3.12 2022-08-29 14:56:11.605 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.605 | Err:29 http://security.ubuntu.com/ubuntu focal-updates/main amd64 apache2 amd64 2.4.41-4ubuntu3.12 2022-08-29 14:56:11.606 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.606 | Err:31 http://security.ubuntu.com/ubuntu focal-updates/main amd64 haproxy amd64 2.0.13-2ubuntu0.5 2022-08-29 14:56:11.606 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.606 | Err:35 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libmysqlclient21 amd64 8.0.30-0ubuntu0.20.04.2 2022-08-29 14:56:11.606 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.606 | Err:43 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libcom-err2 amd64 1.45.5-2ubuntu1.1 2022-08-29 14:56:11.606 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.606 | Err:44 http://security.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.16 2022-08-29 14:56:11.606 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.607 | Err:45 http://security.ubuntu.com/ubuntu focal-updates/main amd64 python3-yaml amd64 5.3.1-1ubuntu0.1 2022-08-29 14:56:11.607 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.607 | Err:49 http://security.ubuntu.com/ubuntu focal-updates/main amd64 tcpdump amd64 4.9.3-4ubuntu0.1 2022-08-29 14:56:11.607 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.607 | Err:60 http://security.ubuntu.com/ubuntu focal-updates/universe amd64 libobjc4 amd64 10.3.0-1ubuntu1~20.04 2022-08-29 14:56:11.607 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.607 | Err:61 http://security.ubuntu.com/ubuntu focal-updates/universe amd64 libobjc-9-dev amd64 9.4.0-1ubuntu1~20.04.1 2022-08-29 14:56:11.607 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.607 | Err:63 http://security.ubuntu.com/ubuntu focal-updates/main amd64 lib32gcc-s1 amd64 10.3.0-1ubuntu1~20.04 2022-08-29 14:56:11.607 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.608 | Err:64 http://security.ubuntu.com/ubuntu focal-updates/main amd64 lib32stdc++6 amd64 10.3.0-1ubuntu1~20.04 2022-08-29 14:56:11.608 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.608 | Err:81 http://security.ubuntu.com/ubuntu focal-updates/main amd64 uuid-dev amd64 2.34-0.1ubuntu9.3 2022-08-29 14:56:11.608 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.608 | Err:85 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libldap2-dev amd64 2.4.49+dfsg-2ubuntu1.9 2022-08-29 14:56:11.608 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.608 | Err:87 http://security.ubuntu.com/ubuntu focal-updates/main amd64 apache2-dev amd64 2.4.41-4ubuntu3.12 2022-08-29 14:56:11.608 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.609 | Err:95 http://security.ubuntu.com/ubuntu focal-updates/main amd64 dnsmasq-base amd64 2.80-1.1ubuntu1.5 2022-08-29 14:56:11.609 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.609 | Err:96 http://security.ubuntu.com/ubuntu focal-updates/main amd64 dnsmasq-utils amd64 2.80-1.1ubuntu1.5 2022-08-29 14:56:11.609 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.609 | Err:107 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8 amd64 2.0.3-0ubuntu1.20.04.1 2022-08-29 14:56:11.609 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.609 | Err:110 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libwebp6 amd64 0.6.1-2ubuntu0.20.04.1 2022-08-29 14:56:11.609 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.609 | Err:111 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libtiff5 amd64 4.1.0+git191117-2ubuntu0.20.04.3 2022-08-29 14:56:11.609 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.610 | Err:113 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libgd3 amd64 2.2.5-5.2ubuntu2.1 2022-08-29 14:56:11.610 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.610 | Err:121 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libharfbuzz0b amd64 2.6.4-1ubuntu4.2 2022-08-29 14:56:11.610 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.610 | Err:142 http://security.ubuntu.com/ubuntu focal-updates/main amd64 icu-devtools amd64 66.1-2ubuntu2.1 2022-08-29 14:56:11.610 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.610 | Err:145 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libgssrpc4 amd64 1.17-6ubuntu4.1 2022-08-29 14:56:11.610 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.611 | Err:146 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libkdb5-9 amd64 1.17-6ubuntu4.1 2022-08-29 14:56:11.611 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.611 | Err:147 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libkadm5srv-mit11 amd64 1.17-6ubuntu4.1 2022-08-29 14:56:11.611 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.611 | Err:148 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libkadm5clnt-mit11 amd64 1.17-6ubuntu4.1 2022-08-29 14:56:11.612 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.612 | Err:149 http://security.ubuntu.com/ubuntu focal-updates/main amd64 comerr-dev amd64 2.1-1.45.5-2ubuntu1.1 2022-08-29 14:56:11.612 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.612 | Err:150 http://security.ubuntu.com/ubuntu focal-updates/main amd64 krb5-multidev amd64 1.17-6ubuntu4.1 2022-08-29 14:56:11.612 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.612 | Err:155 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libicu-dev amd64 66.1-2ubuntu2.1 2022-08-29 14:56:11.612 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.612 | Err:159 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8-dev amd64 2.0.3-0ubuntu1.20.04.1 2022-08-29 14:56:11.612 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.613 | Err:170 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libnss3 amd64 2:3.49.1-1ubuntu1.8 2022-08-29 14:56:11.613 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.613 | Err:177 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libpq5 amd64 12.12-0ubuntu0.20.04.1 2022-08-29 14:56:11.613 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.613 | Err:178 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libpq-dev amd64 12.12-0ubuntu0.20.04.1 2022-08-29 14:56:11.613 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.613 | Err:181 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-dev amd64 2.1.27+dfsg-2ubuntu0.1 2022-08-29 14:56:11.613 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.614 | Err:182 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules amd64 2.1.27+dfsg-2ubuntu0.1 2022-08-29 14:56:11.614 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.614 | Err:183 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libssl-dev amd64 1.1.1f-1ubuntu2.16 2022-08-29 14:56:11.614 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.614 | Err:187 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libxml2-dev amd64 2.9.10+dfsg-5ubuntu0.20.04.4 2022-08-29 14:56:11.614 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.614 | Err:188 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libxslt1.1 amd64 1.1.34-4ubuntu0.20.04.1 2022-08-29 14:56:11.614 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.614 | Err:189 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libxslt1-dev amd64 1.1.34-4ubuntu0.20.04.1 2022-08-29 14:56:11.614 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.615 | Err:194 http://security.ubuntu.com/ubuntu focal-updates/main amd64 python3-pygments all 2.3.1+dfsg-1ubuntu2.2 2022-08-29 14:56:11.615 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.615 | Err:202 http://security.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-client-common all 214ubuntu0.1 2022-08-29 14:56:11.615 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.615 | Err:203 http://security.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-client-12 amd64 12.12-0ubuntu0.20.04.1 2022-08-29 14:56:11.615 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.615 | Err:205 http://security.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-common all 214ubuntu0.1 2022-08-29 14:56:11.615 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.615 | Err:206 http://security.ubuntu.com/ubuntu focal-updates/universe amd64 postgresql-server-dev-12 amd64 12.12-0ubuntu0.20.04.1 2022-08-29 14:56:11.615 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.616 | Err:207 http://security.ubuntu.com/ubuntu focal-updates/universe amd64 postgresql-server-dev-all all 214ubuntu0.1 2022-08-29 14:56:11.616 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.616 | Err:209 http://security.ubuntu.com/ubuntu focal-updates/universe amd64 python3.8-venv amd64 3.8.10-0ubuntu1~20.04.5 2022-08-29 14:56:11.616 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.616 | Err:211 http://security.ubuntu.com/ubuntu focal-updates/main amd64 qemu-block-extra amd64 1:4.2-3ubuntu6.23 2022-08-29 14:56:11.616 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.616 | Err:212 http://security.ubuntu.com/ubuntu focal-updates/main amd64 qemu-utils amd64 1:4.2-3ubuntu6.23 2022-08-29 14:56:11.616 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.616 | Err:214 http://security.ubuntu.com/ubuntu focal-updates/main amd64 sqlite3 amd64 3.31.1-4ubuntu0.3 2022-08-29 14:56:11.616 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.616 | Err:219 http://security.ubuntu.com/ubuntu focal-updates/universe amd64 libapache2-mod-proxy-uwsgi amd64 2.4.41-4ubuntu3.12 2022-08-29 14:56:11.617 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.617 | Err:222 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-dev amd64 1.17-6ubuntu4.1 2022-08-29 14:56:11.617 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.670 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/t/tar/tar_1.30+dfsg-7ubuntu0.20.04.2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) Could not connect to nova.clouds.archive.ubuntu.com:80 (185.125.190.41), connection timed out Could not connect to nova.clouds.archive.ubuntu.com:80 (91.189.91.121), connection timed out Could not connect to nova.clouds.archive.ubuntu.com:80 (91.189.91.122), connection timed out Could not connect to nova.clouds.archive.ubuntu.com:80 (185.125.190.38), connection timed out 2022-08-29 14:56:11.670 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/s/systemd/libnss-systemd_245.4-4ubuntu3.17_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.670 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/s/systemd/systemd-timesyncd_245.4-4ubuntu3.17_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.670 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/s/systemd/systemd-sysv_245.4-4ubuntu3.17_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.670 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/s/systemd/libpam-systemd_245.4-4ubuntu3.17_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.671 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/s/systemd/systemd_245.4-4ubuntu3.17_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.671 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/s/systemd/libsystemd0_245.4-4ubuntu3.17_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.671 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/r/rsync/rsync_3.1.3-8ubuntu0.4_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.671 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/u/util-linux/libuuid1_2.34-0.1ubuntu9.3_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.671 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/u/util-linux/uuid-runtime_2.34-0.1ubuntu9.3_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.671 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/a/apr/libapr1_1.6.5-1ubuntu1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.671 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.16_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.671 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/a/apr-util/libaprutil1_1.6.1-4ubuntu2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.671 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/s/sqlite3/libsqlite3-0_3.31.1-4ubuntu0.3_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.671 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/a/apr-util/libaprutil1-dbd-sqlite3_1.6.1-4ubuntu2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.671 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/c/cyrus-sasl2/libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.671 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/c/cyrus-sasl2/libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.671 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/o/openldap/libldap-2.4-2_2.4.49+dfsg-2ubuntu1.9_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.671 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/a/apr-util/libaprutil1-ldap_1.6.1-4ubuntu2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.671 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/c/curl/curl_7.68.0-1ubuntu2.12_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.671 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/c/curl/libcurl4_7.68.0-1ubuntu2.12_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.671 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/j/jansson/libjansson4_2.12-1build1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.671 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/l/lua5.2/liblua5.2-0_5.2.4-1.1build3_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.671 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/i/icu/libicu66_66.1-2ubuntu2.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.671 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/libx/libxml2/libxml2_2.9.10+dfsg-5ubuntu0.20.04.4_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.671 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/a/apache2/apache2-bin_2.4.41-4ubuntu3.12_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.672 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/a/apache2/apache2-data_2.4.41-4ubuntu3.12_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.672 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/a/apache2/apache2-utils_2.4.41-4ubuntu3.12_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.672 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/a/apache2/apache2_2.4.41-4ubuntu3.12_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.672 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/l/lua5.3/liblua5.3-0_5.3.3-1.1ubuntu2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.672 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/h/haproxy/haproxy_2.0.13-2ubuntu0.5_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.672 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libn/libnl3/libnl-3-200_3.4.0-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.672 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libn/libnl3/libnl-genl-3-200_3.4.0-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.672 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/mysql-defaults/mysql-common_5.8+1.0.5ubuntu2_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.672 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/m/mysql-8.0/libmysqlclient21_8.0.30-0ubuntu0.20.04.2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.672 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/l/lm-sensors/libsensors-config_3.6.0-2ubuntu1.1_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.672 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/l/lm-sensors/libsensors5_3.6.0-2ubuntu1.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.672 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/n/net-snmp/libsnmp-base_5.8+dfsg-2ubuntu2.5_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.672 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/n/net-snmp/libsnmp35_5.8+dfsg-2ubuntu2.5_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.672 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/k/keepalived/keepalived_2.0.19-2ubuntu0.2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.672 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/memcached/memcached_1.5.22-2ubuntu0.2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.672 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/o/open-iscsi/open-iscsi_2.0.874-7.1ubuntu6.2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.672 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/e/e2fsprogs/libcom-err2_1.45.5-2ubuntu1.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.672 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/o/openssl/openssl_1.1.1f-1ubuntu2.16_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.672 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/p/pyyaml/python3-yaml_5.3.1-1ubuntu0.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.672 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/o/openssh/openssh-sftp-server_8.2p1-4ubuntu0.5_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.673 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/o/openssh/openssh-server_8.2p1-4ubuntu0.5_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.673 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/o/openssh/openssh-client_8.2p1-4ubuntu0.5_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.673 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/t/tcpdump/tcpdump_4.9.3-4ubuntu0.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.673 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/w/wget/wget_1.20.3-1ubuntu2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.673 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/a/acl/acl_2.2.53-6_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.673 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/a/autotools-dev/autotools-dev_20180224.1_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.673 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/m4/m4_1.4.18-4_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.673 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/a/autoconf/autoconf_2.69-11.1_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.673 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/a/automake-1.16/automake_1.16.1-4ubuntu6_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.673 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/g/gettext/autopoint_0.19.8.1-10build1_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.673 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/l/llvm-toolchain-10/libllvm10_10.0.0-4ubuntu1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.673 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/l/llvm-toolchain-10/libclang-cpp10_10.0.0-4ubuntu1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.673 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libg/libgc/libgc1c2_7.6.4-0.4ubuntu1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.673 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/universe/g/gcc-10/libobjc4_10.3.0-1ubuntu1~20.04_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.673 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/universe/g/gcc-9/libobjc-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.673 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/g/glibc/libc6-i386_2.31-0ubuntu9.9_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.673 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/gcc-10/lib32gcc-s1_10.3.0-1ubuntu1~20.04_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.673 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/gcc-10/lib32stdc++6_10.3.0-1ubuntu1~20.04_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.673 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/l/llvm-toolchain-10/libclang-common-10-dev_10.0.0-4ubuntu1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.673 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/l/llvm-toolchain-10/libclang1-10_10.0.0-4ubuntu1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.674 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/l/llvm-toolchain-10/clang-10_10.0.0-4ubuntu1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.674 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libt/libtool/libtool_2.4.6-14_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.674 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/d/dh-autoreconf/dh-autoreconf_19_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.674 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/d/debhelper/libdebhelper-perl_12.10ubuntu1_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.674 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/liba/libarchive-zip-perl/libarchive-zip-perl_1.67-2_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.674 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libs/libsub-override-perl/libsub-override-perl_0.09-2_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.674 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/s/strip-nondeterminism/libfile-stripnondeterminism-perl_1.7.0-1_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.674 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/s/strip-nondeterminism/dh-strip-nondeterminism_1.7.0-1_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.674 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/d/dwz/dwz_0.13-5_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.674 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libc/libcroco/libcroco3_0.6.13-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.674 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/g/gettext/gettext_0.19.8.1-10build1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.674 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/i/intltool-debian/intltool-debian_0.35.0+20060710.5_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.674 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/p/po-debconf/po-debconf_1.0.21_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.674 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/d/debhelper/debhelper_12.10ubuntu1_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.674 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/u/util-linux/uuid-dev_2.34-0.1ubuntu9.3_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.674 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/l/lksctp-tools/libsctp1_1.0.18+dfsg-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.674 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/l/lksctp-tools/libsctp-dev_1.0.18+dfsg-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.674 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/a/apr/libapr1-dev_1.6.5-1ubuntu1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.674 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/o/openldap/libldap2-dev_2.4.49+dfsg-2ubuntu1.9_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.674 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/a/apr-util/libaprutil1-dev_1.6.1-4ubuntu2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.675 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/a/apache2/apache2-dev_2.4.41-4ubuntu3.12_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.675 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/b/binfmt-support/binfmt-support_2.2.0-2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.675 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/conntrack-tools/conntrack_1.4.5-2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.675 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/libn/libnetfilter-cthelper/libnetfilter-cthelper0_1.0.0-1ubuntu2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.675 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/libn/libnetfilter-queue/libnetfilter-queue1_1.0.3-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.675 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/c/conntrack-tools/conntrackd_1.4.5-2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.675 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/d/dns-root-data/dns-root-data_2019052802_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.675 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libi/libidn/libidn11_1.33-2.2ubuntu2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.675 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/d/dnsmasq/dnsmasq-base_2.80-1.1ubuntu1.5_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.675 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/d/dnsmasq/dnsmasq-utils_2.80-1.1ubuntu1.5_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.675 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/e/ebtables/ebtables_2.0.11-3build1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.675 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/f/fonts-dejavu/fonts-dejavu-core_2.37-1_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.675 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/f/fonts-liberation/fonts-liberation_1.07.4-11_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.675 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/f/fontconfig/fontconfig-config_2.13.1-2ubuntu3_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.675 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/f/fontconfig/libfontconfig1_2.13.1-2ubuntu3_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.675 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/f/fontconfig/fontconfig_2.13.1-2ubuntu3_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.675 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/cdrkit/genisoimage_1.1.11-3.1ubuntu1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.675 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/a/ann/libann0_1.1.2+doc-7build1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.675 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/g/graphviz/libcdt5_2.42.2-3build2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.675 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/g/graphviz/libcgraph6_2.42.2-3build2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.675 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/libj/libjpeg-turbo/libjpeg-turbo8_2.0.3-0ubuntu1.20.04.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.676 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libj/libjpeg8-empty/libjpeg8_8c-2ubuntu8_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.676 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/j/jbigkit/libjbig0_2.1-3.1build1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.676 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/libw/libwebp/libwebp6_0.6.1-2ubuntu0.20.04.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.676 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/t/tiff/libtiff5_4.1.0+git191117-2ubuntu0.20.04.3_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.676 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libx/libxpm/libxpm4_3.5.12-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.676 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/libg/libgd2/libgd3_2.2.5-5.2ubuntu2.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.676 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/g/gts/libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.676 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/p/pixman/libpixman-1-0_0.38.4-0ubuntu1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.676 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libx/libxcb/libxcb-render0_1.14-2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.676 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libx/libxcb/libxcb-shm0_1.14-2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.676 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libx/libxrender/libxrender1_0.9.10-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.676 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/cairo/libcairo2_1.16.0-4ubuntu1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.676 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/g/graphite2/libgraphite2-3_1.3.13-11build1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.676 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/h/harfbuzz/libharfbuzz0b_2.6.4-1ubuntu4.2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.676 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libt/libthai/libthai-data_0.1.28-3_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.676 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libd/libdatrie/libdatrie1_0.2.12-3_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.676 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libt/libthai/libthai0_0.1.28-3_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.676 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/p/pango1.0/libpango-1.0-0_1.44.7-2ubuntu4_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.676 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/p/pango1.0/libpangoft2-1.0-0_1.44.7-2ubuntu4_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.676 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/p/pango1.0/libpangocairo-1.0-0_1.44.7-2ubuntu4_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.676 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/g/graphviz/libpathplan4_2.42.2-3build2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.677 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/g/graphviz/libgvc6_2.42.2-3build2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.677 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/g/graphviz/libgvpr2_2.42.2-3build2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.677 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/g/graphviz/liblab-gamut1_2.42.2-3build2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.677 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/x/xorg/x11-common_7.7+19ubuntu14_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.677 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libi/libice/libice6_1.0.10-0ubuntu1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.677 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libs/libsm/libsm6_1.2.3-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.677 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libx/libxt/libxt6_1.1.5-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.677 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libx/libxmu/libxmu6_1.1.3-0ubuntu1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.677 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libx/libxaw/libxaw7_1.0.13-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.677 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/g/graphviz/graphviz_2.42.2-3build2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.677 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libn/libnl3/libnl-route-3-200_3.4.0-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.677 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/r/rdma-core/libibverbs1_28.0-1ubuntu1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.677 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/r/rdma-core/ibverbs-providers_28.0-1ubuntu1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.677 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/i/icu/icu-devtools_66.1-2ubuntu2.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.677 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/i/iputils/iputils-arping_20190709-3_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.677 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/j/javascript-common/javascript-common_11_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.677 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/k/krb5/libgssrpc4_1.17-6ubuntu4.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.677 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/k/krb5/libkdb5-9_1.17-6ubuntu4.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.677 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/k/krb5/libkadm5srv-mit11_1.17-6ubuntu4.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.677 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/k/krb5/libkadm5clnt-mit11_1.17-6ubuntu4.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.678 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/e/e2fsprogs/comerr-dev_2.1-1.45.5-2ubuntu1.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.678 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/k/krb5/krb5-multidev_1.17-6ubuntu4.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.678 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/liba/libarchive-cpio-perl/libarchive-cpio-perl_0.10-1_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.678 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/b/boost1.71/libboost-iostreams1.71.0_1.71.0-6ubuntu6_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.678 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/b/boost1.71/libboost-thread1.71.0_1.71.0-6ubuntu6_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.678 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/g/gts/libgts-bin_0.7.6+darcs121130-4_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.678 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/i/icu/libicu-dev_66.1-2ubuntu2.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.678 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/i/ipset/libipset13_7.5-1ubuntu0.20.04.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.678 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/r/rdma-core/librdmacm1_28.0-1ubuntu1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.678 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libi/libiscsi/libiscsi7_1.18.0-2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.678 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/libj/libjpeg-turbo/libjpeg-turbo8-dev_2.0.3-0ubuntu1.20.04.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.678 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libj/libjpeg8-empty/libjpeg8-dev_8c-2ubuntu8_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.678 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libj/libjpeg8-empty/libjpeg-dev_8c-2ubuntu8_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.678 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/j/jquery/libjs-jquery_3.3.1~dfsg-3_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.678 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/j/jquery-goodies/libjs-jquery-metadata_12-1.1_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.678 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/j/jquery-tablesorter/libjs-jquery-tablesorter_2.31.1+dfsg1-1_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.678 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libt/libtool/libltdl-dev_2.4.6-14_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.678 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libs/libsys-hostname-long-perl/libsys-hostname-long-perl_1.5-1_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.678 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libm/libmail-sendmail-perl/libmail-sendmail-perl_0.80-1_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.678 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/n/ncurses/libncurses-dev_6.2-0ubuntu2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.678 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/n/nspr/libnspr4_4.25-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.679 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/n/nss/libnss3_3.49.1-1ubuntu1.8_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.679 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/l/llvm-toolchain-10/libomp5-10_10.0.0-4ubuntu1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.679 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/l/llvm-toolchain-10/libomp-10-dev_10.0.0-4ubuntu1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.679 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/p/pcp/pcp-conf_5.0.3-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.679 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/p/pcp/libpcp3_5.0.3-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.679 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/p/pcp/libpcp-pmda3_5.0.3-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.679 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/p/pcp/libpcp-pmda-perl_5.0.3-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.679 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/p/postgresql-12/libpq5_12.12-0ubuntu0.20.04.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.679 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/p/postgresql-12/libpq-dev_12.12-0ubuntu0.20.04.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.679 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/ceph/librados2_15.2.16-0ubuntu0.20.04.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.679 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/ceph/librbd1_15.2.16-0ubuntu0.20.04.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.679 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/c/cyrus-sasl2/libsasl2-dev_2.1.27+dfsg-2ubuntu0.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.679 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/c/cyrus-sasl2/libsasl2-modules_2.1.27+dfsg-2ubuntu0.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.679 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl-dev_1.1.1f-1ubuntu2.16_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.679 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/s/systemd/libsystemd-dev_245.4-4ubuntu3.17_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.679 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/n/ncurses/libtinfo-dev_6.2-0ubuntu2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.679 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/libx/libx86/libx86-1_1.1+ds1-11_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.679 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/libx/libxml2/libxml2-dev_2.9.10+dfsg-5ubuntu0.20.04.4_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.679 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/libx/libxslt/libxslt1.1_1.1.34-4ubuntu0.20.04.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.679 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/libx/libxslt/libxslt1-dev_1.1.34-4ubuntu0.20.04.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.679 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/l/llvm-toolchain-10/llvm-10-runtime_10.0.0-4ubuntu1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.680 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libp/libpfm4/libpfm4_4.10.1+git20-g7700f49-2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.680 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/l/llvm-toolchain-10/llvm-10_10.0.0-4ubuntu1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.680 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libf/libffi/libffi-dev_3.3-4_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.680 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/p/pygments/python3-pygments_2.3.1+dfsg-1ubuntu2.2_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.680 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/l/llvm-toolchain-10/llvm-10-tools_10.0.0-4ubuntu1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.680 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/z/z3/libz3-4_4.8.7-4build1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.680 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/z/z3/libz3-dev_4.8.7-4build1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.680 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/l/llvm-toolchain-10/llvm-10-dev_10.0.0-4ubuntu1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.680 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/l/lsscsi/lsscsi_0.30-0.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.680 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/p/pkg-config/pkg-config_0.29.1-0ubuntu4_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.680 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/p/pm-utils/pm-utils_1.4.1-19_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.680 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/p/postgresql-common/postgresql-client-common_214ubuntu0.1_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.680 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/p/postgresql-12/postgresql-client-12_12.12-0ubuntu0.20.04.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.680 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/s/ssl-cert/ssl-cert_1.0.39_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.680 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/p/postgresql-common/postgresql-common_214ubuntu0.1_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.680 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/universe/p/postgresql-12/postgresql-server-dev-12_12.12-0ubuntu0.20.04.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.680 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/universe/p/postgresql-common/postgresql-server-dev-all_214ubuntu0.1_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.680 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/p/python-mysqldb/python3-mysqldb_1.4.4-2build1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.680 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/universe/p/python3.8/python3.8-venv_3.8.10-0ubuntu1~20.04.5_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.680 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/p/python3-defaults/python3-venv_3.8.2-0ubuntu2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.680 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/q/qemu/qemu-block-extra_4.2-3ubuntu6.23_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.681 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/q/qemu/qemu-utils_4.2-3ubuntu6.23_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.681 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/s/sharutils/sharutils_4.15.2-4build1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.681 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/s/sqlite3/sqlite3_3.31.1-4ubuntu0.3_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.681 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/u/unzip/unzip_6.0-25ubuntu1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.681 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/v/vbetool/vbetool_1.1-4_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.681 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/i/ipset/ipset_7.5-1ubuntu0.20.04.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.681 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/i/ipvsadm/ipvsadm_1.31-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.681 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/universe/a/apache2/libapache2-mod-proxy-uwsgi_2.4.41-4ubuntu3.12_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.681 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libe/liberasurecode/liberasurecode1_1.6.1-4_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.681 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libe/liberasurecode/liberasurecode-dev_1.6.1-4_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.681 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/k/krb5/libkrb5-dev_1.17-6ubuntu4.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.681 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/p/pcp/libpcp-gui2_5.0.3-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.681 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/p/pcp/libpcp-import1_5.0.3-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.681 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/p/pcp/libpcp-mmv1_5.0.3-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.681 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/p/pcp/libpcp-trace2_5.0.3-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.681 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/p/pcp/libpcp-web1_5.0.3-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.681 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/liby/libyaml/libyaml-dev_0.2.2-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.681 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/p/pcp/python3-pcp_5.0.3-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.681 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/p/pcp/pcp_5.0.3-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.681 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/s/socat/socat_1.7.3.3-2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.681 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/v/vlan/vlan_2.0.4ubuntu1.20.04.1_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:11.682 | E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? 2022-08-29 14:56:11.682 | ++ functions-common:apt_get:1234 : result=100 2022-08-29 14:56:11.684 | ++ functions-common:apt_get:1237 : time_stop apt-get 2022-08-29 14:56:11.686 | ++ functions-common:time_stop:2439 : local name 2022-08-29 14:56:11.688 | ++ functions-common:time_stop:2440 : local end_time 2022-08-29 14:56:11.691 | ++ functions-common:time_stop:2441 : local elapsed_time 2022-08-29 14:56:11.693 | ++ functions-common:time_stop:2442 : local total 2022-08-29 14:56:11.695 | ++ functions-common:time_stop:2443 : local start_time 2022-08-29 14:56:11.697 | ++ functions-common:time_stop:2445 : name=apt-get 2022-08-29 14:56:11.699 | ++ functions-common:time_stop:2446 : start_time=1661784908528 2022-08-29 14:56:11.702 | ++ functions-common:time_stop:2448 : [[ -z 1661784908528 ]] 2022-08-29 14:56:11.704 | +++ functions-common:time_stop:2451 : date +%s%3N 2022-08-29 14:56:11.709 | ++ functions-common:time_stop:2451 : end_time=1661784971706 2022-08-29 14:56:11.711 | ++ functions-common:time_stop:2452 : elapsed_time=63178 2022-08-29 14:56:11.713 | ++ functions-common:time_stop:2453 : total=816 2022-08-29 14:56:11.715 | ++ functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-29 14:56:11.717 | ++ functions-common:time_stop:2456 : _TIME_TOTAL[$name]=63994 2022-08-29 14:56:11.719 | ++ functions-common:apt_get:1238 : return 100 2022-08-29 14:56:11.722 | ++ functions-common:install_package:1465 : RETRY_UPDATE=True 2022-08-29 14:56:11.724 | ++ functions-common:install_package:1465 : update_package_repo 2022-08-29 14:56:11.726 | ++ functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-29 14:56:11.729 | ++ functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-08-29 14:56:11.731 | ++ functions-common:update_package_repo:1437 : RETRY_UPDATE=True 2022-08-29 14:56:11.733 | ++ functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-29 14:56:11.735 | ++ functions-common:update_package_repo:1443 : is_ubuntu 2022-08-29 14:56:11.737 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-29 14:56:11.740 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-29 14:56:11.742 | ++ functions-common:update_package_repo:1444 : apt_get_update 2022-08-29 14:56:11.744 | ++ functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-08-29 14:56:11.746 | ++ functions-common:apt_get_update:1189 : [[ True != \T\r\u\e ]] 2022-08-29 14:56:11.748 | ++ functions-common:apt_get_update:1194 : [[ False = \T\r\u\e ]] 2022-08-29 14:56:11.751 | ++ functions-common:apt_get_update:1196 : local sudo=sudo 2022-08-29 14:56:11.754 | +++ functions-common:apt_get_update:1197 : id -u 2022-08-29 14:56:11.758 | ++ functions-common:apt_get_update:1197 : [[ 1000 = \0 ]] 2022-08-29 14:56:11.760 | ++ functions-common:apt_get_update:1200 : time_start apt-get-update 2022-08-29 14:56:11.762 | ++ functions-common:time_start:2425 : local name=apt-get-update 2022-08-29 14:56:11.765 | ++ functions-common:time_start:2426 : local start_time= 2022-08-29 14:56:11.767 | ++ functions-common:time_start:2427 : [[ -n '' ]] 2022-08-29 14:56:11.770 | +++ functions-common:time_start:2430 : date +%s%3N 2022-08-29 14:56:11.774 | ++ functions-common:time_start:2430 : _TIME_START[$name]=1661784971772 2022-08-29 14:56:11.776 | ++ functions-common:apt_get_update:1202 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2022-08-29 14:56:11.779 | ++ functions-common:apt_get_update:1203 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2022-08-29 14:56:11.781 | ++ functions-common:apt_get_update:1204 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2022-08-29 14:56:42.928 | Err:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2022-08-29 14:56:42.928 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) Could not connect to nova.clouds.archive.ubuntu.com:80 (185.125.190.41), connection timed out Could not connect to nova.clouds.archive.ubuntu.com:80 (91.189.91.121), connection timed out Could not connect to nova.clouds.archive.ubuntu.com:80 (91.189.91.122), connection timed out Could not connect to nova.clouds.archive.ubuntu.com:80 (185.125.190.38), connection timed out 2022-08-29 14:56:42.928 | Err:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease 2022-08-29 14:56:42.928 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:42.928 | Err:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease 2022-08-29 14:56:42.928 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:42.991 | Err:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-08-29 14:56:42.991 | Cannot initiate the connection to security.ubuntu.com:80 (2620:2d:4000:1::19). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::18). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2620:2d:4000:1::16). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::15). - connect (101: Network is unreachable) Could not connect to security.ubuntu.com:80 (185.125.190.39), connection timed out Could not connect to security.ubuntu.com:80 (91.189.91.38), connection timed out Could not connect to security.ubuntu.com:80 (91.189.91.39), connection timed out Could not connect to security.ubuntu.com:80 (185.125.190.36), connection timed out 2022-08-29 14:56:44.599 | Reading package lists... 2022-08-29 14:56:44.623 | W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/focal/InRelease Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) Could not connect to nova.clouds.archive.ubuntu.com:80 (185.125.190.41), connection timed out Could not connect to nova.clouds.archive.ubuntu.com:80 (91.189.91.121), connection timed out Could not connect to nova.clouds.archive.ubuntu.com:80 (91.189.91.122), connection timed out Could not connect to nova.clouds.archive.ubuntu.com:80 (185.125.190.38), connection timed out 2022-08-29 14:56:44.623 | W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/focal-updates/InRelease Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:44.624 | W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/focal-backports/InRelease Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:56:44.624 | W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/focal-security/InRelease Cannot initiate the connection to security.ubuntu.com:80 (2620:2d:4000:1::19). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::18). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2620:2d:4000:1::16). - connect (101: Network is unreachable) Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::15). - connect (101: Network is unreachable) Could not connect to security.ubuntu.com:80 (185.125.190.39), connection timed out Could not connect to security.ubuntu.com:80 (91.189.91.38), connection timed out Could not connect to security.ubuntu.com:80 (91.189.91.39), connection timed out Could not connect to security.ubuntu.com:80 (185.125.190.36), connection timed out 2022-08-29 14:56:44.624 | W: Some index files failed to download. They have been ignored, or old ones used instead. 2022-08-29 14:56:44.629 | ++ functions-common:apt_get_update:1208 : REPOS_UPDATED=True 2022-08-29 14:56:44.631 | ++ functions-common:apt_get_update:1210 : time_stop apt-get-update 2022-08-29 14:56:44.633 | ++ functions-common:time_stop:2439 : local name 2022-08-29 14:56:44.635 | ++ functions-common:time_stop:2440 : local end_time 2022-08-29 14:56:44.637 | ++ functions-common:time_stop:2441 : local elapsed_time 2022-08-29 14:56:44.640 | ++ functions-common:time_stop:2442 : local total 2022-08-29 14:56:44.642 | ++ functions-common:time_stop:2443 : local start_time 2022-08-29 14:56:44.644 | ++ functions-common:time_stop:2445 : name=apt-get-update 2022-08-29 14:56:44.647 | ++ functions-common:time_stop:2446 : start_time=1661784971772 2022-08-29 14:56:44.649 | ++ functions-common:time_stop:2448 : [[ -z 1661784971772 ]] 2022-08-29 14:56:44.651 | +++ functions-common:time_stop:2451 : date +%s%3N 2022-08-29 14:56:44.655 | ++ functions-common:time_stop:2451 : end_time=1661785004653 2022-08-29 14:56:44.657 | ++ functions-common:time_stop:2452 : elapsed_time=32881 2022-08-29 14:56:44.660 | ++ functions-common:time_stop:2453 : total=32910 2022-08-29 14:56:44.662 | ++ functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-29 14:56:44.664 | ++ functions-common:time_stop:2456 : _TIME_TOTAL[$name]=65791 2022-08-29 14:56:44.667 | ++ 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 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-08-29 14:56:44.669 | ++ functions-common:real_install_package:1449 : is_ubuntu 2022-08-29 14:56:44.671 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-29 14:56:44.673 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-29 14:56:44.676 | ++ functions-common:real_install_package:1450 : 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 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-08-29 14:56:44.695 | ++ functions-common:apt_get:1230 : 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 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-08-29 14:56:44.804 | Reading package lists... 2022-08-29 14:56:45.050 | Building dependency tree... 2022-08-29 14:56:45.051 | Reading state information... 2022-08-29 14:56:45.336 | bc is already the newest version (1.07.1-2build1). 2022-08-29 14:56:45.336 | bc set to manually installed. 2022-08-29 14:56:45.336 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2022-08-29 14:56:45.336 | bsdmainutils set to manually installed. 2022-08-29 14:56:45.336 | g++ is already the newest version (4:9.3.0-1ubuntu2). 2022-08-29 14:56:45.336 | g++ set to manually installed. 2022-08-29 14:56:45.336 | gawk is already the newest version (1:5.0.1+dfsg-1). 2022-08-29 14:56:45.336 | gawk set to manually installed. 2022-08-29 14:56:45.336 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2022-08-29 14:56:45.336 | iptables is already the newest version (1.8.4-3ubuntu2). 2022-08-29 14:56:45.336 | iptables set to manually installed. 2022-08-29 14:56:45.336 | iputils-ping is already the newest version (3:20190709-3). 2022-08-29 14:56:45.336 | kpartx is already the newest version (0.8.3-1ubuntu2). 2022-08-29 14:56:45.336 | kpartx set to manually installed. 2022-08-29 14:56:45.337 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2022-08-29 14:56:45.337 | make is already the newest version (4.2.1-1.2). 2022-08-29 14:56:45.337 | make set to manually installed. 2022-08-29 14:56:45.337 | psmisc is already the newest version (23.3-1). 2022-08-29 14:56:45.337 | psmisc set to manually installed. 2022-08-29 14:56:45.337 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2022-08-29 14:56:45.337 | python3-systemd is already the newest version (234-3build2). 2022-08-29 14:56:45.337 | python3-systemd set to manually installed. 2022-08-29 14:56:45.337 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2022-08-29 14:56:45.337 | thin-provisioning-tools set to manually installed. 2022-08-29 14:56:45.337 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2022-08-29 14:56:45.337 | git is already the newest version (1:2.25.1-1ubuntu3.5). 2022-08-29 14:56:45.337 | libpcre3-dev is already the newest version (2:8.39-12ubuntu0.1). 2022-08-29 14:56:45.337 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2022-08-29 14:56:45.337 | lsof set to manually installed. 2022-08-29 14:56:45.337 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2022-08-29 14:56:45.337 | parted set to manually installed. 2022-08-29 14:56:45.337 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2022-08-29 14:56:45.337 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.3). 2022-08-29 14:56:45.337 | zlib1g-dev set to manually installed. 2022-08-29 14:56:45.337 | python3-pip is already the newest version (20.0.2-5ubuntu1.6). 2022-08-29 14:56:45.337 | The following packages were automatically installed and are no longer required: 2022-08-29 14:56:45.337 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-08-29 14:56:45.337 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-08-29 14:56:45.337 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-08-29 14:56:45.337 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-08-29 14:56:45.337 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-08-29 14:56:45.337 | python3-zope.interface 2022-08-29 14:56:45.337 | Use 'sudo apt autoremove' to remove them. 2022-08-29 14:56:45.337 | The following additional packages will be installed: 2022-08-29 14:56:45.338 | apache2-bin apache2-data apache2-utils autoconf automake autopoint 2022-08-29 14:56:45.338 | autotools-dev binfmt-support clang-10 comerr-dev debhelper dh-autoreconf 2022-08-29 14:56:45.338 | dh-strip-nondeterminism dns-root-data dwz fontconfig fontconfig-config 2022-08-29 14:56:45.338 | fonts-dejavu-core fonts-liberation ibverbs-providers icu-devtools 2022-08-29 14:56:45.338 | intltool-debian ipvsadm javascript-common krb5-multidev lib32gcc-s1 2022-08-29 14:56:45.338 | lib32stdc++6 libann0 libapr1 libapr1-dev libaprutil1 libaprutil1-dbd-sqlite3 2022-08-29 14:56:45.338 | libaprutil1-dev libaprutil1-ldap libarchive-cpio-perl libarchive-zip-perl 2022-08-29 14:56:45.338 | libboost-iostreams1.71.0 libboost-thread1.71.0 libc6-i386 libcairo2 libcdt5 2022-08-29 14:56:45.338 | libcgraph6 libclang-common-10-dev libclang-cpp10 libclang1-10 libcom-err2 2022-08-29 14:56:45.338 | libcroco3 libcurl4 libdatrie1 libdebhelper-perl liberasurecode1 2022-08-29 14:56:45.338 | libfile-stripnondeterminism-perl libfontconfig1 libgc1c2 libgd3 2022-08-29 14:56:45.338 | libgraphite2-3 libgssrpc4 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 2022-08-29 14:56:45.338 | libharfbuzz0b libibverbs1 libice6 libicu-dev libicu66 libidn11 libipset13 2022-08-29 14:56:45.338 | libiscsi7 libjansson4 libjbig0 libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2022-08-29 14:56:45.338 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libkadm5clnt-mit11 2022-08-29 14:56:45.338 | libkadm5srv-mit11 libkdb5-9 liblab-gamut1 libldap-2.4-2 libllvm10 2022-08-29 14:56:45.338 | libltdl-dev liblua5.2-0 liblua5.3-0 libmail-sendmail-perl libmysqlclient21 2022-08-29 14:56:45.338 | libncurses-dev libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200 2022-08-29 14:56:45.338 | libnl-genl-3-200 libnl-route-3-200 libnspr4 libnss-systemd libnss3 2022-08-29 14:56:45.338 | libobjc-9-dev libobjc4 libomp-10-dev libomp5-10 libpam-systemd 2022-08-29 14:56:45.338 | libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 2022-08-29 14:56:45.338 | libpcp-gui2 libpcp-import1 libpcp-mmv1 libpcp-pmda-perl libpcp-pmda3 2022-08-29 14:56:45.338 | libpcp-trace2 libpcp-web1 libpcp3 libpfm4 libpixman-1-0 libpq5 librados2 2022-08-29 14:56:45.338 | librbd1 librdmacm1 libsasl2-2 libsasl2-modules libsasl2-modules-db 2022-08-29 14:56:45.338 | libsctp-dev libsctp1 libsensors-config libsensors5 libsm6 libsnmp-base 2022-08-29 14:56:45.338 | libsnmp35 libsqlite3-0 libssl1.1 libsub-override-perl 2022-08-29 14:56:45.338 | libsys-hostname-long-perl libsystemd0 libthai-data libthai0 libtiff5 2022-08-29 14:56:45.338 | libtinfo-dev libtool libuuid1 libwebp6 libx86-1 libxaw7 libxcb-render0 2022-08-29 14:56:45.338 | libxcb-shm0 libxml2 libxmu6 libxpm4 libxrender1 libxslt1.1 libxt6 libz3-4 2022-08-29 14:56:45.338 | libz3-dev llvm-10 llvm-10-dev llvm-10-runtime llvm-10-tools m4 mysql-common 2022-08-29 14:56:45.338 | openssh-client openssh-sftp-server pcp-conf po-debconf postgresql-client-12 2022-08-29 14:56:45.339 | postgresql-client-common postgresql-common postgresql-server-dev-12 2022-08-29 14:56:45.339 | python3-pcp python3-pygments python3-yaml python3.8-venv qemu-block-extra 2022-08-29 14:56:45.339 | sharutils ssl-cert systemd systemd-sysv systemd-timesyncd uuid-dev vbetool 2022-08-29 14:56:45.339 | x11-common 2022-08-29 14:56:45.340 | Suggested packages: 2022-08-29 14:56:45.340 | apache2-doc apache2-suexec-pristine | apache2-suexec-custom www-browser 2022-08-29 14:56:45.340 | autoconf-archive gnu-standards autoconf-doc clang-10-doc doc-base nftables 2022-08-29 14:56:45.340 | dh-make wodim cdrkit-doc gettext-doc libasprintf-dev libgettextpo-dev 2022-08-29 14:56:45.340 | gsfonts graphviz-doc vim-haproxy haproxy-doc heartbeat ldirectord krb5-doc 2022-08-29 14:56:45.340 | python libisal2 libjerasure2 libgd-tools krb5-user icu-doc libtool-doc 2022-08-29 14:56:45.340 | ncurses-doc libomp-10-doc postgresql-doc-12 libsasl2-modules-gssapi-mit 2022-08-29 14:56:45.340 | | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp 2022-08-29 14:56:45.340 | libsasl2-modules-sql lksctp-tools lm-sensors snmp-mibs-downloader libssl-doc 2022-08-29 14:56:45.340 | gfortran | fortran95-compiler gcj-jdk libyaml-doc llvm-10-doc m4-doc 2022-08-29 14:56:45.340 | libanyevent-perl libcache-memcached-perl libmemcached libterm-readkey-perl 2022-08-29 14:56:45.340 | libyaml-perl keychain libpam-ssh monkeysphere ssh-askpass molly-guard 2022-08-29 14:56:45.340 | pcp-gui libpcp-import-perl cpufrequtils wireless-tools radeontool 2022-08-29 14:56:45.340 | libmail-box-perl postgresql-12 libjson-perl default-mysql-server 2022-08-29 14:56:45.340 | | virtual-mysql-server python3-mysqldb-dbg python-pygments-doc 2022-08-29 14:56:45.340 | ttf-bitstream-vera debootstrap sharutils-doc bsd-mailx | mailx sqlite3-doc 2022-08-29 14:56:45.340 | openssl-blacklist systemd-container ncompress tar-scripts tar-doc zip 2022-08-29 14:56:45.591 | The following NEW packages will be installed: 2022-08-29 14:56:45.591 | acl apache2 apache2-bin apache2-data apache2-dev apache2-utils autoconf 2022-08-29 14:56:45.591 | automake autopoint autotools-dev binfmt-support clang-10 comerr-dev 2022-08-29 14:56:45.591 | conntrack conntrackd debhelper dh-autoreconf dh-strip-nondeterminism 2022-08-29 14:56:45.591 | dns-root-data dnsmasq-base dnsmasq-utils dwz ebtables fontconfig 2022-08-29 14:56:45.591 | fontconfig-config fonts-dejavu-core fonts-liberation genisoimage gettext 2022-08-29 14:56:45.591 | graphviz haproxy ibverbs-providers icu-devtools intltool-debian ipset 2022-08-29 14:56:45.591 | iputils-arping ipvsadm javascript-common keepalived krb5-multidev 2022-08-29 14:56:45.591 | lib32gcc-s1 lib32stdc++6 libann0 libapache2-mod-proxy-uwsgi libapr1 2022-08-29 14:56:45.591 | libapr1-dev libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-dev 2022-08-29 14:56:45.591 | libaprutil1-ldap libarchive-cpio-perl libarchive-zip-perl 2022-08-29 14:56:45.591 | libboost-iostreams1.71.0 libboost-thread1.71.0 libc6-i386 libcairo2 libcdt5 2022-08-29 14:56:45.591 | libcgraph6 libclang-common-10-dev libclang-cpp10 libclang1-10 libcroco3 2022-08-29 14:56:45.591 | libdatrie1 libdebhelper-perl liberasurecode-dev liberasurecode1 libffi-dev 2022-08-29 14:56:45.591 | libfile-stripnondeterminism-perl libfontconfig1 libgc1c2 libgd3 2022-08-29 14:56:45.591 | libgraphite2-3 libgssrpc4 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 2022-08-29 14:56:45.591 | libharfbuzz0b libibverbs1 libice6 libicu-dev libidn11 libipset13 libiscsi7 2022-08-29 14:56:45.591 | libjansson4 libjbig0 libjpeg-dev libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2022-08-29 14:56:45.591 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libjs-jquery-tablesorter 2022-08-29 14:56:45.591 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-dev liblab-gamut1 2022-08-29 14:56:45.591 | libldap2-dev libllvm10 libltdl-dev liblua5.2-0 liblua5.3-0 2022-08-29 14:56:45.591 | libmail-sendmail-perl libmysqlclient21 libncurses-dev libnetfilter-cthelper0 2022-08-29 14:56:45.591 | libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 libnl-route-3-200 libnspr4 2022-08-29 14:56:45.591 | libnss3 libobjc-9-dev libobjc4 libomp-10-dev libomp5-10 libpango-1.0-0 2022-08-29 14:56:45.591 | libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpcp-gui2 2022-08-29 14:56:45.591 | libpcp-import1 libpcp-mmv1 libpcp-pmda-perl libpcp-pmda3 libpcp-trace2 2022-08-29 14:56:45.591 | libpcp-web1 libpcp3 libpfm4 libpixman-1-0 libpq-dev libpq5 librados2 librbd1 2022-08-29 14:56:45.591 | librdmacm1 libsasl2-dev libsctp-dev libsctp1 libsensors-config libsensors5 2022-08-29 14:56:45.591 | libsm6 libsnmp-base libsnmp35 libssl-dev libsub-override-perl 2022-08-29 14:56:45.592 | libsys-hostname-long-perl libsystemd-dev libthai-data libthai0 libtiff5 2022-08-29 14:56:45.592 | libtinfo-dev libtool libwebp6 libx86-1 libxaw7 libxcb-render0 libxcb-shm0 2022-08-29 14:56:45.592 | libxml2-dev libxmu6 libxpm4 libxrender1 libxslt1-dev libxt6 libyaml-dev 2022-08-29 14:56:45.592 | libz3-4 libz3-dev llvm-10 llvm-10-dev llvm-10-runtime llvm-10-tools lsscsi 2022-08-29 14:56:45.592 | m4 memcached mysql-common pcp pcp-conf pkg-config pm-utils po-debconf 2022-08-29 14:56:45.592 | postgresql-client-12 postgresql-client-common postgresql-common 2022-08-29 14:56:45.592 | postgresql-server-dev-12 postgresql-server-dev-all python3-mysqldb 2022-08-29 14:56:45.592 | python3-pcp python3-pygments python3-venv python3-yaml python3.8-venv 2022-08-29 14:56:45.592 | qemu-block-extra qemu-utils sharutils socat sqlite3 ssl-cert unzip uuid-dev 2022-08-29 14:56:45.592 | vbetool vlan x11-common 2022-08-29 14:56:45.592 | The following packages will be upgraded: 2022-08-29 14:56:45.593 | curl libcom-err2 libcurl4 libicu66 libldap-2.4-2 libnss-systemd 2022-08-29 14:56:45.593 | libpam-systemd libsasl2-2 libsasl2-modules libsasl2-modules-db libsqlite3-0 2022-08-29 14:56:45.593 | libssl1.1 libsystemd0 libuuid1 libxml2 libxslt1.1 open-iscsi openssh-client 2022-08-29 14:56:45.594 | openssh-server openssh-sftp-server openssl rsync systemd systemd-sysv 2022-08-29 14:56:45.594 | systemd-timesyncd tar tcpdump uuid-runtime wget 2022-08-29 14:57:16.629 | 29 upgraded, 203 newly installed, 0 to remove and 159 not upgraded. 2022-08-29 14:57:16.629 | Need to get 152 MB of archives. 2022-08-29 14:57:16.630 | After this operation, 712 MB of additional disk space will be used. 2022-08-29 14:57:16.630 | Ign:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 tar amd64 1.30+dfsg-7ubuntu0.20.04.2 2022-08-29 14:57:16.637 | Err:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnss-systemd amd64 245.4-4ubuntu3.17 2022-08-29 14:57:16.637 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.637 | Err:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-timesyncd amd64 245.4-4ubuntu3.17 2022-08-29 14:57:16.638 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.638 | Err:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-sysv amd64 245.4-4ubuntu3.17 2022-08-29 14:57:16.638 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.638 | Err:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-systemd amd64 245.4-4ubuntu3.17 2022-08-29 14:57:16.638 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.638 | Err:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd amd64 245.4-4ubuntu3.17 2022-08-29 14:57:16.638 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.638 | Err:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd0 amd64 245.4-4ubuntu3.17 2022-08-29 14:57:16.638 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.638 | Ign:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 rsync amd64 3.1.3-8ubuntu0.4 2022-08-29 14:57:16.638 | Ign:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libuuid1 amd64 2.34-0.1ubuntu9.3 2022-08-29 14:57:16.638 | Ign:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 uuid-runtime amd64 2.34-0.1ubuntu9.3 2022-08-29 14:57:16.639 | Err:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libapr1 amd64 1.6.5-1ubuntu1 2022-08-29 14:57:16.639 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.639 | Ign:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.16 2022-08-29 14:57:16.639 | Err:13 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1 amd64 1.6.1-4ubuntu2 2022-08-29 14:57:16.639 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.639 | Ign:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.3 2022-08-29 14:57:16.640 | Err:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-dbd-sqlite3 amd64 1.6.1-4ubuntu2 2022-08-29 14:57:16.640 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.640 | Ign:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2ubuntu0.1 2022-08-29 14:57:16.640 | Ign:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2ubuntu0.1 2022-08-29 14:57:16.641 | Ign:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.9 2022-08-29 14:57:16.641 | Err:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-ldap amd64 1.6.1-4ubuntu2 2022-08-29 14:57:16.641 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.641 | Ign:20 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.12 2022-08-29 14:57:16.642 | Ign:21 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.12 2022-08-29 14:57:16.642 | Err:22 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjansson4 amd64 2.12-1build1 2022-08-29 14:57:16.642 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.642 | Err:23 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblua5.2-0 amd64 5.2.4-1.1build3 2022-08-29 14:57:16.642 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.642 | Ign:24 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libicu66 amd64 66.1-2ubuntu2.1 2022-08-29 14:57:16.642 | Ign:25 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2 amd64 2.9.10+dfsg-5ubuntu0.20.04.4 2022-08-29 14:57:16.642 | Ign:26 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-bin amd64 2.4.41-4ubuntu3.12 2022-08-29 14:57:16.642 | Ign:27 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-data all 2.4.41-4ubuntu3.12 2022-08-29 14:57:16.642 | Ign:28 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-utils amd64 2.4.41-4ubuntu3.12 2022-08-29 14:57:16.643 | Ign:29 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2 amd64 2.4.41-4ubuntu3.12 2022-08-29 14:57:16.643 | Err:30 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-0 amd64 5.3.3-1.1ubuntu2 2022-08-29 14:57:16.643 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.643 | Ign:31 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 haproxy amd64 2.0.13-2ubuntu0.5 2022-08-29 14:57:16.643 | Err:32 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-3-200 amd64 3.4.0-1 2022-08-29 14:57:16.643 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.644 | Err:33 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-genl-3-200 amd64 3.4.0-1 2022-08-29 14:57:16.644 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.644 | Err:34 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mysql-common all 5.8+1.0.5ubuntu2 2022-08-29 14:57:16.644 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.644 | Ign:35 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libmysqlclient21 amd64 8.0.30-0ubuntu0.20.04.2 2022-08-29 14:57:16.644 | Err:36 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsensors-config all 1:3.6.0-2ubuntu1.1 2022-08-29 14:57:16.644 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.645 | Err:37 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsensors5 amd64 1:3.6.0-2ubuntu1.1 2022-08-29 14:57:16.645 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.645 | Err:38 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsnmp-base all 5.8+dfsg-2ubuntu2.5 2022-08-29 14:57:16.645 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.645 | Err:39 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsnmp35 amd64 5.8+dfsg-2ubuntu2.5 2022-08-29 14:57:16.645 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.645 | Err:40 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 keepalived amd64 1:2.0.19-2ubuntu0.2 2022-08-29 14:57:16.645 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.646 | Err:41 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 memcached amd64 1.5.22-2ubuntu0.2 2022-08-29 14:57:16.646 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.646 | Err:42 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 open-iscsi amd64 2.0.874-7.1ubuntu6.2 2022-08-29 14:57:16.646 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.646 | Ign:43 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libcom-err2 amd64 1.45.5-2ubuntu1.1 2022-08-29 14:57:16.646 | Ign:44 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.16 2022-08-29 14:57:16.646 | Ign:45 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-yaml amd64 5.3.1-1ubuntu0.1 2022-08-29 14:57:16.647 | Err:46 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-sftp-server amd64 1:8.2p1-4ubuntu0.5 2022-08-29 14:57:16.647 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.647 | Err:47 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-server amd64 1:8.2p1-4ubuntu0.5 2022-08-29 14:57:16.647 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.647 | Err:48 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.5 2022-08-29 14:57:16.647 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.647 | Ign:49 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 tcpdump amd64 4.9.3-4ubuntu0.1 2022-08-29 14:57:16.647 | Err:50 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 wget amd64 1.20.3-1ubuntu2 2022-08-29 14:57:16.648 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.648 | Err:51 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 acl amd64 2.2.53-6 2022-08-29 14:57:16.648 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.648 | Err:52 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autotools-dev all 20180224.1 2022-08-29 14:57:16.648 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.648 | Err:53 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 m4 amd64 1.4.18-4 2022-08-29 14:57:16.648 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.648 | Err:54 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autoconf all 2.69-11.1 2022-08-29 14:57:16.648 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.649 | Err:55 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 automake all 1:1.16.1-4ubuntu6 2022-08-29 14:57:16.649 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.649 | Err:56 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autopoint all 0.19.8.1-10build1 2022-08-29 14:57:16.649 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.649 | Err:57 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libllvm10 amd64 1:10.0.0-4ubuntu1 2022-08-29 14:57:16.649 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.649 | Err:58 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang-cpp10 amd64 1:10.0.0-4ubuntu1 2022-08-29 14:57:16.649 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.650 | Err:59 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libgc1c2 amd64 1:7.6.4-0.4ubuntu1 2022-08-29 14:57:16.650 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.650 | Ign:60 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libobjc4 amd64 10.3.0-1ubuntu1~20.04 2022-08-29 14:57:16.650 | Ign:61 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libobjc-9-dev amd64 9.4.0-1ubuntu1~20.04.1 2022-08-29 14:57:16.650 | Err:62 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-i386 amd64 2.31-0ubuntu9.9 2022-08-29 14:57:16.650 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.650 | Ign:63 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32gcc-s1 amd64 10.3.0-1ubuntu1~20.04 2022-08-29 14:57:16.651 | Ign:64 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32stdc++6 amd64 10.3.0-1ubuntu1~20.04 2022-08-29 14:57:16.651 | Err:65 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang-common-10-dev amd64 1:10.0.0-4ubuntu1 2022-08-29 14:57:16.651 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.651 | Err:66 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang1-10 amd64 1:10.0.0-4ubuntu1 2022-08-29 14:57:16.651 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.651 | Err:67 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 clang-10 amd64 1:10.0.0-4ubuntu1 2022-08-29 14:57:16.651 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.651 | Err:68 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtool all 2.4.6-14 2022-08-29 14:57:16.651 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.652 | Err:69 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dh-autoreconf all 19 2022-08-29 14:57:16.652 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.652 | Err:70 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdebhelper-perl all 12.10ubuntu1 2022-08-29 14:57:16.652 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.652 | Err:71 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libarchive-zip-perl all 1.67-2 2022-08-29 14:57:16.652 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.652 | Err:72 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsub-override-perl all 0.09-2 2022-08-29 14:57:16.652 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.653 | Err:73 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfile-stripnondeterminism-perl all 1.7.0-1 2022-08-29 14:57:16.653 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.653 | Err:74 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dh-strip-nondeterminism all 1.7.0-1 2022-08-29 14:57:16.653 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.653 | Err:75 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dwz amd64 0.13-5 2022-08-29 14:57:16.653 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.653 | Err:76 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcroco3 amd64 0.6.13-1 2022-08-29 14:57:16.653 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.653 | Err:77 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 gettext amd64 0.19.8.1-10build1 2022-08-29 14:57:16.653 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.654 | Err:78 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 intltool-debian all 0.35.0+20060710.5 2022-08-29 14:57:16.654 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.654 | Err:79 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 po-debconf all 1.0.21 2022-08-29 14:57:16.654 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.654 | Err:80 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 debhelper all 12.10ubuntu1 2022-08-29 14:57:16.654 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.654 | Ign:81 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 uuid-dev amd64 2.34-0.1ubuntu9.3 2022-08-29 14:57:16.655 | Err:82 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsctp1 amd64 1.0.18+dfsg-1 2022-08-29 14:57:16.655 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.655 | Err:83 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsctp-dev amd64 1.0.18+dfsg-1 2022-08-29 14:57:16.655 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.655 | Err:84 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libapr1-dev amd64 1.6.5-1ubuntu1 2022-08-29 14:57:16.655 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.655 | Ign:85 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap2-dev amd64 2.4.49+dfsg-2ubuntu1.9 2022-08-29 14:57:16.655 | Err:86 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-dev amd64 1.6.1-4ubuntu2 2022-08-29 14:57:16.655 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.656 | Ign:87 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-dev amd64 2.4.41-4ubuntu3.12 2022-08-29 14:57:16.656 | Err:88 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 binfmt-support amd64 2.2.0-2 2022-08-29 14:57:16.656 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.656 | Err:89 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 conntrack amd64 1:1.4.5-2 2022-08-29 14:57:16.656 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.656 | Err:90 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnetfilter-cthelper0 amd64 1.0.0-1ubuntu2 2022-08-29 14:57:16.656 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.656 | Err:91 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnetfilter-queue1 amd64 1.0.3-1 2022-08-29 14:57:16.657 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.657 | Err:92 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 conntrackd amd64 1:1.4.5-2 2022-08-29 14:57:16.657 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.657 | Err:93 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dns-root-data all 2019052802 2022-08-29 14:57:16.657 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.657 | Err:94 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libidn11 amd64 1.33-2.2ubuntu2 2022-08-29 14:57:16.657 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.657 | Ign:95 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 dnsmasq-base amd64 2.80-1.1ubuntu1.5 2022-08-29 14:57:16.658 | Ign:96 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 dnsmasq-utils amd64 2.80-1.1ubuntu1.5 2022-08-29 14:57:16.658 | Err:97 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ebtables amd64 2.0.11-3build1 2022-08-29 14:57:16.658 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.658 | Err:98 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fonts-dejavu-core all 2.37-1 2022-08-29 14:57:16.658 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.658 | Err:99 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fonts-liberation all 1:1.07.4-11 2022-08-29 14:57:16.658 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.658 | Err:100 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fontconfig-config all 2.13.1-2ubuntu3 2022-08-29 14:57:16.658 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.659 | Err:101 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfontconfig1 amd64 2.13.1-2ubuntu3 2022-08-29 14:57:16.659 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.659 | Err:102 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fontconfig amd64 2.13.1-2ubuntu3 2022-08-29 14:57:16.659 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.659 | Err:103 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 genisoimage amd64 9:1.1.11-3.1ubuntu1 2022-08-29 14:57:16.659 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.659 | Err:104 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libann0 amd64 1.1.2+doc-7build1 2022-08-29 14:57:16.659 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.660 | Err:105 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libcdt5 amd64 2.42.2-3build2 2022-08-29 14:57:16.660 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.660 | Err:106 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libcgraph6 amd64 2.42.2-3build2 2022-08-29 14:57:16.660 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.660 | Ign:107 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8 amd64 2.0.3-0ubuntu1.20.04.1 2022-08-29 14:57:16.660 | Err:108 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8 amd64 8c-2ubuntu8 2022-08-29 14:57:16.660 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.660 | Err:109 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjbig0 amd64 2.1-3.1build1 2022-08-29 14:57:16.660 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.661 | Ign:110 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libwebp6 amd64 0.6.1-2ubuntu0.20.04.1 2022-08-29 14:57:16.661 | Ign:111 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libtiff5 amd64 4.1.0+git191117-2ubuntu0.20.04.3 2022-08-29 14:57:16.661 | Err:112 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxpm4 amd64 1:3.5.12-1 2022-08-29 14:57:16.661 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.661 | Ign:113 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgd3 amd64 2.2.5-5.2ubuntu2.1 2022-08-29 14:57:16.662 | Err:114 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 2022-08-29 14:57:16.662 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.662 | Err:115 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpixman-1-0 amd64 0.38.4-0ubuntu1 2022-08-29 14:57:16.662 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.662 | Err:116 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-render0 amd64 1.14-2 2022-08-29 14:57:16.662 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.662 | Err:117 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-shm0 amd64 1.14-2 2022-08-29 14:57:16.662 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.662 | Err:118 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxrender1 amd64 1:0.9.10-1 2022-08-29 14:57:16.662 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.663 | Err:119 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcairo2 amd64 1.16.0-4ubuntu1 2022-08-29 14:57:16.663 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.663 | Err:120 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libgraphite2-3 amd64 1.3.13-11build1 2022-08-29 14:57:16.663 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.663 | Ign:121 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libharfbuzz0b amd64 2.6.4-1ubuntu4.2 2022-08-29 14:57:16.663 | Err:122 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libthai-data all 0.1.28-3 2022-08-29 14:57:16.663 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.663 | Err:123 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdatrie1 amd64 0.2.12-3 2022-08-29 14:57:16.664 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.664 | Err:124 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libthai0 amd64 0.1.28-3 2022-08-29 14:57:16.664 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.664 | Err:125 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpango-1.0-0 amd64 1.44.7-2ubuntu4 2022-08-29 14:57:16.664 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.664 | Err:126 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpangoft2-1.0-0 amd64 1.44.7-2ubuntu4 2022-08-29 14:57:16.664 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.664 | Err:127 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpangocairo-1.0-0 amd64 1.44.7-2ubuntu4 2022-08-29 14:57:16.664 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.665 | Err:128 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpathplan4 amd64 2.42.2-3build2 2022-08-29 14:57:16.665 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.665 | Err:129 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgvc6 amd64 2.42.2-3build2 2022-08-29 14:57:16.665 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.665 | Err:130 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgvpr2 amd64 2.42.2-3build2 2022-08-29 14:57:16.665 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.665 | Err:131 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 liblab-gamut1 amd64 2.42.2-3build2 2022-08-29 14:57:16.665 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.666 | Err:132 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 x11-common all 1:7.7+19ubuntu14 2022-08-29 14:57:16.666 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.666 | Err:133 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libice6 amd64 2:1.0.10-0ubuntu1 2022-08-29 14:57:16.666 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.666 | Err:134 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsm6 amd64 2:1.2.3-1 2022-08-29 14:57:16.666 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.666 | Err:135 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxt6 amd64 1:1.1.5-1 2022-08-29 14:57:16.666 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.666 | Err:136 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxmu6 amd64 2:1.1.3-0ubuntu1 2022-08-29 14:57:16.666 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.667 | Err:137 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxaw7 amd64 2:1.0.13-1 2022-08-29 14:57:16.667 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.667 | Err:138 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 graphviz amd64 2.42.2-3build2 2022-08-29 14:57:16.667 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.667 | Err:139 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-route-3-200 amd64 3.4.0-1 2022-08-29 14:57:16.667 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.667 | Err:140 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libibverbs1 amd64 28.0-1ubuntu1 2022-08-29 14:57:16.667 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.668 | Err:141 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ibverbs-providers amd64 28.0-1ubuntu1 2022-08-29 14:57:16.668 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.668 | Ign:142 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 icu-devtools amd64 66.1-2ubuntu2.1 2022-08-29 14:57:16.668 | Err:143 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 iputils-arping amd64 3:20190709-3 2022-08-29 14:57:16.668 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.668 | Err:144 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 javascript-common all 11 2022-08-29 14:57:16.668 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.668 | Ign:145 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssrpc4 amd64 1.17-6ubuntu4.1 2022-08-29 14:57:16.669 | Ign:146 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkdb5-9 amd64 1.17-6ubuntu4.1 2022-08-29 14:57:16.669 | Ign:147 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkadm5srv-mit11 amd64 1.17-6ubuntu4.1 2022-08-29 14:57:16.669 | Ign:148 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkadm5clnt-mit11 amd64 1.17-6ubuntu4.1 2022-08-29 14:57:16.669 | Ign:149 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 comerr-dev amd64 2.1-1.45.5-2ubuntu1.1 2022-08-29 14:57:16.670 | Ign:150 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 krb5-multidev amd64 1.17-6ubuntu4.1 2022-08-29 14:57:16.670 | Err:151 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libarchive-cpio-perl all 0.10-1 2022-08-29 14:57:16.670 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.670 | Err:152 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libboost-iostreams1.71.0 amd64 1.71.0-6ubuntu6 2022-08-29 14:57:16.670 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.670 | Err:153 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libboost-thread1.71.0 amd64 1.71.0-6ubuntu6 2022-08-29 14:57:16.670 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.670 | Err:154 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgts-bin amd64 0.7.6+darcs121130-4 2022-08-29 14:57:16.670 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.671 | Ign:155 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libicu-dev amd64 66.1-2ubuntu2.1 2022-08-29 14:57:16.671 | Err:156 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libipset13 amd64 7.5-1ubuntu0.20.04.1 2022-08-29 14:57:16.671 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.671 | Err:157 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 librdmacm1 amd64 28.0-1ubuntu1 2022-08-29 14:57:16.671 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.671 | Err:158 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libiscsi7 amd64 1.18.0-2 2022-08-29 14:57:16.671 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.671 | Ign:159 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8-dev amd64 2.0.3-0ubuntu1.20.04.1 2022-08-29 14:57:16.672 | Err:160 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 2022-08-29 14:57:16.672 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.672 | Err:161 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg-dev amd64 8c-2ubuntu8 2022-08-29 14:57:16.672 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.672 | Err:162 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjs-jquery all 3.3.1~dfsg-3 2022-08-29 14:57:16.672 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.672 | Err:163 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-jquery-metadata all 12-1.1 2022-08-29 14:57:16.672 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.673 | Err:164 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-jquery-tablesorter all 1:2.31.1+dfsg1-1 2022-08-29 14:57:16.673 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.673 | Err:165 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libltdl-dev amd64 2.4.6-14 2022-08-29 14:57:16.673 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.673 | Err:166 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsys-hostname-long-perl all 1.5-1 2022-08-29 14:57:16.674 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.674 | Err:167 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libmail-sendmail-perl all 0.80-1 2022-08-29 14:57:16.674 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.674 | Err:168 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libncurses-dev amd64 6.2-0ubuntu2 2022-08-29 14:57:16.674 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.674 | Err:169 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnspr4 amd64 2:4.25-1 2022-08-29 14:57:16.674 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.674 | Ign:170 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnss3 amd64 2:3.49.1-1ubuntu1.8 2022-08-29 14:57:16.675 | Err:171 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libomp5-10 amd64 1:10.0.0-4ubuntu1 2022-08-29 14:57:16.675 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.675 | Err:172 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libomp-10-dev amd64 1:10.0.0-4ubuntu1 2022-08-29 14:57:16.675 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.675 | Err:173 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pcp-conf amd64 5.0.3-1 2022-08-29 14:57:16.675 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.675 | Err:174 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp3 amd64 5.0.3-1 2022-08-29 14:57:16.675 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.675 | Err:175 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-pmda3 amd64 5.0.3-1 2022-08-29 14:57:16.675 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.676 | Err:176 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-pmda-perl amd64 5.0.3-1 2022-08-29 14:57:16.676 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.676 | Ign:177 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpq5 amd64 12.12-0ubuntu0.20.04.1 2022-08-29 14:57:16.676 | Ign:178 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpq-dev amd64 12.12-0ubuntu0.20.04.1 2022-08-29 14:57:16.676 | Err:179 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 librados2 amd64 15.2.16-0ubuntu0.20.04.1 2022-08-29 14:57:16.676 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.676 | Err:180 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 librbd1 amd64 15.2.16-0ubuntu0.20.04.1 2022-08-29 14:57:16.676 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.677 | Ign:181 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-dev amd64 2.1.27+dfsg-2ubuntu0.1 2022-08-29 14:57:16.677 | Ign:182 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules amd64 2.1.27+dfsg-2ubuntu0.1 2022-08-29 14:57:16.677 | Ign:183 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl-dev amd64 1.1.1f-1ubuntu2.16 2022-08-29 14:57:16.677 | Err:184 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd-dev amd64 245.4-4ubuntu3.17 2022-08-29 14:57:16.677 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.678 | Err:185 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtinfo-dev amd64 6.2-0ubuntu2 2022-08-29 14:57:16.678 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.678 | Err:186 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libx86-1 amd64 1.1+ds1-11 2022-08-29 14:57:16.678 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.678 | Ign:187 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2-dev amd64 2.9.10+dfsg-5ubuntu0.20.04.4 2022-08-29 14:57:16.678 | Ign:188 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libxslt1.1 amd64 1.1.34-4ubuntu0.20.04.1 2022-08-29 14:57:16.678 | Ign:189 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libxslt1-dev amd64 1.1.34-4ubuntu0.20.04.1 2022-08-29 14:57:16.679 | Err:190 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-runtime amd64 1:10.0.0-4ubuntu1 2022-08-29 14:57:16.679 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.679 | Err:191 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpfm4 amd64 4.10.1+git20-g7700f49-2 2022-08-29 14:57:16.679 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.679 | Err:192 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10 amd64 1:10.0.0-4ubuntu1 2022-08-29 14:57:16.679 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.679 | Err:193 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libffi-dev amd64 3.3-4 2022-08-29 14:57:16.679 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.679 | Ign:194 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-pygments all 2.3.1+dfsg-1ubuntu2.2 2022-08-29 14:57:16.680 | Err:195 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-tools amd64 1:10.0.0-4ubuntu1 2022-08-29 14:57:16.680 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.680 | Err:196 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libz3-4 amd64 4.8.7-4build1 2022-08-29 14:57:16.680 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.680 | Err:197 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libz3-dev amd64 4.8.7-4build1 2022-08-29 14:57:16.680 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.680 | Err:198 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-dev amd64 1:10.0.0-4ubuntu1 2022-08-29 14:57:16.680 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.680 | Err:199 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 lsscsi amd64 0.30-0.1 2022-08-29 14:57:16.681 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.681 | Err:200 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 2022-08-29 14:57:16.681 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.681 | Err:201 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pm-utils all 1.4.1-19 2022-08-29 14:57:16.681 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.681 | Ign:202 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-client-common all 214ubuntu0.1 2022-08-29 14:57:16.681 | Ign:203 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-client-12 amd64 12.12-0ubuntu0.20.04.1 2022-08-29 14:57:16.682 | Err:204 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ssl-cert all 1.0.39 2022-08-29 14:57:16.682 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.682 | Ign:205 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-common all 214ubuntu0.1 2022-08-29 14:57:16.682 | Ign:206 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 postgresql-server-dev-12 amd64 12.12-0ubuntu0.20.04.1 2022-08-29 14:57:16.682 | Ign:207 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 postgresql-server-dev-all all 214ubuntu0.1 2022-08-29 14:57:16.682 | Err:208 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-mysqldb amd64 1.4.4-2build1 2022-08-29 14:57:16.682 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.683 | Ign:209 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3.8-venv amd64 3.8.10-0ubuntu1~20.04.5 2022-08-29 14:57:16.683 | Err:210 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-venv amd64 3.8.2-0ubuntu2 2022-08-29 14:57:16.683 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.683 | Ign:211 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 qemu-block-extra amd64 1:4.2-3ubuntu6.23 2022-08-29 14:57:16.683 | Ign:212 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 qemu-utils amd64 1:4.2-3ubuntu6.23 2022-08-29 14:57:16.683 | Err:213 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 sharutils amd64 1:4.15.2-4build1 2022-08-29 14:57:16.683 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.684 | Ign:214 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 sqlite3 amd64 3.31.1-4ubuntu0.3 2022-08-29 14:57:16.684 | Err:215 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 unzip amd64 6.0-25ubuntu1 2022-08-29 14:57:16.684 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.684 | Err:216 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 vbetool amd64 1.1-4 2022-08-29 14:57:16.684 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.684 | Err:217 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 ipset amd64 7.5-1ubuntu0.20.04.1 2022-08-29 14:57:16.684 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.684 | Err:218 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ipvsadm amd64 1:1.31-1 2022-08-29 14:57:16.684 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.685 | Ign:219 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libapache2-mod-proxy-uwsgi amd64 2.4.41-4ubuntu3.12 2022-08-29 14:57:16.685 | Err:220 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liberasurecode1 amd64 1.6.1-4 2022-08-29 14:57:16.685 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.685 | Err:221 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liberasurecode-dev amd64 1.6.1-4 2022-08-29 14:57:16.685 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.685 | Ign:222 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-dev amd64 1.17-6ubuntu4.1 2022-08-29 14:57:16.685 | Err:223 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-gui2 amd64 5.0.3-1 2022-08-29 14:57:16.685 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.686 | Err:224 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-import1 amd64 5.0.3-1 2022-08-29 14:57:16.686 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.686 | Err:225 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-mmv1 amd64 5.0.3-1 2022-08-29 14:57:16.686 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.686 | Err:226 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-trace2 amd64 5.0.3-1 2022-08-29 14:57:16.686 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.686 | Err:227 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-web1 amd64 5.0.3-1 2022-08-29 14:57:16.686 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.686 | Err:228 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libyaml-dev amd64 0.2.2-1 2022-08-29 14:57:16.686 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.687 | Err:229 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-pcp amd64 5.0.3-1 2022-08-29 14:57:16.687 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.687 | Err:230 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pcp amd64 5.0.3-1 2022-08-29 14:57:16.687 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.687 | Err:231 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 2022-08-29 14:57:16.687 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:16.687 | Err:232 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 vlan all 2.0.4ubuntu1.20.04.1 2022-08-29 14:57:16.687 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.674 | Err:1 http://security.ubuntu.com/ubuntu focal-updates/main amd64 tar amd64 1.30+dfsg-7ubuntu0.20.04.2 2022-08-29 14:57:47.674 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) Could not connect to nova.clouds.archive.ubuntu.com:80 (185.125.190.41), connection timed out Could not connect to nova.clouds.archive.ubuntu.com:80 (91.189.91.121), connection timed out Could not connect to nova.clouds.archive.ubuntu.com:80 (91.189.91.122), connection timed out Could not connect to nova.clouds.archive.ubuntu.com:80 (185.125.190.38), connection timed out 2022-08-29 14:57:47.675 | Err:8 http://security.ubuntu.com/ubuntu focal-updates/main amd64 rsync amd64 3.1.3-8ubuntu0.4 2022-08-29 14:57:47.675 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.675 | Err:9 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libuuid1 amd64 2.34-0.1ubuntu9.3 2022-08-29 14:57:47.675 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.675 | Err:10 http://security.ubuntu.com/ubuntu focal-updates/main amd64 uuid-runtime amd64 2.34-0.1ubuntu9.3 2022-08-29 14:57:47.675 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.676 | Err:12 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.16 2022-08-29 14:57:47.676 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.676 | Err:14 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.3 2022-08-29 14:57:47.676 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.676 | Err:16 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2ubuntu0.1 2022-08-29 14:57:47.676 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.676 | Err:17 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2ubuntu0.1 2022-08-29 14:57:47.676 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.676 | Err:18 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.9 2022-08-29 14:57:47.676 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.677 | Err:20 http://security.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.12 2022-08-29 14:57:47.677 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.677 | Err:21 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.12 2022-08-29 14:57:47.677 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.677 | Err:24 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libicu66 amd64 66.1-2ubuntu2.1 2022-08-29 14:57:47.677 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.677 | Err:25 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libxml2 amd64 2.9.10+dfsg-5ubuntu0.20.04.4 2022-08-29 14:57:47.677 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.678 | Err:26 http://security.ubuntu.com/ubuntu focal-updates/main amd64 apache2-bin amd64 2.4.41-4ubuntu3.12 2022-08-29 14:57:47.678 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.678 | Err:27 http://security.ubuntu.com/ubuntu focal-updates/main amd64 apache2-data all 2.4.41-4ubuntu3.12 2022-08-29 14:57:47.678 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.678 | Err:28 http://security.ubuntu.com/ubuntu focal-updates/main amd64 apache2-utils amd64 2.4.41-4ubuntu3.12 2022-08-29 14:57:47.678 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.678 | Err:29 http://security.ubuntu.com/ubuntu focal-updates/main amd64 apache2 amd64 2.4.41-4ubuntu3.12 2022-08-29 14:57:47.678 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.679 | Err:31 http://security.ubuntu.com/ubuntu focal-updates/main amd64 haproxy amd64 2.0.13-2ubuntu0.5 2022-08-29 14:57:47.679 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.679 | Err:35 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libmysqlclient21 amd64 8.0.30-0ubuntu0.20.04.2 2022-08-29 14:57:47.679 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.679 | Err:43 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libcom-err2 amd64 1.45.5-2ubuntu1.1 2022-08-29 14:57:47.679 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.679 | Err:44 http://security.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.16 2022-08-29 14:57:47.679 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.679 | Err:45 http://security.ubuntu.com/ubuntu focal-updates/main amd64 python3-yaml amd64 5.3.1-1ubuntu0.1 2022-08-29 14:57:47.679 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.680 | Err:49 http://security.ubuntu.com/ubuntu focal-updates/main amd64 tcpdump amd64 4.9.3-4ubuntu0.1 2022-08-29 14:57:47.680 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.680 | Err:60 http://security.ubuntu.com/ubuntu focal-updates/universe amd64 libobjc4 amd64 10.3.0-1ubuntu1~20.04 2022-08-29 14:57:47.680 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.680 | Err:61 http://security.ubuntu.com/ubuntu focal-updates/universe amd64 libobjc-9-dev amd64 9.4.0-1ubuntu1~20.04.1 2022-08-29 14:57:47.680 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.680 | Err:63 http://security.ubuntu.com/ubuntu focal-updates/main amd64 lib32gcc-s1 amd64 10.3.0-1ubuntu1~20.04 2022-08-29 14:57:47.680 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.681 | Err:64 http://security.ubuntu.com/ubuntu focal-updates/main amd64 lib32stdc++6 amd64 10.3.0-1ubuntu1~20.04 2022-08-29 14:57:47.681 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.681 | Err:81 http://security.ubuntu.com/ubuntu focal-updates/main amd64 uuid-dev amd64 2.34-0.1ubuntu9.3 2022-08-29 14:57:47.681 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.681 | Err:85 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libldap2-dev amd64 2.4.49+dfsg-2ubuntu1.9 2022-08-29 14:57:47.681 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.681 | Err:87 http://security.ubuntu.com/ubuntu focal-updates/main amd64 apache2-dev amd64 2.4.41-4ubuntu3.12 2022-08-29 14:57:47.681 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.681 | Err:95 http://security.ubuntu.com/ubuntu focal-updates/main amd64 dnsmasq-base amd64 2.80-1.1ubuntu1.5 2022-08-29 14:57:47.682 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.682 | Err:96 http://security.ubuntu.com/ubuntu focal-updates/main amd64 dnsmasq-utils amd64 2.80-1.1ubuntu1.5 2022-08-29 14:57:47.682 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.682 | Err:107 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8 amd64 2.0.3-0ubuntu1.20.04.1 2022-08-29 14:57:47.682 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.682 | Err:110 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libwebp6 amd64 0.6.1-2ubuntu0.20.04.1 2022-08-29 14:57:47.682 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.682 | Err:111 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libtiff5 amd64 4.1.0+git191117-2ubuntu0.20.04.3 2022-08-29 14:57:47.682 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.683 | Err:113 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libgd3 amd64 2.2.5-5.2ubuntu2.1 2022-08-29 14:57:47.683 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.683 | Err:121 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libharfbuzz0b amd64 2.6.4-1ubuntu4.2 2022-08-29 14:57:47.683 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.683 | Err:142 http://security.ubuntu.com/ubuntu focal-updates/main amd64 icu-devtools amd64 66.1-2ubuntu2.1 2022-08-29 14:57:47.683 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.683 | Err:145 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libgssrpc4 amd64 1.17-6ubuntu4.1 2022-08-29 14:57:47.683 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.684 | Err:146 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libkdb5-9 amd64 1.17-6ubuntu4.1 2022-08-29 14:57:47.684 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.684 | Err:147 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libkadm5srv-mit11 amd64 1.17-6ubuntu4.1 2022-08-29 14:57:47.684 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.684 | Err:148 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libkadm5clnt-mit11 amd64 1.17-6ubuntu4.1 2022-08-29 14:57:47.684 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.684 | Err:149 http://security.ubuntu.com/ubuntu focal-updates/main amd64 comerr-dev amd64 2.1-1.45.5-2ubuntu1.1 2022-08-29 14:57:47.684 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.684 | Err:150 http://security.ubuntu.com/ubuntu focal-updates/main amd64 krb5-multidev amd64 1.17-6ubuntu4.1 2022-08-29 14:57:47.684 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.685 | Err:155 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libicu-dev amd64 66.1-2ubuntu2.1 2022-08-29 14:57:47.685 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.685 | Err:159 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8-dev amd64 2.0.3-0ubuntu1.20.04.1 2022-08-29 14:57:47.685 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.685 | Err:170 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libnss3 amd64 2:3.49.1-1ubuntu1.8 2022-08-29 14:57:47.685 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.685 | Err:177 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libpq5 amd64 12.12-0ubuntu0.20.04.1 2022-08-29 14:57:47.685 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.686 | Err:178 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libpq-dev amd64 12.12-0ubuntu0.20.04.1 2022-08-29 14:57:47.686 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.686 | Err:181 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-dev amd64 2.1.27+dfsg-2ubuntu0.1 2022-08-29 14:57:47.686 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.686 | Err:182 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules amd64 2.1.27+dfsg-2ubuntu0.1 2022-08-29 14:57:47.686 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.686 | Err:183 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libssl-dev amd64 1.1.1f-1ubuntu2.16 2022-08-29 14:57:47.686 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.687 | Err:187 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libxml2-dev amd64 2.9.10+dfsg-5ubuntu0.20.04.4 2022-08-29 14:57:47.687 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.687 | Err:188 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libxslt1.1 amd64 1.1.34-4ubuntu0.20.04.1 2022-08-29 14:57:47.687 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.687 | Err:189 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libxslt1-dev amd64 1.1.34-4ubuntu0.20.04.1 2022-08-29 14:57:47.687 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.687 | Err:194 http://security.ubuntu.com/ubuntu focal-updates/main amd64 python3-pygments all 2.3.1+dfsg-1ubuntu2.2 2022-08-29 14:57:47.687 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.687 | Err:202 http://security.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-client-common all 214ubuntu0.1 2022-08-29 14:57:47.687 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.688 | Err:203 http://security.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-client-12 amd64 12.12-0ubuntu0.20.04.1 2022-08-29 14:57:47.688 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.688 | Err:205 http://security.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-common all 214ubuntu0.1 2022-08-29 14:57:47.688 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.688 | Err:206 http://security.ubuntu.com/ubuntu focal-updates/universe amd64 postgresql-server-dev-12 amd64 12.12-0ubuntu0.20.04.1 2022-08-29 14:57:47.688 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.688 | Err:207 http://security.ubuntu.com/ubuntu focal-updates/universe amd64 postgresql-server-dev-all all 214ubuntu0.1 2022-08-29 14:57:47.688 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.688 | Err:209 http://security.ubuntu.com/ubuntu focal-updates/universe amd64 python3.8-venv amd64 3.8.10-0ubuntu1~20.04.5 2022-08-29 14:57:47.689 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.689 | Err:211 http://security.ubuntu.com/ubuntu focal-updates/main amd64 qemu-block-extra amd64 1:4.2-3ubuntu6.23 2022-08-29 14:57:47.689 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.689 | Err:212 http://security.ubuntu.com/ubuntu focal-updates/main amd64 qemu-utils amd64 1:4.2-3ubuntu6.23 2022-08-29 14:57:47.689 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.689 | Err:214 http://security.ubuntu.com/ubuntu focal-updates/main amd64 sqlite3 amd64 3.31.1-4ubuntu0.3 2022-08-29 14:57:47.689 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.689 | Err:219 http://security.ubuntu.com/ubuntu focal-updates/universe amd64 libapache2-mod-proxy-uwsgi amd64 2.4.41-4ubuntu3.12 2022-08-29 14:57:47.689 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.690 | Err:222 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-dev amd64 1.17-6ubuntu4.1 2022-08-29 14:57:47.690 | Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.741 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/t/tar/tar_1.30+dfsg-7ubuntu0.20.04.2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) Could not connect to nova.clouds.archive.ubuntu.com:80 (185.125.190.41), connection timed out Could not connect to nova.clouds.archive.ubuntu.com:80 (91.189.91.121), connection timed out Could not connect to nova.clouds.archive.ubuntu.com:80 (91.189.91.122), connection timed out Could not connect to nova.clouds.archive.ubuntu.com:80 (185.125.190.38), connection timed out 2022-08-29 14:57:47.741 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/s/systemd/libnss-systemd_245.4-4ubuntu3.17_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.741 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/s/systemd/systemd-timesyncd_245.4-4ubuntu3.17_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.741 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/s/systemd/systemd-sysv_245.4-4ubuntu3.17_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.742 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/s/systemd/libpam-systemd_245.4-4ubuntu3.17_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.742 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/s/systemd/systemd_245.4-4ubuntu3.17_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.742 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/s/systemd/libsystemd0_245.4-4ubuntu3.17_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.742 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/r/rsync/rsync_3.1.3-8ubuntu0.4_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.742 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/u/util-linux/libuuid1_2.34-0.1ubuntu9.3_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.742 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/u/util-linux/uuid-runtime_2.34-0.1ubuntu9.3_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.742 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/a/apr/libapr1_1.6.5-1ubuntu1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.742 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.16_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.742 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/a/apr-util/libaprutil1_1.6.1-4ubuntu2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.742 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/s/sqlite3/libsqlite3-0_3.31.1-4ubuntu0.3_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.742 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/a/apr-util/libaprutil1-dbd-sqlite3_1.6.1-4ubuntu2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.742 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/c/cyrus-sasl2/libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.742 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/c/cyrus-sasl2/libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.742 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/o/openldap/libldap-2.4-2_2.4.49+dfsg-2ubuntu1.9_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.742 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/a/apr-util/libaprutil1-ldap_1.6.1-4ubuntu2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.742 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/c/curl/curl_7.68.0-1ubuntu2.12_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.742 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/c/curl/libcurl4_7.68.0-1ubuntu2.12_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.742 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/j/jansson/libjansson4_2.12-1build1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.742 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/l/lua5.2/liblua5.2-0_5.2.4-1.1build3_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.743 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/i/icu/libicu66_66.1-2ubuntu2.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.743 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/libx/libxml2/libxml2_2.9.10+dfsg-5ubuntu0.20.04.4_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.743 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/a/apache2/apache2-bin_2.4.41-4ubuntu3.12_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.743 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/a/apache2/apache2-data_2.4.41-4ubuntu3.12_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.743 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/a/apache2/apache2-utils_2.4.41-4ubuntu3.12_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.743 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/a/apache2/apache2_2.4.41-4ubuntu3.12_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.743 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/l/lua5.3/liblua5.3-0_5.3.3-1.1ubuntu2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.743 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/h/haproxy/haproxy_2.0.13-2ubuntu0.5_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.743 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libn/libnl3/libnl-3-200_3.4.0-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.743 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libn/libnl3/libnl-genl-3-200_3.4.0-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.743 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/mysql-defaults/mysql-common_5.8+1.0.5ubuntu2_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.743 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/m/mysql-8.0/libmysqlclient21_8.0.30-0ubuntu0.20.04.2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.743 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/l/lm-sensors/libsensors-config_3.6.0-2ubuntu1.1_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.743 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/l/lm-sensors/libsensors5_3.6.0-2ubuntu1.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.743 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/n/net-snmp/libsnmp-base_5.8+dfsg-2ubuntu2.5_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.743 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/n/net-snmp/libsnmp35_5.8+dfsg-2ubuntu2.5_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.743 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/k/keepalived/keepalived_2.0.19-2ubuntu0.2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.743 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/memcached/memcached_1.5.22-2ubuntu0.2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.743 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/o/open-iscsi/open-iscsi_2.0.874-7.1ubuntu6.2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.744 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/e/e2fsprogs/libcom-err2_1.45.5-2ubuntu1.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.744 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/o/openssl/openssl_1.1.1f-1ubuntu2.16_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.744 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/p/pyyaml/python3-yaml_5.3.1-1ubuntu0.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.744 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/o/openssh/openssh-sftp-server_8.2p1-4ubuntu0.5_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.744 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/o/openssh/openssh-server_8.2p1-4ubuntu0.5_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.744 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/o/openssh/openssh-client_8.2p1-4ubuntu0.5_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.744 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/t/tcpdump/tcpdump_4.9.3-4ubuntu0.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.744 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/w/wget/wget_1.20.3-1ubuntu2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.744 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/a/acl/acl_2.2.53-6_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.744 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/a/autotools-dev/autotools-dev_20180224.1_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.744 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/m4/m4_1.4.18-4_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.744 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/a/autoconf/autoconf_2.69-11.1_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.744 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/a/automake-1.16/automake_1.16.1-4ubuntu6_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.744 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/g/gettext/autopoint_0.19.8.1-10build1_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.744 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/l/llvm-toolchain-10/libllvm10_10.0.0-4ubuntu1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.744 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/l/llvm-toolchain-10/libclang-cpp10_10.0.0-4ubuntu1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.744 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libg/libgc/libgc1c2_7.6.4-0.4ubuntu1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.744 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/universe/g/gcc-10/libobjc4_10.3.0-1ubuntu1~20.04_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.745 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/universe/g/gcc-9/libobjc-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.745 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/g/glibc/libc6-i386_2.31-0ubuntu9.9_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.745 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/gcc-10/lib32gcc-s1_10.3.0-1ubuntu1~20.04_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.745 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/gcc-10/lib32stdc++6_10.3.0-1ubuntu1~20.04_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.745 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/l/llvm-toolchain-10/libclang-common-10-dev_10.0.0-4ubuntu1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.745 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/l/llvm-toolchain-10/libclang1-10_10.0.0-4ubuntu1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.745 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/l/llvm-toolchain-10/clang-10_10.0.0-4ubuntu1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.745 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libt/libtool/libtool_2.4.6-14_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.745 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/d/dh-autoreconf/dh-autoreconf_19_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.745 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/d/debhelper/libdebhelper-perl_12.10ubuntu1_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.745 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/liba/libarchive-zip-perl/libarchive-zip-perl_1.67-2_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.745 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libs/libsub-override-perl/libsub-override-perl_0.09-2_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.745 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/s/strip-nondeterminism/libfile-stripnondeterminism-perl_1.7.0-1_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.745 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/s/strip-nondeterminism/dh-strip-nondeterminism_1.7.0-1_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.745 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/d/dwz/dwz_0.13-5_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.745 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libc/libcroco/libcroco3_0.6.13-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.745 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/g/gettext/gettext_0.19.8.1-10build1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.745 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/i/intltool-debian/intltool-debian_0.35.0+20060710.5_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.745 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/p/po-debconf/po-debconf_1.0.21_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.746 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/d/debhelper/debhelper_12.10ubuntu1_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.746 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/u/util-linux/uuid-dev_2.34-0.1ubuntu9.3_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.746 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/l/lksctp-tools/libsctp1_1.0.18+dfsg-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.746 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/l/lksctp-tools/libsctp-dev_1.0.18+dfsg-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.746 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/a/apr/libapr1-dev_1.6.5-1ubuntu1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.746 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/o/openldap/libldap2-dev_2.4.49+dfsg-2ubuntu1.9_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.746 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/a/apr-util/libaprutil1-dev_1.6.1-4ubuntu2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.746 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/a/apache2/apache2-dev_2.4.41-4ubuntu3.12_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.746 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/b/binfmt-support/binfmt-support_2.2.0-2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.746 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/conntrack-tools/conntrack_1.4.5-2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.746 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/libn/libnetfilter-cthelper/libnetfilter-cthelper0_1.0.0-1ubuntu2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.746 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/libn/libnetfilter-queue/libnetfilter-queue1_1.0.3-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.746 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/c/conntrack-tools/conntrackd_1.4.5-2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.746 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/d/dns-root-data/dns-root-data_2019052802_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.746 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libi/libidn/libidn11_1.33-2.2ubuntu2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.746 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/d/dnsmasq/dnsmasq-base_2.80-1.1ubuntu1.5_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.746 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/d/dnsmasq/dnsmasq-utils_2.80-1.1ubuntu1.5_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.747 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/e/ebtables/ebtables_2.0.11-3build1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.747 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/f/fonts-dejavu/fonts-dejavu-core_2.37-1_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.747 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/f/fonts-liberation/fonts-liberation_1.07.4-11_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.747 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/f/fontconfig/fontconfig-config_2.13.1-2ubuntu3_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.747 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/f/fontconfig/libfontconfig1_2.13.1-2ubuntu3_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.747 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/f/fontconfig/fontconfig_2.13.1-2ubuntu3_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.747 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/cdrkit/genisoimage_1.1.11-3.1ubuntu1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.747 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/a/ann/libann0_1.1.2+doc-7build1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.747 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/g/graphviz/libcdt5_2.42.2-3build2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.747 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/g/graphviz/libcgraph6_2.42.2-3build2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.747 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/libj/libjpeg-turbo/libjpeg-turbo8_2.0.3-0ubuntu1.20.04.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.747 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libj/libjpeg8-empty/libjpeg8_8c-2ubuntu8_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.747 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/j/jbigkit/libjbig0_2.1-3.1build1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.747 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/libw/libwebp/libwebp6_0.6.1-2ubuntu0.20.04.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.747 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/t/tiff/libtiff5_4.1.0+git191117-2ubuntu0.20.04.3_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.747 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libx/libxpm/libxpm4_3.5.12-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.747 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/libg/libgd2/libgd3_2.2.5-5.2ubuntu2.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.747 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/g/gts/libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.747 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/p/pixman/libpixman-1-0_0.38.4-0ubuntu1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.747 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libx/libxcb/libxcb-render0_1.14-2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.747 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libx/libxcb/libxcb-shm0_1.14-2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.748 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libx/libxrender/libxrender1_0.9.10-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.748 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/cairo/libcairo2_1.16.0-4ubuntu1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.748 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/g/graphite2/libgraphite2-3_1.3.13-11build1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.748 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/h/harfbuzz/libharfbuzz0b_2.6.4-1ubuntu4.2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.748 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libt/libthai/libthai-data_0.1.28-3_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.748 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libd/libdatrie/libdatrie1_0.2.12-3_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.748 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libt/libthai/libthai0_0.1.28-3_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.748 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/p/pango1.0/libpango-1.0-0_1.44.7-2ubuntu4_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.748 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/p/pango1.0/libpangoft2-1.0-0_1.44.7-2ubuntu4_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.748 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/p/pango1.0/libpangocairo-1.0-0_1.44.7-2ubuntu4_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.748 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/g/graphviz/libpathplan4_2.42.2-3build2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.748 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/g/graphviz/libgvc6_2.42.2-3build2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.748 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/g/graphviz/libgvpr2_2.42.2-3build2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.748 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/g/graphviz/liblab-gamut1_2.42.2-3build2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.748 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/x/xorg/x11-common_7.7+19ubuntu14_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.748 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libi/libice/libice6_1.0.10-0ubuntu1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.748 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libs/libsm/libsm6_1.2.3-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.748 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libx/libxt/libxt6_1.1.5-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.748 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libx/libxmu/libxmu6_1.1.3-0ubuntu1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.749 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libx/libxaw/libxaw7_1.0.13-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.749 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/g/graphviz/graphviz_2.42.2-3build2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.749 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libn/libnl3/libnl-route-3-200_3.4.0-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.749 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/r/rdma-core/libibverbs1_28.0-1ubuntu1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.749 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/r/rdma-core/ibverbs-providers_28.0-1ubuntu1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.749 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/i/icu/icu-devtools_66.1-2ubuntu2.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.749 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/i/iputils/iputils-arping_20190709-3_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.749 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/j/javascript-common/javascript-common_11_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.749 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/k/krb5/libgssrpc4_1.17-6ubuntu4.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.749 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/k/krb5/libkdb5-9_1.17-6ubuntu4.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.749 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/k/krb5/libkadm5srv-mit11_1.17-6ubuntu4.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.749 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/k/krb5/libkadm5clnt-mit11_1.17-6ubuntu4.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.749 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/e/e2fsprogs/comerr-dev_2.1-1.45.5-2ubuntu1.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.749 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/k/krb5/krb5-multidev_1.17-6ubuntu4.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.749 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/liba/libarchive-cpio-perl/libarchive-cpio-perl_0.10-1_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.749 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/b/boost1.71/libboost-iostreams1.71.0_1.71.0-6ubuntu6_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.749 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/b/boost1.71/libboost-thread1.71.0_1.71.0-6ubuntu6_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.749 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/g/gts/libgts-bin_0.7.6+darcs121130-4_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.749 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/i/icu/libicu-dev_66.1-2ubuntu2.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.749 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/i/ipset/libipset13_7.5-1ubuntu0.20.04.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.750 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/r/rdma-core/librdmacm1_28.0-1ubuntu1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.750 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libi/libiscsi/libiscsi7_1.18.0-2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.750 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/libj/libjpeg-turbo/libjpeg-turbo8-dev_2.0.3-0ubuntu1.20.04.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.750 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libj/libjpeg8-empty/libjpeg8-dev_8c-2ubuntu8_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.750 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libj/libjpeg8-empty/libjpeg-dev_8c-2ubuntu8_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.750 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/j/jquery/libjs-jquery_3.3.1~dfsg-3_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.750 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/j/jquery-goodies/libjs-jquery-metadata_12-1.1_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.750 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/j/jquery-tablesorter/libjs-jquery-tablesorter_2.31.1+dfsg1-1_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.750 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libt/libtool/libltdl-dev_2.4.6-14_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.750 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libs/libsys-hostname-long-perl/libsys-hostname-long-perl_1.5-1_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.750 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libm/libmail-sendmail-perl/libmail-sendmail-perl_0.80-1_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.750 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/n/ncurses/libncurses-dev_6.2-0ubuntu2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.750 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/n/nspr/libnspr4_4.25-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.750 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/n/nss/libnss3_3.49.1-1ubuntu1.8_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.750 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/l/llvm-toolchain-10/libomp5-10_10.0.0-4ubuntu1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.750 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/l/llvm-toolchain-10/libomp-10-dev_10.0.0-4ubuntu1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.750 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/p/pcp/pcp-conf_5.0.3-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.750 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/p/pcp/libpcp3_5.0.3-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.750 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/p/pcp/libpcp-pmda3_5.0.3-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.750 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/p/pcp/libpcp-pmda-perl_5.0.3-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.751 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/p/postgresql-12/libpq5_12.12-0ubuntu0.20.04.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.751 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/p/postgresql-12/libpq-dev_12.12-0ubuntu0.20.04.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.751 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/ceph/librados2_15.2.16-0ubuntu0.20.04.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.751 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/ceph/librbd1_15.2.16-0ubuntu0.20.04.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.751 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/c/cyrus-sasl2/libsasl2-dev_2.1.27+dfsg-2ubuntu0.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.751 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/c/cyrus-sasl2/libsasl2-modules_2.1.27+dfsg-2ubuntu0.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.751 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl-dev_1.1.1f-1ubuntu2.16_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.751 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/s/systemd/libsystemd-dev_245.4-4ubuntu3.17_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.751 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/n/ncurses/libtinfo-dev_6.2-0ubuntu2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.751 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/libx/libx86/libx86-1_1.1+ds1-11_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.751 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/libx/libxml2/libxml2-dev_2.9.10+dfsg-5ubuntu0.20.04.4_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.751 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/libx/libxslt/libxslt1.1_1.1.34-4ubuntu0.20.04.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.751 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/libx/libxslt/libxslt1-dev_1.1.34-4ubuntu0.20.04.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.752 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/l/llvm-toolchain-10/llvm-10-runtime_10.0.0-4ubuntu1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.752 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libp/libpfm4/libpfm4_4.10.1+git20-g7700f49-2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.752 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/l/llvm-toolchain-10/llvm-10_10.0.0-4ubuntu1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.752 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libf/libffi/libffi-dev_3.3-4_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.752 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/p/pygments/python3-pygments_2.3.1+dfsg-1ubuntu2.2_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.752 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/l/llvm-toolchain-10/llvm-10-tools_10.0.0-4ubuntu1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.752 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/z/z3/libz3-4_4.8.7-4build1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.752 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/z/z3/libz3-dev_4.8.7-4build1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.752 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/l/llvm-toolchain-10/llvm-10-dev_10.0.0-4ubuntu1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.752 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/l/lsscsi/lsscsi_0.30-0.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.752 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/p/pkg-config/pkg-config_0.29.1-0ubuntu4_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.752 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/p/pm-utils/pm-utils_1.4.1-19_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.752 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/p/postgresql-common/postgresql-client-common_214ubuntu0.1_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.752 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/p/postgresql-12/postgresql-client-12_12.12-0ubuntu0.20.04.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.752 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/s/ssl-cert/ssl-cert_1.0.39_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.752 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/p/postgresql-common/postgresql-common_214ubuntu0.1_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.752 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/universe/p/postgresql-12/postgresql-server-dev-12_12.12-0ubuntu0.20.04.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.752 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/universe/p/postgresql-common/postgresql-server-dev-all_214ubuntu0.1_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.752 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/p/python-mysqldb/python3-mysqldb_1.4.4-2build1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.753 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/universe/p/python3.8/python3.8-venv_3.8.10-0ubuntu1~20.04.5_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.753 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/p/python3-defaults/python3-venv_3.8.2-0ubuntu2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.753 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/q/qemu/qemu-block-extra_4.2-3ubuntu6.23_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.753 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/q/qemu/qemu-utils_4.2-3ubuntu6.23_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.753 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/s/sharutils/sharutils_4.15.2-4build1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.753 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/s/sqlite3/sqlite3_3.31.1-4ubuntu0.3_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.753 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/u/unzip/unzip_6.0-25ubuntu1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.753 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/v/vbetool/vbetool_1.1-4_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.753 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/i/ipset/ipset_7.5-1ubuntu0.20.04.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.753 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/i/ipvsadm/ipvsadm_1.31-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.753 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/universe/a/apache2/libapache2-mod-proxy-uwsgi_2.4.41-4ubuntu3.12_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.753 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libe/liberasurecode/liberasurecode1_1.6.1-4_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.753 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/libe/liberasurecode/liberasurecode-dev_1.6.1-4_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.753 | E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/k/krb5/libkrb5-dev_1.17-6ubuntu4.1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.753 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/p/pcp/libpcp-gui2_5.0.3-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.753 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/p/pcp/libpcp-import1_5.0.3-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.753 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/p/pcp/libpcp-mmv1_5.0.3-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.753 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/p/pcp/libpcp-trace2_5.0.3-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.753 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/p/pcp/libpcp-web1_5.0.3-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.754 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/liby/libyaml/libyaml-dev_0.2.2-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.754 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/p/pcp/python3-pcp_5.0.3-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.754 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/p/pcp/pcp_5.0.3-1_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.754 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/s/socat/socat_1.7.3.3-2_amd64.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.754 | E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/universe/v/vlan/vlan_2.0.4ubuntu1.20.04.1_all.deb Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::29). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::1b). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2620:2d:4000:1::18). - connect (101: Network is unreachable) Cannot initiate the connection to nova.clouds.archive.ubuntu.com:80 (2001:67c:1562::26). - connect (101: Network is unreachable) 2022-08-29 14:57:47.754 | E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? 2022-08-29 14:57:47.754 | + functions-common:apt_get:1 : exit_trap 2022-08-29 14:57:47.756 | + ./stack.sh:exit_trap:516 : local r=100 2022-08-29 14:57:47.759 | ++ ./stack.sh:exit_trap:517 : jobs -p 2022-08-29 14:57:47.761 | + ./stack.sh:exit_trap:517 : jobs= 2022-08-29 14:57:47.764 | + ./stack.sh:exit_trap:520 : [[ -n '' ]] 2022-08-29 14:57:47.766 | + ./stack.sh:exit_trap:526 : '[' -f '' ']' 2022-08-29 14:57:47.768 | + ./stack.sh:exit_trap:531 : kill_spinner 2022-08-29 14:57:47.771 | + ./stack.sh:kill_spinner:426 : '[' '!' -z '' ']' 2022-08-29 14:57:47.773 | + ./stack.sh:exit_trap:533 : [[ 100 -ne 0 ]] 2022-08-29 14:57:47.775 | + ./stack.sh:exit_trap:534 : echo 'Error on exit' 2022-08-29 14:57:47.775 | Error on exit 2022-08-29 14:57:47.778 | + ./stack.sh:exit_trap:536 : type -p generate-subunit 2022-08-29 14:57:47.780 | + ./stack.sh:exit_trap:539 : [[ -z /opt/stack/logs ]] 2022-08-29 14:57:47.782 | + ./stack.sh:exit_trap:542 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/worlddump.py -d /opt/stack/logs 2022-08-29 14:57:47.937 | ovs-vsctl: unix:/var/run/openvswitch/db.sock: database connection failed (No such file or directory) 2022-08-29 14:57:47.953 | ovs-vsctl: unix:/var/run/openvswitch/db.sock: database connection failed (No such file or directory) 2022-08-29 14:57:48.350 | + ./stack.sh:exit_trap:551 : exit 100