Read the Docs build information Build id: 3933052 Project: canonical-mir Version: 2.25 Commit: 067796760870c314d4e4da42d22bedefdbb3129e Date: 2026-04-16T11:03:21.876841Z State: finished Success: False [rtd-command-info] start-time: 2026-04-16T11:03:22.610153Z, end-time: 2026-04-16T11:03:23.818595Z, duration: 1, exit-code: 0 git clone --depth 1 https://github.com/canonical/mir.git . Cloning into '.'... [rtd-command-info] start-time: 2026-04-16T11:03:23.898386Z, end-time: 2026-04-16T11:03:25.898185Z, duration: 1, 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-16T11:03:26.662821Z, end-time: 2026-04-16T11:03:26.802898Z, 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-16T11:03:26.888092Z, end-time: 2026-04-16T11:03:26.923595Z, 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-16T11:03:27.014750Z, end-time: 2026-04-16T11:03:42.055134Z, duration: 15, 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-dev -> v2.26.0-dev * [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-16T11:03:42.145476Z, end-time: 2026-04-16T11:03:42.180171Z, 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-16T11:03:43.119463Z, end-time: 2026-04-16T11:07:34.964871Z, duration: 231, exit-code: 100 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://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [2019 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.2 kB] Get:7 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [3566 kB] Get:8 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB] Get:9 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Components [156 B] Get:10 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB] Get:11 http://archive.ubuntu.com/ubuntu noble/main amd64 Components [665 kB] Get:12 http://archive.ubuntu.com/ubuntu noble/universe amd64 Components [5943 kB] Get:13 http://archive.ubuntu.com/ubuntu noble/multiverse amd64 Components [41.9 kB] Get:14 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [2402 kB] Get:15 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [34.8 kB] Get:16 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [156 B] Get:17 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [238 kB] Get:18 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [2156 kB] Get:19 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [532 kB] Get:20 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [3752 kB] Ign:21 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components Get:22 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [38.5 kB] Ign:23 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components Get:24 http://archive.ubuntu.com/ubuntu noble-backports/main amd64 Packages [49.5 kB] Get:25 http://archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [8166 B] Get:26 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [36.1 kB] Ign:27 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components Ign:28 http://archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components Get:29 http://archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Packages [695 B] Ign:30 http://archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components Get:21 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [160 B] Err:21 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components Hash Sum mismatch Hashes of expected file: - Filesize:160 [weak] - SHA256:a24307a35aab56186d7df78beeeb4e26c03848b6b86a6476bafee5634d2ef72a - SHA1:ec5fcaf401a8bf0584b3c5e86aa068907f5ca7ce [weak] - MD5Sum:403d8d5fe1efab86d667a5c2eda14a47 [weak] Hashes of received file: - SHA256:bebdaa6abda862c443fe7827151d2aca023f765a87ad85b762dc2b83924ccc91 - SHA1:c6bbf1929b28fcb8d0ba083cda3d130c6dc4263c [weak] - MD5Sum:356b8c865da283d78a675ff1a5516acc [weak] - Filesize:160 [weak] Last modification reported: Wed, 15 Apr 2026 22:38:08 +0000 Release file created at: Thu, 16 Apr 2026 10:19:50 +0000 Get:23 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [887 B] Err:23 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components Get:27 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [11.5 kB] Err:27 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components File has unexpected size (11343 != 11521). Mirror sync in progress? [IP: 91.189.92.24 80] Hashes of expected file: - Filesize:11521 [weak] - SHA256:d775049b88d73323b568a349527ef3ae6e89ac7989c5947532d4f5e5d06b6755 - SHA1:ff811c56f83a2d403c7f271409142e22d7a54e9b [weak] - MD5Sum:c2e88f1cf7a0cffca1731b9a41524b75 [weak] Release file created at: Thu, 16 Apr 2026 10:20:52 +0000 Get:28 http://archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [161 B] Err:28 http://archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components Get:30 http://archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [161 B] Fetched 23.5 MB in 3min 50s (102 kB/s) Reading package lists... E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/noble-updates/restricted/dep11/Components-amd64.yml.gz Hash Sum mismatch Hashes of expected file: - Filesize:160 [weak] - SHA256:a24307a35aab56186d7df78beeeb4e26c03848b6b86a6476bafee5634d2ef72a - SHA1:ec5fcaf401a8bf0584b3c5e86aa068907f5ca7ce [weak] - MD5Sum:403d8d5fe1efab86d667a5c2eda14a47 [weak] Hashes of received file: - SHA256:bebdaa6abda862c443fe7827151d2aca023f765a87ad85b762dc2b83924ccc91 - SHA1:c6bbf1929b28fcb8d0ba083cda3d130c6dc4263c [weak] - MD5Sum:356b8c865da283d78a675ff1a5516acc [weak] - Filesize:160 [weak] Last modification reported: Wed, 15 Apr 2026 22:38:08 +0000 Release file created at: Thu, 16 Apr 2026 10:19:50 +0000 E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/noble-updates/multiverse/dep11/Components-amd64.yml.gz E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/noble-backports/universe/dep11/Components-amd64.yml.gz File has unexpected size (11343 != 11521). Mirror sync in progress? [IP: 91.189.92.24 80] Hashes of expected file: - Filesize:11521 [weak] - SHA256:d775049b88d73323b568a349527ef3ae6e89ac7989c5947532d4f5e5d06b6755 - SHA1:ff811c56f83a2d403c7f271409142e22d7a54e9b [weak] - MD5Sum:c2e88f1cf7a0cffca1731b9a41524b75 [weak] Release file created at: Thu, 16 Apr 2026 10:20:52 +0000 E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/noble-backports/restricted/dep11/Components-amd64.yml.gz E: Some index files failed to download. They have been ignored, or old ones used instead.