Read the Docs build information Build id: 3936188 Project: canonical-mir Version: 2.25 Commit: 067796760870c314d4e4da42d22bedefdbb3129e Date: 2026-04-17T06:34:52.750340Z State: finished Success: False [rtd-command-info] start-time: 2026-04-17T06:34:53.677768Z, end-time: 2026-04-17T06:34:54.901278Z, duration: 1, exit-code: 0 git clone --depth 1 https://github.com/canonical/mir.git . Cloning into '.'... [rtd-command-info] start-time: 2026-04-17T06:34:54.984089Z, end-time: 2026-04-17T06:34:57.030436Z, duration: 2, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/release/2.25:refs/remotes/origin/release/2.25 From https://github.com/canonical/mir * [new branch] release/2.25 -> origin/release/2.25 * [new tag] v2.25.2 -> v2.25.2 * [new tag] v2.25.0 -> v2.25.0 * [new tag] v2.25.0-dev -> v2.25.0-dev * [new tag] v2.25.0-rc -> v2.25.0-rc * [new tag] v2.25.1 -> v2.25.1 * [new tag] v2.25.1-rc -> v2.25.1-rc * [new tag] v2.25.2-rc -> v2.25.2-rc [rtd-command-info] start-time: 2026-04-17T06:34:57.710274Z, end-time: 2026-04-17T06:34:57.882626Z, duration: 0, exit-code: 0 git checkout --force origin/release/2.25 Note: switching to 'origin/release/2.25'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at 0677967 Update changelogs for 2.25.2 [rtd-command-info] start-time: 2026-04-17T06:34:57.966282Z, end-time: 2026-04-17T06:34:58.002720Z, duration: 0, exit-code: 0 cat doc/sphinx/.readthedocs.yaml # .readthedocs.yaml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required version: 2 # Set the version of Python and other tools you might need build: os: ubuntu-24.04 tools: python: "3.11" # https://github.com/readthedocs/readthedocs.org/issues/9599 apt_packages: - cmake - doxygen - graphviz - libboost-dev - libboost-iostreams-dev - libboost-program-options-dev - libdrm-dev - libdisplay-info-dev - libegl-dev - libepoxy-dev - libfreetype-dev - libglib2.0-dev - libgles2-mesa-dev - libglm-dev - libinput-dev - liblttng-ust-dev - libwayland-dev - libxcb-composite0-dev - libxcb-randr0-dev - libxcb-res0-dev - libxcursor-dev - libxkbcommon-dev - libxml++2.6-dev - libyaml-cpp-dev - xsltproc jobs: post_checkout: - git fetch --unshallow # Cancel building pull requests when there aren't changed in the docs directory. # If there are no changes (git diff exits with 0) we force the command to return with 183. # This is a special exit code on Read the Docs that will cancel the build immediately. # https://docs.readthedocs.io/en/stable/build-customization.html#cancel-build-based-on-a-condition - | if [ "$READTHEDOCS_VERSION_TYPE" = "external" ] && git diff --quiet origin/main -- 'doc/' 'doc/sphinx/.readthedocs.yaml' 'include/' 'src/include/'; then exit 183; fi post_install: - cmake -DBUILD_DOXYGEN=YES -DMIR_ENABLE_TESTS=NO -DMIR_PLATFORM=x11 . - cmake --build . --target doxygen # Build documentation in the docs/ directory with Sphinx sphinx: builder: dirhtml configuration: doc/sphinx/conf.py fail_on_warning: false # Optionally declare the Python requirements required to build your docs python: install: - requirements: doc/sphinx/requirements.txt [rtd-command-info] start-time: 2026-04-17T06:34:58.090934Z, end-time: 2026-04-17T06:35:14.245705Z, duration: 16, exit-code: 0 git fetch --unshallow From https://github.com/canonical/mir * [new tag] release/2.16 -> release/2.16 * [new tag] v0.0.10 -> v0.0.10 * [new tag] v0.0.13 -> v0.0.13 * [new tag] v0.0.14 -> v0.0.14 * [new tag] v0.0.15 -> v0.0.15 * [new tag] v0.0.16 -> v0.0.16 * [new tag] v0.0.2 -> v0.0.2 * [new tag] v0.0.3 -> v0.0.3 * [new tag] v0.0.4 -> v0.0.4 * [new tag] v0.0.5 -> v0.0.5 * [new tag] v0.0.6 -> v0.0.6 * [new tag] v0.0.7 -> v0.0.7 * [new tag] v0.0.8 -> v0.0.8 * [new tag] v0.0.9 -> v0.0.9 * [new tag] v0.1.0 -> v0.1.0 * [new tag] v0.1.1 -> v0.1.1 * [new tag] v0.1.2 -> v0.1.2 * [new tag] v0.1.3 -> v0.1.3 * [new tag] v0.1.4 -> v0.1.4 * [new tag] v0.1.5 -> v0.1.5 * [new tag] v0.1.6 -> v0.1.6 * [new tag] v0.1.7 -> v0.1.7 * [new tag] v0.1.8 -> v0.1.8 * [new tag] v0.1.9 -> v0.1.9 * [new tag] v0.10.0 -> v0.10.0 * [new tag] v0.11.0 -> v0.11.0 * [new tag] v0.12.0 -> v0.12.0 * [new tag] v0.12.1 -> v0.12.1 * [new tag] v0.13.0 -> v0.13.0 * [new tag] v0.13.1 -> v0.13.1 * [new tag] v0.13.2 -> v0.13.2 * [new tag] v0.14.0 -> v0.14.0 * [new tag] v0.15.0 -> v0.15.0 * [new tag] v0.16.0 -> v0.16.0 * [new tag] v0.17.0 -> v0.17.0 * [new tag] v0.18.0 -> v0.18.0 * [new tag] v0.19.0 -> v0.19.0 * [new tag] v0.19.1 -> v0.19.1 * [new tag] v0.19.2 -> v0.19.2 * [new tag] v0.20.0 -> v0.20.0 * [new tag] v0.20.1 -> v0.20.1 * [new tag] v0.20.2 -> v0.20.2 * [new tag] v0.23.0 -> v0.23.0 * [new tag] v0.23.4 -> v0.23.4 * [new tag] v0.23.5 -> v0.23.5 * [new tag] v0.24.0 -> v0.24.0 * [new tag] v0.26.0 -> v0.26.0 * [new tag] v0.27.0 -> v0.27.0 * [new tag] v0.29.0 -> v0.29.0 * [new tag] v0.30.0 -> v0.30.0 * [new tag] v0.30.0.1 -> v0.30.0.1 * [new tag] v0.31.0 -> v0.31.0 * [new tag] v0.31.0.1 -> v0.31.0.1 * [new tag] v0.31.2 -> v0.31.2 * [new tag] v0.32.0 -> v0.32.0 * [new tag] v0.32.1 -> v0.32.1 * [new tag] v0.4.0 -> v0.4.0 * [new tag] v0.4.1 -> v0.4.1 * [new tag] v0.5.0 -> v0.5.0 * [new tag] v0.6.0 -> v0.6.0 * [new tag] v0.6.1 -> v0.6.1 * [new tag] v0.7.0 -> v0.7.0 * [new tag] v0.7.1 -> v0.7.1 * [new tag] v0.7.2 -> v0.7.2 * [new tag] v0.8.0 -> v0.8.0 * [new tag] v0.9.0 -> v0.9.0 * [new tag] v02.6.0 -> v02.6.0 * [new tag] v1.0.0 -> v1.0.0 * [new tag] v1.1.0 -> v1.1.0 * [new tag] v1.1.1 -> v1.1.1 * [new tag] v1.1.2 -> v1.1.2 * [new tag] v1.2.0 -> v1.2.0 * [new tag] v1.3.0 -> v1.3.0 * [new tag] v1.4.0 -> v1.4.0 * [new tag] v1.5.0 -> v1.5.0 * [new tag] v1.6.0 -> v1.6.0 * [new tag] v1.7.0 -> v1.7.0 * [new tag] v1.7.1 -> v1.7.1 * [new tag] v1.8.0 -> v1.8.0 * [new tag] v2.0.0 -> v2.0.0 * [new tag] v2.0.0.0 -> v2.0.0.0 * [new tag] v2.1.0 -> v2.1.0 * [new tag] v2.10.0 -> v2.10.0 * [new tag] v2.12.0 -> v2.12.0 * [new tag] v2.12.1 -> v2.12.1 * [new tag] v2.13.0 -> v2.13.0 * [new tag] v2.14.0 -> v2.14.0 * [new tag] v2.14.1 -> v2.14.1 * [new tag] v2.15.0 -> v2.15.0 * [new tag] v2.16.0 -> v2.16.0 * [new tag] v2.16.1 -> v2.16.1 * [new tag] v2.16.2 -> v2.16.2 * [new tag] v2.16.3 -> v2.16.3 * [new tag] v2.16.4 -> v2.16.4 * [new tag] v2.17.0 -> v2.17.0 * [new tag] v2.18.0 -> v2.18.0 * [new tag] v2.18.2 -> v2.18.2 * [new tag] v2.18.3 -> v2.18.3 * [new tag] v2.19.0 -> v2.19.0 * [new tag] v2.19.1 -> v2.19.1 * [new tag] v2.19.2 -> v2.19.2 * [new tag] v2.19.3 -> v2.19.3 * [new tag] v2.2.0 -> v2.2.0 * [new tag] v2.20.0 -> v2.20.0 * [new tag] v2.20.1 -> v2.20.1 * [new tag] v2.20.2 -> v2.20.2 * [new tag] v2.21.0 -> v2.21.0 * [new tag] v2.21.1 -> v2.21.1 * [new tag] v2.22.0 -> v2.22.0 * [new tag] v2.22.1 -> v2.22.1 * [new tag] v2.22.2 -> v2.22.2 * [new tag] v2.23.0 -> v2.23.0 * [new tag] v2.26.0 -> v2.26.0 * [new tag] v2.26.0-dev -> v2.26.0-dev * [new tag] v2.26.0-rc -> v2.26.0-rc * [new tag] v2.27.0-dev -> v2.27.0-dev * [new tag] v2.3.0 -> v2.3.0 * [new tag] v2.3.1 -> v2.3.1 * [new tag] v2.3.2 -> v2.3.2 * [new tag] v2.3.3 -> v2.3.3 * [new tag] v2.4.0 -> v2.4.0 * [new tag] v2.4.1 -> v2.4.1 * [new tag] v2.5.0 -> v2.5.0 * [new tag] v2.6.0 -> v2.6.0 * [new tag] v2.7.0 -> v2.7.0 * [new tag] v2.8.0 -> v2.8.0 * [new tag] v2.9.0 -> v2.9.0 [rtd-command-info] start-time: 2026-04-17T06:35:14.324441Z, end-time: 2026-04-17T06:35:14.360751Z, duration: 0, exit-code: 0 if [ "$READTHEDOCS_VERSION_TYPE" = "external" ] && git diff --quiet origin/main -- 'doc/' 'doc/sphinx/.readthedocs.yaml' 'include/' 'src/include/'; then exit 183; fi [rtd-command-info] start-time: 2026-04-17T06:35:15.285074Z, end-time: 2026-04-17T06:37:47.166271Z, duration: 151, exit-code: 0 apt-get update --assume-yes --quiet Ign:1 http://security.ubuntu.com/ubuntu noble-security InRelease Ign:2 http://archive.ubuntu.com/ubuntu noble InRelease Get:1 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB] Get:3 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [2025 kB] Get:4 http://security.ubuntu.com/ubuntu noble-security/main amd64 Components [25.4 kB] Get:5 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1507 kB] Get:6 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Components [95.1 kB] Get:7 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [3581 kB] Get:8 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Components [156 B] Get:9 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [34.8 kB] Get:10 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [158 B] Ign:11 http://archive.ubuntu.com/ubuntu noble-updates InRelease Ign:12 http://archive.ubuntu.com/ubuntu noble-backports InRelease Ign:2 http://archive.ubuntu.com/ubuntu noble InRelease Ign:11 http://archive.ubuntu.com/ubuntu noble-updates InRelease Ign:12 http://archive.ubuntu.com/ubuntu noble-backports InRelease Ign:2 http://archive.ubuntu.com/ubuntu noble InRelease Ign:11 http://archive.ubuntu.com/ubuntu noble-updates InRelease Ign:12 http://archive.ubuntu.com/ubuntu noble-backports InRelease Err:2 http://archive.ubuntu.com/ubuntu noble InRelease Connection failed [IP: 91.189.91.83 80] Err:11 http://archive.ubuntu.com/ubuntu noble-updates InRelease Could not connect to archive.ubuntu.com:80 (91.189.92.24), connection timed out Could not connect to archive.ubuntu.com:80 (185.125.190.81), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.91.82), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.91.83), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.92.22), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.92.23), connection timed out Could not connect to archive.ubuntu.com:80 (185.125.190.83), connection timed out Could not connect to archive.ubuntu.com:80 (185.125.190.82), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.91.81), connection timed out [IP: 91.189.91.81 80] Err:12 http://archive.ubuntu.com/ubuntu noble-backports InRelease Unable to connect to archive.ubuntu.com:http: [IP: 91.189.91.81 80] Fetched 7395 kB in 2min 31s (49.0 kB/s) Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/noble/InRelease Connection failed [IP: 91.189.91.83 80] W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/noble-updates/InRelease Could not connect to archive.ubuntu.com:80 (91.189.92.24), connection timed out Could not connect to archive.ubuntu.com:80 (185.125.190.81), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.91.82), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.91.83), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.92.22), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.92.23), connection timed out Could not connect to archive.ubuntu.com:80 (185.125.190.83), connection timed out Could not connect to archive.ubuntu.com:80 (185.125.190.82), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.91.81), connection timed out [IP: 91.189.91.81 80] W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/noble-backports/InRelease Unable to connect to archive.ubuntu.com:http: [IP: 91.189.91.81 80] W: Some index files failed to download. They have been ignored, or old ones used instead. [rtd-command-info] start-time: 2026-04-17T06:37:47.278764Z, end-time: 2026-04-17T06:40:43.638690Z, duration: 176, exit-code: 100 apt-get install --assume-yes --quiet -- cmake doxygen graphviz libboost-dev libboost-iostreams-dev libboost-program-options-dev libdrm-dev libdisplay-info-dev libegl-dev libepoxy-dev libfreetype-dev libglib2.0-dev libgles2-mesa-dev libglm-dev libinput-dev liblttng-ust-dev libwayland-dev libxcb-composite0-dev libxcb-randr0-dev libxcb-res0-dev libxcursor-dev libxkbcommon-dev libxml++2.6-dev libyaml-cpp-dev xsltproc Reading package lists... Building dependency tree... Reading state information... doxygen is already the newest version (1.9.8+ds-2build5). The following additional packages will be installed: cmake-data fonts-liberation fonts-liberation-sans-narrow fonts-liberation2 gir1.2-glib-2.0 gir1.2-gudev-1.0 libann0 libarchive13t64 libboost-iostreams1.83-dev libboost-iostreams1.83.0 libboost-program-options1.83-dev libboost-program-options1.83.0 libboost-regex1.83-dev libboost-regex1.83.0 libboost1.83-dev libdisplay-info1 libevdev-dev libfreetype6 libgirepository-2.0-0 libgl-dev libgles-dev libgles1 libglib2.0-0t64 libglib2.0-bin libglib2.0-data libglib2.0-dev-bin libglibmm-2.4-1t64 libglibmm-2.4-dev libglvnd-core-dev libglvnd-dev libglx-dev libgudev-1.0-dev libjsoncpp25 liblttng-ust-common1t64 liblttng-ust-ctl5t64 liblttng-ust-python-agent1t64 liblttng-ust1t64 libmtdev-dev libnss-systemd libnuma1 libopengl-dev libopengl0 libpam-systemd libpciaccess-dev librhash0 libsigc++-2.0-0v5 libsigc++-2.0-dev libsystemd-shared libsystemd0 libudev-dev libudev1 liburcu-dev liburcu8t64 libuv1t64 libwacom-dev libwayland-bin libxcb-composite0 libxcb-res0 libxcb-shape0-dev libxcb-xfixes0-dev libxfixes-dev libxml++2.6-2v5 libxslt1-dev libxslt1.1 libyaml-cpp0.8 systemd systemd-dev systemd-resolved systemd-sysv systemd-timesyncd Suggested packages: cmake-doc cmake-format elpa-cmake-mode ninja-build gsfonts graphviz-doc lrzip libboost-doc libboost1.83-doc libboost-atomic1.83-dev libboost-chrono1.83-dev libboost-container1.83-dev libboost-context1.83-dev libboost-contract1.83-dev libboost-coroutine1.83-dev libboost-date-time1.83-dev libboost-exception1.83-dev libboost-fiber1.83-dev libboost-filesystem1.83-dev libboost-graph-parallel1.83-dev libboost-graph1.83-dev libboost-json1.83-dev libboost-locale1.83-dev libboost-log1.83-dev libboost-math1.83-dev libboost-mpi-python1.83-dev libboost-mpi1.83-dev libboost-nowide1.83-dev libboost-numpy1.83-dev libboost-python1.83-dev libboost-random1.83-dev libboost-serialization1.83-dev libboost-stacktrace1.83-dev libboost-system1.83-dev libboost-test1.83-dev libboost-thread1.83-dev libboost-timer1.83-dev libboost-type-erasure1.83-dev libboost-url1.83-dev libboost-wave1.83-dev libboost1.83-tools-dev libmpfrc++-dev libntl-dev libevdev-doc freetype2-doc low-memory-monitor gir1.2-glib-2.0-dev libglib2.0-doc libxml2-utils libglibmm-2.4-doc libgtkmm-3.0-dev libsigc++-2.0-doc libwayland-doc libxml++2.6-doc systemd-container systemd-homed systemd-userdbd systemd-boot libip4tc2 libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu-4.0.1-0 libtss2-rc0 libtss2-tcti-device0 The following NEW packages will be installed: cmake cmake-data fonts-liberation fonts-liberation-sans-narrow fonts-liberation2 gir1.2-gudev-1.0 graphviz libann0 libarchive13t64 libboost-dev libboost-iostreams-dev libboost-iostreams1.83-dev libboost-iostreams1.83.0 libboost-program-options-dev libboost-program-options1.83-dev libboost-program-options1.83.0 libboost-regex1.83-dev libboost-regex1.83.0 libboost1.83-dev libdisplay-info-dev libdisplay-info1 libdrm-dev libegl-dev libepoxy-dev libevdev-dev libgl-dev libgles-dev libgles1 libgles2-mesa-dev libglibmm-2.4-1t64 libglibmm-2.4-dev libglm-dev libglvnd-core-dev libglvnd-dev libglx-dev libgudev-1.0-dev libinput-dev libjsoncpp25 liblttng-ust-common1t64 liblttng-ust-ctl5t64 liblttng-ust-dev liblttng-ust-python-agent1t64 liblttng-ust1t64 libmtdev-dev libnuma1 libopengl-dev libopengl0 libpciaccess-dev librhash0 libsigc++-2.0-0v5 libsigc++-2.0-dev libudev-dev liburcu-dev liburcu8t64 libuv1t64 libwacom-dev libwayland-bin libwayland-dev libxcb-composite0 libxcb-composite0-dev libxcb-randr0-dev libxcb-res0 libxcb-res0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxcursor-dev libxfixes-dev libxkbcommon-dev libxml++2.6-2v5 libxml++2.6-dev libyaml-cpp-dev libyaml-cpp0.8 xsltproc The following packages will be upgraded: gir1.2-glib-2.0 libfreetype-dev libfreetype6 libgirepository-2.0-0 libglib2.0-0t64 libglib2.0-bin libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libnss-systemd libpam-systemd libsystemd-shared libsystemd0 libudev1 libxslt1-dev libxslt1.1 systemd systemd-dev systemd-resolved systemd-sysv systemd-timesyncd 21 upgraded, 73 newly installed, 0 to remove and 197 not upgraded. Need to get 45.0 MB of archives. After this operation, 260 MB of additional disk space will be used. Ign:1 http://archive.ubuntu.com/ubuntu noble/main amd64 libnuma1 amd64 2.0.18-1build1 Ign:2 http://archive.ubuntu.com/ubuntu noble/main amd64 libuv1t64 amd64 1.48.0-1.1build1 Ign:3 http://archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 Ign:4 http://archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 Ign:5 http://archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 Ign:6 http://archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 Ign:7 http://archive.ubuntu.com/ubuntu noble/main amd64 fonts-liberation all 1:2.1.5-3 Ign:8 http://archive.ubuntu.com/ubuntu noble/main amd64 fonts-liberation-sans-narrow all 1:1.07.6-4 Ign:9 http://archive.ubuntu.com/ubuntu noble/universe amd64 fonts-liberation2 all 1:2.1.5-3 Ign:10 http://archive.ubuntu.com/ubuntu noble/main amd64 gir1.2-gudev-1.0 amd64 1:238-5ubuntu1 Ign:11 http://archive.ubuntu.com/ubuntu noble/universe amd64 libann0 amd64 1.1.2+doc-9build1 Ign:12 http://archive.ubuntu.com/ubuntu noble/universe amd64 graphviz amd64 2.42.2-9build1 Ign:13 http://archive.ubuntu.com/ubuntu noble/main amd64 libboost1.83-dev amd64 1.83.0-2.1ubuntu3 Ign:14 http://archive.ubuntu.com/ubuntu noble/main amd64 libboost-dev amd64 1.83.0.1ubuntu2 Ign:15 http://archive.ubuntu.com/ubuntu noble/main amd64 libboost-regex1.83.0 amd64 1.83.0-2.1ubuntu3 Ign:16 http://archive.ubuntu.com/ubuntu noble/main amd64 libboost-regex1.83-dev amd64 1.83.0-2.1ubuntu3 Ign:17 http://archive.ubuntu.com/ubuntu noble/main amd64 libboost-iostreams1.83.0 amd64 1.83.0-2.1ubuntu3 Ign:18 http://archive.ubuntu.com/ubuntu noble/universe amd64 libboost-iostreams1.83-dev amd64 1.83.0-2.1ubuntu3 Ign:19 http://archive.ubuntu.com/ubuntu noble/universe amd64 libboost-iostreams-dev amd64 1.83.0.1ubuntu2 Ign:20 http://archive.ubuntu.com/ubuntu noble/main amd64 libboost-program-options1.83.0 amd64 1.83.0-2.1ubuntu3 Ign:21 http://archive.ubuntu.com/ubuntu noble/main amd64 libboost-program-options1.83-dev amd64 1.83.0-2.1ubuntu3 Ign:22 http://archive.ubuntu.com/ubuntu noble/main amd64 libboost-program-options-dev amd64 1.83.0.1ubuntu2 Ign:23 http://archive.ubuntu.com/ubuntu noble/universe amd64 libdisplay-info1 amd64 0.1.1-2build1 Ign:24 http://archive.ubuntu.com/ubuntu noble/universe amd64 libdisplay-info-dev amd64 0.1.1-2build1 Ign:25 http://archive.ubuntu.com/ubuntu noble/main amd64 libpciaccess-dev amd64 0.17-3build1 Ign:26 http://archive.ubuntu.com/ubuntu noble/main amd64 libdrm-dev amd64 2.4.120-2build1 Ign:27 http://archive.ubuntu.com/ubuntu noble/main amd64 libglx-dev amd64 1.7.0-1build1 Ign:28 http://archive.ubuntu.com/ubuntu noble/main amd64 libgl-dev amd64 1.7.0-1build1 Ign:29 http://archive.ubuntu.com/ubuntu noble/main amd64 libegl-dev amd64 1.7.0-1build1 Ign:30 http://archive.ubuntu.com/ubuntu noble/main amd64 libepoxy-dev amd64 1.5.10-1build1 Ign:31 http://archive.ubuntu.com/ubuntu noble/main amd64 libgles1 amd64 1.7.0-1build1 Ign:32 http://archive.ubuntu.com/ubuntu noble/main amd64 libgles-dev amd64 1.7.0-1build1 Ign:33 http://archive.ubuntu.com/ubuntu noble/main amd64 libglvnd-core-dev amd64 1.7.0-1build1 Ign:34 http://archive.ubuntu.com/ubuntu noble/main amd64 libopengl0 amd64 1.7.0-1build1 Ign:35 http://archive.ubuntu.com/ubuntu noble/main amd64 libopengl-dev amd64 1.7.0-1build1 Ign:36 http://archive.ubuntu.com/ubuntu noble/main amd64 libglvnd-dev amd64 1.7.0-1build1 Ign:37 http://archive.ubuntu.com/ubuntu noble/main amd64 libgles2-mesa-dev amd64 24.0.5-1ubuntu1 Ign:38 http://archive.ubuntu.com/ubuntu noble/main amd64 libsigc++-2.0-0v5 amd64 2.12.1-2 Ign:39 http://archive.ubuntu.com/ubuntu noble/main amd64 libglibmm-2.4-1t64 amd64 2.66.7-1build1 Ign:40 http://archive.ubuntu.com/ubuntu noble/main amd64 libsigc++-2.0-dev amd64 2.12.1-2 Ign:41 http://archive.ubuntu.com/ubuntu noble/main amd64 libglibmm-2.4-dev amd64 2.66.7-1build1 Ign:42 http://archive.ubuntu.com/ubuntu noble/main amd64 libgudev-1.0-dev amd64 1:238-5ubuntu1 Ign:43 http://archive.ubuntu.com/ubuntu noble/main amd64 liblttng-ust-common1t64 amd64 2.13.7-1.1ubuntu2 Ign:44 http://archive.ubuntu.com/ubuntu noble/main amd64 liblttng-ust-ctl5t64 amd64 2.13.7-1.1ubuntu2 Ign:45 http://archive.ubuntu.com/ubuntu noble/main amd64 liblttng-ust1t64 amd64 2.13.7-1.1ubuntu2 Ign:46 http://archive.ubuntu.com/ubuntu noble/main amd64 liblttng-ust-python-agent1t64 amd64 2.13.7-1.1ubuntu2 Ign:47 http://archive.ubuntu.com/ubuntu noble/main amd64 libmtdev-dev amd64 1.1.6-1.1build1 Ign:48 http://archive.ubuntu.com/ubuntu noble/main amd64 liburcu8t64 amd64 0.14.0-3.1build1 Ign:49 http://archive.ubuntu.com/ubuntu noble/main amd64 libevdev-dev amd64 1.13.1+dfsg-1build1 Ign:50 http://archive.ubuntu.com/ubuntu noble/main amd64 libwacom-dev amd64 2.10.0-2 Ign:51 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-composite0 amd64 1.15-1ubuntu2 Ign:52 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 Ign:53 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 Ign:54 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-composite0-dev amd64 1.15-1ubuntu2 Ign:55 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-randr0-dev amd64 1.15-1ubuntu2 Ign:56 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-res0 amd64 1.15-1ubuntu2 Ign:57 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-res0-dev amd64 1.15-1ubuntu2 Ign:58 http://archive.ubuntu.com/ubuntu noble/main amd64 libxfixes-dev amd64 1:6.0.0-2build1 Ign:59 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcursor-dev amd64 1:1.2.1-1build1 Ign:60 http://archive.ubuntu.com/ubuntu noble/main amd64 libxkbcommon-dev amd64 1.6.0-1build1 Ign:61 http://archive.ubuntu.com/ubuntu noble/main amd64 libxml++2.6-2v5 amd64 2.42.3-1build2 Ign:62 http://archive.ubuntu.com/ubuntu noble/main amd64 libxml++2.6-dev amd64 2.42.3-1build2 Ign:63 http://archive.ubuntu.com/ubuntu noble/main amd64 libyaml-cpp0.8 amd64 0.8.0+dfsg-6build1 Ign:64 http://archive.ubuntu.com/ubuntu noble/main amd64 libyaml-cpp-dev amd64 0.8.0+dfsg-6build1 Ign:65 http://archive.ubuntu.com/ubuntu noble/universe amd64 libglm-dev all 0.9.9.8+ds-7 Ign:66 http://archive.ubuntu.com/ubuntu noble/main amd64 libinput-dev amd64 1.25.0-1ubuntu2 Ign:67 http://archive.ubuntu.com/ubuntu noble/main amd64 liburcu-dev amd64 0.14.0-3.1build1 Ign:68 http://archive.ubuntu.com/ubuntu noble/main amd64 liblttng-ust-dev amd64 2.13.7-1.1ubuntu2 Ign:69 http://archive.ubuntu.com/ubuntu noble/main amd64 libwayland-bin amd64 1.22.0-2.1build1 Ign:70 http://archive.ubuntu.com/ubuntu noble/main amd64 libwayland-dev amd64 1.22.0-2.1build1 Ign:1 http://archive.ubuntu.com/ubuntu noble/main amd64 libnuma1 amd64 2.0.18-1build1 Ign:2 http://archive.ubuntu.com/ubuntu noble/main amd64 libuv1t64 amd64 1.48.0-1.1build1 Ign:3 http://archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 Ign:4 http://archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 Ign:5 http://archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 Ign:6 http://archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 Ign:7 http://archive.ubuntu.com/ubuntu noble/main amd64 fonts-liberation all 1:2.1.5-3 Ign:8 http://archive.ubuntu.com/ubuntu noble/main amd64 fonts-liberation-sans-narrow all 1:1.07.6-4 Ign:9 http://archive.ubuntu.com/ubuntu noble/universe amd64 fonts-liberation2 all 1:2.1.5-3 Ign:10 http://archive.ubuntu.com/ubuntu noble/main amd64 gir1.2-gudev-1.0 amd64 1:238-5ubuntu1 Ign:11 http://archive.ubuntu.com/ubuntu noble/universe amd64 libann0 amd64 1.1.2+doc-9build1 Ign:12 http://archive.ubuntu.com/ubuntu noble/universe amd64 graphviz amd64 2.42.2-9build1 Ign:13 http://archive.ubuntu.com/ubuntu noble/main amd64 libboost1.83-dev amd64 1.83.0-2.1ubuntu3 Ign:14 http://archive.ubuntu.com/ubuntu noble/main amd64 libboost-dev amd64 1.83.0.1ubuntu2 Ign:15 http://archive.ubuntu.com/ubuntu noble/main amd64 libboost-regex1.83.0 amd64 1.83.0-2.1ubuntu3 Ign:16 http://archive.ubuntu.com/ubuntu noble/main amd64 libboost-regex1.83-dev amd64 1.83.0-2.1ubuntu3 Ign:17 http://archive.ubuntu.com/ubuntu noble/main amd64 libboost-iostreams1.83.0 amd64 1.83.0-2.1ubuntu3 Ign:18 http://archive.ubuntu.com/ubuntu noble/universe amd64 libboost-iostreams1.83-dev amd64 1.83.0-2.1ubuntu3 Ign:19 http://archive.ubuntu.com/ubuntu noble/universe amd64 libboost-iostreams-dev amd64 1.83.0.1ubuntu2 Ign:20 http://archive.ubuntu.com/ubuntu noble/main amd64 libboost-program-options1.83.0 amd64 1.83.0-2.1ubuntu3 Ign:21 http://archive.ubuntu.com/ubuntu noble/main amd64 libboost-program-options1.83-dev amd64 1.83.0-2.1ubuntu3 Ign:22 http://archive.ubuntu.com/ubuntu noble/main amd64 libboost-program-options-dev amd64 1.83.0.1ubuntu2 Ign:23 http://archive.ubuntu.com/ubuntu noble/universe amd64 libdisplay-info1 amd64 0.1.1-2build1 Ign:24 http://archive.ubuntu.com/ubuntu noble/universe amd64 libdisplay-info-dev amd64 0.1.1-2build1 Ign:25 http://archive.ubuntu.com/ubuntu noble/main amd64 libpciaccess-dev amd64 0.17-3build1 Ign:26 http://archive.ubuntu.com/ubuntu noble/main amd64 libdrm-dev amd64 2.4.120-2build1 Ign:27 http://archive.ubuntu.com/ubuntu noble/main amd64 libglx-dev amd64 1.7.0-1build1 Ign:28 http://archive.ubuntu.com/ubuntu noble/main amd64 libgl-dev amd64 1.7.0-1build1 Ign:29 http://archive.ubuntu.com/ubuntu noble/main amd64 libegl-dev amd64 1.7.0-1build1 Ign:30 http://archive.ubuntu.com/ubuntu noble/main amd64 libepoxy-dev amd64 1.5.10-1build1 Ign:31 http://archive.ubuntu.com/ubuntu noble/main amd64 libgles1 amd64 1.7.0-1build1 Ign:32 http://archive.ubuntu.com/ubuntu noble/main amd64 libgles-dev amd64 1.7.0-1build1 Ign:33 http://archive.ubuntu.com/ubuntu noble/main amd64 libglvnd-core-dev amd64 1.7.0-1build1 Ign:34 http://archive.ubuntu.com/ubuntu noble/main amd64 libopengl0 amd64 1.7.0-1build1 Ign:35 http://archive.ubuntu.com/ubuntu noble/main amd64 libopengl-dev amd64 1.7.0-1build1 Ign:36 http://archive.ubuntu.com/ubuntu noble/main amd64 libglvnd-dev amd64 1.7.0-1build1 Ign:37 http://archive.ubuntu.com/ubuntu noble/main amd64 libgles2-mesa-dev amd64 24.0.5-1ubuntu1 Ign:38 http://archive.ubuntu.com/ubuntu noble/main amd64 libsigc++-2.0-0v5 amd64 2.12.1-2 Ign:39 http://archive.ubuntu.com/ubuntu noble/main amd64 libglibmm-2.4-1t64 amd64 2.66.7-1build1 Ign:40 http://archive.ubuntu.com/ubuntu noble/main amd64 libsigc++-2.0-dev amd64 2.12.1-2 Ign:41 http://archive.ubuntu.com/ubuntu noble/main amd64 libglibmm-2.4-dev amd64 2.66.7-1build1 Ign:42 http://archive.ubuntu.com/ubuntu noble/main amd64 libgudev-1.0-dev amd64 1:238-5ubuntu1 Ign:43 http://archive.ubuntu.com/ubuntu noble/main amd64 liblttng-ust-common1t64 amd64 2.13.7-1.1ubuntu2 Ign:44 http://archive.ubuntu.com/ubuntu noble/main amd64 liblttng-ust-ctl5t64 amd64 2.13.7-1.1ubuntu2 Ign:45 http://archive.ubuntu.com/ubuntu noble/main amd64 liblttng-ust1t64 amd64 2.13.7-1.1ubuntu2 Ign:46 http://archive.ubuntu.com/ubuntu noble/main amd64 liblttng-ust-python-agent1t64 amd64 2.13.7-1.1ubuntu2 Ign:47 http://archive.ubuntu.com/ubuntu noble/main amd64 libmtdev-dev amd64 1.1.6-1.1build1 Ign:48 http://archive.ubuntu.com/ubuntu noble/main amd64 liburcu8t64 amd64 0.14.0-3.1build1 Ign:49 http://archive.ubuntu.com/ubuntu noble/main amd64 libevdev-dev amd64 1.13.1+dfsg-1build1 Ign:50 http://archive.ubuntu.com/ubuntu noble/main amd64 libwacom-dev amd64 2.10.0-2 Ign:51 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-composite0 amd64 1.15-1ubuntu2 Ign:52 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 Ign:53 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 Ign:54 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-composite0-dev amd64 1.15-1ubuntu2 Ign:55 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-randr0-dev amd64 1.15-1ubuntu2 Ign:56 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-res0 amd64 1.15-1ubuntu2 Ign:57 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-res0-dev amd64 1.15-1ubuntu2 Ign:58 http://archive.ubuntu.com/ubuntu noble/main amd64 libxfixes-dev amd64 1:6.0.0-2build1 Ign:59 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcursor-dev amd64 1:1.2.1-1build1 Ign:60 http://archive.ubuntu.com/ubuntu noble/main amd64 libxkbcommon-dev amd64 1.6.0-1build1 Ign:61 http://archive.ubuntu.com/ubuntu noble/main amd64 libxml++2.6-2v5 amd64 2.42.3-1build2 Ign:62 http://archive.ubuntu.com/ubuntu noble/main amd64 libxml++2.6-dev amd64 2.42.3-1build2 Ign:63 http://archive.ubuntu.com/ubuntu noble/main amd64 libyaml-cpp0.8 amd64 0.8.0+dfsg-6build1 Ign:64 http://archive.ubuntu.com/ubuntu noble/main amd64 libyaml-cpp-dev amd64 0.8.0+dfsg-6build1 Ign:65 http://archive.ubuntu.com/ubuntu noble/universe amd64 libglm-dev all 0.9.9.8+ds-7 Ign:66 http://archive.ubuntu.com/ubuntu noble/main amd64 libinput-dev amd64 1.25.0-1ubuntu2 Ign:67 http://archive.ubuntu.com/ubuntu noble/main amd64 liburcu-dev amd64 0.14.0-3.1build1 Ign:68 http://archive.ubuntu.com/ubuntu noble/main amd64 liblttng-ust-dev amd64 2.13.7-1.1ubuntu2 Ign:69 http://archive.ubuntu.com/ubuntu noble/main amd64 libwayland-bin amd64 1.22.0-2.1build1 Ign:70 http://archive.ubuntu.com/ubuntu noble/main amd64 libwayland-dev amd64 1.22.0-2.1build1 Ign:1 http://archive.ubuntu.com/ubuntu noble/main amd64 libnuma1 amd64 2.0.18-1build1 Ign:2 http://archive.ubuntu.com/ubuntu noble/main amd64 libuv1t64 amd64 1.48.0-1.1build1 Ign:3 http://archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 Ign:4 http://archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 Ign:5 http://archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 Ign:6 http://archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 Ign:7 http://archive.ubuntu.com/ubuntu noble/main amd64 fonts-liberation all 1:2.1.5-3 Ign:8 http://archive.ubuntu.com/ubuntu noble/main amd64 fonts-liberation-sans-narrow all 1:1.07.6-4 Ign:9 http://archive.ubuntu.com/ubuntu noble/universe amd64 fonts-liberation2 all 1:2.1.5-3 Ign:10 http://archive.ubuntu.com/ubuntu noble/main amd64 gir1.2-gudev-1.0 amd64 1:238-5ubuntu1 Ign:11 http://archive.ubuntu.com/ubuntu noble/universe amd64 libann0 amd64 1.1.2+doc-9build1 Ign:12 http://archive.ubuntu.com/ubuntu noble/universe amd64 graphviz amd64 2.42.2-9build1 Ign:13 http://archive.ubuntu.com/ubuntu noble/main amd64 libboost1.83-dev amd64 1.83.0-2.1ubuntu3 Ign:14 http://archive.ubuntu.com/ubuntu noble/main amd64 libboost-dev amd64 1.83.0.1ubuntu2 Ign:15 http://archive.ubuntu.com/ubuntu noble/main amd64 libboost-regex1.83.0 amd64 1.83.0-2.1ubuntu3 Ign:16 http://archive.ubuntu.com/ubuntu noble/main amd64 libboost-regex1.83-dev amd64 1.83.0-2.1ubuntu3 Ign:17 http://archive.ubuntu.com/ubuntu noble/main amd64 libboost-iostreams1.83.0 amd64 1.83.0-2.1ubuntu3 Ign:18 http://archive.ubuntu.com/ubuntu noble/universe amd64 libboost-iostreams1.83-dev amd64 1.83.0-2.1ubuntu3 Ign:19 http://archive.ubuntu.com/ubuntu noble/universe amd64 libboost-iostreams-dev amd64 1.83.0.1ubuntu2 Ign:20 http://archive.ubuntu.com/ubuntu noble/main amd64 libboost-program-options1.83.0 amd64 1.83.0-2.1ubuntu3 Ign:21 http://archive.ubuntu.com/ubuntu noble/main amd64 libboost-program-options1.83-dev amd64 1.83.0-2.1ubuntu3 Ign:22 http://archive.ubuntu.com/ubuntu noble/main amd64 libboost-program-options-dev amd64 1.83.0.1ubuntu2 Ign:23 http://archive.ubuntu.com/ubuntu noble/universe amd64 libdisplay-info1 amd64 0.1.1-2build1 Ign:24 http://archive.ubuntu.com/ubuntu noble/universe amd64 libdisplay-info-dev amd64 0.1.1-2build1 Ign:25 http://archive.ubuntu.com/ubuntu noble/main amd64 libpciaccess-dev amd64 0.17-3build1 Ign:26 http://archive.ubuntu.com/ubuntu noble/main amd64 libdrm-dev amd64 2.4.120-2build1 Ign:27 http://archive.ubuntu.com/ubuntu noble/main amd64 libglx-dev amd64 1.7.0-1build1 Ign:28 http://archive.ubuntu.com/ubuntu noble/main amd64 libgl-dev amd64 1.7.0-1build1 Ign:29 http://archive.ubuntu.com/ubuntu noble/main amd64 libegl-dev amd64 1.7.0-1build1 Ign:30 http://archive.ubuntu.com/ubuntu noble/main amd64 libepoxy-dev amd64 1.5.10-1build1 Ign:31 http://archive.ubuntu.com/ubuntu noble/main amd64 libgles1 amd64 1.7.0-1build1 Ign:32 http://archive.ubuntu.com/ubuntu noble/main amd64 libgles-dev amd64 1.7.0-1build1 Ign:33 http://archive.ubuntu.com/ubuntu noble/main amd64 libglvnd-core-dev amd64 1.7.0-1build1 Ign:34 http://archive.ubuntu.com/ubuntu noble/main amd64 libopengl0 amd64 1.7.0-1build1 Ign:35 http://archive.ubuntu.com/ubuntu noble/main amd64 libopengl-dev amd64 1.7.0-1build1 Ign:36 http://archive.ubuntu.com/ubuntu noble/main amd64 libglvnd-dev amd64 1.7.0-1build1 Ign:37 http://archive.ubuntu.com/ubuntu noble/main amd64 libgles2-mesa-dev amd64 24.0.5-1ubuntu1 Ign:38 http://archive.ubuntu.com/ubuntu noble/main amd64 libsigc++-2.0-0v5 amd64 2.12.1-2 Ign:39 http://archive.ubuntu.com/ubuntu noble/main amd64 libglibmm-2.4-1t64 amd64 2.66.7-1build1 Ign:40 http://archive.ubuntu.com/ubuntu noble/main amd64 libsigc++-2.0-dev amd64 2.12.1-2 Ign:41 http://archive.ubuntu.com/ubuntu noble/main amd64 libglibmm-2.4-dev amd64 2.66.7-1build1 Ign:42 http://archive.ubuntu.com/ubuntu noble/main amd64 libgudev-1.0-dev amd64 1:238-5ubuntu1 Ign:43 http://archive.ubuntu.com/ubuntu noble/main amd64 liblttng-ust-common1t64 amd64 2.13.7-1.1ubuntu2 Ign:44 http://archive.ubuntu.com/ubuntu noble/main amd64 liblttng-ust-ctl5t64 amd64 2.13.7-1.1ubuntu2 Ign:45 http://archive.ubuntu.com/ubuntu noble/main amd64 liblttng-ust1t64 amd64 2.13.7-1.1ubuntu2 Ign:46 http://archive.ubuntu.com/ubuntu noble/main amd64 liblttng-ust-python-agent1t64 amd64 2.13.7-1.1ubuntu2 Ign:47 http://archive.ubuntu.com/ubuntu noble/main amd64 libmtdev-dev amd64 1.1.6-1.1build1 Ign:48 http://archive.ubuntu.com/ubuntu noble/main amd64 liburcu8t64 amd64 0.14.0-3.1build1 Ign:49 http://archive.ubuntu.com/ubuntu noble/main amd64 libevdev-dev amd64 1.13.1+dfsg-1build1 Ign:50 http://archive.ubuntu.com/ubuntu noble/main amd64 libwacom-dev amd64 2.10.0-2 Ign:51 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-composite0 amd64 1.15-1ubuntu2 Ign:52 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 Ign:53 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 Ign:54 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-composite0-dev amd64 1.15-1ubuntu2 Ign:55 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-randr0-dev amd64 1.15-1ubuntu2 Ign:56 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-res0 amd64 1.15-1ubuntu2 Ign:57 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-res0-dev amd64 1.15-1ubuntu2 Ign:58 http://archive.ubuntu.com/ubuntu noble/main amd64 libxfixes-dev amd64 1:6.0.0-2build1 Ign:59 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcursor-dev amd64 1:1.2.1-1build1 Ign:60 http://archive.ubuntu.com/ubuntu noble/main amd64 libxkbcommon-dev amd64 1.6.0-1build1 Ign:61 http://archive.ubuntu.com/ubuntu noble/main amd64 libxml++2.6-2v5 amd64 2.42.3-1build2 Ign:62 http://archive.ubuntu.com/ubuntu noble/main amd64 libxml++2.6-dev amd64 2.42.3-1build2 Ign:63 http://archive.ubuntu.com/ubuntu noble/main amd64 libyaml-cpp0.8 amd64 0.8.0+dfsg-6build1 Ign:64 http://archive.ubuntu.com/ubuntu noble/main amd64 libyaml-cpp-dev amd64 0.8.0+dfsg-6build1 Ign:65 http://archive.ubuntu.com/ubuntu noble/universe amd64 libglm-dev all 0.9.9.8+ds-7 Ign:66 http://archive.ubuntu.com/ubuntu noble/main amd64 libinput-dev amd64 1.25.0-1ubuntu2 Ign:67 http://archive.ubuntu.com/ubuntu noble/main amd64 liburcu-dev amd64 0.14.0-3.1build1 Ign:68 http://archive.ubuntu.com/ubuntu noble/main amd64 liblttng-ust-dev amd64 2.13.7-1.1ubuntu2 Ign:69 http://archive.ubuntu.com/ubuntu noble/main amd64 libwayland-bin amd64 1.22.0-2.1build1 Ign:70 http://archive.ubuntu.com/ubuntu noble/main amd64 libwayland-dev amd64 1.22.0-2.1build1 Err:1 http://archive.ubuntu.com/ubuntu noble/main amd64 libnuma1 amd64 2.0.18-1build1 Could not connect to archive.ubuntu.com:80 (91.189.92.24), connection timed out Could not connect to archive.ubuntu.com:80 (185.125.190.83), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.92.22), connection timed out Could not connect to archive.ubuntu.com:80 (185.125.190.82), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.91.82), connection timed out Could not connect to archive.ubuntu.com:80 (185.125.190.81), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.92.23), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.91.83), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.91.81), connection timed out Err:2 http://archive.ubuntu.com/ubuntu noble/main amd64 libuv1t64 amd64 1.48.0-1.1build1 Unable to connect to archive.ubuntu.com:http: Err:3 http://archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 Unable to connect to archive.ubuntu.com:http: Err:4 http://archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 Unable to connect to archive.ubuntu.com:http: Err:5 http://archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 Unable to connect to archive.ubuntu.com:http: Err:6 http://archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 Unable to connect to archive.ubuntu.com:http: Err:7 http://archive.ubuntu.com/ubuntu noble/main amd64 fonts-liberation all 1:2.1.5-3 Unable to connect to archive.ubuntu.com:http: Err:8 http://archive.ubuntu.com/ubuntu noble/main amd64 fonts-liberation-sans-narrow all 1:1.07.6-4 Unable to connect to archive.ubuntu.com:http: Err:9 http://archive.ubuntu.com/ubuntu noble/universe amd64 fonts-liberation2 all 1:2.1.5-3 Unable to connect to archive.ubuntu.com:http: Err:10 http://archive.ubuntu.com/ubuntu noble/main amd64 gir1.2-gudev-1.0 amd64 1:238-5ubuntu1 Unable to connect to archive.ubuntu.com:http: Err:11 http://archive.ubuntu.com/ubuntu noble/universe amd64 libann0 amd64 1.1.2+doc-9build1 Unable to connect to archive.ubuntu.com:http: Err:12 http://archive.ubuntu.com/ubuntu noble/universe amd64 graphviz amd64 2.42.2-9build1 Unable to connect to archive.ubuntu.com:http: Err:13 http://archive.ubuntu.com/ubuntu noble/main amd64 libboost1.83-dev amd64 1.83.0-2.1ubuntu3 Unable to connect to archive.ubuntu.com:http: Err:14 http://archive.ubuntu.com/ubuntu noble/main amd64 libboost-dev amd64 1.83.0.1ubuntu2 Unable to connect to archive.ubuntu.com:http: Err:15 http://archive.ubuntu.com/ubuntu noble/main amd64 libboost-regex1.83.0 amd64 1.83.0-2.1ubuntu3 Unable to connect to archive.ubuntu.com:http: Err:16 http://archive.ubuntu.com/ubuntu noble/main amd64 libboost-regex1.83-dev amd64 1.83.0-2.1ubuntu3 Unable to connect to archive.ubuntu.com:http: Err:17 http://archive.ubuntu.com/ubuntu noble/main amd64 libboost-iostreams1.83.0 amd64 1.83.0-2.1ubuntu3 Unable to connect to archive.ubuntu.com:http: Err:18 http://archive.ubuntu.com/ubuntu noble/universe amd64 libboost-iostreams1.83-dev amd64 1.83.0-2.1ubuntu3 Unable to connect to archive.ubuntu.com:http: Err:19 http://archive.ubuntu.com/ubuntu noble/universe amd64 libboost-iostreams-dev amd64 1.83.0.1ubuntu2 Unable to connect to archive.ubuntu.com:http: Err:20 http://archive.ubuntu.com/ubuntu noble/main amd64 libboost-program-options1.83.0 amd64 1.83.0-2.1ubuntu3 Unable to connect to archive.ubuntu.com:http: Err:21 http://archive.ubuntu.com/ubuntu noble/main amd64 libboost-program-options1.83-dev amd64 1.83.0-2.1ubuntu3 Unable to connect to archive.ubuntu.com:http: Err:22 http://archive.ubuntu.com/ubuntu noble/main amd64 libboost-program-options-dev amd64 1.83.0.1ubuntu2 Unable to connect to archive.ubuntu.com:http: Err:23 http://archive.ubuntu.com/ubuntu noble/universe amd64 libdisplay-info1 amd64 0.1.1-2build1 Unable to connect to archive.ubuntu.com:http: Err:24 http://archive.ubuntu.com/ubuntu noble/universe amd64 libdisplay-info-dev amd64 0.1.1-2build1 Unable to connect to archive.ubuntu.com:http: Err:25 http://archive.ubuntu.com/ubuntu noble/main amd64 libpciaccess-dev amd64 0.17-3build1 Unable to connect to archive.ubuntu.com:http: Err:26 http://archive.ubuntu.com/ubuntu noble/main amd64 libdrm-dev amd64 2.4.120-2build1 Unable to connect to archive.ubuntu.com:http: Err:27 http://archive.ubuntu.com/ubuntu noble/main amd64 libglx-dev amd64 1.7.0-1build1 Unable to connect to archive.ubuntu.com:http: Err:28 http://archive.ubuntu.com/ubuntu noble/main amd64 libgl-dev amd64 1.7.0-1build1 Unable to connect to archive.ubuntu.com:http: Err:29 http://archive.ubuntu.com/ubuntu noble/main amd64 libegl-dev amd64 1.7.0-1build1 Unable to connect to archive.ubuntu.com:http: Err:30 http://archive.ubuntu.com/ubuntu noble/main amd64 libepoxy-dev amd64 1.5.10-1build1 Unable to connect to archive.ubuntu.com:http: Err:31 http://archive.ubuntu.com/ubuntu noble/main amd64 libgles1 amd64 1.7.0-1build1 Unable to connect to archive.ubuntu.com:http: Err:32 http://archive.ubuntu.com/ubuntu noble/main amd64 libgles-dev amd64 1.7.0-1build1 Unable to connect to archive.ubuntu.com:http: Err:33 http://archive.ubuntu.com/ubuntu noble/main amd64 libglvnd-core-dev amd64 1.7.0-1build1 Unable to connect to archive.ubuntu.com:http: Err:34 http://archive.ubuntu.com/ubuntu noble/main amd64 libopengl0 amd64 1.7.0-1build1 Unable to connect to archive.ubuntu.com:http: Err:35 http://archive.ubuntu.com/ubuntu noble/main amd64 libopengl-dev amd64 1.7.0-1build1 Unable to connect to archive.ubuntu.com:http: Err:36 http://archive.ubuntu.com/ubuntu noble/main amd64 libglvnd-dev amd64 1.7.0-1build1 Unable to connect to archive.ubuntu.com:http: Err:37 http://archive.ubuntu.com/ubuntu noble/main amd64 libgles2-mesa-dev amd64 24.0.5-1ubuntu1 Unable to connect to archive.ubuntu.com:http: Err:38 http://archive.ubuntu.com/ubuntu noble/main amd64 libsigc++-2.0-0v5 amd64 2.12.1-2 Unable to connect to archive.ubuntu.com:http: Err:39 http://archive.ubuntu.com/ubuntu noble/main amd64 libglibmm-2.4-1t64 amd64 2.66.7-1build1 Unable to connect to archive.ubuntu.com:http: Err:40 http://archive.ubuntu.com/ubuntu noble/main amd64 libsigc++-2.0-dev amd64 2.12.1-2 Unable to connect to archive.ubuntu.com:http: Err:41 http://archive.ubuntu.com/ubuntu noble/main amd64 libglibmm-2.4-dev amd64 2.66.7-1build1 Unable to connect to archive.ubuntu.com:http: Err:42 http://archive.ubuntu.com/ubuntu noble/main amd64 libgudev-1.0-dev amd64 1:238-5ubuntu1 Unable to connect to archive.ubuntu.com:http: Err:43 http://archive.ubuntu.com/ubuntu noble/main amd64 liblttng-ust-common1t64 amd64 2.13.7-1.1ubuntu2 Unable to connect to archive.ubuntu.com:http: Err:44 http://archive.ubuntu.com/ubuntu noble/main amd64 liblttng-ust-ctl5t64 amd64 2.13.7-1.1ubuntu2 Unable to connect to archive.ubuntu.com:http: Err:45 http://archive.ubuntu.com/ubuntu noble/main amd64 liblttng-ust1t64 amd64 2.13.7-1.1ubuntu2 Unable to connect to archive.ubuntu.com:http: Err:46 http://archive.ubuntu.com/ubuntu noble/main amd64 liblttng-ust-python-agent1t64 amd64 2.13.7-1.1ubuntu2 Unable to connect to archive.ubuntu.com:http: Err:47 http://archive.ubuntu.com/ubuntu noble/main amd64 libmtdev-dev amd64 1.1.6-1.1build1 Unable to connect to archive.ubuntu.com:http: Err:48 http://archive.ubuntu.com/ubuntu noble/main amd64 liburcu8t64 amd64 0.14.0-3.1build1 Unable to connect to archive.ubuntu.com:http: Err:49 http://archive.ubuntu.com/ubuntu noble/main amd64 libevdev-dev amd64 1.13.1+dfsg-1build1 Unable to connect to archive.ubuntu.com:http: Err:50 http://archive.ubuntu.com/ubuntu noble/main amd64 libwacom-dev amd64 2.10.0-2 Unable to connect to archive.ubuntu.com:http: Err:51 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-composite0 amd64 1.15-1ubuntu2 Unable to connect to archive.ubuntu.com:http: Err:52 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 Unable to connect to archive.ubuntu.com:http: Err:53 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 Unable to connect to archive.ubuntu.com:http: Err:54 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-composite0-dev amd64 1.15-1ubuntu2 Unable to connect to archive.ubuntu.com:http: Err:55 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-randr0-dev amd64 1.15-1ubuntu2 Unable to connect to archive.ubuntu.com:http: Err:56 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-res0 amd64 1.15-1ubuntu2 Unable to connect to archive.ubuntu.com:http: Err:57 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-res0-dev amd64 1.15-1ubuntu2 Unable to connect to archive.ubuntu.com:http: Err:58 http://archive.ubuntu.com/ubuntu noble/main amd64 libxfixes-dev amd64 1:6.0.0-2build1 Unable to connect to archive.ubuntu.com:http: Err:59 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcursor-dev amd64 1:1.2.1-1build1 Unable to connect to archive.ubuntu.com:http: Err:60 http://archive.ubuntu.com/ubuntu noble/main amd64 libxkbcommon-dev amd64 1.6.0-1build1 Unable to connect to archive.ubuntu.com:http: Err:61 http://archive.ubuntu.com/ubuntu noble/main amd64 libxml++2.6-2v5 amd64 2.42.3-1build2 Unable to connect to archive.ubuntu.com:http: Err:62 http://archive.ubuntu.com/ubuntu noble/main amd64 libxml++2.6-dev amd64 2.42.3-1build2 Unable to connect to archive.ubuntu.com:http: Err:63 http://archive.ubuntu.com/ubuntu noble/main amd64 libyaml-cpp0.8 amd64 0.8.0+dfsg-6build1 Unable to connect to archive.ubuntu.com:http: Err:64 http://archive.ubuntu.com/ubuntu noble/main amd64 libyaml-cpp-dev amd64 0.8.0+dfsg-6build1 Unable to connect to archive.ubuntu.com:http: Err:65 http://archive.ubuntu.com/ubuntu noble/universe amd64 libglm-dev all 0.9.9.8+ds-7 Unable to connect to archive.ubuntu.com:http: Err:66 http://archive.ubuntu.com/ubuntu noble/main amd64 libinput-dev amd64 1.25.0-1ubuntu2 Unable to connect to archive.ubuntu.com:http: Err:67 http://archive.ubuntu.com/ubuntu noble/main amd64 liburcu-dev amd64 0.14.0-3.1build1 Unable to connect to archive.ubuntu.com:http: Err:68 http://archive.ubuntu.com/ubuntu noble/main amd64 liblttng-ust-dev amd64 2.13.7-1.1ubuntu2 Unable to connect to archive.ubuntu.com:http: Err:69 http://archive.ubuntu.com/ubuntu noble/main amd64 libwayland-bin amd64 1.22.0-2.1build1 Unable to connect to archive.ubuntu.com:http: Err:70 http://archive.ubuntu.com/ubuntu noble/main amd64 libwayland-dev amd64 1.22.0-2.1build1 Unable to connect to archive.ubuntu.com:http: Ign:71 http://security.ubuntu.com/ubuntu noble-security/main amd64 libnss-systemd amd64 255.4-1ubuntu8.14 Ign:72 http://security.ubuntu.com/ubuntu noble-security/main amd64 systemd-sysv amd64 255.4-1ubuntu8.14 Ign:73 http://security.ubuntu.com/ubuntu noble-security/main amd64 systemd-timesyncd amd64 255.4-1ubuntu8.14 Ign:74 http://security.ubuntu.com/ubuntu noble-security/main amd64 systemd-resolved amd64 255.4-1ubuntu8.14 Ign:75 http://security.ubuntu.com/ubuntu noble-security/main amd64 systemd-dev all 255.4-1ubuntu8.14 Ign:76 http://security.ubuntu.com/ubuntu noble-security/main amd64 libpam-systemd amd64 255.4-1ubuntu8.14 Ign:77 http://security.ubuntu.com/ubuntu noble-security/main amd64 systemd amd64 255.4-1ubuntu8.14 Ign:78 http://security.ubuntu.com/ubuntu noble-security/main amd64 libsystemd-shared amd64 255.4-1ubuntu8.14 Ign:79 http://security.ubuntu.com/ubuntu noble-security/main amd64 libsystemd0 amd64 255.4-1ubuntu8.14 Ign:80 http://security.ubuntu.com/ubuntu noble-security/main amd64 libudev1 amd64 255.4-1ubuntu8.14 Ign:81 http://security.ubuntu.com/ubuntu noble-security/main amd64 libglib2.0-data all 2.80.0-6ubuntu3.8 Ign:82 http://security.ubuntu.com/ubuntu noble-security/main amd64 libglib2.0-dev amd64 2.80.0-6ubuntu3.8 Ign:83 http://security.ubuntu.com/ubuntu noble-security/main amd64 libglib2.0-bin amd64 2.80.0-6ubuntu3.8 Ign:84 http://security.ubuntu.com/ubuntu noble-security/main amd64 libgirepository-2.0-0 amd64 2.80.0-6ubuntu3.8 Ign:85 http://security.ubuntu.com/ubuntu noble-security/main amd64 libglib2.0-dev-bin amd64 2.80.0-6ubuntu3.8 Ign:86 http://security.ubuntu.com/ubuntu noble-security/main amd64 gir1.2-glib-2.0 amd64 2.80.0-6ubuntu3.8 Ign:87 http://security.ubuntu.com/ubuntu noble-security/main amd64 libglib2.0-0t64 amd64 2.80.0-6ubuntu3.8 Ign:88 http://security.ubuntu.com/ubuntu noble-security/main amd64 libarchive13t64 amd64 3.7.2-2ubuntu0.6 Ign:89 http://security.ubuntu.com/ubuntu noble-security/main amd64 libfreetype-dev amd64 2.13.2+dfsg-1ubuntu0.1 Ign:90 http://security.ubuntu.com/ubuntu noble-security/main amd64 libfreetype6 amd64 2.13.2+dfsg-1ubuntu0.1 Ign:91 http://security.ubuntu.com/ubuntu noble-security/main amd64 libudev-dev amd64 255.4-1ubuntu8.14 Ign:92 http://security.ubuntu.com/ubuntu noble-security/main amd64 libxslt1-dev amd64 1.1.39-0exp1ubuntu0.24.04.3 Ign:93 http://security.ubuntu.com/ubuntu noble-security/main amd64 libxslt1.1 amd64 1.1.39-0exp1ubuntu0.24.04.3 Ign:94 http://security.ubuntu.com/ubuntu noble-security/main amd64 xsltproc amd64 1.1.39-0exp1ubuntu0.24.04.3 Ign:71 http://security.ubuntu.com/ubuntu noble-security/main amd64 libnss-systemd amd64 255.4-1ubuntu8.14 Ign:72 http://security.ubuntu.com/ubuntu noble-security/main amd64 systemd-sysv amd64 255.4-1ubuntu8.14 Ign:73 http://security.ubuntu.com/ubuntu noble-security/main amd64 systemd-timesyncd amd64 255.4-1ubuntu8.14 Ign:74 http://security.ubuntu.com/ubuntu noble-security/main amd64 systemd-resolved amd64 255.4-1ubuntu8.14 Ign:75 http://security.ubuntu.com/ubuntu noble-security/main amd64 systemd-dev all 255.4-1ubuntu8.14 Ign:76 http://security.ubuntu.com/ubuntu noble-security/main amd64 libpam-systemd amd64 255.4-1ubuntu8.14 Ign:77 http://security.ubuntu.com/ubuntu noble-security/main amd64 systemd amd64 255.4-1ubuntu8.14 Ign:78 http://security.ubuntu.com/ubuntu noble-security/main amd64 libsystemd-shared amd64 255.4-1ubuntu8.14 Ign:79 http://security.ubuntu.com/ubuntu noble-security/main amd64 libsystemd0 amd64 255.4-1ubuntu8.14 Ign:80 http://security.ubuntu.com/ubuntu noble-security/main amd64 libudev1 amd64 255.4-1ubuntu8.14 Ign:81 http://security.ubuntu.com/ubuntu noble-security/main amd64 libglib2.0-data all 2.80.0-6ubuntu3.8 Ign:82 http://security.ubuntu.com/ubuntu noble-security/main amd64 libglib2.0-dev amd64 2.80.0-6ubuntu3.8 Ign:83 http://security.ubuntu.com/ubuntu noble-security/main amd64 libglib2.0-bin amd64 2.80.0-6ubuntu3.8 Ign:84 http://security.ubuntu.com/ubuntu noble-security/main amd64 libgirepository-2.0-0 amd64 2.80.0-6ubuntu3.8 Ign:85 http://security.ubuntu.com/ubuntu noble-security/main amd64 libglib2.0-dev-bin amd64 2.80.0-6ubuntu3.8 Ign:86 http://security.ubuntu.com/ubuntu noble-security/main amd64 gir1.2-glib-2.0 amd64 2.80.0-6ubuntu3.8 Ign:87 http://security.ubuntu.com/ubuntu noble-security/main amd64 libglib2.0-0t64 amd64 2.80.0-6ubuntu3.8 Ign:88 http://security.ubuntu.com/ubuntu noble-security/main amd64 libarchive13t64 amd64 3.7.2-2ubuntu0.6 Ign:89 http://security.ubuntu.com/ubuntu noble-security/main amd64 libfreetype-dev amd64 2.13.2+dfsg-1ubuntu0.1 Ign:90 http://security.ubuntu.com/ubuntu noble-security/main amd64 libfreetype6 amd64 2.13.2+dfsg-1ubuntu0.1 Ign:91 http://security.ubuntu.com/ubuntu noble-security/main amd64 libudev-dev amd64 255.4-1ubuntu8.14 Ign:92 http://security.ubuntu.com/ubuntu noble-security/main amd64 libxslt1-dev amd64 1.1.39-0exp1ubuntu0.24.04.3 Ign:93 http://security.ubuntu.com/ubuntu noble-security/main amd64 libxslt1.1 amd64 1.1.39-0exp1ubuntu0.24.04.3 Ign:94 http://security.ubuntu.com/ubuntu noble-security/main amd64 xsltproc amd64 1.1.39-0exp1ubuntu0.24.04.3 Ign:71 http://security.ubuntu.com/ubuntu noble-security/main amd64 libnss-systemd amd64 255.4-1ubuntu8.14 Ign:72 http://security.ubuntu.com/ubuntu noble-security/main amd64 systemd-sysv amd64 255.4-1ubuntu8.14 Ign:73 http://security.ubuntu.com/ubuntu noble-security/main amd64 systemd-timesyncd amd64 255.4-1ubuntu8.14 Ign:74 http://security.ubuntu.com/ubuntu noble-security/main amd64 systemd-resolved amd64 255.4-1ubuntu8.14 Ign:75 http://security.ubuntu.com/ubuntu noble-security/main amd64 systemd-dev all 255.4-1ubuntu8.14 Ign:76 http://security.ubuntu.com/ubuntu noble-security/main amd64 libpam-systemd amd64 255.4-1ubuntu8.14 Ign:77 http://security.ubuntu.com/ubuntu noble-security/main amd64 systemd amd64 255.4-1ubuntu8.14 Ign:78 http://security.ubuntu.com/ubuntu noble-security/main amd64 libsystemd-shared amd64 255.4-1ubuntu8.14 Ign:79 http://security.ubuntu.com/ubuntu noble-security/main amd64 libsystemd0 amd64 255.4-1ubuntu8.14 Ign:80 http://security.ubuntu.com/ubuntu noble-security/main amd64 libudev1 amd64 255.4-1ubuntu8.14 Ign:81 http://security.ubuntu.com/ubuntu noble-security/main amd64 libglib2.0-data all 2.80.0-6ubuntu3.8 Ign:82 http://security.ubuntu.com/ubuntu noble-security/main amd64 libglib2.0-dev amd64 2.80.0-6ubuntu3.8 Ign:83 http://security.ubuntu.com/ubuntu noble-security/main amd64 libglib2.0-bin amd64 2.80.0-6ubuntu3.8 Ign:84 http://security.ubuntu.com/ubuntu noble-security/main amd64 libgirepository-2.0-0 amd64 2.80.0-6ubuntu3.8 Ign:85 http://security.ubuntu.com/ubuntu noble-security/main amd64 libglib2.0-dev-bin amd64 2.80.0-6ubuntu3.8 Ign:86 http://security.ubuntu.com/ubuntu noble-security/main amd64 gir1.2-glib-2.0 amd64 2.80.0-6ubuntu3.8 Ign:87 http://security.ubuntu.com/ubuntu noble-security/main amd64 libglib2.0-0t64 amd64 2.80.0-6ubuntu3.8 Ign:88 http://security.ubuntu.com/ubuntu noble-security/main amd64 libarchive13t64 amd64 3.7.2-2ubuntu0.6 Ign:89 http://security.ubuntu.com/ubuntu noble-security/main amd64 libfreetype-dev amd64 2.13.2+dfsg-1ubuntu0.1 Ign:90 http://security.ubuntu.com/ubuntu noble-security/main amd64 libfreetype6 amd64 2.13.2+dfsg-1ubuntu0.1 Ign:91 http://security.ubuntu.com/ubuntu noble-security/main amd64 libudev-dev amd64 255.4-1ubuntu8.14 Ign:92 http://security.ubuntu.com/ubuntu noble-security/main amd64 libxslt1-dev amd64 1.1.39-0exp1ubuntu0.24.04.3 Ign:93 http://security.ubuntu.com/ubuntu noble-security/main amd64 libxslt1.1 amd64 1.1.39-0exp1ubuntu0.24.04.3 Ign:94 http://security.ubuntu.com/ubuntu noble-security/main amd64 xsltproc amd64 1.1.39-0exp1ubuntu0.24.04.3 Err:71 http://security.ubuntu.com/ubuntu noble-security/main amd64 libnss-systemd amd64 255.4-1ubuntu8.14 Connection failed [IP: 185.125.190.82 80] Err:72 http://security.ubuntu.com/ubuntu noble-security/main amd64 systemd-sysv amd64 255.4-1ubuntu8.14 Connection failed [IP: 91.189.92.23 80] Err:73 http://security.ubuntu.com/ubuntu noble-security/main amd64 systemd-timesyncd amd64 255.4-1ubuntu8.14 Could not connect to security.ubuntu.com:80 (91.189.92.24), connection timed out Could not connect to security.ubuntu.com:80 (91.189.91.82), connection timed out Could not connect to security.ubuntu.com:80 (91.189.91.81), connection timed out Could not connect to security.ubuntu.com:80 (185.125.190.83), connection timed out Could not connect to security.ubuntu.com:80 (91.189.92.22), connection timed out Could not connect to security.ubuntu.com:80 (185.125.190.82), connection timed out Could not connect to security.ubuntu.com:80 (185.125.190.81), connection timed out Could not connect to security.ubuntu.com:80 (91.189.91.83), connection timed out Could not connect to security.ubuntu.com:80 (91.189.92.23), connection timed out [IP: 91.189.92.23 80] Err:74 http://security.ubuntu.com/ubuntu noble-security/main amd64 systemd-resolved amd64 255.4-1ubuntu8.14 Unable to connect to security.ubuntu.com:http: [IP: 91.189.92.23 80] Err:75 http://security.ubuntu.com/ubuntu noble-security/main amd64 systemd-dev all 255.4-1ubuntu8.14 Unable to connect to security.ubuntu.com:http: [IP: 91.189.92.23 80] Err:76 http://security.ubuntu.com/ubuntu noble-security/main amd64 libpam-systemd amd64 255.4-1ubuntu8.14 Unable to connect to security.ubuntu.com:http: [IP: 91.189.92.23 80] Err:77 http://security.ubuntu.com/ubuntu noble-security/main amd64 systemd amd64 255.4-1ubuntu8.14 Unable to connect to security.ubuntu.com:http: [IP: 91.189.92.23 80] Err:78 http://security.ubuntu.com/ubuntu noble-security/main amd64 libsystemd-shared amd64 255.4-1ubuntu8.14 Unable to connect to security.ubuntu.com:http: [IP: 91.189.92.23 80] Err:79 http://security.ubuntu.com/ubuntu noble-security/main amd64 libsystemd0 amd64 255.4-1ubuntu8.14 Unable to connect to security.ubuntu.com:http: [IP: 91.189.92.23 80] Err:80 http://security.ubuntu.com/ubuntu noble-security/main amd64 libudev1 amd64 255.4-1ubuntu8.14 Unable to connect to security.ubuntu.com:http: [IP: 91.189.92.23 80] Err:81 http://security.ubuntu.com/ubuntu noble-security/main amd64 libglib2.0-data all 2.80.0-6ubuntu3.8 Unable to connect to security.ubuntu.com:http: [IP: 91.189.92.23 80] Err:82 http://security.ubuntu.com/ubuntu noble-security/main amd64 libglib2.0-dev amd64 2.80.0-6ubuntu3.8 Unable to connect to security.ubuntu.com:http: [IP: 91.189.92.23 80] Err:83 http://security.ubuntu.com/ubuntu noble-security/main amd64 libglib2.0-bin amd64 2.80.0-6ubuntu3.8 Unable to connect to security.ubuntu.com:http: [IP: 91.189.92.23 80] Err:84 http://security.ubuntu.com/ubuntu noble-security/main amd64 libgirepository-2.0-0 amd64 2.80.0-6ubuntu3.8 Unable to connect to security.ubuntu.com:http: [IP: 91.189.92.23 80] Err:85 http://security.ubuntu.com/ubuntu noble-security/main amd64 libglib2.0-dev-bin amd64 2.80.0-6ubuntu3.8 Unable to connect to security.ubuntu.com:http: [IP: 91.189.92.23 80] Err:86 http://security.ubuntu.com/ubuntu noble-security/main amd64 gir1.2-glib-2.0 amd64 2.80.0-6ubuntu3.8 Unable to connect to security.ubuntu.com:http: [IP: 91.189.92.23 80] Err:87 http://security.ubuntu.com/ubuntu noble-security/main amd64 libglib2.0-0t64 amd64 2.80.0-6ubuntu3.8 Unable to connect to security.ubuntu.com:http: [IP: 91.189.92.23 80] Err:88 http://security.ubuntu.com/ubuntu noble-security/main amd64 libarchive13t64 amd64 3.7.2-2ubuntu0.6 Unable to connect to security.ubuntu.com:http: [IP: 91.189.92.23 80] Err:89 http://security.ubuntu.com/ubuntu noble-security/main amd64 libfreetype-dev amd64 2.13.2+dfsg-1ubuntu0.1 Unable to connect to security.ubuntu.com:http: [IP: 91.189.92.23 80] Err:90 http://security.ubuntu.com/ubuntu noble-security/main amd64 libfreetype6 amd64 2.13.2+dfsg-1ubuntu0.1 Unable to connect to security.ubuntu.com:http: [IP: 91.189.92.23 80] Err:91 http://security.ubuntu.com/ubuntu noble-security/main amd64 libudev-dev amd64 255.4-1ubuntu8.14 Unable to connect to security.ubuntu.com:http: [IP: 91.189.92.23 80] Err:92 http://security.ubuntu.com/ubuntu noble-security/main amd64 libxslt1-dev amd64 1.1.39-0exp1ubuntu0.24.04.3 Unable to connect to security.ubuntu.com:http: [IP: 91.189.92.23 80] Err:93 http://security.ubuntu.com/ubuntu noble-security/main amd64 libxslt1.1 amd64 1.1.39-0exp1ubuntu0.24.04.3 Unable to connect to security.ubuntu.com:http: [IP: 91.189.92.23 80] Err:94 http://security.ubuntu.com/ubuntu noble-security/main amd64 xsltproc amd64 1.1.39-0exp1ubuntu0.24.04.3 Unable to connect to security.ubuntu.com:http: [IP: 91.189.92.23 80] E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/s/systemd/libnss-systemd_255.4-1ubuntu8.14_amd64.deb Connection failed [IP: 185.125.190.82 80] E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/s/systemd/systemd-sysv_255.4-1ubuntu8.14_amd64.deb Connection failed [IP: 91.189.92.23 80] E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/s/systemd/systemd-timesyncd_255.4-1ubuntu8.14_amd64.deb Could not connect to security.ubuntu.com:80 (91.189.92.24), connection timed out Could not connect to security.ubuntu.com:80 (91.189.91.82), connection timed out Could not connect to security.ubuntu.com:80 (91.189.91.81), connection timed out Could not connect to security.ubuntu.com:80 (185.125.190.83), connection timed out Could not connect to security.ubuntu.com:80 (91.189.92.22), connection timed out Could not connect to security.ubuntu.com:80 (185.125.190.82), connection timed out Could not connect to security.ubuntu.com:80 (185.125.190.81), connection timed out Could not connect to security.ubuntu.com:80 (91.189.91.83), connection timed out Could not connect to security.ubuntu.com:80 (91.189.92.23), connection timed out [IP: 91.189.92.23 80] E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/s/systemd/systemd-resolved_255.4-1ubuntu8.14_amd64.deb Unable to connect to security.ubuntu.com:http: [IP: 91.189.92.23 80] E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/s/systemd/systemd-dev_255.4-1ubuntu8.14_all.deb Unable to connect to security.ubuntu.com:http: [IP: 91.189.92.23 80] E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/s/systemd/libpam-systemd_255.4-1ubuntu8.14_amd64.deb Unable to connect to security.ubuntu.com:http: [IP: 91.189.92.23 80] E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/s/systemd/systemd_255.4-1ubuntu8.14_amd64.deb Unable to connect to security.ubuntu.com:http: [IP: 91.189.92.23 80] E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/s/systemd/libsystemd-shared_255.4-1ubuntu8.14_amd64.deb Unable to connect to security.ubuntu.com:http: [IP: 91.189.92.23 80] E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/s/systemd/libsystemd0_255.4-1ubuntu8.14_amd64.deb Unable to connect to security.ubuntu.com:http: [IP: 91.189.92.23 80] E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/s/systemd/libudev1_255.4-1ubuntu8.14_amd64.deb Unable to connect to security.ubuntu.com:http: [IP: 91.189.92.23 80] E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/glib2.0/libglib2.0-data_2.80.0-6ubuntu3.8_all.deb Unable to connect to security.ubuntu.com:http: [IP: 91.189.92.23 80] E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/glib2.0/libglib2.0-dev_2.80.0-6ubuntu3.8_amd64.deb Unable to connect to security.ubuntu.com:http: [IP: 91.189.92.23 80] E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/glib2.0/libglib2.0-bin_2.80.0-6ubuntu3.8_amd64.deb Unable to connect to security.ubuntu.com:http: [IP: 91.189.92.23 80] E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/glib2.0/libgirepository-2.0-0_2.80.0-6ubuntu3.8_amd64.deb Unable to connect to security.ubuntu.com:http: [IP: 91.189.92.23 80] E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/glib2.0/libglib2.0-dev-bin_2.80.0-6ubuntu3.8_amd64.deb Unable to connect to security.ubuntu.com:http: [IP: 91.189.92.23 80] E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/glib2.0/gir1.2-glib-2.0_2.80.0-6ubuntu3.8_amd64.deb Unable to connect to security.ubuntu.com:http: [IP: 91.189.92.23 80] E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/glib2.0/libglib2.0-0t64_2.80.0-6ubuntu3.8_amd64.deb Unable to connect to security.ubuntu.com:http: [IP: 91.189.92.23 80] E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/n/numactl/libnuma1_2.0.18-1build1_amd64.deb Could not connect to archive.ubuntu.com:80 (91.189.92.24), connection timed out Could not connect to archive.ubuntu.com:80 (185.125.190.83), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.92.22), connection timed out Could not connect to archive.ubuntu.com:80 (185.125.190.82), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.91.82), connection timed out Could not connect to archive.ubuntu.com:80 (185.125.190.81), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.92.23), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.91.83), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.91.81), connection timed out E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libu/libuv1/libuv1t64_1.48.0-1.1build1_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/liba/libarchive/libarchive13t64_3.7.2-2ubuntu0.6_amd64.deb Unable to connect to security.ubuntu.com:http: [IP: 91.189.92.23 80] E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libj/libjsoncpp/libjsoncpp25_1.9.5-6build1_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/r/rhash/librhash0_1.4.3-3build1_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cmake/cmake-data_3.28.3-1build7_all.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cmake/cmake_3.28.3-1build7_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/f/fonts-liberation/fonts-liberation_2.1.5-3_all.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/f/fonts-liberation-sans-narrow/fonts-liberation-sans-narrow_1.07.6-4_all.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/f/fonts-liberation/fonts-liberation2_2.1.5-3_all.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libg/libgudev/gir1.2-gudev-1.0_238-5ubuntu1_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/a/ann/libann0_1.1.2%2bdoc-9build1_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/g/graphviz/graphviz_2.42.2-9build1_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/b/boost1.83/libboost1.83-dev_1.83.0-2.1ubuntu3_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/b/boost-defaults/libboost-dev_1.83.0.1ubuntu2_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/b/boost1.83/libboost-regex1.83.0_1.83.0-2.1ubuntu3_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/b/boost1.83/libboost-regex1.83-dev_1.83.0-2.1ubuntu3_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/b/boost1.83/libboost-iostreams1.83.0_1.83.0-2.1ubuntu3_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/b/boost1.83/libboost-iostreams1.83-dev_1.83.0-2.1ubuntu3_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/b/boost-defaults/libboost-iostreams-dev_1.83.0.1ubuntu2_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/b/boost1.83/libboost-program-options1.83.0_1.83.0-2.1ubuntu3_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/b/boost1.83/libboost-program-options1.83-dev_1.83.0-2.1ubuntu3_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/b/boost-defaults/libboost-program-options-dev_1.83.0.1ubuntu2_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/libd/libdisplay-info/libdisplay-info1_0.1.1-2build1_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/libd/libdisplay-info/libdisplay-info-dev_0.1.1-2build1_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libp/libpciaccess/libpciaccess-dev_0.17-3build1_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libd/libdrm/libdrm-dev_2.4.120-2build1_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libg/libglvnd/libglx-dev_1.7.0-1build1_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libg/libglvnd/libgl-dev_1.7.0-1build1_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libg/libglvnd/libegl-dev_1.7.0-1build1_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libe/libepoxy/libepoxy-dev_1.5.10-1build1_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/f/freetype/libfreetype-dev_2.13.2%2bdfsg-1ubuntu0.1_amd64.deb Unable to connect to security.ubuntu.com:http: [IP: 91.189.92.23 80] E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/f/freetype/libfreetype6_2.13.2%2bdfsg-1ubuntu0.1_amd64.deb Unable to connect to security.ubuntu.com:http: [IP: 91.189.92.23 80] E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libg/libglvnd/libgles1_1.7.0-1build1_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libg/libglvnd/libgles-dev_1.7.0-1build1_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libg/libglvnd/libglvnd-core-dev_1.7.0-1build1_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libg/libglvnd/libopengl0_1.7.0-1build1_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libg/libglvnd/libopengl-dev_1.7.0-1build1_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libg/libglvnd/libglvnd-dev_1.7.0-1build1_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/mesa/libgles2-mesa-dev_24.0.5-1ubuntu1_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libs/libsigc%2b%2b-2.0/libsigc%2b%2b-2.0-0v5_2.12.1-2_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/g/glibmm2.4/libglibmm-2.4-1t64_2.66.7-1build1_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libs/libsigc%2b%2b-2.0/libsigc%2b%2b-2.0-dev_2.12.1-2_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/g/glibmm2.4/libglibmm-2.4-dev_2.66.7-1build1_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/s/systemd/libudev-dev_255.4-1ubuntu8.14_amd64.deb Unable to connect to security.ubuntu.com:http: [IP: 91.189.92.23 80] E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libg/libgudev/libgudev-1.0-dev_238-5ubuntu1_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/u/ust/liblttng-ust-common1t64_2.13.7-1.1ubuntu2_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/u/ust/liblttng-ust-ctl5t64_2.13.7-1.1ubuntu2_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/u/ust/liblttng-ust1t64_2.13.7-1.1ubuntu2_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/u/ust/liblttng-ust-python-agent1t64_2.13.7-1.1ubuntu2_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/mtdev/libmtdev-dev_1.1.6-1.1build1_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libu/liburcu/liburcu8t64_0.14.0-3.1build1_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libe/libevdev/libevdev-dev_1.13.1%2bdfsg-1build1_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libw/libwacom/libwacom-dev_2.10.0-2_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxcb/libxcb-composite0_1.15-1ubuntu2_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxcb/libxcb-shape0-dev_1.15-1ubuntu2_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxcb/libxcb-xfixes0-dev_1.15-1ubuntu2_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxcb/libxcb-composite0-dev_1.15-1ubuntu2_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxcb/libxcb-randr0-dev_1.15-1ubuntu2_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxcb/libxcb-res0_1.15-1ubuntu2_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxcb/libxcb-res0-dev_1.15-1ubuntu2_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxfixes/libxfixes-dev_6.0.0-2build1_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxcursor/libxcursor-dev_1.2.1-1build1_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxkbcommon/libxkbcommon-dev_1.6.0-1build1_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxml%2b%2b2.6/libxml%2b%2b2.6-2v5_2.42.3-1build2_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxml%2b%2b2.6/libxml%2b%2b2.6-dev_2.42.3-1build2_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/libx/libxslt/libxslt1-dev_1.1.39-0exp1ubuntu0.24.04.3_amd64.deb Unable to connect to security.ubuntu.com:http: [IP: 91.189.92.23 80] E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/libx/libxslt/libxslt1.1_1.1.39-0exp1ubuntu0.24.04.3_amd64.deb Unable to connect to security.ubuntu.com:http: [IP: 91.189.92.23 80] E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/y/yaml-cpp/libyaml-cpp0.8_0.8.0%2bdfsg-6build1_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/y/yaml-cpp/libyaml-cpp-dev_0.8.0%2bdfsg-6build1_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/libx/libxslt/xsltproc_1.1.39-0exp1ubuntu0.24.04.3_amd64.deb Unable to connect to security.ubuntu.com:http: [IP: 91.189.92.23 80] E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/g/glm/libglm-dev_0.9.9.8%2bds-7_all.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libi/libinput/libinput-dev_1.25.0-1ubuntu2_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libu/liburcu/liburcu-dev_0.14.0-3.1build1_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/u/ust/liblttng-ust-dev_2.13.7-1.1ubuntu2_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/w/wayland/libwayland-bin_1.22.0-2.1build1_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/w/wayland/libwayland-dev_1.22.0-2.1build1_amd64.deb Unable to connect to archive.ubuntu.com:http: E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?