Read the Docs build information
Build id: 2730274
Project: canonical-lxd
Version: 14781
Commit: 8ecdf1903b1941913a6a8ff1e281337997bee2ce
Date: 2025-01-13T10:51:21.553739Z
State: finished
Success: False


[rtd-command-info] start-time: 2025-01-13T10:51:22.716588Z, end-time: 2025-01-13T10:51:24.281990Z, duration: 1, exit-code: 0
git clone --depth 1 https://github.com/canonical/lxd .
Cloning into '.'...

[rtd-command-info] start-time: 2025-01-13T10:51:24.356665Z, end-time: 2025-01-13T10:51:26.514663Z, duration: 2, exit-code: 0
git fetch origin --force --prune --prune-tags --depth 50 pull/14781/head:external-14781
From https://github.com/canonical/lxd
 * [new ref]         refs/pull/14781/head -> external-14781
 * [new tag]         lxd-5.0.4            -> lxd-5.0.4

[rtd-command-info] start-time: 2025-01-13T10:51:26.664600Z, end-time: 2025-01-13T10:51:26.907439Z, duration: 0, exit-code: 0
git checkout --force 8ecdf1903b1941913a6a8ff1e281337997bee2ce
Note: switching to '8ecdf1903b1941913a6a8ff1e281337997bee2ce'.

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 8ecdf19 build(deps): bump github.com/mattn/go-colorable from 0.1.13 to 0.1.14

[rtd-command-info] start-time: 2025-01-13T10:51:26.974669Z, end-time: 2025-01-13T10:51:27.040009Z, 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:
    golang: "1.22"
    python: "3.11"
  jobs:
    pre_build:
      - go build -ldflags "-s -w" -o trimpath -o lxc.bin ./lxc

# 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: 2025-01-13T10:51:32.844551Z, end-time: 2025-01-13T10:51:32.932896Z, duration: 0, exit-code: 0
asdf global golang 1.22.8


[rtd-command-info] start-time: 2025-01-13T10:51:37.952881Z, end-time: 2025-01-13T10:51:38.106029Z, duration: 0, exit-code: 0
asdf global python 3.11.10


[rtd-command-info] start-time: 2025-01-13T10:51:38.503942Z, end-time: 2025-01-13T10:51:39.660896Z, duration: 1, exit-code: 0
python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH
created virtual environment CPython3.11.10.final.0-64 in 819ms
  creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/14781, 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: 2025-01-13T10:51:39.736951Z, end-time: 2025-01-13T10:51:50.392549Z, duration: 10, exit-code: 0
python -m pip install --upgrade --no-cache-dir pip setuptools
Requirement already satisfied: pip in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/14781/lib/python3.11/site-packages (23.1)
Collecting pip
  Downloading pip-24.3.1-py3-none-any.whl (1.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 13.9 MB/s eta 0:00:00
Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/14781/lib/python3.11/site-packages (67.6.1)
Collecting setuptools
  Downloading setuptools-75.8.0-py3-none-any.whl (1.2 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 26.1 MB/s eta 0:00:00
Installing collected packages: setuptools, pip
  Attempting uninstall: setuptools
    Found existing installation: setuptools 67.6.1
    Uninstalling setuptools-67.6.1:
      Successfully uninstalled setuptools-67.6.1
  Attempting uninstall: pip
    Found existing installation: pip 23.1
    Uninstalling pip-23.1:
      Successfully uninstalled pip-23.1
Successfully installed pip-24.3.1 setuptools-75.8.0

[rtd-command-info] start-time: 2025-01-13T10:51:50.471115Z, end-time: 2025-01-13T10:51:57.388412Z, duration: 6, exit-code: 0
python -m pip install --upgrade --no-cache-dir sphinx
Collecting sphinx
  Downloading sphinx-8.1.3-py3-none-any.whl.metadata (6.4 kB)
Collecting sphinxcontrib-applehelp>=1.0.7 (from sphinx)
  Downloading sphinxcontrib_applehelp-2.0.0-py3-none-any.whl.metadata (2.3 kB)
Collecting sphinxcontrib-devhelp>=1.0.6 (from sphinx)
  Downloading sphinxcontrib_devhelp-2.0.0-py3-none-any.whl.metadata (2.3 kB)
Collecting sphinxcontrib-htmlhelp>=2.0.6 (from sphinx)
  Downloading sphinxcontrib_htmlhelp-2.1.0-py3-none-any.whl.metadata (2.3 kB)
Collecting sphinxcontrib-jsmath>=1.0.1 (from sphinx)
  Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl.metadata (1.4 kB)
Collecting sphinxcontrib-qthelp>=1.0.6 (from sphinx)
  Downloading sphinxcontrib_qthelp-2.0.0-py3-none-any.whl.metadata (2.3 kB)
Collecting sphinxcontrib-serializinghtml>=1.1.9 (from sphinx)
  Downloading sphinxcontrib_serializinghtml-2.0.0-py3-none-any.whl.metadata (2.4 kB)
Collecting Jinja2>=3.1 (from sphinx)
  Downloading jinja2-3.1.5-py3-none-any.whl.metadata (2.6 kB)
Collecting Pygments>=2.17 (from sphinx)
  Downloading pygments-2.19.1-py3-none-any.whl.metadata (2.5 kB)
Collecting docutils<0.22,>=0.20 (from sphinx)
  Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB)
Collecting snowballstemmer>=2.2 (from sphinx)
  Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl.metadata (6.5 kB)
Collecting babel>=2.13 (from sphinx)
  Downloading babel-2.16.0-py3-none-any.whl.metadata (1.5 kB)
Collecting alabaster>=0.7.14 (from sphinx)
  Downloading alabaster-1.0.0-py3-none-any.whl.metadata (2.8 kB)
Collecting imagesize>=1.3 (from sphinx)
  Downloading imagesize-1.4.1-py2.py3-none-any.whl.metadata (1.5 kB)
Collecting requests>=2.30.0 (from sphinx)
  Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB)
Collecting packaging>=23.0 (from sphinx)
  Downloading packaging-24.2-py3-none-any.whl.metadata (3.2 kB)
Collecting MarkupSafe>=2.0 (from Jinja2>=3.1->sphinx)
  Downloading MarkupSafe-3.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB)
Collecting charset-normalizer<4,>=2 (from requests>=2.30.0->sphinx)
  Downloading charset_normalizer-3.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (35 kB)
Collecting idna<4,>=2.5 (from requests>=2.30.0->sphinx)
  Downloading idna-3.10-py3-none-any.whl.metadata (10 kB)
Collecting urllib3<3,>=1.21.1 (from requests>=2.30.0->sphinx)
  Downloading urllib3-2.3.0-py3-none-any.whl.metadata (6.5 kB)
Collecting certifi>=2017.4.17 (from requests>=2.30.0->sphinx)
  Downloading certifi-2024.12.14-py3-none-any.whl.metadata (2.3 kB)
Downloading sphinx-8.1.3-py3-none-any.whl (3.5 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.5/3.5 MB 109.8 MB/s eta 0:00:00
Downloading alabaster-1.0.0-py3-none-any.whl (13 kB)
Downloading babel-2.16.0-py3-none-any.whl (9.6 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.6/9.6 MB 169.0 MB/s eta 0:00:00
Downloading docutils-0.21.2-py3-none-any.whl (587 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 332.0 MB/s eta 0:00:00
Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB)
Downloading jinja2-3.1.5-py3-none-any.whl (134 kB)
Downloading packaging-24.2-py3-none-any.whl (65 kB)
Downloading pygments-2.19.1-py3-none-any.whl (1.2 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 366.6 MB/s eta 0:00:00
Downloading requests-2.32.3-py3-none-any.whl (64 kB)
Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB)
Downloading sphinxcontrib_applehelp-2.0.0-py3-none-any.whl (119 kB)
Downloading sphinxcontrib_devhelp-2.0.0-py3-none-any.whl (82 kB)
Downloading sphinxcontrib_htmlhelp-2.1.0-py3-none-any.whl (98 kB)
Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB)
Downloading sphinxcontrib_qthelp-2.0.0-py3-none-any.whl (88 kB)
Downloading sphinxcontrib_serializinghtml-2.0.0-py3-none-any.whl (92 kB)
Downloading certifi-2024.12.14-py3-none-any.whl (164 kB)
Downloading charset_normalizer-3.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (143 kB)
Downloading idna-3.10-py3-none-any.whl (70 kB)
Downloading MarkupSafe-3.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23 kB)
Downloading urllib3-2.3.0-py3-none-any.whl (128 kB)
Installing collected packages: snowballstemmer, urllib3, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, Pygments, packaging, MarkupSafe, imagesize, idna, docutils, charset-normalizer, certifi, babel, alabaster, requests, Jinja2, sphinx
Successfully installed Jinja2-3.1.5 MarkupSafe-3.0.2 Pygments-2.19.1 alabaster-1.0.0 babel-2.16.0 certifi-2024.12.14 charset-normalizer-3.4.1 docutils-0.21.2 idna-3.10 imagesize-1.4.1 packaging-24.2 requests-2.32.3 snowballstemmer-2.2.0 sphinx-8.1.3 sphinxcontrib-applehelp-2.0.0 sphinxcontrib-devhelp-2.0.0 sphinxcontrib-htmlhelp-2.1.0 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-2.0.0 sphinxcontrib-serializinghtml-2.0.0 urllib3-2.3.0

[rtd-command-info] start-time: 2025-01-13T10:51:57.475714Z, end-time: 2025-01-13T10:52:06.191196Z, duration: 8, exit-code: 0
python -m pip install --exists-action=w --no-cache-dir -r doc/.sphinx/requirements.txt
Requirement already satisfied: alabaster in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/14781/lib/python3.11/site-packages (from -r doc/.sphinx/requirements.txt (line 1)) (1.0.0)
Requirement already satisfied: Babel in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/14781/lib/python3.11/site-packages (from -r doc/.sphinx/requirements.txt (line 2)) (2.16.0)
Requirement already satisfied: certifi in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/14781/lib/python3.11/site-packages (from -r doc/.sphinx/requirements.txt (line 3)) (2024.12.14)
Requirement already satisfied: charset-normalizer in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/14781/lib/python3.11/site-packages (from -r doc/.sphinx/requirements.txt (line 4)) (3.4.1)
Collecting colorama (from -r doc/.sphinx/requirements.txt (line 5))
  Downloading colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB)
Requirement already satisfied: docutils in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/14781/lib/python3.11/site-packages (from -r doc/.sphinx/requirements.txt (line 6)) (0.21.2)
Requirement already satisfied: idna in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/14781/lib/python3.11/site-packages (from -r doc/.sphinx/requirements.txt (line 7)) (3.10)
Requirement already satisfied: imagesize in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/14781/lib/python3.11/site-packages (from -r doc/.sphinx/requirements.txt (line 8)) (1.4.1)
Requirement already satisfied: Jinja2 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/14781/lib/python3.11/site-packages (from -r doc/.sphinx/requirements.txt (line 9)) (3.1.5)
Collecting livereload (from -r doc/.sphinx/requirements.txt (line 10))
  Downloading livereload-2.7.1-py3-none-any.whl.metadata (2.1 kB)
Requirement already satisfied: MarkupSafe in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/14781/lib/python3.11/site-packages (from -r doc/.sphinx/requirements.txt (line 11)) (3.0.2)
Requirement already satisfied: packaging in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/14781/lib/python3.11/site-packages (from -r doc/.sphinx/requirements.txt (line 12)) (24.2)
Requirement already satisfied: Pygments in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/14781/lib/python3.11/site-packages (from -r doc/.sphinx/requirements.txt (line 13)) (2.19.1)
Collecting pyparsing (from -r doc/.sphinx/requirements.txt (line 14))
  Downloading pyparsing-3.2.1-py3-none-any.whl.metadata (5.0 kB)
Collecting pytz (from -r doc/.sphinx/requirements.txt (line 15))
  Downloading pytz-2024.2-py2.py3-none-any.whl.metadata (22 kB)
Requirement already satisfied: requests in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/14781/lib/python3.11/site-packages (from -r doc/.sphinx/requirements.txt (line 16)) (2.32.3)
Collecting six (from -r doc/.sphinx/requirements.txt (line 17))
  Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB)
Requirement already satisfied: snowballstemmer in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/14781/lib/python3.11/site-packages (from -r doc/.sphinx/requirements.txt (line 18)) (2.2.0)
Requirement already satisfied: Sphinx in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/14781/lib/python3.11/site-packages (from -r doc/.sphinx/requirements.txt (line 19)) (8.1.3)
Collecting sphinx-autobuild (from -r doc/.sphinx/requirements.txt (line 20))
  Downloading sphinx_autobuild-2024.10.3-py3-none-any.whl.metadata (7.7 kB)
Requirement already satisfied: sphinxcontrib-applehelp in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/14781/lib/python3.11/site-packages (from -r doc/.sphinx/requirements.txt (line 21)) (2.0.0)
Requirement already satisfied: sphinxcontrib-devhelp in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/14781/lib/python3.11/site-packages (from -r doc/.sphinx/requirements.txt (line 22)) (2.0.0)
Requirement already satisfied: sphinxcontrib-htmlhelp in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/14781/lib/python3.11/site-packages (from -r doc/.sphinx/requirements.txt (line 23)) (2.1.0)
Requirement already satisfied: sphinxcontrib-jsmath in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/14781/lib/python3.11/site-packages (from -r doc/.sphinx/requirements.txt (line 24)) (1.0.1)
Requirement already satisfied: sphinxcontrib-qthelp in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/14781/lib/python3.11/site-packages (from -r doc/.sphinx/requirements.txt (line 25)) (2.0.0)
Requirement already satisfied: sphinxcontrib-serializinghtml in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/14781/lib/python3.11/site-packages (from -r doc/.sphinx/requirements.txt (line 26)) (2.0.0)
Collecting sphinxcontrib-jquery (from -r doc/.sphinx/requirements.txt (line 27))
  Downloading sphinxcontrib_jquery-4.1-py2.py3-none-any.whl.metadata (2.6 kB)
Collecting tornado (from -r doc/.sphinx/requirements.txt (line 28))
  Downloading tornado-6.4.2-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.5 kB)
Requirement already satisfied: urllib3 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/14781/lib/python3.11/site-packages (from -r doc/.sphinx/requirements.txt (line 29)) (2.3.0)
Collecting myst-parser==2.0.0 (from -r doc/.sphinx/requirements.txt (line 30))
  Downloading myst_parser-2.0.0-py3-none-any.whl.metadata (5.4 kB)
Collecting sphinx-tabs (from -r doc/.sphinx/requirements.txt (line 31))
  Downloading sphinx_tabs-3.4.7-py3-none-any.whl.metadata (6.3 kB)
Collecting sphinx-reredirects (from -r doc/.sphinx/requirements.txt (line 32))
  Downloading sphinx_reredirects-0.1.5-py3-none-any.whl.metadata (2.6 kB)
Collecting linkify-it-py (from -r doc/.sphinx/requirements.txt (line 33))
  Downloading linkify_it_py-2.0.3-py3-none-any.whl.metadata (8.5 kB)
Collecting furo (from -r doc/.sphinx/requirements.txt (line 34))
  Downloading furo-2024.8.6-py3-none-any.whl.metadata (5.9 kB)
Collecting sphinxext-opengraph>=0.6.1 (from -r doc/.sphinx/requirements.txt (line 35))
  Downloading sphinxext_opengraph-0.9.1-py3-none-any.whl.metadata (6.5 kB)
Collecting lxd-sphinx-extensions (from -r doc/.sphinx/requirements.txt (line 36))
  Downloading lxd_sphinx_extensions-0.0.16-py3-none-any.whl.metadata (544 bytes)
Collecting pyspelling (from -r doc/.sphinx/requirements.txt (line 37))
  Downloading pyspelling-2.10-py3-none-any.whl.metadata (3.8 kB)
Collecting sphinx-copybutton (from -r doc/.sphinx/requirements.txt (line 38))
  Downloading sphinx_copybutton-0.5.2-py3-none-any.whl.metadata (3.2 kB)
Collecting gitpython (from -r doc/.sphinx/requirements.txt (line 39))
  Downloading GitPython-3.1.44-py3-none-any.whl.metadata (13 kB)
Collecting wget (from -r doc/.sphinx/requirements.txt (line 40))
  Downloading wget-3.2.zip (10 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting sphinx-notfound-page (from -r doc/.sphinx/requirements.txt (line 41))
  Downloading sphinx_notfound_page-1.0.4-py3-none-any.whl.metadata (2.9 kB)
Collecting docutils (from -r doc/.sphinx/requirements.txt (line 6))
  Downloading docutils-0.20.1-py3-none-any.whl.metadata (2.8 kB)
Collecting markdown-it-py~=3.0 (from myst-parser==2.0.0->-r doc/.sphinx/requirements.txt (line 30))
  Downloading markdown_it_py-3.0.0-py3-none-any.whl.metadata (6.9 kB)
Collecting mdit-py-plugins~=0.4 (from myst-parser==2.0.0->-r doc/.sphinx/requirements.txt (line 30))
  Downloading mdit_py_plugins-0.4.2-py3-none-any.whl.metadata (2.8 kB)
Collecting pyyaml (from myst-parser==2.0.0->-r doc/.sphinx/requirements.txt (line 30))
  Downloading PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
Collecting Sphinx (from -r doc/.sphinx/requirements.txt (line 19))
  Downloading sphinx-7.4.7-py3-none-any.whl.metadata (6.1 kB)
Collecting alabaster (from -r doc/.sphinx/requirements.txt (line 1))
  Downloading alabaster-0.7.16-py3-none-any.whl.metadata (2.9 kB)
Collecting starlette>=0.35 (from sphinx-autobuild->-r doc/.sphinx/requirements.txt (line 20))
  Downloading starlette-0.45.2-py3-none-any.whl.metadata (6.3 kB)
Collecting uvicorn>=0.25 (from sphinx-autobuild->-r doc/.sphinx/requirements.txt (line 20))
  Downloading uvicorn-0.34.0-py3-none-any.whl.metadata (6.5 kB)
Collecting watchfiles>=0.20 (from sphinx-autobuild->-r doc/.sphinx/requirements.txt (line 20))
  Downloading watchfiles-1.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.9 kB)
Collecting websockets>=11 (from sphinx-autobuild->-r doc/.sphinx/requirements.txt (line 20))
  Downloading websockets-14.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB)
Collecting uc-micro-py (from linkify-it-py->-r doc/.sphinx/requirements.txt (line 33))
  Downloading uc_micro_py-1.0.3-py3-none-any.whl.metadata (2.0 kB)
Collecting beautifulsoup4 (from furo->-r doc/.sphinx/requirements.txt (line 34))
  Downloading beautifulsoup4-4.12.3-py3-none-any.whl.metadata (3.8 kB)
Collecting sphinx-basic-ng>=1.0.0.beta2 (from furo->-r doc/.sphinx/requirements.txt (line 34))
  Downloading sphinx_basic_ng-1.0.0b2-py3-none-any.whl.metadata (1.5 kB)
Collecting canonical-sphinx-extensions (from lxd-sphinx-extensions->-r doc/.sphinx/requirements.txt (line 36))
  Downloading canonical_sphinx_extensions-0.0.23-py3-none-any.whl.metadata (15 kB)
Collecting html5lib (from pyspelling->-r doc/.sphinx/requirements.txt (line 37))
  Downloading html5lib-1.1-py2.py3-none-any.whl.metadata (16 kB)
Collecting lxml (from pyspelling->-r doc/.sphinx/requirements.txt (line 37))
  Downloading lxml-5.3.0-cp311-cp311-manylinux_2_28_x86_64.whl.metadata (3.8 kB)
Collecting markdown (from pyspelling->-r doc/.sphinx/requirements.txt (line 37))
  Downloading Markdown-3.7-py3-none-any.whl.metadata (7.0 kB)
Collecting soupsieve>=1.8 (from pyspelling->-r doc/.sphinx/requirements.txt (line 37))
  Downloading soupsieve-2.6-py3-none-any.whl.metadata (4.6 kB)
Collecting wcmatch>=8.5 (from pyspelling->-r doc/.sphinx/requirements.txt (line 37))
  Downloading wcmatch-10.0-py3-none-any.whl.metadata (5.0 kB)
Collecting gitdb<5,>=4.0.1 (from gitpython->-r doc/.sphinx/requirements.txt (line 39))
  Downloading gitdb-4.0.12-py3-none-any.whl.metadata (1.2 kB)
Collecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->gitpython->-r doc/.sphinx/requirements.txt (line 39))
  Downloading smmap-5.0.2-py3-none-any.whl.metadata (4.3 kB)
Collecting mdurl~=0.1 (from markdown-it-py~=3.0->myst-parser==2.0.0->-r doc/.sphinx/requirements.txt (line 30))
  Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
Collecting anyio<5,>=3.6.2 (from starlette>=0.35->sphinx-autobuild->-r doc/.sphinx/requirements.txt (line 20))
  Downloading anyio-4.8.0-py3-none-any.whl.metadata (4.6 kB)
Collecting click>=7.0 (from uvicorn>=0.25->sphinx-autobuild->-r doc/.sphinx/requirements.txt (line 20))
  Downloading click-8.1.8-py3-none-any.whl.metadata (2.3 kB)
Collecting h11>=0.8 (from uvicorn>=0.25->sphinx-autobuild->-r doc/.sphinx/requirements.txt (line 20))
  Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB)
Collecting bracex>=2.1.1 (from wcmatch>=8.5->pyspelling->-r doc/.sphinx/requirements.txt (line 37))
  Downloading bracex-2.5.post1-py3-none-any.whl.metadata (3.5 kB)
Collecting webencodings (from html5lib->pyspelling->-r doc/.sphinx/requirements.txt (line 37))
  Downloading webencodings-0.5.1-py2.py3-none-any.whl.metadata (2.1 kB)
Collecting sniffio>=1.1 (from anyio<5,>=3.6.2->starlette>=0.35->sphinx-autobuild->-r doc/.sphinx/requirements.txt (line 20))
  Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB)
Collecting typing_extensions>=4.5 (from anyio<5,>=3.6.2->starlette>=0.35->sphinx-autobuild->-r doc/.sphinx/requirements.txt (line 20))
  Downloading typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB)
Downloading myst_parser-2.0.0-py3-none-any.whl (77 kB)
Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB)
Downloading docutils-0.20.1-py3-none-any.whl (572 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 572.7/572.7 kB 44.5 MB/s eta 0:00:00
Downloading livereload-2.7.1-py3-none-any.whl (22 kB)
Downloading pyparsing-3.2.1-py3-none-any.whl (107 kB)
Downloading pytz-2024.2-py2.py3-none-any.whl (508 kB)
Downloading six-1.17.0-py2.py3-none-any.whl (11 kB)
Downloading sphinx-7.4.7-py3-none-any.whl (3.4 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 218.5 MB/s eta 0:00:00
Downloading alabaster-0.7.16-py3-none-any.whl (13 kB)
Downloading sphinx_autobuild-2024.10.3-py3-none-any.whl (11 kB)
Downloading sphinxcontrib_jquery-4.1-py2.py3-none-any.whl (121 kB)
Downloading tornado-6.4.2-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (437 kB)
Downloading sphinx_tabs-3.4.7-py3-none-any.whl (9.7 kB)
Downloading sphinx_reredirects-0.1.5-py3-none-any.whl (5.7 kB)
Downloading linkify_it_py-2.0.3-py3-none-any.whl (19 kB)
Downloading furo-2024.8.6-py3-none-any.whl (341 kB)
Downloading sphinxext_opengraph-0.9.1-py3-none-any.whl (1.0 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 574.0 MB/s eta 0:00:00
Downloading lxd_sphinx_extensions-0.0.16-py3-none-any.whl (1.3 kB)
Downloading pyspelling-2.10-py3-none-any.whl (45 kB)
Downloading sphinx_copybutton-0.5.2-py3-none-any.whl (13 kB)
Downloading GitPython-3.1.44-py3-none-any.whl (207 kB)
Downloading sphinx_notfound_page-1.0.4-py3-none-any.whl (8.2 kB)
Downloading gitdb-4.0.12-py3-none-any.whl (62 kB)
Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB)
Downloading mdit_py_plugins-0.4.2-py3-none-any.whl (55 kB)
Downloading soupsieve-2.6-py3-none-any.whl (36 kB)
Downloading sphinx_basic_ng-1.0.0b2-py3-none-any.whl (22 kB)
Downloading starlette-0.45.2-py3-none-any.whl (71 kB)
Downloading uvicorn-0.34.0-py3-none-any.whl (62 kB)
Downloading watchfiles-1.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (452 kB)
Downloading wcmatch-10.0-py3-none-any.whl (39 kB)
Downloading websockets-14.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (168 kB)
Downloading beautifulsoup4-4.12.3-py3-none-any.whl (147 kB)
Downloading canonical_sphinx_extensions-0.0.23-py3-none-any.whl (38 kB)
Downloading html5lib-1.1-py2.py3-none-any.whl (112 kB)
Downloading lxml-5.3.0-cp311-cp311-manylinux_2_28_x86_64.whl (5.0 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 234.1 MB/s eta 0:00:00
Downloading Markdown-3.7-py3-none-any.whl (106 kB)
Downloading PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (762 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 763.0/763.0 kB 566.9 MB/s eta 0:00:00
Downloading uc_micro_py-1.0.3-py3-none-any.whl (6.2 kB)
Downloading anyio-4.8.0-py3-none-any.whl (96 kB)
Downloading bracex-2.5.post1-py3-none-any.whl (11 kB)
Downloading click-8.1.8-py3-none-any.whl (98 kB)
Downloading h11-0.14.0-py3-none-any.whl (58 kB)
Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
Downloading smmap-5.0.2-py3-none-any.whl (24 kB)
Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB)
Downloading sniffio-1.3.1-py3-none-any.whl (10 kB)
Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB)
Building wheels for collected packages: wget
  Building wheel for wget (setup.py): started
  Building wheel for wget (setup.py): finished with status 'done'
  Created wheel for wget: filename=wget-3.2-py3-none-any.whl size=9685 sha256=5dcb89071b022ed8e99608a819843285cea243b7529c54b8dfc22ea244cb9a9b
  Stored in directory: /tmp/pip-ephem-wheel-cache-0jkshykx/wheels/40/b3/0f/a40dbd1c6861731779f62cc4babcb234387e11d697df70ee97
Successfully built wget
Installing collected packages: wget, webencodings, pytz, websockets, uc-micro-py, typing_extensions, tornado, soupsieve, sniffio, smmap, six, pyyaml, pyparsing, mdurl, markdown, lxml, h11, docutils, colorama, click, bracex, alabaster, wcmatch, uvicorn, Sphinx, markdown-it-py, livereload, linkify-it-py, html5lib, gitdb, beautifulsoup4, anyio, watchfiles, starlette, sphinxext-opengraph, sphinxcontrib-jquery, sphinx-tabs, sphinx-reredirects, sphinx-notfound-page, sphinx-copybutton, sphinx-basic-ng, pyspelling, mdit-py-plugins, gitpython, sphinx-autobuild, myst-parser, furo, canonical-sphinx-extensions, lxd-sphinx-extensions
  Attempting uninstall: docutils
    Found existing installation: docutils 0.21.2
    Uninstalling docutils-0.21.2:
      Successfully uninstalled docutils-0.21.2
  Attempting uninstall: alabaster
    Found existing installation: alabaster 1.0.0
    Uninstalling alabaster-1.0.0:
      Successfully uninstalled alabaster-1.0.0
  Attempting uninstall: Sphinx
    Found existing installation: Sphinx 8.1.3
    Uninstalling Sphinx-8.1.3:
      Successfully uninstalled Sphinx-8.1.3
Successfully installed Sphinx-7.4.7 alabaster-0.7.16 anyio-4.8.0 beautifulsoup4-4.12.3 bracex-2.5.post1 canonical-sphinx-extensions-0.0.23 click-8.1.8 colorama-0.4.6 docutils-0.20.1 furo-2024.8.6 gitdb-4.0.12 gitpython-3.1.44 h11-0.14.0 html5lib-1.1 linkify-it-py-2.0.3 livereload-2.7.1 lxd-sphinx-extensions-0.0.16 lxml-5.3.0 markdown-3.7 markdown-it-py-3.0.0 mdit-py-plugins-0.4.2 mdurl-0.1.2 myst-parser-2.0.0 pyparsing-3.2.1 pyspelling-2.10 pytz-2024.2 pyyaml-6.0.2 six-1.17.0 smmap-5.0.2 sniffio-1.3.1 soupsieve-2.6 sphinx-autobuild-2024.10.3 sphinx-basic-ng-1.0.0b2 sphinx-copybutton-0.5.2 sphinx-notfound-page-1.0.4 sphinx-reredirects-0.1.5 sphinx-tabs-3.4.7 sphinxcontrib-jquery-4.1 sphinxext-opengraph-0.9.1 starlette-0.45.2 tornado-6.4.2 typing_extensions-4.12.2 uc-micro-py-1.0.3 uvicorn-0.34.0 watchfiles-1.0.4 wcmatch-10.0 webencodings-0.5.1 websockets-14.1 wget-3.2

[rtd-command-info] start-time: 2025-01-13T10:52:06.362232Z, end-time: 2025-01-13T10:52:54.260777Z, duration: 47, exit-code: 0
go build -ldflags "-s -w" -o trimpath -o lxc.bin ./lxc
go: downloading github.com/gorilla/websocket v1.5.1
go: downloading github.com/mitchellh/mapstructure v1.5.0
go: downloading github.com/sirupsen/logrus v1.9.3
go: downloading github.com/spf13/cobra v1.8.1
go: downloading golang.org/x/crypto v0.31.0
go: downloading golang.org/x/sys v0.29.0
go: downloading golang.org/x/term v0.28.0
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/go-macaroon-bakery/macaroon-bakery/v3 v3.0.2
go: downloading gopkg.in/juju/environschema.v1 v1.0.1
go: downloading github.com/juju/persistent-cookiejar v1.0.0
go: downloading github.com/pkg/sftp v1.13.7
go: downloading github.com/zitadel/oidc/v2 v2.12.2
go: downloading golang.org/x/oauth2 v0.25.0
go: downloading github.com/flosch/pongo2 v0.0.0-20200913210552-0d938eb266f3
go: downloading github.com/pkg/xattr v0.4.10
go: downloading github.com/fvbommel/sortorder v1.1.0
go: downloading github.com/olekukonko/tablewriter v0.0.5
go: downloading github.com/gosexy/gettext v0.0.0-20160830220431-74466a0a0c4a
go: downloading golang.org/x/text v0.21.0
go: downloading golang.org/x/net v0.32.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.5
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading gopkg.in/errgo.v1 v1.0.1
go: downloading gopkg.in/httprequest.v1 v1.2.1
go: downloading github.com/juju/webbrowser v1.0.0
go: downloading github.com/julienschmidt/httprouter v1.3.0
go: downloading gopkg.in/macaroon.v2 v2.1.0
go: downloading github.com/juju/schema v1.2.0
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
go: downloading github.com/robfig/cron/v3 v3.0.1
go: downloading github.com/go-macaroon-bakery/macaroonpb v1.0.0
go: downloading github.com/rogpeppe/fastuuid v1.2.0
go: downloading github.com/juju/go4 v0.0.0-20160222163258-40d72ab9641a
go: downloading gopkg.in/retry.v1 v1.0.3
go: downloading github.com/kr/fs v0.1.0
go: downloading gopkg.in/go-jose/go-jose.v2 v2.6.3
go: downloading github.com/gorilla/securecookie v1.1.2
go: downloading github.com/gorilla/schema v1.4.1
go: downloading github.com/muhlemmer/gu v0.3.1
go: downloading github.com/mattn/go-runewidth v0.0.16
go: downloading github.com/russross/blackfriday/v2 v2.1.0
go: downloading github.com/golang/protobuf v1.5.4
go: downloading google.golang.org/protobuf v1.36.1
go: downloading github.com/rivo/uniseg v0.4.7

[rtd-command-info] start-time: 2025-01-13T10:52:54.344000Z, end-time: 2025-01-13T10:52:54.406785Z, duration: 0, exit-code: 0
cat doc/conf.py
import datetime
import os
import sys
import yaml
from git import Repo
import wget

# Download and link swagger-ui files
if not os.path.isdir('.sphinx/deps/swagger-ui'):
    Repo.clone_from('https://github.com/swagger-api/swagger-ui', '.sphinx/deps/swagger-ui', depth=1)

os.makedirs('.sphinx/_static/swagger-ui/', exist_ok=True)

if not os.path.islink('.sphinx/_static/swagger-ui/swagger-ui-bundle.js'):
    os.symlink('../../deps/swagger-ui/dist/swagger-ui-bundle.js', '.sphinx/_static/swagger-ui/swagger-ui-bundle.js')
if not os.path.islink('.sphinx/_static/swagger-ui/swagger-ui-standalone-preset.js'):
    os.symlink('../../deps/swagger-ui/dist/swagger-ui-standalone-preset.js', '.sphinx/_static/swagger-ui/swagger-ui-standalone-preset.js')
if not os.path.islink('.sphinx/_static/swagger-ui/swagger-ui.css'):
    os.symlink('../../deps/swagger-ui/dist/swagger-ui.css', '.sphinx/_static/swagger-ui/swagger-ui.css')

# Project config.
project = "LXD"
author = "LXD contributors"
copyright = "2014-%s %s" % (datetime.date.today().year, author)

with open("../shared/version/flex.go") as fd:
    version = fd.read().split("\n")[-2].split()[-1].strip("\"")

# Extensions.
extensions = [
    "myst_parser",
    "sphinx_tabs.tabs",
    "sphinx_reredirects",
    "sphinxext.opengraph",
    "youtube-links",
    "related-links",
    "custom-rst-roles",
    "sphinxcontrib.jquery",
    "sphinx_copybutton",
    "sphinx.ext.intersphinx",
    "terminal-output",
    "config-options",
    "notfound.extension"
]

myst_enable_extensions = [
    "substitution",
    "deflist",
    "linkify"
]

myst_linkify_fuzzy_links=False
myst_heading_anchors = 7

if os.path.exists("./substitutions.yaml"):
    with open("./substitutions.yaml", "r") as fd:
        myst_substitutions = yaml.safe_load(fd.read())

intersphinx_mapping = {
    'cloud-init': ('https://cloudinit.readthedocs.io/en/latest/', None)
}

notfound_urls_prefix = "/lxd/en/latest/"

# Setup theme.
templates_path = [".sphinx/_templates"]

html_theme = "furo"
html_show_sphinx = False
html_last_updated_fmt = ""
html_favicon = ".sphinx/_static/favicon.ico"
html_static_path = ['.sphinx/_static']
html_css_files = ['custom.css']
html_js_files = ['header-nav.js']
html_extra_path = ['.sphinx/_extra']

html_theme_options = {
    "sidebar_hide_name": True,
    "light_css_variables": {
        "font-stack": "Ubuntu, -apple-system, Segoe UI, Roboto, Oxygen, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif",
        "font-stack--monospace": "Ubuntu Mono, Consolas, Monaco, Courier, monospace",
        "color-foreground-primary": "#111",
        "color-foreground-secondary": "var(--color-foreground-primary)",
        "color-foreground-muted": "#333",
        "color-background-secondary": "#FFF",
        "color-background-hover": "#f2f2f2",
        "color-brand-primary": "#111",
        "color-brand-content": "#06C",
        "color-api-background": "#cdcdcd",
        "color-inline-code-background": "rgba(0,0,0,.03)",
        "color-sidebar-link-text": "#111",
        "color-sidebar-item-background--current": "#ebebeb",
        "color-sidebar-item-background--hover": "#f2f2f2",
        "toc-font-size": "var(--font-size--small)",
        "color-admonition-title-background--note": "var(--color-background-primary)",
        "color-admonition-title-background--tip": "var(--color-background-primary)",
        "color-admonition-title-background--important": "var(--color-background-primary)",
        "color-admonition-title-background--caution": "var(--color-background-primary)",
        "color-admonition-title--note": "#24598F",
        "color-admonition-title--tip": "#24598F",
        "color-admonition-title--important": "#C7162B",
        "color-admonition-title--caution": "#F99B11",
        "color-highlighted-background": "#EbEbEb",
        "color-link-underline": "var(--color-background-primary)",
        "color-link-underline--hover": "var(--color-background-primary)",
        "color-version-popup": "#772953",
        "color-orange": "#FBDDD2",
    },
    "dark_css_variables": {
        "color-foreground-secondary": "var(--color-foreground-primary)",
        "color-foreground-muted": "#CDCDCD",
        "color-background-secondary": "var(--color-background-primary)",
        "color-background-hover": "#666",
        "color-brand-primary": "#fff",
        "color-brand-content": "#06C",
        "color-sidebar-link-text": "#f7f7f7",
        "color-sidebar-item-background--current": "#666",
        "color-sidebar-item-background--hover": "#333",
        "color-admonition-background": "transparent",
        "color-admonition-title-background--note": "var(--color-background-primary)",
        "color-admonition-title-background--tip": "var(--color-background-primary)",
        "color-admonition-title-background--important": "var(--color-background-primary)",
        "color-admonition-title-background--caution": "var(--color-background-primary)",
        "color-admonition-title--note": "#24598F",
        "color-admonition-title--tip": "#24598F",
        "color-admonition-title--important": "#C7162B",
        "color-admonition-title--caution": "#F99B11",
        "color-highlighted-background": "#666",
        "color-link-underline": "var(--color-background-primary)",
        "color-link-underline--hover": "var(--color-background-primary)",
        "color-version-popup": "#F29879",
        "color-orange": "#E95420",
    },
}

html_context = {
    "github_url": "https://github.com/canonical/lxd",
    "github_version": "stable-5.0",
    "github_folder": "/doc/",
    "github_filetype": "md",
    "discourse_prefix": {
        "lxc": "https://discuss.linuxcontainers.org/t/",
        "ubuntu": "https://discourse.ubuntu.com/t/"}
}

source_suffix = ".md"

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = ['html', 'README.md', '.sphinx', 'config_options_cheat_sheet.md']

# Open Graph configuration

ogp_site_url = "https://documentation.ubuntu.com/lxd/en/stable-5.0/"
ogp_site_name = "LXD documentation"
ogp_image = "https://documentation.ubuntu.com/lxd/en/stable-5.0/_static/tag.png"

# Links to ignore when checking links

linkcheck_ignore = [
    'https://127.0.0.1:8443/1.0',
    'https://web.libera.chat/#lxd'
]

# Setup redirects (https://documatt.gitlab.io/sphinx-reredirects/usage.html)
redirects = {
    "production-setup/index": "../explanation/performance_tuning/index.html",
}

[rtd-command-info] start-time: 2025-01-13T10:52:54.479940Z, end-time: 2025-01-13T10:53:50.409671Z, duration: 55, exit-code: 1
python -m sphinx -T -W --keep-going -b dirhtml -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html
Running Sphinx v7.4.7
loading translations [en]... done
matplotlib is not installed, social cards will not be generated
making output directory... done
Converting `source_suffix = '.md'` to `source_suffix = {'.md': 'restructuredtext'}`.
myst v2.0.0: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions={'deflist', 'substitution', 'linkify'}, disable_syntax=[], all_links_external=False, url_schemes=('http', 'https', 'mailto', 'ftp'), ref_domains=None, fence_as_directive=set(), number_code_blocks=[], title_to_header=False, heading_anchors=7, heading_slug_func=None, html_meta={}, footnote_transition=True, words_per_minute=200, substitutions={note_ip_addresses_CIDR: ..., snapshot_expiry_format: ..., snapshot_pattern_format: ..., snapshot_pattern_detail: ..., snapshot_schedule_format: ..., enable_ID_shifting: ..., block_filesystem: ..., volume_configuration: ...}, linkify_fuzzy_links=False, dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area', enable_checkboxes=False, suppress_warnings=[], highlight_code_blocks=True)
loading intersphinx inventory 'cloud-init' from https://cloudinit.readthedocs.io/en/latest/objects.inv...
building [mo]: targets for 0 po files that are out of date
writing output... 
building [dirhtml]: targets for 127 source files that are out of date
updating environment: [new config] 127 added, 0 changed, 0 removed
reading sources... [  1%] 404
reading sources... [  2%] api
reading sources... [  2%] api-extensions
reading sources... [  3%] architectures
reading sources... [  4%] authentication
reading sources... [  5%] backup
reading sources... [  6%] cloud-init
reading sources... [  6%] clustering
reading sources... [  7%] container-environment
reading sources... [  8%] contributing
reading sources... [  9%] daemon-behavior
reading sources... [  9%] database
reading sources... [ 10%] debugging
reading sources... [ 11%] dev-lxd
reading sources... [ 12%] doc-cheat-sheet
reading sources... [ 13%] environment
reading sources... [ 13%] events
reading sources... [ 14%] explanation/clustering
reading sources... [ 15%] explanation/containers_and_vms
reading sources... [ 16%] explanation/instance_config
reading sources... [ 17%] explanation/instances
reading sources... [ 17%] explanation/networks
reading sources... [ 18%] explanation/performance_tuning
reading sources... [ 19%] explanation/security
reading sources... [ 20%] explanation/storage
reading sources... [ 20%] external_resources
reading sources... [ 21%] faq
reading sources... [ 22%] getting_started
reading sources... [ 23%] howto/benchmark_performance
reading sources... [ 24%] howto/cluster_config_networks
reading sources... [ 24%] howto/cluster_config_storage
reading sources... [ 25%] howto/cluster_form
reading sources... [ 26%] howto/cluster_groups
reading sources... [ 27%] howto/cluster_manage
reading sources... [ 28%] howto/cluster_manage_instance
reading sources... [ 28%] howto/cluster_recover
reading sources... [ 29%] howto/images_copy
reading sources... [ 30%] howto/images_create
reading sources... [ 31%] howto/images_manage
reading sources... [ 31%] howto/images_profiles
reading sources... [ 32%] howto/images_remote
reading sources... [ 33%] howto/import_machines_to_instances
reading sources... [ 34%] howto/initialize
reading sources... [ 35%] howto/instances_access_files
reading sources... [ 35%] howto/instances_configure
reading sources... [ 36%] howto/instances_console
reading sources... [ 37%] howto/instances_create
reading sources... [ 38%] howto/instances_manage
reading sources... [ 39%] howto/instances_routed_nic_vm
reading sources... [ 39%] howto/instances_snapshots
reading sources... [ 40%] howto/instances_troubleshoot
reading sources... [ 41%] howto/migrate_from_lxc
reading sources... [ 42%] howto/move_instances
reading sources... [ 43%] howto/network_acls
reading sources... [ 43%] howto/network_bgp
reading sources... [ 44%] howto/network_bridge_firewalld
reading sources... [ 45%] howto/network_bridge_resolved
reading sources... [ 46%] howto/network_create
reading sources... [ 46%] howto/network_forwards
reading sources... [ 47%] howto/network_increase_bandwidth
reading sources... [ 48%] howto/network_ipam
reading sources... [ 49%] howto/network_ovn_peers
reading sources... [ 50%] howto/network_ovn_setup
reading sources... [ 50%] howto/network_zones
reading sources... [ 51%] howto/server_expose
reading sources... [ 52%] howto/storage_backup_volume
reading sources... [ 53%] howto/storage_create_instance
reading sources... [ 54%] howto/storage_move_volume
reading sources... [ 54%] howto/storage_pools
reading sources... [ 55%] howto/storage_volumes
reading sources... [ 56%] image-handling
reading sources... [ 57%] images
reading sources... [ 57%] index
reading sources... [ 58%] installing
reading sources... [ 59%] instance-exec
reading sources... [ 60%] instances
reading sources... [ 61%] internals
reading sources... [ 61%] metrics
reading sources... [ 62%] migration
reading sources... [ 63%] networks
reading sources... [ 64%] operation
reading sources... [ 65%] profiles
reading sources... [ 65%] projects
reading sources... [ 66%] reference/cluster_member_config
reading sources... [ 67%] reference/devices
reading sources... [ 68%] reference/devices_disk
reading sources... [ 69%] reference/devices_gpu
reading sources... [ 69%] reference/devices_infiniband
reading sources... [ 70%] reference/devices_nic
reading sources... [ 71%] reference/devices_none
reading sources... [ 72%] reference/devices_pci
reading sources... [ 72%] reference/devices_proxy
reading sources... [ 73%] reference/devices_tpm
reading sources... [ 74%] reference/devices_unix_block
reading sources... [ 75%] reference/devices_unix_char
reading sources... [ 76%] reference/devices_unix_hotplug
reading sources... [ 76%] reference/devices_usb
reading sources... [ 77%] reference/image_format
reading sources... [ 78%] reference/instance_options
reading sources... [ 79%] reference/instance_properties
reading sources... [ 80%] reference/instance_units
reading sources... [ 80%] reference/network_bridge
reading sources... [ 81%] reference/network_external
reading sources... [ 82%] reference/network_macvlan
reading sources... [ 83%] reference/network_ovn
reading sources... [ 83%] reference/network_physical
reading sources... [ 84%] reference/network_sriov
reading sources... [ 85%] reference/remote_image_servers
reading sources... [ 86%] reference/server_settings
reading sources... [ 87%] reference/standard_devices
reading sources... [ 87%] reference/storage_btrfs
reading sources... [ 88%] reference/storage_ceph
reading sources... [ 89%] reference/storage_cephfs
reading sources... [ 90%] reference/storage_dir
reading sources... [ 91%] reference/storage_drivers
reading sources... [ 91%] reference/storage_lvm
reading sources... [ 92%] reference/storage_zfs
reading sources... [ 93%] remotes
reading sources... [ 94%] requirements
reading sources... [ 94%] rest-api
reading sources... [ 95%] restapi_landing
reading sources... [ 96%] security
reading sources... [ 97%] server
reading sources... [ 98%] storage
reading sources... [ 98%] support
reading sources... [ 99%] syscall-interception
reading sources... [100%] userns-idmap

looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
copying assets... 
copying static files... done
copying extra files... done
copying assets: done
writing output... [  1%] 404
writing output... [  2%] api
writing output... [  2%] api-extensions
writing output... [  3%] architectures
writing output... [  4%] authentication
writing output... [  5%] backup
writing output... [  6%] cloud-init
writing output... [  6%] clustering
writing output... [  7%] container-environment
writing output... [  8%] contributing
writing output... [  9%] daemon-behavior
writing output... [  9%] database
writing output... [ 10%] debugging
writing output... [ 11%] dev-lxd
writing output... [ 12%] doc-cheat-sheet
writing output... [ 13%] environment
writing output... [ 13%] events
writing output... [ 14%] explanation/clustering
writing output... [ 15%] explanation/containers_and_vms
writing output... [ 16%] explanation/instance_config
writing output... [ 17%] explanation/instances
writing output... [ 17%] explanation/networks
writing output... [ 18%] explanation/performance_tuning
writing output... [ 19%] explanation/security
writing output... [ 20%] explanation/storage
writing output... [ 20%] external_resources
writing output... [ 21%] faq
writing output... [ 22%] getting_started
writing output... [ 23%] howto/benchmark_performance
writing output... [ 24%] howto/cluster_config_networks
writing output... [ 24%] howto/cluster_config_storage
writing output... [ 25%] howto/cluster_form
writing output... [ 26%] howto/cluster_groups
writing output... [ 27%] howto/cluster_manage
writing output... [ 28%] howto/cluster_manage_instance
writing output... [ 28%] howto/cluster_recover
writing output... [ 29%] howto/images_copy
writing output... [ 30%] howto/images_create
writing output... [ 31%] howto/images_manage
writing output... [ 31%] howto/images_profiles
writing output... [ 32%] howto/images_remote
writing output... [ 33%] howto/import_machines_to_instances
writing output... [ 34%] howto/initialize
writing output... [ 35%] howto/instances_access_files
writing output... [ 35%] howto/instances_configure
writing output... [ 36%] howto/instances_console
writing output... [ 37%] howto/instances_create
writing output... [ 38%] howto/instances_manage
writing output... [ 39%] howto/instances_routed_nic_vm
writing output... [ 39%] howto/instances_snapshots
writing output... [ 40%] howto/instances_troubleshoot
writing output... [ 41%] howto/migrate_from_lxc
writing output... [ 42%] howto/move_instances
writing output... [ 43%] howto/network_acls
writing output... [ 43%] howto/network_bgp
writing output... [ 44%] howto/network_bridge_firewalld
writing output... [ 45%] howto/network_bridge_resolved
writing output... [ 46%] howto/network_create
writing output... [ 46%] howto/network_forwards
writing output... [ 47%] howto/network_increase_bandwidth
writing output... [ 48%] howto/network_ipam
writing output... [ 49%] howto/network_ovn_peers
writing output... [ 50%] howto/network_ovn_setup
writing output... [ 50%] howto/network_zones
writing output... [ 51%] howto/server_expose
writing output... [ 52%] howto/storage_backup_volume
writing output... [ 53%] howto/storage_create_instance
writing output... [ 54%] howto/storage_move_volume
writing output... [ 54%] howto/storage_pools
writing output... [ 55%] howto/storage_volumes
writing output... [ 56%] image-handling
writing output... [ 57%] images
writing output... [ 57%] index
writing output... [ 58%] installing
writing output... [ 59%] instance-exec
writing output... [ 60%] instances
writing output... [ 61%] internals
writing output... [ 61%] metrics
writing output... [ 62%] migration
writing output... [ 63%] networks
writing output... [ 64%] operation
writing output... [ 65%] profiles
writing output... [ 65%] projects
writing output... [ 66%] reference/cluster_member_config
writing output... [ 67%] reference/devices
writing output... [ 68%] reference/devices_disk
writing output... [ 69%] reference/devices_gpu
writing output... [ 69%] reference/devices_infiniband
writing output... [ 70%] reference/devices_nic
writing output... [ 71%] reference/devices_none
writing output... [ 72%] reference/devices_pci
writing output... [ 72%] reference/devices_proxy
writing output... [ 73%] reference/devices_tpm
writing output... [ 74%] reference/devices_unix_block
writing output... [ 75%] reference/devices_unix_char
writing output... [ 76%] reference/devices_unix_hotplug
writing output... [ 76%] reference/devices_usb
writing output... [ 77%] reference/image_format
writing output... [ 78%] reference/instance_options
writing output... [ 79%] reference/instance_properties
writing output... [ 80%] reference/instance_units
writing output... [ 80%] reference/network_bridge
writing output... [ 81%] reference/network_external
writing output... [ 82%] reference/network_macvlan
writing output... [ 83%] reference/network_ovn
writing output... [ 83%] reference/network_physical
writing output... [ 84%] reference/network_sriov
writing output... [ 85%] reference/remote_image_servers
writing output... [ 86%] reference/server_settings
writing output... [ 87%] reference/standard_devices
writing output... [ 87%] reference/storage_btrfs
writing output... [ 88%] reference/storage_ceph
writing output... [ 89%] reference/storage_cephfs
writing output... [ 90%] reference/storage_dir
writing output... [ 91%] reference/storage_drivers
writing output... [ 91%] reference/storage_lvm
writing output... [ 92%] reference/storage_zfs
writing output... [ 93%] remotes
writing output... [ 94%] requirements
writing output... [ 94%] rest-api
writing output... [ 95%] restapi_landing
writing output... [ 96%] security
writing output... [ 97%] server
writing output... [ 98%] storage
writing output... [ 98%] support
writing output... [ 99%] syscall-interception
writing output... [100%] userns-idmap

/home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/checkouts/14781/doc/cloud-init.md:50: WARNING: undefined label: 'cloud-init:vendordata'
generating indices... genindex done
Creating redirect 'production-setup/index.html' to '../explanation/performance_tuning/index.html'.
writing additional pages... search done
copying images... [ 50%] images/application-vs-system-containers.svg
copying images... [100%] images/virtual-machines-vs-system-containers.svg

dumping search index in English (code: en)... done
dumping object inventory... done
build finished with problems, 1 warning.