Read the Docs build information
Build id: 1641904
Project: canonical-mir
Version: latest
Commit: None
Date: 2023-08-04T15:04:39.586389Z
State: finished
Success: False


[rtd-command-info] start-time: 2023-08-04T15:04:44.016176Z, end-time: 2023-08-04T15:04:45.457778Z, duration: 1, exit-code: 0
git clone --depth 1 https://github.com/MirServer/mir.git .
Cloning into '.'...

[rtd-command-info] start-time: 2023-08-04T15:04:45.714075Z, end-time: 2023-08-04T15:04:47.270711Z, duration: 1, exit-code: 0
git fetch origin --force --prune --prune-tags --depth 50 refs/heads/readthedocs:refs/remotes/origin/readthedocs
From https://github.com/MirServer/mir
 * [new branch]      readthedocs -> origin/readthedocs
 * [new tag]         v2.14.0     -> v2.14.0
 * [new tag]         v2.14.1     -> v2.14.1

[rtd-command-info] start-time: 2023-08-04T15:04:47.539836Z, end-time: 2023-08-04T15:04:47.732439Z, duration: 0, exit-code: 0
git checkout --force origin/readthedocs
Note: switching to 'origin/readthedocs'.

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 <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 46e216a debug

[rtd-command-info] start-time: 2023-08-04T15:04:47.964656Z, end-time: 2023-08-04T15:04:48.030800Z, duration: 0, exit-code: 0
git clean -d -f -f


[rtd-command-info] start-time: 2023-08-04T15:04:48.284160Z, end-time: 2023-08-04T15:04:48.342852Z, duration: 0, exit-code: 0
cat doc/.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-22.04
  tools:
    python: "3.11"
  # https://github.com/readthedocs/readthedocs.org/issues/9599
  apt_packages:
  - cmake
  - libboost-dev
  - libboost-iostreams-dev
  - libboost-filesystem-dev
  - libboost-program-options-dev
  - libboost-system-dev
  - libdrm-dev
  - libegl-dev
  - libfreetype-dev
  - libglib2.0-dev
  - libgles2-mesa-dev
  - libgbm-dev
  - libglm-dev
  - libgflags-dev
  - libgoogle-glog-dev
  - libinput-dev
  - liblttng-ust-dev
  - libwayland-dev
  - libxcb-composite0-dev
  - libxcursor-dev
  - libxkbcommon-dev
  - libxml++2.6-dev
  - libyaml-cpp-dev
  jobs:
    post_checkout:
    - apt-get policy libgbm-dev libgbm1
    - git fetch --unshallow
    post_install:
    - cmake .

# Build documentation in the docs/ directory with Sphinx
sphinx:
  builder: dirhtml
  configuration: doc/conf.py
  fail_on_warning: true

# If using Sphinx, optionally build your docs in additional formats such as PDF
formats:
   - pdf

# Optionally declare the Python requirements required to build your docs
python:
   install:
   - requirements: doc/.sphinx/requirements.txt

[rtd-command-info] start-time: 2023-08-04T15:04:48.879924Z, end-time: 2023-08-04T15:04:48.974960Z, duration: 0, exit-code: 100
apt-get policy libgbm-dev libgbm1
E: Invalid operation policy