Read the Docs build information Build id: 3970132 Project: canonical-mir Version: 4911 Commit: 2d85cf3161671fb8153e77ea39e5ac747c2060e3 Date: 2026-04-28T20:51:49.013139Z State: cancelled Success: False [rtd-command-info] start-time: 2026-04-28T20:51:49.946764Z, end-time: 2026-04-28T20:51:51.203042Z, duration: 1, exit-code: 0 git clone --depth 1 https://github.com/canonical/mir.git . Cloning into '.'... [rtd-command-info] start-time: 2026-04-28T20:51:51.284468Z, end-time: 2026-04-28T20:51:52.496212Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/4911/head:external-4911 From https://github.com/canonical/mir * [new ref] refs/pull/4911/head -> external-4911 * [new tag] v2.26.0 -> v2.26.0 * [new tag] v2.26.0-rc -> v2.26.0-rc * [new tag] v2.27.0-dev -> v2.27.0-dev [rtd-command-info] start-time: 2026-04-28T20:51:53.153317Z, end-time: 2026-04-28T20:51:53.326876Z, duration: 0, exit-code: 0 git checkout --force 2d85cf3161671fb8153e77ea39e5ac747c2060e3 Note: switching to '2d85cf3161671fb8153e77ea39e5ac747c2060e3'. 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 2d85cf3 Migrate input method [rtd-command-info] start-time: 2026-04-28T20:51:53.410584Z, end-time: 2026-04-28T20:51:53.446839Z, 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: - cargo - 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-28T20:51:53.538977Z, end-time: 2026-04-28T20:52:08.322316Z, duration: 14, 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.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 -> v2.25.2 * [new tag] v2.25.2-rc -> v2.25.2-rc * [new tag] v2.26.0-dev -> v2.26.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-28T20:52:08.410081Z, end-time: 2026-04-28T20:52:08.450781Z, 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-28T20:52:09.441518Z, end-time: 2026-04-28T20:52:13.244943Z, duration: 3, exit-code: 0 apt-get update --assume-yes --quiet Hit:1 http://archive.ubuntu.com/ubuntu noble InRelease Get:2 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB] Get:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB] Get:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB] Get:5 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [1985 kB] Get:6 http://archive.ubuntu.com/ubuntu noble/main amd64 Components [665 kB] Get:7 http://archive.ubuntu.com/ubuntu noble/universe amd64 Components [5943 kB] Get:8 http://archive.ubuntu.com/ubuntu noble/multiverse amd64 Components [41.9 kB] Get:9 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [2355 kB] Get:10 http://security.ubuntu.com/ubuntu noble-security/main amd64 Components [25.8 kB] Get:11 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1498 kB] Get:12 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [239 kB] Get:13 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [2142 kB] Get:14 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [534 kB] Get:15 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [3737 kB] Get:16 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Components [94.9 kB] Get:17 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [3491 kB] Get:18 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [159 B] Get:19 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [54.1 kB] Get:20 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [889 B] Get:21 http://archive.ubuntu.com/ubuntu noble-backports/main amd64 Packages [49.0 kB] Get:22 http://archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [8176 B] Get:23 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [35.6 kB] Get:24 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [11.3 kB] Get:25 http://archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [160 B] Get:26 http://archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Packages [671 B] Get:27 http://archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [161 B] Get:28 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Components [157 B] Get:29 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [34.2 kB] Get:30 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [158 B] Fetched 23.3 MB in 2s (13.5 MB/s) Reading package lists... [rtd-command-info] start-time: 2026-04-28T20:52:13.331012Z, end-time: 2026-04-28T20:53:14.501878Z, duration: 61, exit-code: 0 apt-get install --assume-yes --quiet -- cargo 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 packages were automatically installed and are no longer required: libgl1-amber-dri libglapi-mesa libxcb-dri2-0 Use 'apt autoremove' to remove them. 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-filesystem1.83.0 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 libcdt5 libcgraph6 libdisplay-info1 libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libdrm2 libegl-mesa0 libevdev-dev libfreetype6 libgbm1 libgirepository-2.0-0 libgit2-1.7 libgl-dev libgl1-mesa-dri 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 libglx-mesa0 libgraphviz-dev libgudev-1.0-dev libgvc6 libgvc6-plugins-gtk libgvpr2 libhttp-parser2.9 libinput-bin libinput10 libjsoncpp25 liblab-gamut1 libllvm20 liblttng-ust-common1t64 liblttng-ust-ctl5t64 liblttng-ust-python-agent1t64 liblttng-ust1t64 libmtdev-dev libnss-systemd libnuma1 libopengl-dev libopengl0 libpam-systemd libpathplan4 libpciaccess-dev libpciaccess0 librhash0 libsigc++-2.0-0v5 libsigc++-2.0-dev libssh2-1t64 libstd-rust-1.75 libstd-rust-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 libxdot4 libxfixes-dev libxml++2.6-2v5 libxslt1-dev libxslt1.1 libyaml-cpp0.8 mesa-libgallium mesa-vulkan-drivers rustc systemd systemd-dev systemd-resolved systemd-sysv systemd-timesyncd Suggested packages: cargo-doc 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 pciutils libsigc++-2.0-doc libwayland-doc libxml++2.6-doc llvm-17 lld-17 clang-17 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: cargo 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 libgit2-1.7 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 libhttp-parser2.9 libinput-dev libjsoncpp25 libllvm20 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 libssh2-1t64 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 mesa-libgallium xsltproc The following packages will be upgraded: gir1.2-glib-2.0 libboost-filesystem1.83.0 libcdt5 libcgraph6 libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libdrm2 libegl-mesa0 libfreetype-dev libfreetype6 libgbm1 libgirepository-2.0-0 libgl1-mesa-dri libglib2.0-0t64 libglib2.0-bin libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libglx-mesa0 libgraphviz-dev libgvc6 libgvc6-plugins-gtk libgvpr2 libinput-bin libinput10 liblab-gamut1 libnss-systemd libpam-systemd libpathplan4 libpciaccess0 libstd-rust-1.75 libstd-rust-dev libsystemd-shared libsystemd0 libudev1 libxdot4 libxslt1-dev libxslt1.1 mesa-vulkan-drivers rustc systemd systemd-dev systemd-resolved systemd-sysv systemd-timesyncd 48 upgraded, 79 newly installed, 0 to remove and 305 not upgraded. Need to get 179 MB of archives. After this operation, 480 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libnss-systemd amd64 255.4-1ubuntu8.15 [159 kB] Get:2 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 systemd-sysv amd64 255.4-1ubuntu8.15 [11.9 kB] Get:3 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 systemd-timesyncd amd64 255.4-1ubuntu8.15 [35.3 kB] Get:4 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 systemd-resolved amd64 255.4-1ubuntu8.15 [296 kB] Get:5 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 systemd-dev all 255.4-1ubuntu8.15 [106 kB] Get:6 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpam-systemd amd64 255.4-1ubuntu8.15 [235 kB] Get:7 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 systemd amd64 255.4-1ubuntu8.15 [3475 kB] Get:8 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libsystemd-shared amd64 255.4-1ubuntu8.15 [2076 kB] Get:9 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libsystemd0 amd64 255.4-1ubuntu8.15 [435 kB] Get:10 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libudev1 amd64 255.4-1ubuntu8.15 [177 kB] Get:11 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libglib2.0-data all 2.80.0-6ubuntu3.8 [49.6 kB] Get:12 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libglib2.0-dev amd64 2.80.0-6ubuntu3.8 [1860 kB] Get:13 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libglib2.0-bin amd64 2.80.0-6ubuntu3.8 [97.9 kB] Get:14 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgirepository-2.0-0 amd64 2.80.0-6ubuntu3.8 [73.6 kB] Get:15 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libglib2.0-dev-bin amd64 2.80.0-6ubuntu3.8 [138 kB] Get:16 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gir1.2-glib-2.0 amd64 2.80.0-6ubuntu3.8 [183 kB] Get:17 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libglib2.0-0t64 amd64 2.80.0-6ubuntu3.8 [1545 kB] Get:18 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libdrm-common all 2.4.125-1ubuntu0.1~24.04.1 [9174 B] Get:19 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libdrm2 amd64 2.4.125-1ubuntu0.1~24.04.1 [41.3 kB] Get:20 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libnuma1 amd64 2.0.18-1ubuntu0.24.04.1 [23.4 kB] Get:21 http://archive.ubuntu.com/ubuntu noble/main amd64 libuv1t64 amd64 1.48.0-1.1build1 [97.3 kB] Get:22 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libarchive13t64 amd64 3.7.2-2ubuntu0.6 [382 kB] Get:23 http://archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 [82.8 kB] Get:24 http://archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 [129 kB] Get:25 http://archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 [2155 kB] Get:26 http://archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 [11.2 MB] Get:27 http://archive.ubuntu.com/ubuntu noble/main amd64 fonts-liberation all 1:2.1.5-3 [1603 kB] Get:28 http://archive.ubuntu.com/ubuntu noble/main amd64 fonts-liberation-sans-narrow all 1:1.07.6-4 [197 kB] Get:29 http://archive.ubuntu.com/ubuntu noble/universe amd64 fonts-liberation2 all 1:2.1.5-3 [3418 B] Get:30 http://archive.ubuntu.com/ubuntu noble/main amd64 gir1.2-gudev-1.0 amd64 1:238-5ubuntu1 [3806 B] Get:31 http://archive.ubuntu.com/ubuntu noble/universe amd64 libann0 amd64 1.1.2+doc-9build1 [25.5 kB] Get:32 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgraphviz-dev amd64 2.42.2-9ubuntu0.1 [58.0 kB] Get:33 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 libcgraph6 amd64 2.42.2-9ubuntu0.1 [44.6 kB] Get:34 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 libpathplan4 amd64 2.42.2-9ubuntu0.1 [24.0 kB] Get:35 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgvc6 amd64 2.42.2-9ubuntu0.1 [716 kB] Get:36 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgvpr2 amd64 2.42.2-9ubuntu0.1 [187 kB] Get:37 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 libxdot4 amd64 2.42.2-9ubuntu0.1 [16.6 kB] Get:38 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 liblab-gamut1 amd64 2.42.2-9ubuntu0.1 [1886 kB] Get:39 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgvc6-plugins-gtk amd64 2.42.2-9ubuntu0.1 [21.0 kB] Get:40 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 libcdt5 amd64 2.42.2-9ubuntu0.1 [21.6 kB] Get:41 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 graphviz amd64 2.42.2-9ubuntu0.1 [642 kB] Get:42 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libboost1.83-dev amd64 1.83.0-2.1ubuntu3.2 [10.7 MB] Get:43 http://archive.ubuntu.com/ubuntu noble/main amd64 libboost-dev amd64 1.83.0.1ubuntu2 [4308 B] Get:44 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libboost-filesystem1.83.0 amd64 1.83.0-2.1ubuntu3.2 [284 kB] Get:45 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libboost-regex1.83.0 amd64 1.83.0-2.1ubuntu3.2 [340 kB] Get:46 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libboost-regex1.83-dev amd64 1.83.0-2.1ubuntu3.2 [355 kB] Get:47 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libboost-iostreams1.83.0 amd64 1.83.0-2.1ubuntu3.2 [260 kB] Get:48 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 libboost-iostreams1.83-dev amd64 1.83.0-2.1ubuntu3.2 [264 kB] Get:49 http://archive.ubuntu.com/ubuntu noble/universe amd64 libboost-iostreams-dev amd64 1.83.0.1ubuntu2 [4046 B] Get:50 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libboost-program-options1.83.0 amd64 1.83.0-2.1ubuntu3.2 [321 kB] Get:51 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libboost-program-options1.83-dev amd64 1.83.0-2.1ubuntu3.2 [388 kB] Get:52 http://archive.ubuntu.com/ubuntu noble/main amd64 libboost-program-options-dev amd64 1.83.0.1ubuntu2 [4086 B] Get:53 http://archive.ubuntu.com/ubuntu noble/universe amd64 libdisplay-info1 amd64 0.1.1-2build1 [77.3 kB] Get:54 http://archive.ubuntu.com/ubuntu noble/universe amd64 libdisplay-info-dev amd64 0.1.1-2build1 [23.8 kB] Get:55 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libdrm-amdgpu1 amd64 2.4.125-1ubuntu0.1~24.04.1 [21.4 kB] Get:56 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpciaccess0 amd64 0.17-3ubuntu0.24.04.2 [18.9 kB] Get:57 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libdrm-intel1 amd64 2.4.125-1ubuntu0.1~24.04.1 [63.8 kB] Get:58 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libdrm-radeon1 amd64 2.4.125-1ubuntu0.1~24.04.1 [20.8 kB] Get:59 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libdrm-nouveau2 amd64 2.4.125-1ubuntu0.1~24.04.1 [17.7 kB] Get:60 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpciaccess-dev amd64 0.17-3ubuntu0.24.04.2 [22.0 kB] Get:61 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libdrm-dev amd64 2.4.125-1ubuntu0.1~24.04.1 [314 kB] Get:62 http://archive.ubuntu.com/ubuntu noble/main amd64 libglx-dev amd64 1.7.0-1build1 [14.2 kB] Get:63 http://archive.ubuntu.com/ubuntu noble/main amd64 libgl-dev amd64 1.7.0-1build1 [102 kB] Get:64 http://archive.ubuntu.com/ubuntu noble/main amd64 libegl-dev amd64 1.7.0-1build1 [18.2 kB] Get:65 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libllvm20 amd64 1:20.1.2-0ubuntu1~24.04.2 [30.6 MB] Get:66 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 mesa-libgallium amd64 25.2.8-0ubuntu0.24.04.1 [10.8 MB] Get:67 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libegl-mesa0 amd64 25.2.8-0ubuntu0.24.04.1 [117 kB] Get:68 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgbm1 amd64 25.2.8-0ubuntu0.24.04.1 [34.2 kB] Get:69 http://archive.ubuntu.com/ubuntu noble/main amd64 libepoxy-dev amd64 1.5.10-1build1 [132 kB] Get:70 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libfreetype-dev amd64 2.13.2+dfsg-1ubuntu0.1 [575 kB] Get:71 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libfreetype6 amd64 2.13.2+dfsg-1ubuntu0.1 [402 kB] Get:72 http://archive.ubuntu.com/ubuntu noble/main amd64 libhttp-parser2.9 amd64 2.9.4-6build1 [22.3 kB] Get:73 http://archive.ubuntu.com/ubuntu noble/main amd64 libssh2-1t64 amd64 1.11.0-4.1build2 [120 kB] Get:74 http://archive.ubuntu.com/ubuntu noble/main amd64 libgit2-1.7 amd64 1.7.2+ds-1ubuntu3 [529 kB] Get:75 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgl1-mesa-dri amd64 25.2.8-0ubuntu0.24.04.1 [37.9 kB] Get:76 http://archive.ubuntu.com/ubuntu noble/main amd64 libgles1 amd64 1.7.0-1build1 [11.6 kB] Get:77 http://archive.ubuntu.com/ubuntu noble/main amd64 libgles-dev amd64 1.7.0-1build1 [50.5 kB] Get:78 http://archive.ubuntu.com/ubuntu noble/main amd64 libglvnd-core-dev amd64 1.7.0-1build1 [13.6 kB] Get:79 http://archive.ubuntu.com/ubuntu noble/main amd64 libopengl0 amd64 1.7.0-1build1 [32.8 kB] Get:80 http://archive.ubuntu.com/ubuntu noble/main amd64 libopengl-dev amd64 1.7.0-1build1 [3454 B] Get:81 http://archive.ubuntu.com/ubuntu noble/main amd64 libglvnd-dev amd64 1.7.0-1build1 [3198 B] Get:82 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgles2-mesa-dev amd64 25.2.8-0ubuntu0.24.04.1 [22.5 kB] Get:83 http://archive.ubuntu.com/ubuntu noble/main amd64 libsigc++-2.0-0v5 amd64 2.12.1-2 [12.8 kB] Get:84 http://archive.ubuntu.com/ubuntu noble/main amd64 libglibmm-2.4-1t64 amd64 2.66.7-1build1 [629 kB] Get:85 http://archive.ubuntu.com/ubuntu noble/main amd64 libsigc++-2.0-dev amd64 2.12.1-2 [59.0 kB] Get:86 http://archive.ubuntu.com/ubuntu noble/main amd64 libglibmm-2.4-dev amd64 2.66.7-1build1 [452 kB] Get:87 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libglx-mesa0 amd64 25.2.8-0ubuntu0.24.04.1 [110 kB] Get:88 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libudev-dev amd64 255.4-1ubuntu8.15 [22.0 kB] Get:89 http://archive.ubuntu.com/ubuntu noble/main amd64 libgudev-1.0-dev amd64 1:238-5ubuntu1 [27.2 kB] Get:90 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libinput-bin amd64 1.25.0-1ubuntu3.4 [23.1 kB] Get:91 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libinput10 amd64 1.25.0-1ubuntu3.4 [133 kB] Get:92 http://archive.ubuntu.com/ubuntu noble/main amd64 liblttng-ust-common1t64 amd64 2.13.7-1.1ubuntu2 [27.5 kB] Get:93 http://archive.ubuntu.com/ubuntu noble/main amd64 liblttng-ust-ctl5t64 amd64 2.13.7-1.1ubuntu2 [74.9 kB] Get:94 http://archive.ubuntu.com/ubuntu noble/main amd64 liblttng-ust1t64 amd64 2.13.7-1.1ubuntu2 [185 kB] Get:95 http://archive.ubuntu.com/ubuntu noble/main amd64 liblttng-ust-python-agent1t64 amd64 2.13.7-1.1ubuntu2 [11.4 kB] Get:96 http://archive.ubuntu.com/ubuntu noble/main amd64 libmtdev-dev amd64 1.1.6-1.1build1 [5126 B] Get:97 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 rustc amd64 1.75.0+dfsg0ubuntu1-0ubuntu7.4 [3372 kB] Get:98 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libstd-rust-dev amd64 1.75.0+dfsg0ubuntu1-0ubuntu7.4 [40.8 MB] Get:99 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libstd-rust-1.75 amd64 1.75.0+dfsg0ubuntu1-0ubuntu7.4 [20.2 MB] Get:100 http://archive.ubuntu.com/ubuntu noble/main amd64 liburcu8t64 amd64 0.14.0-3.1build1 [63.0 kB] Get:101 http://archive.ubuntu.com/ubuntu noble/main amd64 libevdev-dev amd64 1.13.1+dfsg-1build1 [53.7 kB] Get:102 http://archive.ubuntu.com/ubuntu noble/main amd64 libwacom-dev amd64 2.10.0-2 [7590 B] Get:103 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-composite0 amd64 1.15-1ubuntu2 [5304 B] Get:104 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 [7310 B] Get:105 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 [12.6 kB] Get:106 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-composite0-dev amd64 1.15-1ubuntu2 [6526 B] Get:107 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-randr0-dev amd64 1.15-1ubuntu2 [21.7 kB] Get:108 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-res0 amd64 1.15-1ubuntu2 [6682 B] Get:109 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-res0-dev amd64 1.15-1ubuntu2 [7528 B] Get:110 http://archive.ubuntu.com/ubuntu noble/main amd64 libxfixes-dev amd64 1:6.0.0-2build1 [12.1 kB] Get:111 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcursor-dev amd64 1:1.2.1-1build1 [31.8 kB] Get:112 http://archive.ubuntu.com/ubuntu noble/main amd64 libxkbcommon-dev amd64 1.6.0-1build1 [56.3 kB] Get:113 http://archive.ubuntu.com/ubuntu noble/main amd64 libxml++2.6-2v5 amd64 2.42.3-1build2 [69.8 kB] Get:114 http://archive.ubuntu.com/ubuntu noble/main amd64 libxml++2.6-dev amd64 2.42.3-1build2 [31.8 kB] Get:115 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libxslt1-dev amd64 1.1.39-0exp1ubuntu0.24.04.3 [91.9 kB] Get:116 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libxslt1.1 amd64 1.1.39-0exp1ubuntu0.24.04.3 [168 kB] Get:117 http://archive.ubuntu.com/ubuntu noble/main amd64 libyaml-cpp0.8 amd64 0.8.0+dfsg-6build1 [115 kB] Get:118 http://archive.ubuntu.com/ubuntu noble/main amd64 libyaml-cpp-dev amd64 0.8.0+dfsg-6build1 [188 kB] Get:119 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 mesa-vulkan-drivers amd64 25.2.8-0ubuntu0.24.04.1 [17.5 MB] Get:120 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 xsltproc amd64 1.1.39-0exp1ubuntu0.24.04.3 [15.0 kB] Get:121 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 cargo amd64 1.75.0+dfsg0ubuntu1-0ubuntu7.4 [6217 kB] Get:122 http://archive.ubuntu.com/ubuntu noble/universe amd64 libglm-dev all 0.9.9.8+ds-7 [189 kB] Get:123 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libinput-dev amd64 1.25.0-1ubuntu3.4 [32.3 kB] Get:124 http://archive.ubuntu.com/ubuntu noble/main amd64 liburcu-dev amd64 0.14.0-3.1build1 [134 kB] Get:125 http://archive.ubuntu.com/ubuntu noble/main amd64 liblttng-ust-dev amd64 2.13.7-1.1ubuntu2 [97.4 kB] Get:126 http://archive.ubuntu.com/ubuntu noble/main amd64 libwayland-bin amd64 1.22.0-2.1build1 [20.6 kB] Get:127 http://archive.ubuntu.com/ubuntu noble/main amd64 libwayland-dev amd64 1.22.0-2.1build1 [71.3 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 179 MB in 10s (18.0 MB/s) (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 302309 files and directories currently installed.) Preparing to unpack .../0-libnss-systemd_255.4-1ubuntu8.15_amd64.deb ... Unpacking libnss-systemd:amd64 (255.4-1ubuntu8.15) over (255.4-1ubuntu8.1) ... Preparing to unpack .../1-systemd-sysv_255.4-1ubuntu8.15_amd64.deb ... Unpacking systemd-sysv (255.4-1ubuntu8.15) over (255.4-1ubuntu8.1) ... Preparing to unpack .../2-systemd-timesyncd_255.4-1ubuntu8.15_amd64.deb ... Unpacking systemd-timesyncd (255.4-1ubuntu8.15) over (255.4-1ubuntu8.1) ... Preparing to unpack .../3-systemd-resolved_255.4-1ubuntu8.15_amd64.deb ... Unpacking systemd-resolved (255.4-1ubuntu8.15) over (255.4-1ubuntu8.1) ... Preparing to unpack .../4-systemd-dev_255.4-1ubuntu8.15_all.deb ... Unpacking systemd-dev (255.4-1ubuntu8.15) over (255.4-1ubuntu8.1) ... Preparing to unpack .../5-libpam-systemd_255.4-1ubuntu8.15_amd64.deb ... Unpacking libpam-systemd:amd64 (255.4-1ubuntu8.15) over (255.4-1ubuntu8.1) ... Preparing to unpack .../6-systemd_255.4-1ubuntu8.15_amd64.deb ... Unpacking systemd (255.4-1ubuntu8.15) over (255.4-1ubuntu8.1) ... Preparing to unpack .../7-libsystemd-shared_255.4-1ubuntu8.15_amd64.deb ... Unpacking libsystemd-shared:amd64 (255.4-1ubuntu8.15) over (255.4-1ubuntu8.1) ... Preparing to unpack .../8-libsystemd0_255.4-1ubuntu8.15_amd64.deb ... Unpacking libsystemd0:amd64 (255.4-1ubuntu8.15) over (255.4-1ubuntu8.1) ... Setting up libsystemd0:amd64 (255.4-1ubuntu8.15) ... (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 302310 files and directories currently installed.) Preparing to unpack .../libudev1_255.4-1ubuntu8.15_amd64.deb ... Unpacking libudev1:amd64 (255.4-1ubuntu8.15) over (255.4-1ubuntu8.1) ... Setting up libudev1:amd64 (255.4-1ubuntu8.15) ... (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 302310 files and directories currently installed.) Preparing to unpack .../000-libglib2.0-data_2.80.0-6ubuntu3.8_all.deb ... Unpacking libglib2.0-data (2.80.0-6ubuntu3.8) over (2.80.0-6ubuntu3.1) ... Preparing to unpack .../001-libglib2.0-dev_2.80.0-6ubuntu3.8_amd64.deb ... Unpacking libglib2.0-dev:amd64 (2.80.0-6ubuntu3.8) over (2.80.0-6ubuntu3.1) ... Preparing to unpack .../002-libglib2.0-bin_2.80.0-6ubuntu3.8_amd64.deb ... Unpacking libglib2.0-bin (2.80.0-6ubuntu3.8) over (2.80.0-6ubuntu3.1) ... Preparing to unpack .../003-libgirepository-2.0-0_2.80.0-6ubuntu3.8_amd64.deb ... Unpacking libgirepository-2.0-0:amd64 (2.80.0-6ubuntu3.8) over (2.80.0-6ubuntu3.1) ... Preparing to unpack .../004-libglib2.0-dev-bin_2.80.0-6ubuntu3.8_amd64.deb ... Unpacking libglib2.0-dev-bin (2.80.0-6ubuntu3.8) over (2.80.0-6ubuntu3.1) ... Preparing to unpack .../005-gir1.2-glib-2.0_2.80.0-6ubuntu3.8_amd64.deb ... Unpacking gir1.2-glib-2.0:amd64 (2.80.0-6ubuntu3.8) over (2.80.0-6ubuntu3.1) ... Preparing to unpack .../006-libglib2.0-0t64_2.80.0-6ubuntu3.8_amd64.deb ... Unpacking libglib2.0-0t64:amd64 (2.80.0-6ubuntu3.8) over (2.80.0-6ubuntu3.1) ... Preparing to unpack .../007-libdrm-common_2.4.125-1ubuntu0.1~24.04.1_all.deb ... Unpacking libdrm-common (2.4.125-1ubuntu0.1~24.04.1) over (2.4.120-2build1) ... Preparing to unpack .../008-libdrm2_2.4.125-1ubuntu0.1~24.04.1_amd64.deb ... Unpacking libdrm2:amd64 (2.4.125-1ubuntu0.1~24.04.1) over (2.4.120-2build1) ... Selecting previously unselected package libnuma1:amd64. Preparing to unpack .../009-libnuma1_2.0.18-1ubuntu0.24.04.1_amd64.deb ... Unpacking libnuma1:amd64 (2.0.18-1ubuntu0.24.04.1) ... Selecting previously unselected package libuv1t64:amd64. Preparing to unpack .../010-libuv1t64_1.48.0-1.1build1_amd64.deb ... Unpacking libuv1t64:amd64 (1.48.0-1.1build1) ... Selecting previously unselected package libarchive13t64:amd64. Preparing to unpack .../011-libarchive13t64_3.7.2-2ubuntu0.6_amd64.deb ... Unpacking libarchive13t64:amd64 (3.7.2-2ubuntu0.6) ... Selecting previously unselected package libjsoncpp25:amd64. Preparing to unpack .../012-libjsoncpp25_1.9.5-6build1_amd64.deb ... Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ... Selecting previously unselected package librhash0:amd64. Preparing to unpack .../013-librhash0_1.4.3-3build1_amd64.deb ... Unpacking librhash0:amd64 (1.4.3-3build1) ... Selecting previously unselected package cmake-data. Preparing to unpack .../014-cmake-data_3.28.3-1build7_all.deb ... Unpacking cmake-data (3.28.3-1build7) ... Selecting previously unselected package cmake. Preparing to unpack .../015-cmake_3.28.3-1build7_amd64.deb ... Unpacking cmake (3.28.3-1build7) ... Selecting previously unselected package fonts-liberation. Preparing to unpack .../016-fonts-liberation_1%3a2.1.5-3_all.deb ... Unpacking fonts-liberation (1:2.1.5-3) ... Selecting previously unselected package fonts-liberation-sans-narrow. Preparing to unpack .../017-fonts-liberation-sans-narrow_1%3a1.07.6-4_all.deb ... Unpacking fonts-liberation-sans-narrow (1:1.07.6-4) ... Selecting previously unselected package fonts-liberation2. Preparing to unpack .../018-fonts-liberation2_1%3a2.1.5-3_all.deb ... Unpacking fonts-liberation2 (1:2.1.5-3) ... Selecting previously unselected package gir1.2-gudev-1.0:amd64. Preparing to unpack .../019-gir1.2-gudev-1.0_1%3a238-5ubuntu1_amd64.deb ... Unpacking gir1.2-gudev-1.0:amd64 (1:238-5ubuntu1) ... Selecting previously unselected package libann0. Preparing to unpack .../020-libann0_1.1.2+doc-9build1_amd64.deb ... Unpacking libann0 (1.1.2+doc-9build1) ... Preparing to unpack .../021-libgraphviz-dev_2.42.2-9ubuntu0.1_amd64.deb ... Unpacking libgraphviz-dev:amd64 (2.42.2-9ubuntu0.1) over (2.42.2-9build1) ... Preparing to unpack .../022-libcgraph6_2.42.2-9ubuntu0.1_amd64.deb ... Unpacking libcgraph6:amd64 (2.42.2-9ubuntu0.1) over (2.42.2-9build1) ... Preparing to unpack .../023-libpathplan4_2.42.2-9ubuntu0.1_amd64.deb ... Unpacking libpathplan4:amd64 (2.42.2-9ubuntu0.1) over (2.42.2-9build1) ... Preparing to unpack .../024-libgvc6_2.42.2-9ubuntu0.1_amd64.deb ... Unpacking libgvc6 (2.42.2-9ubuntu0.1) over (2.42.2-9build1) ... Preparing to unpack .../025-libgvpr2_2.42.2-9ubuntu0.1_amd64.deb ... Unpacking libgvpr2:amd64 (2.42.2-9ubuntu0.1) over (2.42.2-9build1) ... Preparing to unpack .../026-libxdot4_2.42.2-9ubuntu0.1_amd64.deb ... Unpacking libxdot4:amd64 (2.42.2-9ubuntu0.1) over (2.42.2-9build1) ... Preparing to unpack .../027-liblab-gamut1_2.42.2-9ubuntu0.1_amd64.deb ... Unpacking liblab-gamut1:amd64 (2.42.2-9ubuntu0.1) over (2.42.2-9build1) ... Preparing to unpack .../028-libgvc6-plugins-gtk_2.42.2-9ubuntu0.1_amd64.deb ... Unpacking libgvc6-plugins-gtk (2.42.2-9ubuntu0.1) over (2.42.2-9build1) ... Preparing to unpack .../029-libcdt5_2.42.2-9ubuntu0.1_amd64.deb ... Unpacking libcdt5:amd64 (2.42.2-9ubuntu0.1) over (2.42.2-9build1) ... Selecting previously unselected package graphviz. Preparing to unpack .../030-graphviz_2.42.2-9ubuntu0.1_amd64.deb ... Unpacking graphviz (2.42.2-9ubuntu0.1) ... Selecting previously unselected package libboost1.83-dev:amd64. Preparing to unpack .../031-libboost1.83-dev_1.83.0-2.1ubuntu3.2_amd64.deb ... Unpacking libboost1.83-dev:amd64 (1.83.0-2.1ubuntu3.2) ... Selecting previously unselected package libboost-dev:amd64. Preparing to unpack .../032-libboost-dev_1.83.0.1ubuntu2_amd64.deb ... Unpacking libboost-dev:amd64 (1.83.0.1ubuntu2) ... Preparing to unpack .../033-libboost-filesystem1.83.0_1.83.0-2.1ubuntu3.2_amd64.deb ... Unpacking libboost-filesystem1.83.0:amd64 (1.83.0-2.1ubuntu3.2) over (1.83.0-2.1ubuntu3) ... Selecting previously unselected package libboost-regex1.83.0:amd64. Preparing to unpack .../034-libboost-regex1.83.0_1.83.0-2.1ubuntu3.2_amd64.deb ... Unpacking libboost-regex1.83.0:amd64 (1.83.0-2.1ubuntu3.2) ... Selecting previously unselected package libboost-regex1.83-dev:amd64. Preparing to unpack .../035-libboost-regex1.83-dev_1.83.0-2.1ubuntu3.2_amd64.deb ... Unpacking libboost-regex1.83-dev:amd64 (1.83.0-2.1ubuntu3.2) ... Selecting previously unselected package libboost-iostreams1.83.0:amd64. Preparing to unpack .../036-libboost-iostreams1.83.0_1.83.0-2.1ubuntu3.2_amd64.deb ... Unpacking libboost-iostreams1.83.0:amd64 (1.83.0-2.1ubuntu3.2) ... Selecting previously unselected package libboost-iostreams1.83-dev:amd64. Preparing to unpack .../037-libboost-iostreams1.83-dev_1.83.0-2.1ubuntu3.2_amd64.deb ... Unpacking libboost-iostreams1.83-dev:amd64 (1.83.0-2.1ubuntu3.2) ... Selecting previously unselected package libboost-iostreams-dev:amd64. Preparing to unpack .../038-libboost-iostreams-dev_1.83.0.1ubuntu2_amd64.deb ... Unpacking libboost-iostreams-dev:amd64 (1.83.0.1ubuntu2) ... Selecting previously unselected package libboost-program-options1.83.0:amd64. Preparing to unpack .../039-libboost-program-options1.83.0_1.83.0-2.1ubuntu3.2_amd64.deb ... Unpacking libboost-program-options1.83.0:amd64 (1.83.0-2.1ubuntu3.2) ... Selecting previously unselected package libboost-program-options1.83-dev:amd64. Preparing to unpack .../040-libboost-program-options1.83-dev_1.83.0-2.1ubuntu3.2_amd64.deb ... Unpacking libboost-program-options1.83-dev:amd64 (1.83.0-2.1ubuntu3.2) ... Selecting previously unselected package libboost-program-options-dev:amd64. Preparing to unpack .../041-libboost-program-options-dev_1.83.0.1ubuntu2_amd64.deb ... Unpacking libboost-program-options-dev:amd64 (1.83.0.1ubuntu2) ... Selecting previously unselected package libdisplay-info1:amd64. Preparing to unpack .../042-libdisplay-info1_0.1.1-2build1_amd64.deb ... Unpacking libdisplay-info1:amd64 (0.1.1-2build1) ... Selecting previously unselected package libdisplay-info-dev:amd64. Preparing to unpack .../043-libdisplay-info-dev_0.1.1-2build1_amd64.deb ... Unpacking libdisplay-info-dev:amd64 (0.1.1-2build1) ... Preparing to unpack .../044-libdrm-amdgpu1_2.4.125-1ubuntu0.1~24.04.1_amd64.deb ... Unpacking libdrm-amdgpu1:amd64 (2.4.125-1ubuntu0.1~24.04.1) over (2.4.120-2build1) ... Preparing to unpack .../045-libpciaccess0_0.17-3ubuntu0.24.04.2_amd64.deb ... Unpacking libpciaccess0:amd64 (0.17-3ubuntu0.24.04.2) over (0.17-3build1) ... Preparing to unpack .../046-libdrm-intel1_2.4.125-1ubuntu0.1~24.04.1_amd64.deb ... Unpacking libdrm-intel1:amd64 (2.4.125-1ubuntu0.1~24.04.1) over (2.4.120-2build1) ... Preparing to unpack .../047-libdrm-radeon1_2.4.125-1ubuntu0.1~24.04.1_amd64.deb ... Unpacking libdrm-radeon1:amd64 (2.4.125-1ubuntu0.1~24.04.1) over (2.4.120-2build1) ... Preparing to unpack .../048-libdrm-nouveau2_2.4.125-1ubuntu0.1~24.04.1_amd64.deb ... Unpacking libdrm-nouveau2:amd64 (2.4.125-1ubuntu0.1~24.04.1) over (2.4.120-2build1) ... Selecting previously unselected package libpciaccess-dev:amd64. Preparing to unpack .../049-libpciaccess-dev_0.17-3ubuntu0.24.04.2_amd64.deb ... Unpacking libpciaccess-dev:amd64 (0.17-3ubuntu0.24.04.2) ... Selecting previously unselected package libdrm-dev:amd64. Preparing to unpack .../050-libdrm-dev_2.4.125-1ubuntu0.1~24.04.1_amd64.deb ... Unpacking libdrm-dev:amd64 (2.4.125-1ubuntu0.1~24.04.1) ... Selecting previously unselected package libglx-dev:amd64. Preparing to unpack .../051-libglx-dev_1.7.0-1build1_amd64.deb ... Unpacking libglx-dev:amd64 (1.7.0-1build1) ... Selecting previously unselected package libgl-dev:amd64. Preparing to unpack .../052-libgl-dev_1.7.0-1build1_amd64.deb ... Unpacking libgl-dev:amd64 (1.7.0-1build1) ... Selecting previously unselected package libegl-dev:amd64. Preparing to unpack .../053-libegl-dev_1.7.0-1build1_amd64.deb ... Unpacking libegl-dev:amd64 (1.7.0-1build1) ... Selecting previously unselected package libllvm20:amd64. Preparing to unpack .../054-libllvm20_1%3a20.1.2-0ubuntu1~24.04.2_amd64.deb ... Unpacking libllvm20:amd64 (1:20.1.2-0ubuntu1~24.04.2) ... Selecting previously unselected package mesa-libgallium:amd64. Preparing to unpack .../055-mesa-libgallium_25.2.8-0ubuntu0.24.04.1_amd64.deb ... Unpacking mesa-libgallium:amd64 (25.2.8-0ubuntu0.24.04.1) ... Preparing to unpack .../056-libegl-mesa0_25.2.8-0ubuntu0.24.04.1_amd64.deb ... Unpacking libegl-mesa0:amd64 (25.2.8-0ubuntu0.24.04.1) over (24.0.5-1ubuntu1) ... Preparing to unpack .../057-libgbm1_25.2.8-0ubuntu0.24.04.1_amd64.deb ... Unpacking libgbm1:amd64 (25.2.8-0ubuntu0.24.04.1) over (24.0.5-1ubuntu1) ... Selecting previously unselected package libepoxy-dev:amd64. Preparing to unpack .../058-libepoxy-dev_1.5.10-1build1_amd64.deb ... Unpacking libepoxy-dev:amd64 (1.5.10-1build1) ... Preparing to unpack .../059-libfreetype-dev_2.13.2+dfsg-1ubuntu0.1_amd64.deb ... Unpacking libfreetype-dev:amd64 (2.13.2+dfsg-1ubuntu0.1) over (2.13.2+dfsg-1build3) ... Preparing to unpack .../060-libfreetype6_2.13.2+dfsg-1ubuntu0.1_amd64.deb ... Unpacking libfreetype6:amd64 (2.13.2+dfsg-1ubuntu0.1) over (2.13.2+dfsg-1build3) ... Selecting previously unselected package libhttp-parser2.9:amd64. Preparing to unpack .../061-libhttp-parser2.9_2.9.4-6build1_amd64.deb ... Unpacking libhttp-parser2.9:amd64 (2.9.4-6build1) ... Selecting previously unselected package libssh2-1t64:amd64. Preparing to unpack .../062-libssh2-1t64_1.11.0-4.1build2_amd64.deb ... Unpacking libssh2-1t64:amd64 (1.11.0-4.1build2) ... Selecting previously unselected package libgit2-1.7:amd64. Preparing to unpack .../063-libgit2-1.7_1.7.2+ds-1ubuntu3_amd64.deb ... Unpacking libgit2-1.7:amd64 (1.7.2+ds-1ubuntu3) ... Preparing to unpack .../064-libgl1-mesa-dri_25.2.8-0ubuntu0.24.04.1_amd64.deb ... Unpacking libgl1-mesa-dri:amd64 (25.2.8-0ubuntu0.24.04.1) over (24.0.5-1ubuntu1) ... Selecting previously unselected package libgles1:amd64. Preparing to unpack .../065-libgles1_1.7.0-1build1_amd64.deb ... Unpacking libgles1:amd64 (1.7.0-1build1) ... Selecting previously unselected package libgles-dev:amd64. Preparing to unpack .../066-libgles-dev_1.7.0-1build1_amd64.deb ... Unpacking libgles-dev:amd64 (1.7.0-1build1) ... Selecting previously unselected package libglvnd-core-dev:amd64. Preparing to unpack .../067-libglvnd-core-dev_1.7.0-1build1_amd64.deb ... Unpacking libglvnd-core-dev:amd64 (1.7.0-1build1) ... Selecting previously unselected package libopengl0:amd64. Preparing to unpack .../068-libopengl0_1.7.0-1build1_amd64.deb ... Unpacking libopengl0:amd64 (1.7.0-1build1) ... Selecting previously unselected package libopengl-dev:amd64. Preparing to unpack .../069-libopengl-dev_1.7.0-1build1_amd64.deb ... Unpacking libopengl-dev:amd64 (1.7.0-1build1) ... Selecting previously unselected package libglvnd-dev:amd64. Preparing to unpack .../070-libglvnd-dev_1.7.0-1build1_amd64.deb ... Unpacking libglvnd-dev:amd64 (1.7.0-1build1) ... Selecting previously unselected package libgles2-mesa-dev:amd64. Preparing to unpack .../071-libgles2-mesa-dev_25.2.8-0ubuntu0.24.04.1_amd64.deb ... Unpacking libgles2-mesa-dev:amd64 (25.2.8-0ubuntu0.24.04.1) ... Selecting previously unselected package libsigc++-2.0-0v5:amd64. Preparing to unpack .../072-libsigc++-2.0-0v5_2.12.1-2_amd64.deb ... Unpacking libsigc++-2.0-0v5:amd64 (2.12.1-2) ... Selecting previously unselected package libglibmm-2.4-1t64:amd64. Preparing to unpack .../073-libglibmm-2.4-1t64_2.66.7-1build1_amd64.deb ... Unpacking libglibmm-2.4-1t64:amd64 (2.66.7-1build1) ... Selecting previously unselected package libsigc++-2.0-dev:amd64. Preparing to unpack .../074-libsigc++-2.0-dev_2.12.1-2_amd64.deb ... Unpacking libsigc++-2.0-dev:amd64 (2.12.1-2) ... Selecting previously unselected package libglibmm-2.4-dev:amd64. Preparing to unpack .../075-libglibmm-2.4-dev_2.66.7-1build1_amd64.deb ... Unpacking libglibmm-2.4-dev:amd64 (2.66.7-1build1) ... Preparing to unpack .../076-libglx-mesa0_25.2.8-0ubuntu0.24.04.1_amd64.deb ... Unpacking libglx-mesa0:amd64 (25.2.8-0ubuntu0.24.04.1) over (24.0.5-1ubuntu1) ... Selecting previously unselected package libudev-dev:amd64. Preparing to unpack .../077-libudev-dev_255.4-1ubuntu8.15_amd64.deb ... Unpacking libudev-dev:amd64 (255.4-1ubuntu8.15) ... Selecting previously unselected package libgudev-1.0-dev:amd64. Preparing to unpack .../078-libgudev-1.0-dev_1%3a238-5ubuntu1_amd64.deb ... Unpacking libgudev-1.0-dev:amd64 (1:238-5ubuntu1) ... Preparing to unpack .../079-libinput-bin_1.25.0-1ubuntu3.4_amd64.deb ... Unpacking libinput-bin (1.25.0-1ubuntu3.4) over (1.25.0-1ubuntu2) ... Preparing to unpack .../080-libinput10_1.25.0-1ubuntu3.4_amd64.deb ... Unpacking libinput10:amd64 (1.25.0-1ubuntu3.4) over (1.25.0-1ubuntu2) ... Selecting previously unselected package liblttng-ust-common1t64:amd64. Preparing to unpack .../081-liblttng-ust-common1t64_2.13.7-1.1ubuntu2_amd64.deb ... Unpacking liblttng-ust-common1t64:amd64 (2.13.7-1.1ubuntu2) ... Selecting previously unselected package liblttng-ust-ctl5t64:amd64. Preparing to unpack .../082-liblttng-ust-ctl5t64_2.13.7-1.1ubuntu2_amd64.deb ... Unpacking liblttng-ust-ctl5t64:amd64 (2.13.7-1.1ubuntu2) ... Selecting previously unselected package liblttng-ust1t64:amd64. Preparing to unpack .../083-liblttng-ust1t64_2.13.7-1.1ubuntu2_amd64.deb ... Unpacking liblttng-ust1t64:amd64 (2.13.7-1.1ubuntu2) ... Selecting previously unselected package liblttng-ust-python-agent1t64:amd64. Preparing to unpack .../084-liblttng-ust-python-agent1t64_2.13.7-1.1ubuntu2_amd64.deb ... Unpacking liblttng-ust-python-agent1t64:amd64 (2.13.7-1.1ubuntu2) ... Selecting previously unselected package libmtdev-dev:amd64. Preparing to unpack .../085-libmtdev-dev_1.1.6-1.1build1_amd64.deb ... Unpacking libmtdev-dev:amd64 (1.1.6-1.1build1) ... Preparing to unpack .../086-rustc_1.75.0+dfsg0ubuntu1-0ubuntu7.4_amd64.deb ... Unpacking rustc (1.75.0+dfsg0ubuntu1-0ubuntu7.4) over (1.75.0+dfsg0ubuntu1-0ubuntu7) ... Preparing to unpack .../087-libstd-rust-dev_1.75.0+dfsg0ubuntu1-0ubuntu7.4_amd64.deb ... Unpacking libstd-rust-dev:amd64 (1.75.0+dfsg0ubuntu1-0ubuntu7.4) over (1.75.0+dfsg0ubuntu1-0ubuntu7) ... Preparing to unpack .../088-libstd-rust-1.75_1.75.0+dfsg0ubuntu1-0ubuntu7.4_amd64.deb ... Unpacking libstd-rust-1.75:amd64 (1.75.0+dfsg0ubuntu1-0ubuntu7.4) over (1.75.0+dfsg0ubuntu1-0ubuntu7) ... Selecting previously unselected package liburcu8t64:amd64. Preparing to unpack .../089-liburcu8t64_0.14.0-3.1build1_amd64.deb ... Unpacking liburcu8t64:amd64 (0.14.0-3.1build1) ... Selecting previously unselected package libevdev-dev:amd64. Preparing to unpack .../090-libevdev-dev_1.13.1+dfsg-1build1_amd64.deb ... Unpacking libevdev-dev:amd64 (1.13.1+dfsg-1build1) ... Selecting previously unselected package libwacom-dev:amd64. Preparing to unpack .../091-libwacom-dev_2.10.0-2_amd64.deb ... Unpacking libwacom-dev:amd64 (2.10.0-2) ... Selecting previously unselected package libxcb-composite0:amd64. Preparing to unpack .../092-libxcb-composite0_1.15-1ubuntu2_amd64.deb ... Unpacking libxcb-composite0:amd64 (1.15-1ubuntu2) ... Selecting previously unselected package libxcb-shape0-dev:amd64. Preparing to unpack .../093-libxcb-shape0-dev_1.15-1ubuntu2_amd64.deb ... Unpacking libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ... Selecting previously unselected package libxcb-xfixes0-dev:amd64. Preparing to unpack .../094-libxcb-xfixes0-dev_1.15-1ubuntu2_amd64.deb ... Unpacking libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ... Selecting previously unselected package libxcb-composite0-dev:amd64. Preparing to unpack .../095-libxcb-composite0-dev_1.15-1ubuntu2_amd64.deb ... Unpacking libxcb-composite0-dev:amd64 (1.15-1ubuntu2) ... Selecting previously unselected package libxcb-randr0-dev:amd64. Preparing to unpack .../096-libxcb-randr0-dev_1.15-1ubuntu2_amd64.deb ... Unpacking libxcb-randr0-dev:amd64 (1.15-1ubuntu2) ... Selecting previously unselected package libxcb-res0:amd64. Preparing to unpack .../097-libxcb-res0_1.15-1ubuntu2_amd64.deb ... Unpacking libxcb-res0:amd64 (1.15-1ubuntu2) ... Selecting previously unselected package libxcb-res0-dev:amd64. Preparing to unpack .../098-libxcb-res0-dev_1.15-1ubuntu2_amd64.deb ... Unpacking libxcb-res0-dev:amd64 (1.15-1ubuntu2) ... Selecting previously unselected package libxfixes-dev:amd64. Preparing to unpack .../099-libxfixes-dev_1%3a6.0.0-2build1_amd64.deb ... Unpacking libxfixes-dev:amd64 (1:6.0.0-2build1) ... Selecting previously unselected package libxcursor-dev:amd64. Preparing to unpack .../100-libxcursor-dev_1%3a1.2.1-1build1_amd64.deb ... Unpacking libxcursor-dev:amd64 (1:1.2.1-1build1) ... Selecting previously unselected package libxkbcommon-dev:amd64. Preparing to unpack .../101-libxkbcommon-dev_1.6.0-1build1_amd64.deb ... Unpacking libxkbcommon-dev:amd64 (1.6.0-1build1) ... Selecting previously unselected package libxml++2.6-2v5:amd64. Preparing to unpack .../102-libxml++2.6-2v5_2.42.3-1build2_amd64.deb ... Unpacking libxml++2.6-2v5:amd64 (2.42.3-1build2) ... Selecting previously unselected package libxml++2.6-dev:amd64. Preparing to unpack .../103-libxml++2.6-dev_2.42.3-1build2_amd64.deb ... Unpacking libxml++2.6-dev:amd64 (2.42.3-1build2) ... Preparing to unpack .../104-libxslt1-dev_1.1.39-0exp1ubuntu0.24.04.3_amd64.deb ... Unpacking libxslt1-dev:amd64 (1.1.39-0exp1ubuntu0.24.04.3) over (1.1.39-0exp1build1) ... Preparing to unpack .../105-libxslt1.1_1.1.39-0exp1ubuntu0.24.04.3_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.39-0exp1ubuntu0.24.04.3) over (1.1.39-0exp1build1) ... Selecting previously unselected package libyaml-cpp0.8:amd64. Preparing to unpack .../106-libyaml-cpp0.8_0.8.0+dfsg-6build1_amd64.deb ... Unpacking libyaml-cpp0.8:amd64 (0.8.0+dfsg-6build1) ... Selecting previously unselected package libyaml-cpp-dev:amd64. Preparing to unpack .../107-libyaml-cpp-dev_0.8.0+dfsg-6build1_amd64.deb ... Unpacking libyaml-cpp-dev:amd64 (0.8.0+dfsg-6build1) ... Preparing to unpack .../108-mesa-vulkan-drivers_25.2.8-0ubuntu0.24.04.1_amd64.deb ... Unpacking mesa-vulkan-drivers:amd64 (25.2.8-0ubuntu0.24.04.1) over (24.0.5-1ubuntu1) ... Selecting previously unselected package xsltproc. Preparing to unpack .../109-xsltproc_1.1.39-0exp1ubuntu0.24.04.3_amd64.deb ... Unpacking xsltproc (1.1.39-0exp1ubuntu0.24.04.3) ... Selecting previously unselected package cargo. Preparing to unpack .../110-cargo_1.75.0+dfsg0ubuntu1-0ubuntu7.4_amd64.deb ... Unpacking cargo (1.75.0+dfsg0ubuntu1-0ubuntu7.4) ... Selecting previously unselected package libglm-dev. Preparing to unpack .../111-libglm-dev_0.9.9.8+ds-7_all.deb ... Unpacking libglm-dev (0.9.9.8+ds-7) ... Selecting previously unselected package libinput-dev:amd64. Preparing to unpack .../112-libinput-dev_1.25.0-1ubuntu3.4_amd64.deb ... Unpacking libinput-dev:amd64 (1.25.0-1ubuntu3.4) ... Selecting previously unselected package liburcu-dev:amd64. Preparing to unpack .../113-liburcu-dev_0.14.0-3.1build1_amd64.deb ... Unpacking liburcu-dev:amd64 (0.14.0-3.1build1) ... Selecting previously unselected package liblttng-ust-dev:amd64. Preparing to unpack .../114-liblttng-ust-dev_2.13.7-1.1ubuntu2_amd64.deb ... Unpacking liblttng-ust-dev:amd64 (2.13.7-1.1ubuntu2) ... Selecting previously unselected package libwayland-bin. Preparing to unpack .../115-libwayland-bin_1.22.0-2.1build1_amd64.deb ... Unpacking libwayland-bin (1.22.0-2.1build1) ... Selecting previously unselected package libwayland-dev:amd64. Preparing to unpack .../116-libwayland-dev_1.22.0-2.1build1_amd64.deb ... Unpacking libwayland-dev:amd64 (1.22.0-2.1build1) ... Setting up libxdot4:amd64 (2.42.2-9ubuntu0.1) ... Setting up libglm-dev (0.9.9.8+ds-7) ... Setting up libboost-program-options1.83.0:amd64 (1.83.0-2.1ubuntu3.2) ... Setting up liburcu8t64:amd64 (0.14.0-3.1build1) ... Setting up libpciaccess0:amd64 (0.17-3ubuntu0.24.04.2) ... Setting up libxcb-res0:amd64 (1.15-1ubuntu2) ... Setting up libboost1.83-dev:amd64 (1.83.0-2.1ubuntu3.2) ... Setting up libdisplay-info1:amd64 (0.1.1-2build1) ... Setting up libpciaccess-dev:amd64 (0.17-3ubuntu0.24.04.2) ... Setting up libglvnd-core-dev:amd64 (1.7.0-1build1) ... Setting up libevdev-dev:amd64 (1.13.1+dfsg-1build1) ... Setting up libmtdev-dev:amd64 (1.1.6-1.1build1) ... Setting up libyaml-cpp0.8:amd64 (0.8.0+dfsg-6build1) ... Setting up libboost-regex1.83.0:amd64 (1.83.0-2.1ubuntu3.2) ... Setting up libxkbcommon-dev:amd64 (1.6.0-1build1) ... Setting up liblttng-ust-common1t64:amd64 (2.13.7-1.1ubuntu2) ... Setting up libstd-rust-1.75:amd64 (1.75.0+dfsg0ubuntu1-0ubuntu7.4) ... Setting up liblab-gamut1:amd64 (2.42.2-9ubuntu0.1) ... Setting up libuv1t64:amd64 (1.48.0-1.1build1) ... Setting up libyaml-cpp-dev:amd64 (0.8.0+dfsg-6build1) ... Setting up libboost-program-options1.83-dev:amd64 (1.83.0-2.1ubuntu3.2) ... Setting up libxcb-res0-dev:amd64 (1.15-1ubuntu2) ... Setting up systemd-dev (255.4-1ubuntu8.15) ... Setting up libboost-filesystem1.83.0:amd64 (1.83.0-2.1ubuntu3.2) ... Setting up libopengl0:amd64 (1.7.0-1build1) ... Setting up libinput-bin (1.25.0-1ubuntu3.4) ... Setting up libxfixes-dev:amd64 (1:6.0.0-2build1) ... Setting up libstd-rust-dev:amd64 (1.75.0+dfsg0ubuntu1-0ubuntu7.4) ... Setting up libwayland-bin (1.22.0-2.1build1) ... Setting up libglib2.0-0t64:amd64 (2.80.0-6ubuntu3.8) ... Setting up libglib2.0-data (2.80.0-6ubuntu3.8) ... Setting up libfreetype6:amd64 (2.13.2+dfsg-1ubuntu0.1) ... Setting up libboost-program-options-dev:amd64 (1.83.0.1ubuntu2) ... Setting up libxcb-randr0-dev:amd64 (1.15-1ubuntu2) ... Setting up libboost-iostreams1.83.0:amd64 (1.83.0-2.1ubuntu3.2) ... Setting up libsigc++-2.0-0v5:amd64 (2.12.1-2) ... Setting up libpathplan4:amd64 (2.42.2-9ubuntu0.1) ... Setting up libann0 (1.1.2+doc-9build1) ... Setting up libgles1:amd64 (1.7.0-1build1) ... Setting up libsystemd-shared:amd64 (255.4-1ubuntu8.15) ... Setting up libboost-regex1.83-dev:amd64 (1.83.0-2.1ubuntu3.2) ... Setting up libjsoncpp25:amd64 (1.9.5-6build1) ... Setting up libllvm20:amd64 (1:20.1.2-0ubuntu1~24.04.2) ... Setting up libudev-dev:amd64 (255.4-1ubuntu8.15) ... Setting up gir1.2-glib-2.0:amd64 (2.80.0-6ubuntu3.8) ... Setting up libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ... Setting up libnuma1:amd64 (2.0.18-1ubuntu0.24.04.1) ... Setting up rustc (1.75.0+dfsg0ubuntu1-0ubuntu7.4) ... Setting up libxcb-composite0:amd64 (1.15-1ubuntu2) ... Setting up librhash0:amd64 (1.4.3-3build1) ... Setting up libxslt1.1:amd64 (1.1.39-0exp1ubuntu0.24.04.3) ... Setting up fonts-liberation (1:2.1.5-3) ... Setting up libglx-dev:amd64 (1.7.0-1build1) ... Setting up cmake-data (3.28.3-1build7) ... Setting up libcdt5:amd64 (2.42.2-9ubuntu0.1) ... Setting up libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ... Setting up libcgraph6:amd64 (2.42.2-9ubuntu0.1) ... Setting up libboost-dev:amd64 (1.83.0.1ubuntu2) ... Setting up libssh2-1t64:amd64 (1.11.0-4.1build2) ... Setting up libopengl-dev:amd64 (1.7.0-1build1) ... Setting up liblttng-ust-ctl5t64:amd64 (2.13.7-1.1ubuntu2) ... Setting up fonts-liberation-sans-narrow (1:1.07.6-4) ... Setting up libdrm-common (2.4.125-1ubuntu0.1~24.04.1) ... Setting up libarchive13t64:amd64 (3.7.2-2ubuntu0.6) ... Setting up libgl-dev:amd64 (1.7.0-1build1) ... Setting up libhttp-parser2.9:amd64 (2.9.4-6build1) ... Setting up liburcu-dev:amd64 (0.14.0-3.1build1) ... Setting up libglib2.0-dev-bin (2.80.0-6ubuntu3.8) ... Setting up libinput10:amd64 (1.25.0-1ubuntu3.4) ... Setting up libdisplay-info-dev:amd64 (0.1.1-2build1) ... Setting up libxslt1-dev:amd64 (1.1.39-0exp1ubuntu0.24.04.3) ... Setting up libxcb-composite0-dev:amd64 (1.15-1ubuntu2) ... Setting up libegl-dev:amd64 (1.7.0-1build1) ... Setting up libgirepository-2.0-0:amd64 (2.80.0-6ubuntu3.8) ... Setting up libboost-iostreams1.83-dev:amd64 (1.83.0-2.1ubuntu3.2) ... Setting up libxcursor-dev:amd64 (1:1.2.1-1build1) ... Setting up libepoxy-dev:amd64 (1.5.10-1build1) ... Setting up xsltproc (1.1.39-0exp1ubuntu0.24.04.3) ... Setting up libglib2.0-bin (2.80.0-6ubuntu3.8) ... Setting up systemd (255.4-1ubuntu8.15) ... Setting up libboost-iostreams-dev:amd64 (1.83.0.1ubuntu2) ... Setting up libwayland-dev:amd64 (1.22.0-2.1build1) ... Setting up libfreetype-dev:amd64 (2.13.2+dfsg-1ubuntu0.1) ... Setting up libglibmm-2.4-1t64:amd64 (2.66.7-1build1) ... Setting up libsigc++-2.0-dev:amd64 (2.12.1-2) ... Setting up libxml++2.6-2v5:amd64 (2.42.3-1build2) ... Setting up libglib2.0-dev:amd64 (2.80.0-6ubuntu3.8) ... Setting up fonts-liberation2 (1:2.1.5-3) ... Setting up libglibmm-2.4-dev:amd64 (2.66.7-1build1) ... Setting up liblttng-ust1t64:amd64 (2.13.7-1.1ubuntu2) ... Setting up gir1.2-gudev-1.0:amd64 (1:238-5ubuntu1) ... Setting up libgvc6 (2.42.2-9ubuntu0.1) ... Setting up systemd-timesyncd (255.4-1ubuntu8.15) ... Setting up libgvc6-plugins-gtk (2.42.2-9ubuntu0.1) ... Setting up libgvpr2:amd64 (2.42.2-9ubuntu0.1) ... Setting up libdrm2:amd64 (2.4.125-1ubuntu0.1~24.04.1) ... Setting up cmake (3.28.3-1build7) ... Setting up libgit2-1.7:amd64 (1.7.2+ds-1ubuntu3) ... Setting up libgles-dev:amd64 (1.7.0-1build1) ... Setting up systemd-resolved (255.4-1ubuntu8.15) ... Setting up libdrm-amdgpu1:amd64 (2.4.125-1ubuntu0.1~24.04.1) ... Setting up graphviz (2.42.2-9ubuntu0.1) ... Setting up mesa-vulkan-drivers:amd64 (25.2.8-0ubuntu0.24.04.1) ... Setting up systemd-sysv (255.4-1ubuntu8.15) ... Setting up libdrm-nouveau2:amd64 (2.4.125-1ubuntu0.1~24.04.1) ... Setting up libdrm-radeon1:amd64 (2.4.125-1ubuntu0.1~24.04.1) ... Setting up libxml++2.6-dev:amd64 (2.42.3-1build2) ... Setting up libdrm-intel1:amd64 (2.4.125-1ubuntu0.1~24.04.1) ... Setting up libgudev-1.0-dev:amd64 (1:238-5ubuntu1) ... Setting up libglvnd-dev:amd64 (1.7.0-1build1) ... Setting up libnss-systemd:amd64 (255.4-1ubuntu8.15) ... Setting up liblttng-ust-python-agent1t64:amd64 (2.13.7-1.1ubuntu2) ... Setting up libgraphviz-dev:amd64 (2.42.2-9ubuntu0.1) ... Setting up cargo (1.75.0+dfsg0ubuntu1-0ubuntu7.4) ... Setting up libpam-systemd:amd64 (255.4-1ubuntu8.15) ... Setting up libwacom-dev:amd64 (2.10.0-2) ... Setting up mesa-libgallium:amd64 (25.2.8-0ubuntu0.24.04.1) ... Setting up liblttng-ust-dev:amd64 (2.13.7-1.1ubuntu2) ... Setting up libdrm-dev:amd64 (2.4.125-1ubuntu0.1~24.04.1) ... Setting up libgles2-mesa-dev:amd64 (25.2.8-0ubuntu0.24.04.1) ... Setting up libgbm1:amd64 (25.2.8-0ubuntu0.24.04.1) ... Setting up libgl1-mesa-dri:amd64 (25.2.8-0ubuntu0.24.04.1) ... Setting up libegl-mesa0:amd64 (25.2.8-0ubuntu0.24.04.1) ... Setting up libinput-dev:amd64 (1.25.0-1ubuntu3.4) ... Setting up libglx-mesa0:amd64 (25.2.8-0ubuntu0.24.04.1) ... Processing triggers for dbus (1.14.10-4ubuntu4) ... Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ... Processing triggers for libc-bin (2.39-0ubuntu8.2) ... [rtd-command-info] start-time: 2026-04-28T20:53:18.612105Z, end-time: 2026-04-28T20:53:18.666690Z, duration: 0, exit-code: 0 asdf global python 3.11.12 [rtd-command-info] start-time: 2026-04-28T20:53:19.078741Z, end-time: 2026-04-28T20:53:19.560822Z, duration: 0, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.11.12.final.0-64 in 267ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/canonical-mir/envs/4911, clear=False, no_vcs_ignore=False, global=False) seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/docs/.local/share/virtualenv) added seed packages: pip==23.1, setuptools==67.6.1, wheel==0.40.0 activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator [rtd-command-info] start-time: None, end-time: None, duration: None, exit-code: None python -m pip install --upgrade --no-cache-dir pip setuptools