Read the Docs build information Build id: 2104168 Project: canonical-anbox-cloud-documentation Version: latest Commit: e684b4207674cb2b36f107d5f5443a01dfcbf3bc Date: 2024-03-22T08:56:39.972695Z State: finished Success: True [rtd-command-info] start-time: 2024-03-22T08:56:41.250964Z, end-time: 2024-03-22T08:56:43.743566Z, duration: 2, exit-code: 0 git clone --depth 1 git@github.com:keirthana/anbox-cloud-docs.git . Cloning into '.'... Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. [rtd-command-info] start-time: 2024-03-22T08:56:43.819927Z, end-time: 2024-03-22T08:56:45.174272Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/ac-rtd-redo:refs/remotes/origin/ac-rtd-redo Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. From github.com:keirthana/anbox-cloud-docs * [new branch] ac-rtd-redo -> origin/ac-rtd-redo [rtd-command-info] start-time: 2024-03-22T08:56:45.301624Z, end-time: 2024-03-22T08:56:45.517054Z, duration: 0, exit-code: 0 git checkout --force origin/ac-rtd-redo Note: switching to 'origin/ac-rtd-redo'. 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 e684b42 Fix how-to guides [rtd-command-info] start-time: 2024-03-22T08:56:45.590646Z, end-time: 2024-03-22T08:56:45.654449Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2024-03-22T08:56:45.719800Z, end-time: 2024-03-22T08:56:45.781434Z, duration: 0, exit-code: 0 cat .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" jobs: post_checkout: - python3 build_requirements.py # Build documentation in the docs/ directory with Sphinx sphinx: builder: dirhtml configuration: conf.py fail_on_warning: false # 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: .sphinx/requirements.txt [rtd-command-info] start-time: 2024-03-22T08:56:45.849632Z, end-time: 2024-03-22T08:56:45.930195Z, duration: 0, exit-code: 0 python3 build_requirements.py [rtd-command-info] start-time: 2024-03-22T08:56:52.559322Z, end-time: 2024-03-22T08:56:52.643737Z, duration: 0, exit-code: 0 asdf global python 3.11.6 [rtd-command-info] start-time: 2024-03-22T08:56:53.062376Z, end-time: 2024-03-22T08:56:54.136771Z, duration: 1, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.11.6.final.0-64 in 772ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/envs/latest, 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: 2024-03-22T08:56:54.200826Z, end-time: 2024-03-22T08:57:07.731364Z, duration: 13, 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-anbox-cloud-documentation/envs/latest/lib/python3.11/site-packages (23.1) Collecting pip Downloading pip-24.0-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 11.4 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/envs/latest/lib/python3.11/site-packages (67.6.1) Collecting setuptools Downloading setuptools-69.2.0-py3-none-any.whl (821 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 821.5/821.5 kB 23.3 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.0 setuptools-69.2.0 [rtd-command-info] start-time: 2024-03-22T08:57:07.798036Z, end-time: 2024-03-22T08:57:15.253132Z, duration: 7, exit-code: 0 python -m pip install --upgrade --no-cache-dir sphinx readthedocs-sphinx-ext Collecting sphinx Downloading sphinx-7.2.6-py3-none-any.whl.metadata (5.9 kB) Collecting readthedocs-sphinx-ext Downloading readthedocs_sphinx_ext-2.2.5-py2.py3-none-any.whl.metadata (1.5 kB) Collecting sphinxcontrib-applehelp (from sphinx) Downloading sphinxcontrib_applehelp-1.0.8-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-devhelp (from sphinx) Downloading sphinxcontrib_devhelp-1.0.6-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-jsmath (from sphinx) Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl.metadata (1.4 kB) Collecting sphinxcontrib-htmlhelp>=2.0.0 (from sphinx) Downloading sphinxcontrib_htmlhelp-2.0.5-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-serializinghtml>=1.1.9 (from sphinx) Downloading sphinxcontrib_serializinghtml-1.1.10-py3-none-any.whl.metadata (2.4 kB) Collecting sphinxcontrib-qthelp (from sphinx) Downloading sphinxcontrib_qthelp-1.0.7-py3-none-any.whl.metadata (2.2 kB) Collecting Jinja2>=3.0 (from sphinx) Downloading Jinja2-3.1.3-py3-none-any.whl.metadata (3.3 kB) Collecting Pygments>=2.14 (from sphinx) Downloading pygments-2.17.2-py3-none-any.whl.metadata (2.6 kB) Collecting docutils<0.21,>=0.18.1 (from sphinx) Downloading docutils-0.20.1-py3-none-any.whl.metadata (2.8 kB) Collecting snowballstemmer>=2.0 (from sphinx) Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl.metadata (6.5 kB) Collecting babel>=2.9 (from sphinx) Downloading Babel-2.14.0-py3-none-any.whl.metadata (1.6 kB) Collecting alabaster<0.8,>=0.7 (from sphinx) Downloading alabaster-0.7.16-py3-none-any.whl.metadata (2.9 kB) Collecting imagesize>=1.3 (from sphinx) Downloading imagesize-1.4.1-py2.py3-none-any.whl.metadata (1.5 kB) Collecting requests>=2.25.0 (from sphinx) Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) Collecting packaging>=21.0 (from sphinx) Downloading packaging-24.0-py3-none-any.whl.metadata (3.2 kB) Collecting MarkupSafe>=2.0 (from Jinja2>=3.0->sphinx) Downloading MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB) Collecting charset-normalizer<4,>=2 (from requests>=2.25.0->sphinx) Downloading charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB) Collecting idna<4,>=2.5 (from requests>=2.25.0->sphinx) Downloading idna-3.6-py3-none-any.whl.metadata (9.9 kB) Collecting urllib3<3,>=1.21.1 (from requests>=2.25.0->sphinx) Downloading urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB) Collecting certifi>=2017.4.17 (from requests>=2.25.0->sphinx) Downloading certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB) Downloading sphinx-7.2.6-py3-none-any.whl (3.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 40.0 MB/s eta 0:00:00 Downloading readthedocs_sphinx_ext-2.2.5-py2.py3-none-any.whl (11 kB) Downloading alabaster-0.7.16-py3-none-any.whl (13 kB) Downloading Babel-2.14.0-py3-none-any.whl (11.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.0/11.0 MB 177.9 MB/s eta 0:00:00 Downloading docutils-0.20.1-py3-none-any.whl (572 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 572.7/572.7 kB 164.2 MB/s eta 0:00:00 Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB) Downloading Jinja2-3.1.3-py3-none-any.whl (133 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.2/133.2 kB 157.4 MB/s eta 0:00:00 Downloading packaging-24.0-py3-none-any.whl (53 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.5/53.5 kB 148.9 MB/s eta 0:00:00 Downloading pygments-2.17.2-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 181.0 MB/s eta 0:00:00 Downloading requests-2.31.0-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 148.2 MB/s eta 0:00:00 Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.0/93.0 kB 159.4 MB/s eta 0:00:00 Downloading sphinxcontrib_htmlhelp-2.0.5-py3-none-any.whl (99 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.2/99.2 kB 165.6 MB/s eta 0:00:00 Downloading sphinxcontrib_serializinghtml-1.1.10-py3-none-any.whl (92 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.7/92.7 kB 162.4 MB/s eta 0:00:00 Downloading sphinxcontrib_applehelp-1.0.8-py3-none-any.whl (120 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.0/120.0 kB 158.4 MB/s eta 0:00:00 Downloading sphinxcontrib_devhelp-1.0.6-py3-none-any.whl (83 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.5/83.5 kB 159.4 MB/s eta 0:00:00 Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) Downloading sphinxcontrib_qthelp-1.0.7-py3-none-any.whl (89 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.4/89.4 kB 164.8 MB/s eta 0:00:00 Downloading certifi-2024.2.2-py3-none-any.whl (163 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 kB 175.8 MB/s eta 0:00:00 Downloading charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (140 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.3/140.3 kB 168.9 MB/s eta 0:00:00 Downloading idna-3.6-py3-none-any.whl (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.6/61.6 kB 142.9 MB/s eta 0:00:00 Downloading MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (28 kB) Downloading urllib3-2.2.1-py3-none-any.whl (121 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 265.6 MB/s eta 0:00:00 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, readthedocs-sphinx-ext Successfully installed Jinja2-3.1.3 MarkupSafe-2.1.5 Pygments-2.17.2 alabaster-0.7.16 babel-2.14.0 certifi-2024.2.2 charset-normalizer-3.3.2 docutils-0.20.1 idna-3.6 imagesize-1.4.1 packaging-24.0 readthedocs-sphinx-ext-2.2.5 requests-2.31.0 snowballstemmer-2.2.0 sphinx-7.2.6 sphinxcontrib-applehelp-1.0.8 sphinxcontrib-devhelp-1.0.6 sphinxcontrib-htmlhelp-2.0.5 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.7 sphinxcontrib-serializinghtml-1.1.10 urllib3-2.2.1 [rtd-command-info] start-time: 2024-03-22T08:57:15.324044Z, end-time: 2024-03-22T08:57:20.886436Z, duration: 5, exit-code: 0 python -m pip install --exists-action=w --no-cache-dir -r .sphinx/requirements.txt Collecting canonical-sphinx-extensions (from -r .sphinx/requirements.txt (line 7)) Downloading canonical_sphinx_extensions-0.0.19-py3-none-any.whl.metadata (12 kB) Collecting furo (from -r .sphinx/requirements.txt (line 8)) Downloading furo-2024.1.29-py3-none-any.whl.metadata (5.9 kB) Collecting linkify-it-py (from -r .sphinx/requirements.txt (line 9)) Downloading linkify_it_py-2.0.3-py3-none-any.whl.metadata (8.5 kB) Collecting myst-parser (from -r .sphinx/requirements.txt (line 10)) Downloading myst_parser-2.0.0-py3-none-any.whl.metadata (5.4 kB) Collecting pyspelling (from -r .sphinx/requirements.txt (line 11)) Downloading pyspelling-2.10-py3-none-any.whl.metadata (3.8 kB) Requirement already satisfied: sphinx in /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/envs/latest/lib/python3.11/site-packages (from -r .sphinx/requirements.txt (line 12)) (7.2.6) Collecting sphinx-autobuild (from -r .sphinx/requirements.txt (line 13)) Downloading sphinx_autobuild-2024.2.4-py3-none-any.whl.metadata (8.8 kB) Collecting sphinx-copybutton (from -r .sphinx/requirements.txt (line 14)) Downloading sphinx_copybutton-0.5.2-py3-none-any.whl.metadata (3.2 kB) Collecting sphinx-design (from -r .sphinx/requirements.txt (line 15)) Downloading sphinx_design-0.5.0-py3-none-any.whl.metadata (5.1 kB) Collecting sphinx-reredirects (from -r .sphinx/requirements.txt (line 16)) Downloading sphinx_reredirects-0.1.3-py3-none-any.whl.metadata (2.6 kB) Collecting sphinx-tabs (from -r .sphinx/requirements.txt (line 17)) Downloading sphinx_tabs-3.4.5-py3-none-any.whl.metadata (6.3 kB) Collecting sphinxcontrib-jquery (from -r .sphinx/requirements.txt (line 18)) Downloading sphinxcontrib_jquery-4.1-py2.py3-none-any.whl.metadata (2.6 kB) Collecting sphinxext-opengraph (from -r .sphinx/requirements.txt (line 19)) Downloading sphinxext_opengraph-0.9.1-py3-none-any.whl.metadata (6.5 kB) Requirement already satisfied: requests in /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/envs/latest/lib/python3.11/site-packages (from canonical-sphinx-extensions->-r .sphinx/requirements.txt (line 7)) (2.31.0) Collecting beautifulsoup4 (from canonical-sphinx-extensions->-r .sphinx/requirements.txt (line 7)) Downloading beautifulsoup4-4.12.3-py3-none-any.whl.metadata (3.8 kB) Requirement already satisfied: docutils in /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/envs/latest/lib/python3.11/site-packages (from canonical-sphinx-extensions->-r .sphinx/requirements.txt (line 7)) (0.20.1) Collecting sphinx-basic-ng (from furo->-r .sphinx/requirements.txt (line 8)) Downloading sphinx_basic_ng-1.0.0b2-py3-none-any.whl.metadata (1.5 kB) Requirement already satisfied: pygments>=2.7 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/envs/latest/lib/python3.11/site-packages (from furo->-r .sphinx/requirements.txt (line 8)) (2.17.2) Collecting uc-micro-py (from linkify-it-py->-r .sphinx/requirements.txt (line 9)) Downloading uc_micro_py-1.0.3-py3-none-any.whl.metadata (2.0 kB) Requirement already satisfied: jinja2 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/envs/latest/lib/python3.11/site-packages (from myst-parser->-r .sphinx/requirements.txt (line 10)) (3.1.3) Collecting markdown-it-py~=3.0 (from myst-parser->-r .sphinx/requirements.txt (line 10)) Downloading markdown_it_py-3.0.0-py3-none-any.whl.metadata (6.9 kB) Collecting mdit-py-plugins~=0.4 (from myst-parser->-r .sphinx/requirements.txt (line 10)) Downloading mdit_py_plugins-0.4.0-py3-none-any.whl.metadata (2.7 kB) Collecting pyyaml (from myst-parser->-r .sphinx/requirements.txt (line 10)) Downloading PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) Collecting html5lib (from pyspelling->-r .sphinx/requirements.txt (line 11)) Downloading html5lib-1.1-py2.py3-none-any.whl.metadata (16 kB) Collecting lxml (from pyspelling->-r .sphinx/requirements.txt (line 11)) Downloading lxml-5.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.5 kB) Collecting markdown (from pyspelling->-r .sphinx/requirements.txt (line 11)) Downloading Markdown-3.6-py3-none-any.whl.metadata (7.0 kB) Collecting soupsieve>=1.8 (from pyspelling->-r .sphinx/requirements.txt (line 11)) Downloading soupsieve-2.5-py3-none-any.whl.metadata (4.7 kB) Collecting wcmatch>=8.5 (from pyspelling->-r .sphinx/requirements.txt (line 11)) Downloading wcmatch-8.5.1-py3-none-any.whl.metadata (4.8 kB) Requirement already satisfied: sphinxcontrib-applehelp in /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/envs/latest/lib/python3.11/site-packages (from sphinx->-r .sphinx/requirements.txt (line 12)) (1.0.8) Requirement already satisfied: sphinxcontrib-devhelp in /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/envs/latest/lib/python3.11/site-packages (from sphinx->-r .sphinx/requirements.txt (line 12)) (1.0.6) Requirement already satisfied: sphinxcontrib-jsmath in /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/envs/latest/lib/python3.11/site-packages (from sphinx->-r .sphinx/requirements.txt (line 12)) (1.0.1) Requirement already satisfied: sphinxcontrib-htmlhelp>=2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/envs/latest/lib/python3.11/site-packages (from sphinx->-r .sphinx/requirements.txt (line 12)) (2.0.5) Requirement already satisfied: sphinxcontrib-serializinghtml>=1.1.9 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/envs/latest/lib/python3.11/site-packages (from sphinx->-r .sphinx/requirements.txt (line 12)) (1.1.10) Requirement already satisfied: sphinxcontrib-qthelp in /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/envs/latest/lib/python3.11/site-packages (from sphinx->-r .sphinx/requirements.txt (line 12)) (1.0.7) Requirement already satisfied: snowballstemmer>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/envs/latest/lib/python3.11/site-packages (from sphinx->-r .sphinx/requirements.txt (line 12)) (2.2.0) Requirement already satisfied: babel>=2.9 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/envs/latest/lib/python3.11/site-packages (from sphinx->-r .sphinx/requirements.txt (line 12)) (2.14.0) Requirement already satisfied: alabaster<0.8,>=0.7 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/envs/latest/lib/python3.11/site-packages (from sphinx->-r .sphinx/requirements.txt (line 12)) (0.7.16) Requirement already satisfied: imagesize>=1.3 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/envs/latest/lib/python3.11/site-packages (from sphinx->-r .sphinx/requirements.txt (line 12)) (1.4.1) Requirement already satisfied: packaging>=21.0 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/envs/latest/lib/python3.11/site-packages (from sphinx->-r .sphinx/requirements.txt (line 12)) (24.0) Collecting livereload (from sphinx-autobuild->-r .sphinx/requirements.txt (line 13)) Downloading livereload-2.6.3-py2.py3-none-any.whl.metadata (7.4 kB) Collecting colorama (from sphinx-autobuild->-r .sphinx/requirements.txt (line 13)) Downloading colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) Requirement already satisfied: MarkupSafe>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/envs/latest/lib/python3.11/site-packages (from jinja2->myst-parser->-r .sphinx/requirements.txt (line 10)) (2.1.5) Collecting mdurl~=0.1 (from markdown-it-py~=3.0->myst-parser->-r .sphinx/requirements.txt (line 10)) Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB) Requirement already satisfied: charset-normalizer<4,>=2 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/envs/latest/lib/python3.11/site-packages (from requests->canonical-sphinx-extensions->-r .sphinx/requirements.txt (line 7)) (3.3.2) Requirement already satisfied: idna<4,>=2.5 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/envs/latest/lib/python3.11/site-packages (from requests->canonical-sphinx-extensions->-r .sphinx/requirements.txt (line 7)) (3.6) Requirement already satisfied: urllib3<3,>=1.21.1 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/envs/latest/lib/python3.11/site-packages (from requests->canonical-sphinx-extensions->-r .sphinx/requirements.txt (line 7)) (2.2.1) Requirement already satisfied: certifi>=2017.4.17 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/envs/latest/lib/python3.11/site-packages (from requests->canonical-sphinx-extensions->-r .sphinx/requirements.txt (line 7)) (2024.2.2) Collecting bracex>=2.1.1 (from wcmatch>=8.5->pyspelling->-r .sphinx/requirements.txt (line 11)) Downloading bracex-2.4-py3-none-any.whl.metadata (3.6 kB) Collecting six>=1.9 (from html5lib->pyspelling->-r .sphinx/requirements.txt (line 11)) Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) Collecting webencodings (from html5lib->pyspelling->-r .sphinx/requirements.txt (line 11)) Downloading webencodings-0.5.1-py2.py3-none-any.whl.metadata (2.1 kB) Collecting tornado (from livereload->sphinx-autobuild->-r .sphinx/requirements.txt (line 13)) Downloading tornado-6.4-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.5 kB) Downloading canonical_sphinx_extensions-0.0.19-py3-none-any.whl (33 kB) Downloading furo-2024.1.29-py3-none-any.whl (325 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 325.2/325.2 kB 23.5 MB/s eta 0:00:00 Downloading linkify_it_py-2.0.3-py3-none-any.whl (19 kB) Downloading myst_parser-2.0.0-py3-none-any.whl (77 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.2/77.2 kB 246.0 MB/s eta 0:00:00 Downloading pyspelling-2.10-py3-none-any.whl (45 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.0/45.0 kB 207.2 MB/s eta 0:00:00 Downloading sphinx_autobuild-2024.2.4-py3-none-any.whl (10.0 kB) Downloading sphinx_copybutton-0.5.2-py3-none-any.whl (13 kB) Downloading sphinx_design-0.5.0-py3-none-any.whl (2.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 133.1 MB/s eta 0:00:00 Downloading sphinx_reredirects-0.1.3-py3-none-any.whl (5.3 kB) Downloading sphinx_tabs-3.4.5-py3-none-any.whl (9.9 kB) Downloading sphinxcontrib_jquery-4.1-py2.py3-none-any.whl (121 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 260.5 MB/s eta 0:00:00 Downloading sphinxext_opengraph-0.9.1-py3-none-any.whl (1.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 284.5 MB/s eta 0:00:00 Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/87.5 kB 222.2 MB/s eta 0:00:00 Downloading mdit_py_plugins-0.4.0-py3-none-any.whl (54 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.1/54.1 kB 227.2 MB/s eta 0:00:00 Downloading soupsieve-2.5-py3-none-any.whl (36 kB) Downloading wcmatch-8.5.1-py3-none-any.whl (39 kB) Downloading beautifulsoup4-4.12.3-py3-none-any.whl (147 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 147.9/147.9 kB 261.3 MB/s eta 0:00:00 Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB) Downloading html5lib-1.1-py2.py3-none-any.whl (112 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 112.2/112.2 kB 263.2 MB/s eta 0:00:00 Downloading livereload-2.6.3-py2.py3-none-any.whl (24 kB) Downloading lxml-5.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.1/8.1 MB 203.3 MB/s eta 0:00:00 Downloading Markdown-3.6-py3-none-any.whl (105 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 105.4/105.4 kB 262.8 MB/s eta 0:00:00 Downloading PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (757 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 757.7/757.7 kB 285.4 MB/s eta 0:00:00 Downloading sphinx_basic_ng-1.0.0b2-py3-none-any.whl (22 kB) Downloading uc_micro_py-1.0.3-py3-none-any.whl (6.2 kB) Downloading bracex-2.4-py3-none-any.whl (11 kB) Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB) Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) Downloading tornado-6.4-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (435 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 435.4/435.4 kB 271.3 MB/s eta 0:00:00 Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB) Installing collected packages: webencodings, uc-micro-py, tornado, soupsieve, six, pyyaml, mdurl, markdown, lxml, colorama, bracex, wcmatch, markdown-it-py, livereload, linkify-it-py, html5lib, beautifulsoup4, sphinxext-opengraph, sphinxcontrib-jquery, sphinx-tabs, sphinx-reredirects, sphinx-design, sphinx-copybutton, sphinx-basic-ng, sphinx-autobuild, pyspelling, mdit-py-plugins, canonical-sphinx-extensions, myst-parser, furo Successfully installed beautifulsoup4-4.12.3 bracex-2.4 canonical-sphinx-extensions-0.0.19 colorama-0.4.6 furo-2024.1.29 html5lib-1.1 linkify-it-py-2.0.3 livereload-2.6.3 lxml-5.1.0 markdown-3.6 markdown-it-py-3.0.0 mdit-py-plugins-0.4.0 mdurl-0.1.2 myst-parser-2.0.0 pyspelling-2.10 pyyaml-6.0.1 six-1.16.0 soupsieve-2.5 sphinx-autobuild-2024.2.4 sphinx-basic-ng-1.0.0b2 sphinx-copybutton-0.5.2 sphinx-design-0.5.0 sphinx-reredirects-0.1.3 sphinx-tabs-3.4.5 sphinxcontrib-jquery-4.1 sphinxext-opengraph-0.9.1 tornado-6.4 uc-micro-py-1.0.3 wcmatch-8.5.1 webencodings-0.5.1 [rtd-command-info] start-time: 2024-03-22T08:57:21.488339Z, end-time: 2024-03-22T08:57:21.550023Z, duration: 0, exit-code: 0 cat conf.py import sys sys.path.append('./') from custom_conf import * from build_requirements import * # Configuration file for the Sphinx documentation builder. # You should not do any modifications to this file. Put your custom # configuration into the custom_conf.py file. # If you need to change this file, contribute the changes upstream. # # For the full list of built-in configuration values, see the documentation: # https://www.sphinx-doc.org/en/master/usage/configuration.html ############################################################ ### Extensions ############################################################ extensions = [ 'sphinx_design', 'sphinx_copybutton', 'sphinxcontrib.jquery', ] # Only add redirects extension if any redirects are specified. if AreRedirectsDefined(): extensions.append('sphinx_reredirects') # Only add myst extensions if any configuration is present. if IsMyStParserUsed(): extensions.append('myst_parser') # Additional MyST syntax myst_enable_extensions = [ 'substitution', 'deflist', 'linkify' ] myst_enable_extensions.extend(custom_myst_extensions) # Only add Open Graph extension if any configuration is present. if IsOpenGraphConfigured(): extensions.append('sphinxext.opengraph') extensions.extend(custom_extensions) extensions = DeduplicateExtensions(extensions) ### Configuration for extensions # Used for related links if not 'discourse_prefix' in html_context and 'discourse' in html_context: html_context['discourse_prefix'] = html_context['discourse'] + '/t/' # Default image for OGP (to prevent font errors, see # https://github.com/canonical/sphinx-docs-starter-pack/pull/54 ) if not 'ogp_image' in locals(): ogp_image = 'https://assets.ubuntu.com/v1/253da317-image-document-ubuntudocs.svg' ############################################################ ### General configuration ############################################################ exclude_patterns = [ '_build', 'Thumbs.db', '.DS_Store', '.sphinx', ] exclude_patterns.extend(custom_excludes) rst_epilog = ''' .. include:: /reuse/links.txt ''' if 'custom_rst_epilog' in locals(): rst_epilog = custom_rst_epilog source_suffix = { '.rst': 'restructuredtext', '.md': 'markdown', } if not 'conf_py_path' in html_context and 'github_folder' in html_context: html_context['conf_py_path'] = html_context['github_folder'] # For ignoring specific links linkcheck_anchors_ignore_for_url = [ r'https://github\.com/.*' ] linkcheck_anchors_ignore_for_url.extend(custom_linkcheck_anchors_ignore_for_url) # Tags cannot be added directly in custom_conf.py, so add them here for tag in custom_tags: tags.add(tag) ############################################################ ### Styling ############################################################ # Find the current builder builder = 'dirhtml' if '-b' in sys.argv: builder = sys.argv[sys.argv.index('-b')+1] # Setting templates_path for epub makes the build fail if builder == 'dirhtml' or builder == 'html': templates_path = ['.sphinx/_templates'] # Theme configuration html_theme = 'furo' html_last_updated_fmt = '' html_permalinks_icon = '¶' if html_title == '': html_theme_options = { 'sidebar_hide_name': True } ############################################################ ### Additional files ############################################################ html_static_path = ['.sphinx/_static'] html_css_files = [ 'custom.css', 'header.css', 'github_issue_links.css', 'furo_colors.css' ] html_css_files.extend(custom_html_css_files) html_js_files = ['header-nav.js'] if 'github_issues' in html_context and html_context['github_issues'] and not disable_feedback_button: html_js_files.append('github_issue_links.js') html_js_files.extend(custom_html_js_files) ########################################################################### # auto-created readthedocs.org specific configuration # ########################################################################### # # The following code was added during an automated build on readthedocs.org # It is auto created and injected for every build. The result is based on the # conf.py.tmpl file found in the readthedocs.org codebase: # https://github.com/rtfd/readthedocs.org/blob/main/readthedocs/doc_builder/templates/doc_builder/conf.py.tmpl # # Note: this file shouldn't rely on extra dependencies. import importlib import sys import os.path # Borrowed from six. PY3 = sys.version_info[0] == 3 string_types = str if PY3 else basestring from sphinx import version_info # Get suffix for proper linking to GitHub # This is deprecated in Sphinx 1.3+, # as each page can have its own suffix if globals().get('source_suffix', False): if isinstance(source_suffix, string_types): SUFFIX = source_suffix elif isinstance(source_suffix, (list, tuple)): # Sphinx >= 1.3 supports list/tuple to define multiple suffixes SUFFIX = source_suffix[0] elif isinstance(source_suffix, dict): # Sphinx >= 1.8 supports a mapping dictionary for multiple suffixes SUFFIX = list(source_suffix.keys())[0] # make a ``list()`` for py2/py3 compatibility else: # default to .rst SUFFIX = '.rst' else: SUFFIX = '.rst' # Add RTD Static Path. Add to the end because it overwrites previous files. if not 'html_static_path' in globals(): html_static_path = [] if os.path.exists('_static'): html_static_path.append('_static') # Define this variable in case it's not defined by the user. # It defaults to `alabaster` which is the default from Sphinx. # https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_theme html_theme = globals().get('html_theme', 'alabaster') #Add project information to the template context. context = { 'html_theme': html_theme, 'current_version': "latest", 'version_slug': "latest", 'MEDIA_URL': "https://media.readthedocs.com/media/", 'STATIC_URL': "https://assets.readthedocs.com/", 'PRODUCTION_DOMAIN': "readthedocs.com", 'proxied_static_path': "/_/static/", 'versions': [ ], 'downloads': [ ("pdf", "//canonical-anbox-cloud-documentation.readthedocs-hosted.com/_/downloads/en/latest/pdf/"), ], 'subprojects': [ ], 'slug': 'canonical-anbox-cloud-documentation', 'name': u'Anbox Cloud documentation', 'rtd_language': u'en', 'programming_language': u'words', 'canonical_url': '', 'analytics_code': 'None', 'single_version': False, 'conf_py_path': '/', 'api_host': 'https://readthedocs.com', 'github_user': 'keirthana', 'proxied_api_host': '/_', 'github_repo': 'anbox-cloud-docs', 'github_version': 'ac-rtd-redo', 'display_github': True, 'bitbucket_user': 'None', 'bitbucket_repo': 'None', 'bitbucket_version': 'ac-rtd-redo', 'display_bitbucket': False, 'gitlab_user': 'None', 'gitlab_repo': 'None', 'gitlab_version': 'ac-rtd-redo', 'display_gitlab': False, 'READTHEDOCS': True, 'using_theme': (html_theme == "default"), 'new_theme': (html_theme == "sphinx_rtd_theme"), 'source_suffix': SUFFIX, 'ad_free': False, 'docsearch_disabled': False, 'user_analytics_code': '', 'global_analytics_code': 'UA-17997319-2', 'commit': 'e684b420', } # For sphinx >=1.8 we can use html_baseurl to set the canonical URL. # https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_baseurl if version_info >= (1, 8): if not globals().get('html_baseurl'): html_baseurl = context['canonical_url'] context['canonical_url'] = None if 'html_context' in globals(): for key in context: if key not in html_context: html_context[key] = context[key] else: html_context = context # Add custom RTD extension if 'extensions' in globals(): # Insert at the beginning because it can interfere # with other extensions. # See https://github.com/rtfd/readthedocs.org/pull/4054 extensions.insert(0, "readthedocs_ext.readthedocs") else: extensions = ["readthedocs_ext.readthedocs"] # Add External version warning banner to the external version documentation if 'branch' == 'external': extensions.insert(1, "readthedocs_ext.external_version_warning") readthedocs_vcs_url = 'None' readthedocs_build_url = 'https://readthedocs.com/projects/canonical-anbox-cloud-documentation/builds/2104168/' project_language = 'en' # User's Sphinx configurations language_user = globals().get('language', None) latex_engine_user = globals().get('latex_engine', None) latex_elements_user = globals().get('latex_elements', None) # Remove this once xindy gets installed in Docker image and XINDYOPS # env variable is supported # https://github.com/rtfd/readthedocs-docker-images/pull/98 latex_use_xindy = False chinese = any([ language_user in ('zh_CN', 'zh_TW'), project_language in ('zh_CN', 'zh_TW'), ]) japanese = any([ language_user == 'ja', project_language == 'ja', ]) if chinese: latex_engine = latex_engine_user or 'xelatex' latex_elements_rtd = { 'preamble': '\\usepackage[UTF8]{ctex}\n', } latex_elements = latex_elements_user or latex_elements_rtd elif japanese: latex_engine = latex_engine_user or 'platex' # Make sure our build directory is always excluded exclude_patterns = globals().get('exclude_patterns', []) exclude_patterns.extend(['_build']) [rtd-command-info] start-time: 2024-03-22T08:57:21.607131Z, end-time: 2024-03-22T08:57:52.880351Z, duration: 31, exit-code: 0 python -m sphinx -T -b dirhtml -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html Running Sphinx v7.2.6 matplotlib is not installed, social cards will not be generated making output directory... done myst v2.0.0: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions={'linkify', 'substitution', 'deflist'}, 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=0, heading_slug_func=None, html_meta={}, footnote_transition=True, words_per_minute=200, substitutions={}, linkify_fuzzy_links=True, 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) building [mo]: targets for 0 po files that are out of date writing output... building [dirhtml]: targets for 254 source files that are out of date updating environment: [new config] 254 added, 0 changed, 0 removed reading sources... [ 0%] 404 reading sources... [ 1%] README reading sources... [ 1%] contribute/anbox-style-guide reading sources... [ 2%] contribute/landing reading sources... [ 2%] explanation/aar reading sources... [ 2%] explanation/addons reading sources... [ 3%] explanation/ams reading sources... [ 3%] explanation/anbox-cloud reading sources... [ 4%] explanation/application-streaming reading sources... [ 4%] explanation/applications reading sources... [ 4%] explanation/capacity-planning reading sources... [ 5%] explanation/clustering reading sources... [ 5%] explanation/gpus-instances reading sources... [ 6%] explanation/instances reading sources... [ 6%] explanation/landing reading sources... [ 6%] explanation/performance reading sources... [ 7%] explanation/platforms reading sources... [ 7%] explanation/production reading sources... [ 7%] explanation/rendering-architecture reading sources... [ 8%] explanation/resources reading sources... [ 8%] explanation/security reading sources... [ 9%] explanation/web-dashboard reading sources... [ 9%] howto/aar/configure reading sources... [ 9%] howto/aar/deploy reading sources... [ 10%] howto/aar/landing reading sources... [ 10%] howto/aar/revoke reading sources... [ 11%] howto/addons/backup-and-restore reading sources... [ 11%] howto/addons/create reading sources... [ 11%] howto/addons/customise-android reading sources... [ 12%] howto/addons/emulate-platforms reading sources... [ 12%] howto/addons/enable-globally reading sources... [ 13%] howto/addons/install-tools reading sources... [ 13%] howto/addons/landing reading sources... [ 13%] howto/addons/migrate reading sources... [ 14%] howto/addons/update reading sources... [ 14%] howto/anbox-runtime/develop-addon reading sources... [ 15%] howto/anbox-runtime/develop-platform reading sources... [ 15%] howto/anbox-runtime/enable-virgl reading sources... [ 15%] howto/anbox-runtime/landing reading sources... [ 16%] howto/anbox/ams-access reading sources... [ 16%] howto/anbox/benchmarks reading sources... [ 17%] howto/anbox/images reading sources... [ 17%] howto/anbox/landing reading sources... [ 17%] howto/anbox/resize-storage reading sources... [ 18%] howto/anbox/tls-for-appliance reading sources... [ 18%] howto/android/graphics-debugging-with-renderdoc reading sources... [ 19%] howto/android/landing reading sources... [ 19%] howto/android/virtual-devices reading sources... [ 19%] howto/application/create reading sources... [ 20%] howto/application/delete reading sources... [ 20%] howto/application/extend reading sources... [ 20%] howto/application/landing reading sources... [ 21%] howto/application/list reading sources... [ 21%] howto/application/pass-custom-data reading sources... [ 22%] howto/application/stream reading sources... [ 22%] howto/application/test reading sources... [ 22%] howto/application/update reading sources... [ 23%] howto/application/wait reading sources... [ 23%] howto/cluster/configure-nodes reading sources... [ 24%] howto/cluster/landing reading sources... [ 24%] howto/cluster/scale-down reading sources... [ 24%] howto/cluster/scale-up reading sources... [ 25%] howto/dashboard/landing reading sources... [ 25%] howto/install-appliance/aws reading sources... [ 26%] howto/install-appliance/azure reading sources... [ 26%] howto/install-appliance/google-cloud reading sources... [ 26%] howto/install-appliance/landing reading sources... [ 27%] howto/install/customise reading sources... [ 27%] howto/install/deploy-bare-metal reading sources... [ 28%] howto/install/deploy-juju reading sources... [ 28%] howto/install/high-availability reading sources... [ 28%] howto/install/landing reading sources... [ 29%] howto/install/validate reading sources... [ 29%] howto/instance/access reading sources... [ 30%] howto/instance/backup-and-restore reading sources... [ 30%] howto/instance/create reading sources... [ 30%] howto/instance/delete reading sources... [ 31%] howto/instance/expose-services reading sources... [ 31%] howto/instance/geographic-location reading sources... [ 31%] howto/instance/landing reading sources... [ 32%] howto/instance/list reading sources... [ 32%] howto/instance/logs reading sources... [ 33%] howto/instance/start reading sources... [ 33%] howto/instance/stop reading sources... [ 33%] howto/instance/wait reading sources... [ 34%] howto/landing reading sources... [ 34%] howto/monitor/landing reading sources... [ 35%] howto/port/architecture reading sources... [ 35%] howto/port/configure-watchdog reading sources... [ 35%] howto/port/install-system-app reading sources... [ 36%] howto/port/landing reading sources... [ 36%] howto/port/obb-files reading sources... [ 37%] howto/port/permissions reading sources... [ 37%] howto/stream/access reading sources... [ 37%] howto/stream/client-side-keyboard reading sources... [ 38%] howto/stream/landing reading sources... [ 38%] howto/stream/oob-data reading sources... [ 39%] howto/troubleshoot/application-creation reading sources... [ 39%] howto/troubleshoot/dashboard-issues reading sources... [ 39%] howto/troubleshoot/initial-setup reading sources... [ 40%] howto/troubleshoot/instance-failures reading sources... [ 40%] howto/troubleshoot/landing reading sources... [ 41%] howto/troubleshoot/logs reading sources... [ 41%] howto/troubleshoot/lxd-cluster reading sources... [ 41%] howto/troubleshoot/streaming-issues reading sources... [ 42%] howto/update/control reading sources... [ 42%] howto/update/landing reading sources... [ 43%] howto/update/upgrade-anbox reading sources... [ 43%] howto/update/upgrade-appliance reading sources... [ 43%] images/README reading sources... [ 44%] index reading sources... [ 44%] reference/addon-manifest reading sources... [ 44%] reference/ams-configuration reading sources... [ 45%] reference/anbox-features reading sources... [ 45%] reference/anbox-https-api reading sources... [ 46%] reference/android-features reading sources... [ 46%] reference/api-reference reading sources... [ 46%] reference/application-manifest reading sources... [ 47%] reference/cmd-ref/amc-command-reference/addon reading sources... [ 47%] reference/cmd-ref/amc-command-reference/application reading sources... [ 48%] reference/cmd-ref/amc-command-reference/benchmark reading sources... [ 48%] reference/cmd-ref/amc-command-reference/completion reading sources... [ 48%] reference/cmd-ref/amc-command-reference/config reading sources... [ 49%] reference/cmd-ref/amc-command-reference/delete reading sources... [ 49%] reference/cmd-ref/amc-command-reference/exec reading sources... [ 50%] reference/cmd-ref/amc-command-reference/help reading sources... [ 50%] reference/cmd-ref/amc-command-reference/image reading sources... [ 50%] reference/cmd-ref/amc-command-reference/info reading sources... [ 51%] reference/cmd-ref/amc-command-reference/init reading sources... [ 51%] reference/cmd-ref/amc-command-reference/landing reading sources... [ 52%] reference/cmd-ref/amc-command-reference/launch reading sources... [ 52%] reference/cmd-ref/amc-command-reference/list reading sources... [ 52%] reference/cmd-ref/amc-command-reference/logs reading sources... [ 53%] reference/cmd-ref/amc-command-reference/node reading sources... [ 53%] reference/cmd-ref/amc-command-reference/remote reading sources... [ 54%] reference/cmd-ref/amc-command-reference/shell reading sources... [ 54%] reference/cmd-ref/amc-command-reference/show reading sources... [ 54%] reference/cmd-ref/amc-command-reference/show-log reading sources... [ 55%] reference/cmd-ref/amc-command-reference/start reading sources... [ 55%] reference/cmd-ref/amc-command-reference/stop reading sources... [ 56%] reference/cmd-ref/amc-command-reference/wait reading sources... [ 56%] reference/cmd-ref/appliance-command-reference/ams reading sources... [ 56%] reference/cmd-ref/appliance-command-reference/dashboard reading sources... [ 57%] reference/cmd-ref/appliance-command-reference/destroy reading sources... [ 57%] reference/cmd-ref/appliance-command-reference/gateway reading sources... [ 57%] reference/cmd-ref/appliance-command-reference/help reading sources... [ 58%] reference/cmd-ref/appliance-command-reference/init reading sources... [ 58%] reference/cmd-ref/appliance-command-reference/landing reading sources... [ 59%] reference/cmd-ref/appliance-command-reference/status reading sources... [ 59%] reference/cmd-ref/appliance-command-reference/upgrade reading sources... [ 59%] reference/cmd-ref/landing reading sources... [ 60%] reference/component-versions reading sources... [ 60%] reference/glossary reading sources... [ 61%] reference/hooks reading sources... [ 61%] reference/landing reading sources... [ 61%] reference/license-information reading sources... [ 62%] reference/network-ports reading sources... [ 62%] reference/perf-benchmarks reading sources... [ 63%] reference/prometheus reading sources... [ 63%] reference/provided-images reading sources... [ 63%] reference/release-notes/1.0.0 reading sources... [ 64%] reference/release-notes/1.0.1 reading sources... [ 64%] reference/release-notes/1.1.0 reading sources... [ 65%] reference/release-notes/1.1.1 reading sources... [ 65%] reference/release-notes/1.10.0 reading sources... [ 65%] reference/release-notes/1.10.1 reading sources... [ 66%] reference/release-notes/1.10.2 reading sources... [ 66%] reference/release-notes/1.10.3 reading sources... [ 67%] reference/release-notes/1.11.0 reading sources... [ 67%] reference/release-notes/1.11.1 reading sources... [ 67%] reference/release-notes/1.11.2 reading sources... [ 68%] reference/release-notes/1.11.3 reading sources... [ 68%] reference/release-notes/1.11.4 reading sources... [ 69%] reference/release-notes/1.11.5 reading sources... [ 69%] reference/release-notes/1.12.0 reading sources... [ 69%] reference/release-notes/1.12.1 reading sources... [ 70%] reference/release-notes/1.12.2 reading sources... [ 70%] reference/release-notes/1.12.3 reading sources... [ 70%] reference/release-notes/1.12.4 reading sources... [ 71%] reference/release-notes/1.12.5 reading sources... [ 71%] reference/release-notes/1.13.0 reading sources... [ 72%] reference/release-notes/1.13.1 reading sources... [ 72%] reference/release-notes/1.13.2 reading sources... [ 72%] reference/release-notes/1.14.0 reading sources... [ 73%] reference/release-notes/1.14.1 reading sources... [ 73%] reference/release-notes/1.14.2 reading sources... [ 74%] reference/release-notes/1.15.0 reading sources... [ 74%] reference/release-notes/1.15.1 reading sources... [ 74%] reference/release-notes/1.15.2 reading sources... [ 75%] reference/release-notes/1.15.3 reading sources... [ 75%] reference/release-notes/1.16.0 reading sources... [ 76%] reference/release-notes/1.16.1 reading sources... [ 76%] reference/release-notes/1.16.2 reading sources... [ 76%] reference/release-notes/1.16.3 reading sources... [ 77%] reference/release-notes/1.16.4 reading sources... [ 77%] reference/release-notes/1.17.0 reading sources... [ 78%] reference/release-notes/1.17.1 reading sources... [ 78%] reference/release-notes/1.17.2 reading sources... [ 78%] reference/release-notes/1.18.0 reading sources... [ 79%] reference/release-notes/1.18.1 reading sources... [ 79%] reference/release-notes/1.18.2 reading sources... [ 80%] reference/release-notes/1.19.0 reading sources... [ 80%] reference/release-notes/1.19.0-fix1 reading sources... [ 80%] reference/release-notes/1.19.1 reading sources... [ 81%] reference/release-notes/1.19.2 reading sources... [ 81%] reference/release-notes/1.2.0 reading sources... [ 81%] reference/release-notes/1.2.1 reading sources... [ 82%] reference/release-notes/1.20.0 reading sources... [ 82%] reference/release-notes/1.20.1 reading sources... [ 83%] reference/release-notes/1.20.2 reading sources... [ 83%] reference/release-notes/1.21.0 reading sources... [ 83%] reference/release-notes/1.21.1 reading sources... [ 84%] reference/release-notes/1.3.0 reading sources... [ 84%] reference/release-notes/1.3.1 reading sources... [ 85%] reference/release-notes/1.3.2 reading sources... [ 85%] reference/release-notes/1.3.3 reading sources... [ 85%] reference/release-notes/1.4.0 reading sources... [ 86%] reference/release-notes/1.5.0 reading sources... [ 86%] reference/release-notes/1.5.1 reading sources... [ 87%] reference/release-notes/1.5.2 reading sources... [ 87%] reference/release-notes/1.6.0 reading sources... [ 87%] reference/release-notes/1.6.1 reading sources... [ 88%] reference/release-notes/1.6.2 reading sources... [ 88%] reference/release-notes/1.6.3 reading sources... [ 89%] reference/release-notes/1.7.0 reading sources... [ 89%] reference/release-notes/1.7.1 reading sources... [ 89%] reference/release-notes/1.7.2 reading sources... [ 90%] reference/release-notes/1.7.3 reading sources... [ 90%] reference/release-notes/1.7.4 reading sources... [ 91%] reference/release-notes/1.8.0 reading sources... [ 91%] reference/release-notes/1.8.1 reading sources... [ 91%] reference/release-notes/1.8.2 reading sources... [ 92%] reference/release-notes/1.8.3 reading sources... [ 92%] reference/release-notes/1.9.0 reading sources... [ 93%] reference/release-notes/1.9.1 reading sources... [ 93%] reference/release-notes/1.9.2 reading sources... [ 93%] reference/release-notes/1.9.3 reading sources... [ 94%] reference/release-notes/1.9.4 reading sources... [ 94%] reference/release-notes/1.9.5 reading sources... [ 94%] reference/release-notes/release-notes reading sources... [ 95%] reference/release-notes/release-notes-template reading sources... [ 95%] reference/requirements reading sources... [ 96%] reference/roadmap reading sources... [ 96%] reference/sdks reading sources... [ 96%] reference/supported-codecs reading sources... [ 97%] reference/supported-rendering-resources reading sources... [ 97%] reference/supported-versions reading sources... [ 98%] reference/webrtc-streamer reading sources... [ 98%] tutorial/creating-addon reading sources... [ 98%] tutorial/getting-started reading sources... [ 99%] tutorial/getting-started-dashboard reading sources... [ 99%] tutorial/installing-appliance reading sources... [100%] tutorial/landing reading sources... [100%] tutorial/stream-client /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/howto/application/stream.md:9: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/howto/application/stream.md:35: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/howto/application/stream.md:39: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/howto/port/install-system-app.md:27: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/howto/port/install-system-app.md:42: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/howto/port/install-system-app.md:78: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:4: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:10: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:16: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:20: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:26: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:30: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:36: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:42: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:48: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:54: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:58: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:62: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:66: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:74: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:80: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:86: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:92: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:96: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:102: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:108: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:112: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:118: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:124: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:130: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:136: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:142: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:146: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:152: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:156: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:168: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:174: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:178: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:184: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:190: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:198: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:204: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:214: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:220: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:225: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:229: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:233: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:239: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:245: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:251: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:257: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:263: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:269: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:275: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:281: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:287: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:293: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:299: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:305: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:309: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:315: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:321: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:327: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:333: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.0.0.md:4: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.0.1.md:4: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.1.0.md:4: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.1.1.md:4: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.10.0.md:4: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.10.0.md:10: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.10.0.md:62: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.10.0.md:81: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.10.0.md:85: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.10.0.md:111: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.10.1.md:4: WARNING: Document headings start at H3, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.10.2.md:4: WARNING: Document headings start at H3, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.10.3.md:4: WARNING: Document headings start at H3, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.11.0.md:4: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.11.0.md:10: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.11.0.md:44: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.11.0.md:85: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.11.0.md:89: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.11.0.md:114: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.11.1.md:4: WARNING: Document headings start at H3, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.11.2.md:4: WARNING: Document headings start at H3, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.11.3.md:4: WARNING: Document headings start at H3, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.11.4.md:4: WARNING: Document headings start at H3, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.11.5.md:4: WARNING: Document headings start at H3, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.12.0.md:4: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.12.0.md:10: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.12.0.md:46: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.12.0.md:50: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.12.0.md:65: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.12.1.md:4: WARNING: Document headings start at H3, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.12.2.md:4: WARNING: Document headings start at H3, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.12.3.md:4: WARNING: Document headings start at H3, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.12.4.md:4: WARNING: Document headings start at H3, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.12.5.md:4: WARNING: Document headings start at H3, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.13.0.md:4: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.13.0.md:10: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.13.0.md:30: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.13.0.md:34: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.13.0.md:89: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.13.1.md:4: WARNING: Document headings start at H3, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.13.2.md:4: WARNING: Document headings start at H3, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.14.0.md:4: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.14.0.md:10: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.14.0.md:72: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.14.0.md:76: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.14.0.md:92: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.14.1.md:4: WARNING: Document headings start at H3, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.14.2.md:4: WARNING: Document headings start at H3, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.15.0.md:4: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.15.0.md:10: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.15.0.md:60: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.15.0.md:64: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.15.0.md:73: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.15.1.md:4: WARNING: Document headings start at H3, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.15.2.md:4: WARNING: Document headings start at H3, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.15.3.md:4: WARNING: Document headings start at H3, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.16.0.md:4: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.16.0.md:10: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.16.0.md:80: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.16.0.md:85: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.16.0.md:89: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.16.0.md:101: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.16.1.md:4: WARNING: Document headings start at H3, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.16.1.md:24: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.16.2.md:4: WARNING: Document headings start at H3, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.16.2.md:21: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.16.3.md:4: WARNING: Document headings start at H3, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.16.3.md:26: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.16.4.md:4: WARNING: Document headings start at H3, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.16.4.md:20: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.17.0.md:34: WARNING: image file not readable: reference/release-notes/images/dashboard-containers-overview.png /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.17.0.md:34: WARNING: image file not readable: reference/release-notes/images/dashboard-containers-terminal.png /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.17.0.md:39: WARNING: image file not readable: reference/release-notes/images/dashboard-nodes-overview.png /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.17.1.md:4: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.17.1.md:10: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.17.1.md:17: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.17.1.md:24: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.17.1.md:31: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.17.2.md:4: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.17.2.md:10: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.17.2.md:18: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.17.2.md:30: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.17.2.md:35: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.18.0.md:4: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.18.0.md:10: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.18.0.md:50: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.18.0.md:64: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.18.0.md:71: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.18.1.md:4: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.18.1.md:9: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.18.1.md:14: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.18.1.md:28: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.18.2.md:4: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.18.2.md:10: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.18.2.md:14: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.18.2.md:23: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.18.2.md:36: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.19.0.md:4: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.19.0.md:10: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.19.0.md:53: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.19.0.md:67: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.19.0.md:72: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.19.0.md:76: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.19.0.md:90: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.19.1.md:4: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.19.1.md:10: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.19.1.md:25: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.19.1.md:39: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.19.2.md:4: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.19.2.md:10: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.19.2.md:16: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.19.2.md:27: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.2.0.md:4: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.2.1.md:4: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.20.0.md:4: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.20.0.md:10: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.20.0.md:47: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.20.0.md:53: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.20.0.md:58: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.20.0.md:67: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.20.1.md:4: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.20.1.md:10: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.20.1.md:20: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.20.1.md:28: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.20.1.md:42: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.20.2.md:4: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.20.2.md:9: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.20.2.md:15: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.20.2.md:25: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.3.0.md:4: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.3.1.md:4: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.3.2.md:4: WARNING: Document headings start at H3, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.3.3.md:4: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.4.0.md:4: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.5.0.md:4: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.5.1.md:4: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.5.2.md:4: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.6.0.md:4: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.6.1.md:4: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.6.2.md:4: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.6.3.md:4: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.7.0.md:4: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.7.1.md:4: WARNING: Document headings start at H3, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.7.2.md:4: WARNING: Document headings start at H3, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.7.3.md:4: WARNING: Document headings start at H3, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.7.4.md:4: WARNING: Document headings start at H3, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.8.0.md:4: WARNING: Document headings start at H3, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.8.1.md:4: WARNING: Document headings start at H3, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.8.2.md:4: WARNING: Document headings start at H3, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.8.2.md:15: WARNING: Document headings start at H3, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.8.3.md:4: WARNING: Document headings start at H3, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.8.3.md:14: WARNING: Document headings start at H3, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.9.0.md:4: WARNING: Document headings start at H3, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.9.0.md:48: WARNING: Document headings start at H3, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.9.1.md:4: WARNING: Document headings start at H3, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.9.2.md:4: WARNING: Document headings start at H3, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.9.3.md:4: WARNING: Document headings start at H3, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.9.4.md:4: WARNING: Document headings start at H3, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.9.5.md:4: WARNING: Document headings start at H3, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/release-notes-template.md:4: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/release-notes-template.md:10: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/release-notes-template.md:31: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/release-notes-template.md:35: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/release-notes-template.md:39: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/release-notes-template.md:43: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/release-notes-template.md:47: WARNING: Document headings start at H2, not H1 [myst.header] looking for now-outdated files... none found pickling environment... done checking consistency... /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/README.md: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/howto/application/stream.md: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/images/README.md: WARNING: document isn't included in any toctree done preparing documents... done copying assets... copying static files... done copying extra files... done done writing output... [ 0%] 404 writing output... [ 1%] README writing output... [ 1%] contribute/anbox-style-guide writing output... [ 2%] contribute/landing writing output... [ 2%] explanation/aar writing output... [ 2%] explanation/addons writing output... [ 3%] explanation/ams writing output... [ 3%] explanation/anbox-cloud writing output... [ 4%] explanation/application-streaming writing output... [ 4%] explanation/applications writing output... [ 4%] explanation/capacity-planning writing output... [ 5%] explanation/clustering writing output... [ 5%] explanation/gpus-instances writing output... [ 6%] explanation/instances writing output... [ 6%] explanation/landing writing output... [ 6%] explanation/performance writing output... [ 7%] explanation/platforms writing output... [ 7%] explanation/production writing output... [ 7%] explanation/rendering-architecture writing output... [ 8%] explanation/resources writing output... [ 8%] explanation/security writing output... [ 9%] explanation/web-dashboard writing output... [ 9%] howto/aar/configure writing output... [ 9%] howto/aar/deploy writing output... [ 10%] howto/aar/landing writing output... [ 10%] howto/aar/revoke writing output... [ 11%] howto/addons/backup-and-restore writing output... [ 11%] howto/addons/create writing output... [ 11%] howto/addons/customise-android writing output... [ 12%] howto/addons/emulate-platforms writing output... [ 12%] howto/addons/enable-globally writing output... [ 13%] howto/addons/install-tools writing output... [ 13%] howto/addons/landing writing output... [ 13%] howto/addons/migrate writing output... [ 14%] howto/addons/update writing output... [ 14%] howto/anbox-runtime/develop-addon writing output... [ 15%] howto/anbox-runtime/develop-platform writing output... [ 15%] howto/anbox-runtime/enable-virgl writing output... [ 15%] howto/anbox-runtime/landing writing output... [ 16%] howto/anbox/ams-access writing output... [ 16%] howto/anbox/benchmarks writing output... [ 17%] howto/anbox/images writing output... [ 17%] howto/anbox/landing writing output... [ 17%] howto/anbox/resize-storage writing output... [ 18%] howto/anbox/tls-for-appliance writing output... [ 18%] howto/android/graphics-debugging-with-renderdoc writing output... [ 19%] howto/android/landing writing output... [ 19%] howto/android/virtual-devices writing output... [ 19%] howto/application/create writing output... [ 20%] howto/application/delete writing output... [ 20%] howto/application/extend writing output... [ 20%] howto/application/landing writing output... [ 21%] howto/application/list writing output... [ 21%] howto/application/pass-custom-data writing output... [ 22%] howto/application/stream writing output... [ 22%] howto/application/test writing output... [ 22%] howto/application/update writing output... [ 23%] howto/application/wait writing output... [ 23%] howto/cluster/configure-nodes writing output... [ 24%] howto/cluster/landing writing output... [ 24%] howto/cluster/scale-down writing output... [ 24%] howto/cluster/scale-up writing output... [ 25%] howto/dashboard/landing writing output... [ 25%] howto/install-appliance/aws writing output... [ 26%] howto/install-appliance/azure writing output... [ 26%] howto/install-appliance/google-cloud writing output... [ 26%] howto/install-appliance/landing writing output... [ 27%] howto/install/customise writing output... [ 27%] howto/install/deploy-bare-metal writing output... [ 28%] howto/install/deploy-juju writing output... [ 28%] howto/install/high-availability writing output... [ 28%] howto/install/landing writing output... [ 29%] howto/install/validate writing output... [ 29%] howto/instance/access writing output... [ 30%] howto/instance/backup-and-restore writing output... [ 30%] howto/instance/create writing output... [ 30%] howto/instance/delete writing output... [ 31%] howto/instance/expose-services writing output... [ 31%] howto/instance/geographic-location writing output... [ 31%] howto/instance/landing writing output... [ 32%] howto/instance/list writing output... [ 32%] howto/instance/logs writing output... [ 33%] howto/instance/start writing output... [ 33%] howto/instance/stop writing output... [ 33%] howto/instance/wait writing output... [ 34%] howto/landing writing output... [ 34%] howto/monitor/landing writing output... [ 35%] howto/port/architecture writing output... [ 35%] howto/port/configure-watchdog writing output... [ 35%] howto/port/install-system-app writing output... [ 36%] howto/port/landing writing output... [ 36%] howto/port/obb-files writing output... [ 37%] howto/port/permissions writing output... [ 37%] howto/stream/access writing output... [ 37%] howto/stream/client-side-keyboard writing output... [ 38%] howto/stream/landing writing output... [ 38%] howto/stream/oob-data writing output... [ 39%] howto/troubleshoot/application-creation writing output... [ 39%] howto/troubleshoot/dashboard-issues writing output... [ 39%] howto/troubleshoot/initial-setup writing output... [ 40%] howto/troubleshoot/instance-failures writing output... [ 40%] howto/troubleshoot/landing writing output... [ 41%] howto/troubleshoot/logs writing output... [ 41%] howto/troubleshoot/lxd-cluster writing output... [ 41%] howto/troubleshoot/streaming-issues writing output... [ 42%] howto/update/control writing output... [ 42%] howto/update/landing writing output... [ 43%] howto/update/upgrade-anbox writing output... [ 43%] howto/update/upgrade-appliance writing output... [ 43%] images/README writing output... [ 44%] index writing output... [ 44%] reference/addon-manifest writing output... [ 44%] reference/ams-configuration writing output... [ 45%] reference/anbox-features writing output... [ 45%] reference/anbox-https-api writing output... [ 46%] reference/android-features writing output... [ 46%] reference/api-reference writing output... [ 46%] reference/application-manifest writing output... [ 47%] reference/cmd-ref/amc-command-reference/addon writing output... [ 47%] reference/cmd-ref/amc-command-reference/application writing output... [ 48%] reference/cmd-ref/amc-command-reference/benchmark writing output... [ 48%] reference/cmd-ref/amc-command-reference/completion writing output... [ 48%] reference/cmd-ref/amc-command-reference/config writing output... [ 49%] reference/cmd-ref/amc-command-reference/delete writing output... [ 49%] reference/cmd-ref/amc-command-reference/exec writing output... [ 50%] reference/cmd-ref/amc-command-reference/help writing output... [ 50%] reference/cmd-ref/amc-command-reference/image writing output... [ 50%] reference/cmd-ref/amc-command-reference/info writing output... [ 51%] reference/cmd-ref/amc-command-reference/init writing output... [ 51%] reference/cmd-ref/amc-command-reference/landing writing output... [ 52%] reference/cmd-ref/amc-command-reference/launch writing output... [ 52%] reference/cmd-ref/amc-command-reference/list writing output... [ 52%] reference/cmd-ref/amc-command-reference/logs writing output... [ 53%] reference/cmd-ref/amc-command-reference/node writing output... [ 53%] reference/cmd-ref/amc-command-reference/remote writing output... [ 54%] reference/cmd-ref/amc-command-reference/shell writing output... [ 54%] reference/cmd-ref/amc-command-reference/show writing output... [ 54%] reference/cmd-ref/amc-command-reference/show-log writing output... [ 55%] reference/cmd-ref/amc-command-reference/start writing output... [ 55%] reference/cmd-ref/amc-command-reference/stop writing output... [ 56%] reference/cmd-ref/amc-command-reference/wait writing output... [ 56%] reference/cmd-ref/appliance-command-reference/ams writing output... [ 56%] reference/cmd-ref/appliance-command-reference/dashboard writing output... [ 57%] reference/cmd-ref/appliance-command-reference/destroy writing output... [ 57%] reference/cmd-ref/appliance-command-reference/gateway writing output... [ 57%] reference/cmd-ref/appliance-command-reference/help writing output... [ 58%] reference/cmd-ref/appliance-command-reference/init writing output... [ 58%] reference/cmd-ref/appliance-command-reference/landing writing output... [ 59%] reference/cmd-ref/appliance-command-reference/status writing output... [ 59%] reference/cmd-ref/appliance-command-reference/upgrade writing output... [ 59%] reference/cmd-ref/landing writing output... [ 60%] reference/component-versions writing output... [ 60%] reference/glossary writing output... [ 61%] reference/hooks writing output... [ 61%] reference/landing writing output... [ 61%] reference/license-information writing output... [ 62%] reference/network-ports writing output... [ 62%] reference/perf-benchmarks writing output... [ 63%] reference/prometheus writing output... [ 63%] reference/provided-images writing output... [ 63%] reference/release-notes/1.0.0 writing output... [ 64%] reference/release-notes/1.0.1 writing output... [ 64%] reference/release-notes/1.1.0 writing output... [ 65%] reference/release-notes/1.1.1 writing output... [ 65%] reference/release-notes/1.10.0 writing output... [ 65%] reference/release-notes/1.10.1 writing output... [ 66%] reference/release-notes/1.10.2 writing output... [ 66%] reference/release-notes/1.10.3 writing output... [ 67%] reference/release-notes/1.11.0 writing output... [ 67%] reference/release-notes/1.11.1 writing output... [ 67%] reference/release-notes/1.11.2 writing output... [ 68%] reference/release-notes/1.11.3 writing output... [ 68%] reference/release-notes/1.11.4 writing output... [ 69%] reference/release-notes/1.11.5 writing output... [ 69%] reference/release-notes/1.12.0 writing output... [ 69%] reference/release-notes/1.12.1 writing output... [ 70%] reference/release-notes/1.12.2 writing output... [ 70%] reference/release-notes/1.12.3 writing output... [ 70%] reference/release-notes/1.12.4 writing output... [ 71%] reference/release-notes/1.12.5 writing output... [ 71%] reference/release-notes/1.13.0 writing output... [ 72%] reference/release-notes/1.13.1 writing output... [ 72%] reference/release-notes/1.13.2 writing output... [ 72%] reference/release-notes/1.14.0 writing output... [ 73%] reference/release-notes/1.14.1 writing output... [ 73%] reference/release-notes/1.14.2 writing output... [ 74%] reference/release-notes/1.15.0 writing output... [ 74%] reference/release-notes/1.15.1 writing output... [ 74%] reference/release-notes/1.15.2 writing output... [ 75%] reference/release-notes/1.15.3 writing output... [ 75%] reference/release-notes/1.16.0 writing output... [ 76%] reference/release-notes/1.16.1 writing output... [ 76%] reference/release-notes/1.16.2 writing output... [ 76%] reference/release-notes/1.16.3 writing output... [ 77%] reference/release-notes/1.16.4 writing output... [ 77%] reference/release-notes/1.17.0 writing output... [ 78%] reference/release-notes/1.17.1 writing output... [ 78%] reference/release-notes/1.17.2 writing output... [ 78%] reference/release-notes/1.18.0 writing output... [ 79%] reference/release-notes/1.18.1 writing output... [ 79%] reference/release-notes/1.18.2 writing output... [ 80%] reference/release-notes/1.19.0 writing output... [ 80%] reference/release-notes/1.19.0-fix1 writing output... [ 80%] reference/release-notes/1.19.1 writing output... [ 81%] reference/release-notes/1.19.2 writing output... [ 81%] reference/release-notes/1.2.0 writing output... [ 81%] reference/release-notes/1.2.1 writing output... [ 82%] reference/release-notes/1.20.0 writing output... [ 82%] reference/release-notes/1.20.1 writing output... [ 83%] reference/release-notes/1.20.2 writing output... [ 83%] reference/release-notes/1.21.0 writing output... [ 83%] reference/release-notes/1.21.1 writing output... [ 84%] reference/release-notes/1.3.0 writing output... [ 84%] reference/release-notes/1.3.1 writing output... [ 85%] reference/release-notes/1.3.2 writing output... [ 85%] reference/release-notes/1.3.3 writing output... [ 85%] reference/release-notes/1.4.0 writing output... [ 86%] reference/release-notes/1.5.0 writing output... [ 86%] reference/release-notes/1.5.1 writing output... [ 87%] reference/release-notes/1.5.2 writing output... [ 87%] reference/release-notes/1.6.0 writing output... [ 87%] reference/release-notes/1.6.1 writing output... [ 88%] reference/release-notes/1.6.2 writing output... [ 88%] reference/release-notes/1.6.3 writing output... [ 89%] reference/release-notes/1.7.0 writing output... [ 89%] reference/release-notes/1.7.1 writing output... [ 89%] reference/release-notes/1.7.2 writing output... [ 90%] reference/release-notes/1.7.3 writing output... [ 90%] reference/release-notes/1.7.4 writing output... [ 91%] reference/release-notes/1.8.0 writing output... [ 91%] reference/release-notes/1.8.1 writing output... [ 91%] reference/release-notes/1.8.2 writing output... [ 92%] reference/release-notes/1.8.3 writing output... [ 92%] reference/release-notes/1.9.0 writing output... [ 93%] reference/release-notes/1.9.1 writing output... [ 93%] reference/release-notes/1.9.2 writing output... [ 93%] reference/release-notes/1.9.3 writing output... [ 94%] reference/release-notes/1.9.4 writing output... [ 94%] reference/release-notes/1.9.5 writing output... [ 94%] reference/release-notes/release-notes writing output... [ 95%] reference/release-notes/release-notes-template writing output... [ 95%] reference/requirements writing output... [ 96%] reference/roadmap writing output... [ 96%] reference/sdks writing output... [ 96%] reference/supported-codecs writing output... [ 97%] reference/supported-rendering-resources writing output... [ 97%] reference/supported-versions writing output... [ 98%] reference/webrtc-streamer writing output... [ 98%] tutorial/creating-addon writing output... [ 98%] tutorial/getting-started writing output... [ 99%] tutorial/getting-started-dashboard writing output... [ 99%] tutorial/installing-appliance writing output... [100%] tutorial/landing writing output... [100%] tutorial/stream-client /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/README.md:41: WARNING: 'myst' cross-reference target not found: './anbox-style-guide.md' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/explanation/capacity-planning.md:31: WARNING: 'myst' cross-reference target not found: 'over-committing-resources' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/howto/install/deploy-bare-metal.md:91: WARNING: 'myst' cross-reference target not found: 'existing-storage-pool' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/howto/install/deploy-bare-metal.md:92: WARNING: 'myst' cross-reference target not found: 'dedicated-storage-device' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/howto/instance/access.md:71: WARNING: 'myst' cross-reference target not found: 'through-ssh-tunnel-6' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/howto/stream/client-side-keyboard.md:11: WARNING: 'myst' cross-reference target not found: 'customising-the-virtual-keyboard-4' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/howto/stream/oob-data.md:8: WARNING: 'myst' cross-reference target not found: 'version-2' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/howto/stream/oob-data.md:11: WARNING: 'myst' cross-reference target not found: 'version-1' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/howto/stream/oob-data.md:16: WARNING: 'myst' cross-reference target not found: 'version-1-10' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/howto/stream/oob-data.md:16: WARNING: 'myst' cross-reference target not found: 'version-2-1' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/howto/stream/oob-data.md:20: WARNING: 'myst' cross-reference target not found: 'version-2' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/howto/stream/oob-data.md:21: WARNING: 'myst' cross-reference target not found: 'version-1' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/howto/stream/oob-data.md:341: WARNING: Lexing literal_block 'import com.canonical.anbox.PlatformAPISkeleton;\n\npublic class FakeCameraActivity extends AppCompatActivity {\n ….\n ….\n public void onResume() {\n super.onResume();\n\n String type = "message-type"; //Size is limited to 256 KB\n String data = "message-data"; //Size is limited to 1 MB\n PlatformAPISkeleton api_skeleton = new PlatformAPISkeleton();\n if (!api_skeleton.sendMessage(type, data)) {\n Log.e(TAG, "Failed to send a message type " + type + " to Anbox session");\n }\n }\n}\n' as "java" resulted in an error at token: '…'. Retrying in relaxed mode. /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/howto/troubleshoot/logs.md:11: WARNING: 'myst' cross-reference target not found: 'logging-level-4' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/anbox-features.md:12: WARNING: undefined label: 'sec-ams-config-custom-android-id' /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/anbox-https-api.md:546: WARNING: 'myst' cross-reference target not found: 'heading--10vhalconfig' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/anbox-https-api.md:573: WARNING: 'myst' cross-reference target not found: 'heading--10vhalconfig' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/anbox-https-api.md:33: WARNING: Lexing literal_block '{\n "type": "sync", # Standard operation type ("sync" or "async")\n "status": "Success", # Response status\n "status_code": 200, # Response status code\n "metadata": {} # Extra resource/action specific metadata\n}\n' as "json" resulted in an error at token: '#'. Retrying in relaxed mode. /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/anbox-https-api.md:165: WARNING: Lexing literal_block '{\n "latitude": 52.4538982, # Latitude of geographic coordinates\n "longitude": 13.3857982, # Longitude of geographic coordinates\n "altitude": 10.0, # Altitude in meters\n "time": 1597237057, # Current time in millisecond since 1970-01-01 00:00:00 UTC\n "speed": 0.0, # Speed in meters per second\n "bearing": 0.0, # Magnetic heading in degrees\n "format": "wgs84", # (optional) Location format\n "horizontal_accuracy": 20, # (optional) Horizontal accuracy in meters\n "vertical_accuracy": 20 # (optional) Vertical accuracy in meters\n}\n' as "json" resulted in an error at token: '#'. Retrying in relaxed mode. /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/application-manifest.md:33: WARNING: 'myst' cross-reference target not found: 'resources' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/application-manifest.md:133: WARNING: 'myst' cross-reference target not found: 'instance-type' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/cmd-ref/appliance-command-reference/destroy.md:10: WARNING: Pygments lexer name '{caution}This' is not known /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:60: WARNING: 'myst' cross-reference target not found: 'control-node' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:231: WARNING: 'myst' cross-reference target not found: 'control-node' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/perf-benchmarks.md:18: WARNING: undefined label: '(sec-sw-rendering-video-encoding)' /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.2.0.md:8: WARNING: 'myst' cross-reference target not found: 'installation-registry.md' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.21.0.md:22: WARNING: undefined label: 'sec-gl-async-swap-support' /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.21.1.md:26: WARNING: 'myst' cross-reference target not found: 'tbd' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/tutorial/getting-started.md:219: WARNING: 'myst' cross-reference target not found: 'log-on-to-the-virtual-device' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/tutorial/getting-started.md:219: WARNING: 'myst' cross-reference target not found: 'test-the-virtual-device' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/tutorial/stream-client.md:113: WARNING: Pygments lexer name 'service' is not known generating indices... genindex done Creating redirect 'howto/container/index.html' to 'howto/instance'. writing additional pages... search done copying images... [100%] 404.svg dumping search index in English (code: en)... done dumping object inventory... done Updating searchtools for Read the Docs search... build succeeded, 264 warnings. The HTML pages are in _readthedocs/html. [rtd-command-info] start-time: 2024-03-22T08:57:53.023663Z, end-time: 2024-03-22T08:58:50.409636Z, duration: 57, exit-code: 0 python -m sphinx -T -b latex -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/pdf Running Sphinx v7.2.6 matplotlib is not installed, social cards will not be generated making output directory... done loading pickled environment... done 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=0, heading_slug_func=None, html_meta={}, footnote_transition=True, words_per_minute=200, substitutions={}, linkify_fuzzy_links=True, 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) building [mo]: targets for 0 po files that are out of date writing output... building [latex]: all documents updating environment: 0 added, 1 changed, 0 removed reading sources... [100%] reference/release-notes/1.17.0 /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.17.0.md:34: WARNING: image file not readable: reference/release-notes/images/dashboard-containers-overview.png /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.17.0.md:34: WARNING: image file not readable: reference/release-notes/images/dashboard-containers-terminal.png /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.17.0.md:39: WARNING: image file not readable: reference/release-notes/images/dashboard-nodes-overview.png looking for now-outdated files... none found pickling environment... done checking consistency... /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/README.md: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/howto/application/stream.md: WARNING: document isn't included in any toctree /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/images/README.md: WARNING: document isn't included in any toctree done copying TeX support files... copying TeX support files... done processing canonicalanboxcloud.tex... index tutorial/landing tutorial/installing-appliance tutorial/getting-started-dashboard tutorial/getting-started tutorial/stream-client tutorial/creating-addon howto/landing howto/stream/landing howto/stream/access howto/stream/oob-data howto/stream/client-side-keyboard howto/install-appliance/landing howto/install-appliance/aws howto/install-appliance/azure howto/install-appliance/google-cloud howto/install/landing howto/install/customise howto/install/deploy-bare-metal howto/install/deploy-juju howto/install/high-availability howto/install/validate howto/aar/landing howto/aar/configure howto/aar/deploy howto/aar/revoke howto/addons/landing howto/addons/create howto/addons/enable-globally howto/addons/migrate howto/addons/update howto/addons/customise-android howto/addons/emulate-platforms howto/addons/backup-and-restore howto/addons/install-tools howto/anbox/landing howto/anbox/ams-access howto/anbox/images howto/anbox/resize-storage howto/anbox/benchmarks howto/anbox/tls-for-appliance howto/application/landing howto/application/create howto/application/delete howto/application/extend howto/application/list howto/application/test howto/application/update howto/application/pass-custom-data howto/application/wait howto/cluster/landing howto/cluster/configure-nodes howto/cluster/scale-down howto/cluster/scale-up howto/instance/landing howto/instance/access howto/instance/backup-and-restore howto/instance/create howto/instance/delete howto/instance/expose-services howto/instance/geographic-location howto/instance/list howto/instance/logs howto/instance/start howto/instance/stop howto/instance/wait howto/monitor/landing howto/port/landing howto/port/architecture howto/port/configure-watchdog howto/port/permissions howto/port/install-system-app howto/port/obb-files howto/troubleshoot/landing howto/troubleshoot/instance-failures howto/troubleshoot/application-creation howto/troubleshoot/lxd-cluster howto/troubleshoot/initial-setup howto/troubleshoot/streaming-issues howto/troubleshoot/dashboard-issues howto/troubleshoot/logs howto/update/landing howto/update/control howto/update/upgrade-appliance howto/update/upgrade-anbox howto/dashboard/landing howto/anbox-runtime/landing howto/anbox-runtime/develop-addon howto/anbox-runtime/develop-platform howto/anbox-runtime/enable-virgl howto/android/landing howto/android/graphics-debugging-with-renderdoc howto/android/virtual-devices explanation/landing explanation/addons explanation/aar explanation/anbox-cloud explanation/web-dashboard explanation/ams explanation/applications explanation/application-streaming explanation/capacity-planning explanation/clustering explanation/gpus-instances explanation/instances explanation/performance explanation/production explanation/rendering-architecture explanation/resources explanation/security explanation/platforms reference/landing reference/addon-manifest reference/ams-configuration reference/sdks reference/api-reference reference/anbox-https-api reference/application-manifest reference/cmd-ref/landing reference/cmd-ref/amc-command-reference/landing reference/cmd-ref/appliance-command-reference/landing reference/component-versions reference/glossary reference/hooks reference/license-information reference/network-ports reference/perf-benchmarks reference/prometheus reference/provided-images reference/release-notes/release-notes reference/requirements reference/roadmap reference/android-features reference/anbox-features reference/supported-rendering-resources reference/supported-versions reference/supported-codecs reference/webrtc-streamer contribute/landing contribute/anbox-style-guide resolving references... /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/tutorial/getting-started.md:219: WARNING: 'myst' cross-reference target not found: 'log-on-to-the-virtual-device' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/tutorial/getting-started.md:219: WARNING: 'myst' cross-reference target not found: 'test-the-virtual-device' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/howto/stream/oob-data.md:8: WARNING: 'myst' cross-reference target not found: 'version-2' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/howto/stream/oob-data.md:11: WARNING: 'myst' cross-reference target not found: 'version-1' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/howto/stream/oob-data.md:16: WARNING: 'myst' cross-reference target not found: 'version-1-10' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/howto/stream/oob-data.md:16: WARNING: 'myst' cross-reference target not found: 'version-2-1' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/howto/stream/oob-data.md:20: WARNING: 'myst' cross-reference target not found: 'version-2' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/howto/stream/oob-data.md:21: WARNING: 'myst' cross-reference target not found: 'version-1' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/howto/stream/client-side-keyboard.md:11: WARNING: 'myst' cross-reference target not found: 'customising-the-virtual-keyboard-4' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/howto/install/deploy-bare-metal.md:91: WARNING: 'myst' cross-reference target not found: 'existing-storage-pool' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/howto/install/deploy-bare-metal.md:92: WARNING: 'myst' cross-reference target not found: 'dedicated-storage-device' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/howto/instance/access.md:71: WARNING: 'myst' cross-reference target not found: 'through-ssh-tunnel-6' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/howto/troubleshoot/logs.md:11: WARNING: 'myst' cross-reference target not found: 'logging-level-4' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/explanation/capacity-planning.md:31: WARNING: 'myst' cross-reference target not found: 'over-committing-resources' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/anbox-https-api.md:546: WARNING: 'myst' cross-reference target not found: 'heading--10vhalconfig' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/anbox-https-api.md:573: WARNING: 'myst' cross-reference target not found: 'heading--10vhalconfig' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/application-manifest.md:33: WARNING: 'myst' cross-reference target not found: 'resources' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/application-manifest.md:133: WARNING: 'myst' cross-reference target not found: 'instance-type' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:60: WARNING: 'myst' cross-reference target not found: 'control-node' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/glossary.md:231: WARNING: 'myst' cross-reference target not found: 'control-node' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/perf-benchmarks.md:18: WARNING: undefined label: '(sec-sw-rendering-video-encoding)' /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/anbox-features.md:12: WARNING: undefined label: 'sec-ams-config-custom-android-id' done writing... /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/tutorial/stream-client.md:113: WARNING: Pygments lexer name 'service' is not known /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/howto/stream/oob-data.md:341: WARNING: Lexing literal_block 'import com.canonical.anbox.PlatformAPISkeleton;\n\npublic class FakeCameraActivity extends AppCompatActivity {\n ….\n ….\n public void onResume() {\n super.onResume();\n\n String type = "message-type"; //Size is limited to 256 KB\n String data = "message-data"; //Size is limited to 1 MB\n PlatformAPISkeleton api_skeleton = new PlatformAPISkeleton();\n if (!api_skeleton.sendMessage(type, data)) {\n Log.e(TAG, "Failed to send a message type " + type + " to Anbox session");\n }\n }\n}\n' as "java" resulted in an error at token: '…'. Retrying in relaxed mode. /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/anbox-https-api.md:33: WARNING: Lexing literal_block '{\n "type": "sync", # Standard operation type ("sync" or "async")\n "status": "Success", # Response status\n "status_code": 200, # Response status code\n "metadata": {} # Extra resource/action specific metadata\n}\n' as "json" resulted in an error at token: '#'. Retrying in relaxed mode. /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/anbox-https-api.md:165: WARNING: Lexing literal_block '{\n "latitude": 52.4538982, # Latitude of geographic coordinates\n "longitude": 13.3857982, # Longitude of geographic coordinates\n "altitude": 10.0, # Altitude in meters\n "time": 1597237057, # Current time in millisecond since 1970-01-01 00:00:00 UTC\n "speed": 0.0, # Speed in meters per second\n "bearing": 0.0, # Magnetic heading in degrees\n "format": "wgs84", # (optional) Location format\n "horizontal_accuracy": 20, # (optional) Horizontal accuracy in meters\n "vertical_accuracy": 20 # (optional) Vertical accuracy in meters\n}\n' as "json" resulted in an error at token: '#'. Retrying in relaxed mode. done copying images... [ 2%] https://assets.ubuntu.com/v1/f35744dc-install_appliance_initialise.png copying images... [ 3%] https://assets.ubuntu.com/v1/279e12e3-install_appliance_status.png copying images... [ 5%] https://assets.ubuntu.com/v1/93b47634-install_appliance_register.png copying images... [ 7%] https://assets.ubuntu.com/v1/7cb08440-add-application.png copying images... [ 8%] https://assets.ubuntu.com/v1/7f1553f5-start-new-session.png copying images... [ 10%] https://assets.ubuntu.com/v1/11ee7ef4-create-session.png copying images... [ 12%] https://assets.ubuntu.com/v1/9d9ba326-interact-virtual-device.png copying images... [ 13%] https://assets.ubuntu.com/v1/57063a40-instance_list.png copying images... [ 15%] https://assets.ubuntu.com/v1/bc5ad728-instance_terminal.png copying images... [ 17%] https://assets.ubuntu.com/v1/7004a76a-instance_logs.png copying images... [ 18%] https://assets.ubuntu.com/v1/17073a3d-install_appliance_launch-wizard.png copying images... [ 20%] https://assets.ubuntu.com/v1/ab7e13d9-install_appliance_search-ami.png copying images... [ 22%] https://assets.ubuntu.com/v1/bf6e7864-install_appliance_select-ami.png copying images... [ 23%] https://assets.ubuntu.com/v1/e967ac16-install_appliance_instance-type.png copying images... [ 25%] https://assets.ubuntu.com/v1/b58cd719-install_appliance_key-pair.png copying images... [ 27%] https://assets.ubuntu.com/v1/f0af08ae-install_appliance_security-group.png copying images... [ 28%] https://assets.ubuntu.com/v1/9b717248-install_appliance_add-storage.png copying images... [ 30%] https://assets.ubuntu.com/v1/8a7a34d1-install_appliance_launch-instance.png copying images... [ 32%] https://assets.ubuntu.com/v1/1ccac988-install_appliance_launch-status.png copying images... [ 33%] https://assets.ubuntu.com/v1/0ca30941-azure_quickstart-co.png copying images... [ 35%] https://assets.ubuntu.com/v1/d0ac4cf5-azure_deploy-vm-co.png copying images... [ 37%] https://assets.ubuntu.com/v1/9c8844a2-azure_config-basics-co.png copying images... [ 38%] https://assets.ubuntu.com/v1/8fea8b11-azure_config-disk.png copying images... [ 40%] https://assets.ubuntu.com/v1/a7be81a2-azure_config-secgroup-co.png copying images... [ 42%] https://assets.ubuntu.com/v1/c6ff12de-azure_config-review.png copying images... [ 43%] https://assets.ubuntu.com/v1/fafd883f-azure_progress.png copying images... [ 45%] https://assets.ubuntu.com/v1/884d0b10-boot-disk-config-2.png copying images... [ 47%] https://assets.ubuntu.com/v1/8acf5d22-add-new-disk-2.png copying images... [ 48%] https://assets.ubuntu.com/v1/53cf7db6-install_customise_juju-model.png copying images... [ 50%] https://assets.ubuntu.com/v1/28d5d0ad-manage_tls_public-hosted-zone.png copying images... [ 52%] https://assets.ubuntu.com/v1/2dfee5bd-manage_tls_custom-name-servers.png copying images... [ 53%] https://assets.ubuntu.com/v1/433fdfd9-manage_tls_enter-nameservers.png copying images... [ 55%] https://assets.ubuntu.com/v1/5caeac31-manage_tls_cname-record.png copying images... [ 57%] https://assets.ubuntu.com/v1/b95943aa-manage_tls_certificate-status.png copying images... [ 58%] https://assets.ubuntu.com/v1/14995bdf-manage_tls_register-targets.png copying images... [ 60%] https://assets.ubuntu.com/v1/3308aa3a-manage_tls_listener-settings.png copying images... [ 62%] https://assets.ubuntu.com/v1/040220cb-manage_tls_dns-name.png copying images... [ 63%] https://assets.ubuntu.com/v1/36bcce7f-manage_tls_a-record.png copying images... [ 65%] https://assets.ubuntu.com/v1/5a4986bd-manage_tls_dns-records.png copying images... [ 67%] https://assets.ubuntu.com/v1/cd4c0316-manage_tls_result.png copying images... [ 68%] https://assets.ubuntu.com/v1/16e9a133-manage_applications_extra-data.png copying images... [ 70%] https://assets.ubuntu.com/v1/f80697ef-stream_webrtc-connected.png copying images... [ 72%] https://assets.ubuntu.com/v1/4bc262ee-stream_webrtc-candidates.png copying images... [ 73%] https://assets.ubuntu.com/v1/43e5fac7-session-error.png copying images... [ 75%] https://assets.ubuntu.com/v1/4658bad5-session-does-not-start.png copying images... [ 77%] https://assets.ubuntu.com/v1/62cc57f1-instance-list-error.png copying images... [ 78%] https://assets.ubuntu.com/v1/590c9eea-instance-details-error.png copying images... [ 80%] https://assets.ubuntu.com/v1/9b3d4959-logs-unavailable-for-instance.png copying images... [ 82%] https://assets.ubuntu.com/v1/3c745aa3-terminal-unavailable-for-instance.png copying images... [ 83%] https://assets.ubuntu.com/v1/1093e239-update_appliance.png copying images... [ 85%] https://assets.ubuntu.com/v1/4cc5a115-application_virtual-device.png copying images... [ 87%] https://assets.ubuntu.com/v1/2a7f484d-core_stack_updated.png copying images... [ 88%] https://assets.ubuntu.com/v1/29aa27b6-core_and_streaming_stack_updated.png copying images... [ 90%] https://assets.ubuntu.com/v1/7eed04fd-application-bootstrap.png copying images... [ 92%] https://assets.ubuntu.com/v1/a14d6ead-application_streaming_stack.png copying images... [ 93%] https://assets.ubuntu.com/v1/45389cab-instance_start.png copying images... [ 95%] https://assets.ubuntu.com/v1/abb5becf-instance_stop.png copying images... [ 97%] https://assets.ubuntu.com/v1/73881ec7-NVIDIA_pipeline_updated.png copying images... [ 98%] https://assets.ubuntu.com/v1/70d97e49-Intel_AMD_pipeline_updated.png copying images... [100%] https://assets.ubuntu.com/v1/8441e690-addons-reference-hook-order.png Missing searchtools: /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/_readthedocs/pdf/_static/searchtools.js build succeeded, 32 warnings. The LaTeX files are in _readthedocs/pdf. Run 'make' in that directory to run these through (pdf)latex (use `make latexpdf' here to do that automatically). [rtd-command-info] start-time: 2024-03-22T08:59:01.442687Z, end-time: 2024-03-22T08:59:01.511642Z, duration: 0, exit-code: 0 cat latexmkrc $latex = 'latex ' . $ENV{'LATEXOPTS'} . ' %O %S'; $pdflatex = 'pdflatex ' . $ENV{'LATEXOPTS'} . ' %O %S'; $lualatex = 'lualatex ' . $ENV{'LATEXOPTS'} . ' %O %S'; $xelatex = 'xelatex --no-pdf ' . $ENV{'LATEXOPTS'} . ' %O %S'; $makeindex = 'makeindex -s python.ist %O -o %D %S'; add_cus_dep( "glo", "gls", 0, "makeglo" ); sub makeglo { return system( "makeindex -s gglo.ist -o '$_[0].gls' '$_[0].glo'" ); } [rtd-command-info] start-time: 2024-03-22T08:59:01.581997Z, end-time: 2024-03-22T08:59:48.879173Z, duration: 47, exit-code: 0 latexmk -r latexmkrc -pdf -f -dvi- -ps- -jobname=canonical-anbox-cloud-documentation -interaction=nonstopmode Use of uninitialized value in concatenation (.) or string at (eval 10) line 1. Use of uninitialized value in concatenation (.) or string at (eval 10) line 2. Use of uninitialized value in concatenation (.) or string at (eval 10) line 3. Use of uninitialized value in concatenation (.) or string at (eval 10) line 4. Subroutine makeglo redefined at (eval 11) line 7. Use of uninitialized value in concatenation (.) or string at (eval 11) line 1. Use of uninitialized value in concatenation (.) or string at (eval 11) line 2. Use of uninitialized value in concatenation (.) or string at (eval 11) line 3. Use of uninitialized value in concatenation (.) or string at (eval 11) line 4. Rc files read: /etc/LatexMk latexmkrc latexmkrc Latexmk: This is Latexmk, John Collins, 20 November 2021, version: 4.76. Rule 'pdflatex': File changes, etc: Changed files, or newly in use since previous run(s): 'canonicalanboxcloud.tex' ------------ Run number 1 of rule 'pdflatex' ------------ ------------ Running 'pdflatex -interaction=nonstopmode -recorder --jobname="canonical-anbox-cloud-documentation" "canonicalanboxcloud.tex"' ------------ Latexmk: applying rule 'pdflatex'... This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2022/dev/Debian) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./canonicalanboxcloud.tex LaTeX2e <2021-11-15> patch level 1 L3 programming layer <2022-01-21> (./sphinxmanual.cls Document Class: sphinxmanual 2019/12/01 v2.3.0 Document class (Sphinx manual) (/usr/share/texlive/texmf-dist/tex/latex/base/report.cls Document Class: report 2021/10/04 v1.4n Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty) (/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty<>) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty (/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def) (/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf)) (/usr/share/texmf/tex/latex/tex-gyre/tgtermes.sty (/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty) (/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty))) (/usr/share/texmf/tex/latex/tex-gyre/tgheros.sty) (/usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty) (./sphinx.sty (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def)) (./sphinxoptionshyperref.sty) (./sphinxoptionsgeometry.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty) (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/share/texlive/texmf-dist/tex/latex/wrapfig/wrapfig.sty) (/usr/share/texlive/texmf-dist/tex/latex/capt-of/capt-of.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/multicol.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg))) (./sphinxlatexgraphics.sty) (./sphinxpackageboxes.sty (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.sty (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.cfg) (/usr/share/texlive/texmf-dist/tex/latex/pict2e/p2e-pdftex.def)) (/usr/share/texlive/texmf-dist/tex/latex/ellipse/ellipse.sty)) (./sphinxlatexadmonitions.sty (/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty)) (./sphinxlatexliterals.sty (/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texlive/texmf-dist/tex/latex/upquote/upquote.sty) (/usr/share/texlive/texmf-dist/tex/latex/needspace/needspace.sty)) (./sphinxlatexshadowbox.sty) (./sphinxlatexcontainers.sty) (./sphinxhighlight.sty) (./sphinxlatextables.sty (/usr/share/texlive/texmf-dist/tex/latex/tabulary/tabulary.sty (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty) (/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty) (/usr/share/texlive/texmf-dist/tex/latex/booktabs/booktabs.sty)) (./sphinxlatexnumfig.sty) (./sphinxlatexlists.sty) (./sphinxpackagefootnote.sty ) (./sphinxlatexindbibtoc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty)) (./sphinxlatexstylepage.sty (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip.sty (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip-2001-04-09.sty)) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty)) (./sphinxlatexstyleheadings.sty (/usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty)) (./sphinxlatexstyletext.sty) (./sphinxlatexobjects.sty)) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty))) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty)) (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty) (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty) (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty) (/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty) (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def) (/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty) (/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty (/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty)) (/usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def (/usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty) (/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty (/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty))) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty) (./sphinxmessages.sty) Writing index file canonical-anbox-cloud-documentation.idx (/usr/share/texmf/tex/latex/tex-gyre/t1qtm.fd) (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def) (./canonical-anbox-cloud-documentation.aux) (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty)) (/usr/share/texmf/tex/latex/tex-gyre/t1qhv.fd)<><><><> (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1{/var/lib/texmf/fo nts/map/pdftex/updmap/pdftex.map}] [2] [1] [2] [1] [2] Chapter 1. LaTeX Warning: Hyper reference `tutorial/landing::doc' on page 3 undefined on i nput line 131. LaTeX Warning: Hyper reference `howto/landing::doc' on page 3 undefined on inpu t line 131. LaTeX Warning: Hyper reference `explanation/landing::doc' on page 3 undefined o n input line 131. LaTeX Warning: Hyper reference `reference/landing::doc' on page 3 undefined on input line 131. LaTeX Warning: Hyper reference `tutorial/landing::doc' on page 3 undefined on i nput line 131. LaTeX Warning: Hyper reference `howto/landing::doc' on page 3 undefined on inpu t line 131. LaTeX Warning: Hyper reference `explanation/landing::doc' on page 3 undefined o n input line 131. LaTeX Warning: Hyper reference `reference/landing::doc' on page 3 undefined on input line 131. [3] [4] Chapter 2. (/usr/share/texmf/tex/latex/tex-gyre/ts1qtm.fd) LaTeX Warning: Hyper reference `howto/troubleshoot/landing:howto-ts-anbox-cloud ' on page 5 undefined on input line 160. LaTeX Warning: Hyper reference `contribute/landing:contribute' on page 5 undefi ned on input line 168. LaTeX Warning: Hyper reference `reference/roadmap:ref-roadmap' on page 5 undefi ned on input line 181. LaTeX Warning: Hyper reference `reference/release-notes/release-notes:ref-relea se-notes' on page 5 undefined on input line 185. LaTeX Warning: Hyper reference `tutorial/installing-appliance:tut-installing-ap pliance' on page 5 undefined on input line 209. LaTeX Warning: Hyper reference `tutorial/getting-started-dashboard:tut-getting- started-dashboard' on page 5 undefined on input line 213. LaTeX Warning: Hyper reference `tutorial/getting-started:tut-getting-started-cl i' on page 5 undefined on input line 217. LaTeX Warning: Hyper reference `tutorial/stream-client:tut-set-up-stream-client ' on page 5 undefined on input line 227. LaTeX Warning: Hyper reference `tutorial/creating-addon:tut-create-addon' on pa ge 5 undefined on input line 231. [5] LaTeX Warning: Hyper reference `howto/landing:how-to-guides' on page 6 undefine d on input line 236. LaTeX Warning: Hyper reference `reference/landing:reference' on page 6 undefine d on input line 236. LaTeX Warning: Hyper reference `explanation/landing:explanation' on page 6 unde fined on input line 236. LaTeX Warning: Hyper reference `explanation/anbox-cloud:sec-variants' on page 6 undefined on input line 247. LaTeX Warning: Hyper reference `howto/install/landing:howto-install-anbox-cloud ' on page 6 undefined on input line 255. LaTeX Warning: Hyper reference `howto/install-appliance/landing:howto-install-a ppliance' on page 6 undefined on input line 255. LaTeX Warning: Hyper reference `reference/requirements:ref-requirements' on pag e 6 undefined on input line 272. [6] (/usr/share/texlive/texmf-dist/tex/latex/txfonts/t1txtt.fd) [7] [8 <./b4e7b 1177277277083200ef718d8b6674d3c6f8e.png (PNG copy)>] LaTeX Warning: Hyper reference `explanation/web-dashboard:exp-web-dashboard' on page 9 undefined on input line 420. Underfull \hbox (badness 10000) in paragraph at lines 419--421 \T1/qtm/m/n/10 Once the ini-tial-i-sa-tion pro-cess has fin-ished, you are pre- sented with a wel-come page on \T1/txtt/m/n/10 https:// [9 <./fe28cf50cd568828413c41dbaba12c602d61eb5b.png (PNG copy)>] LaTeX Warning: Hyper reference `tutorial/getting-started-dashboard:tut-getting- started-dashboard' on page 10 undefined on input line 448. LaTeX Warning: Hyper reference `tutorial/getting-started:tut-getting-started-cl i' on page 10 undefined on input line 448. [10 <./800a08f7291ccd6ac6d82f190309f0630badfc3c.png (PNG copy)>] LaTeX Warning: Hyper reference `tutorial/getting-started:tut-getting-started-cl i' on page 11 undefined on input line 462. LaTeX Warning: Hyper reference `howto/install-appliance/landing:howto-install-a ppliance' on page 11 undefined on input line 472. LaTeX Warning: Hyper reference `howto/install/landing:howto-install-anbox-cloud ' on page 11 undefined on input line 476. [11] [12 <./7cb08440-add-application.png> <./7f1553f5-start-new-session.png>] LaTeX Warning: Hyper reference `tutorial/getting-started-dashboard:sec-create-v irtual-device' on page 13 undefined on input line 566. LaTeX Warning: Hyper reference `howto/port/landing:howto-port-android-apps' on page 13 undefined on input line 570. LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-resources' on page 13 undefined on input line 574. [13 <./11ee7ef4-create-session.png> <./fcf0313d40e26abf3c8c28e38ad146dc5bbf96fc .png>] LaTeX Warning: Hyper reference `howto/application/update:howto-update-applicati on' on page 14 undefined on input line 583. [14 <./57063a40-instance_list.png>] [15 <./bc5ad728-instance_terminal.png> <./7 004a76a-instance_logs.png>] LaTeX Warning: Hyper reference `tutorial/getting-started:tut-getting-started-cl i' on page 16 undefined on input line 677. LaTeX Warning: Hyper reference `howto/dashboard/landing:howto-use-web-dashboard ' on page 16 undefined on input line 684. LaTeX Warning: Hyper reference `howto/application/landing:howto-manage-applicat ions' on page 16 undefined on input line 688. LaTeX Warning: Hyper reference `howto/instance/landing:howto-instance' on page 16 undefined on input line 692. LaTeX Warning: Hyper reference `explanation/ams:exp-ams' on page 16 undefined o n input line 702. LaTeX Warning: Hyper reference `tutorial/getting-started-dashboard:tut-getting- started-dashboard' on page 16 undefined on input line 708. LaTeX Warning: Hyper reference `howto/dashboard/landing:howto-use-web-dashboard ' on page 16 undefined on input line 708. LaTeX Warning: Hyper reference `howto/install-appliance/landing:howto-install-a ppliance' on page 16 undefined on input line 718. LaTeX Warning: Hyper reference `howto/install/landing:howto-install-anbox-cloud ' on page 16 undefined on input line 722. LaTeX Warning: Hyper reference `tutorial/installing-appliance:sec-enable-anbox- pro' on page 16 undefined on input line 744. [16] LaTeX Warning: Hyper reference `howto/anbox/ams-access:howto-access-ams-remote' on page 17 undefined on input line 756. LaTeX Warning: Hyper reference `reference/provided-images:ref-provided-images' on page 17 undefined on input line 793. [17] LaTeX Warning: Hyper reference `explanation/applications:sec-application-bootst rap' on page 18 undefined on input line 835. [18] LaTeX Warning: Hyper reference `howto/instance/access:sec-access-instance-scrcp y' on page 19 undefined on input line 930. [19] LaTeX Warning: Hyper reference `howto/port/landing:howto-port-android-apps' on page 20 undefined on input line 1011. LaTeX Warning: Hyper reference `explanation/resources:exp-resources-presets' on page 20 undefined on input line 1029. LaTeX Warning: Hyper reference `explanation/addons:exp-addons' on page 20 undef ined on input line 1044. LaTeX Warning: Hyper reference `reference/application-manifest:ref-application- manifest' on page 20 undefined on input line 1044. LaTeX Warning: Hyper reference `explanation/applications:sec-application-bootst rap' on page 20 undefined on input line 1059. LaTeX Warning: Hyper reference `tutorial/getting-started:log-on-to-the-virtual- device' on page 20 undefined on input line 1071. LaTeX Warning: Hyper reference `tutorial/getting-started:test-the-virtual-devic e' on page 20 undefined on input line 1071. [20] LaTeX Warning: Hyper reference `howto/application/update:howto-update-applicati on' on page 21 undefined on input line 1077. [21] [22] LaTeX Warning: Hyper reference `tutorial/getting-started-dashboard:tut-getting- started-dashboard' on page 23 undefined on input line 1214. LaTeX Warning: Hyper reference `howto/dashboard/landing:howto-use-web-dashboard ' on page 23 undefined on input line 1221. LaTeX Warning: Hyper reference `howto/application/landing:howto-manage-applicat ions' on page 23 undefined on input line 1225. LaTeX Warning: Hyper reference `howto/instance/landing:howto-instance' on page 23 undefined on input line 1229. LaTeX Warning: Hyper reference `reference/webrtc-streamer:ref-webrtc' on page 2 3 undefined on input line 1239. LaTeX Warning: Hyper reference `tutorial/installing-appliance:tut-installing-ap pliance' on page 23 undefined on input line 1251. LaTeX Warning: Hyper reference `howto/stream/access:howto-access-stream-gateway ' on page 23 undefined on input line 1270. [23] LaTeX Warning: Hyper reference `reference/sdks:sec-streaming-sdk' on page 24 un defined on input line 1276. LaTeX Warning: Hyper reference `howto/application/create:howto-create-applicati on' on page 24 undefined on input line 1286. (/usr/share/texlive/texmf-dist/tex/latex/txfonts/ts1txtt.fd) [24] LaTeX Warning: Hyper reference `howto/troubleshoot/streaming-issues:howto-ts-st reaming-issues' on page 25 undefined on input line 1371. [25] [26] [27] LaTeX Warning: Hyper reference `reference/hooks:ref-hooks' on page 28 undefined on input line 1552. [28] LaTeX Warning: Hyper reference `howto/instance/expose-services:howto-expose-ser vices' on page 29 undefined on input line 1624. LaTeX Warning: Hyper reference `explanation/addons:exp-addons' on page 29 undef ined on input line 1644. LaTeX Warning: Hyper reference `reference/addon-manifest:ref-addon-manifest' on page 29 undefined on input line 1648. LaTeX Warning: Hyper reference `howto/addons/update:howto-update-addons' on pag e 29 undefined on input line 1652. LaTeX Warning: Hyper reference `howto/application/extend:howto-extend-applicati on' on page 29 undefined on input line 1656. LaTeX Warning: Hyper reference `howto/install/landing:howto-install-anbox-cloud ' on page 29 undefined on input line 1676. LaTeX Warning: Hyper reference `howto/install-appliance/landing:howto-install-a ppliance' on page 29 undefined on input line 1680. LaTeX Warning: Hyper reference `howto/update/landing:howto-update' on page 29 u ndefined on input line 1684. LaTeX Warning: Hyper reference `howto/port/landing:howto-port-android-apps' on page 29 undefined on input line 1696. LaTeX Warning: Hyper reference `howto/application/landing:howto-manage-applicat ions' on page 29 undefined on input line 1700. LaTeX Warning: Hyper reference `howto/instance/landing:howto-instance' on page 29 undefined on input line 1704. LaTeX Warning: Hyper reference `howto/addons/landing:howto-addons' on page 29 u ndefined on input line 1708. LaTeX Warning: Hyper reference `howto/stream/landing:howto-streaming' on page 2 9 undefined on input line 1712. [29] LaTeX Warning: Hyper reference `howto/anbox/landing:howto-manage-anbox' on page 30 undefined on input line 1724. LaTeX Warning: Hyper reference `howto/cluster/landing:howto-manage-cluster' on page 30 undefined on input line 1728. LaTeX Warning: Hyper reference `howto/anbox-runtime/landing:howto-anbox-runtime ' on page 30 undefined on input line 1732. LaTeX Warning: Hyper reference `howto/monitor/landing:howto-monitor-anbox' on p age 30 undefined on input line 1744. LaTeX Warning: Hyper reference `howto/troubleshoot/landing:howto-ts-anbox-cloud ' on page 30 undefined on input line 1756. LaTeX Warning: Hyper reference `tutorial/landing:tutorials' on page 30 undefine d on input line 1761. LaTeX Warning: Hyper reference `reference/landing:reference' on page 30 undefin ed on input line 1761. LaTeX Warning: Hyper reference `explanation/landing:explanation' on page 30 und efined on input line 1761. [30] [31] LaTeX Warning: Hyper reference `explanation/application-streaming:exp-applicati on-streaming' on page 32 undefined on input line 1877. LaTeX Warning: Hyper reference `explanation/ams:exp-ams' on page 32 undefined o n input line 1881. LaTeX Warning: Hyper reference `reference/sdks:sec-streaming-sdk' on page 32 un defined on input line 1885. LaTeX Warning: Hyper reference `tutorial/stream-client:tut-set-up-stream-client ' on page 32 undefined on input line 1889. LaTeX Warning: Hyper reference `howto/stream/oob-data:version-2' on page 32 und efined on input line 1906. LaTeX Warning: Hyper reference `howto/stream/oob-data:version-1' on page 32 und efined on input line 1913. LaTeX Warning: Hyper reference `howto/stream/oob-data:version-1-10' on page 32 undefined on input line 1922. LaTeX Warning: Hyper reference `howto/stream/oob-data:version-2-1' on page 32 u ndefined on input line 1922. LaTeX Warning: Hyper reference `howto/stream/oob-data:version-2' on page 32 und efined on input line 1930. LaTeX Warning: Hyper reference `howto/stream/oob-data:version-1' on page 32 und efined on input line 1934. [32] LaTeX Warning: Hyper reference `reference/sdks:sec-streaming-sdk' on page 33 un defined on input line 1948. [33] LaTeX Warning: Hyper reference `howto/port/install-system-app:howto-install-apk -system-app' on page 34 undefined on input line 2088. [34] Underfull \hbox (badness 10000) in paragraph at lines 2149--2149 []\T1/qhv/m/n/10 Pa-ram-e- Overfull \hbox (47.0134pt too wide) in paragraph at lines 2149--2149 []\T1/txtt/m/n/10 data[]channel[]names| Underfull \hbox (badness 10000) in paragraph at lines 2149--2149 []\T1/qtm/m/n/10 string [35] [36] [37] [38] LaTeX Warning: Hyper reference `reference/sdks:sec-streaming-sdk' on page 39 un defined on input line 2417. [39] LaTeX Warning: Hyper reference `howto/stream/client-side-keyboard:customising-t he-virtual-keyboard-4' on page 40 undefined on input line 2455. [40] [41] [42] [43] LaTeX Warning: Hyper reference `explanation/application-streaming:exp-applicati on-streaming' on page 44 undefined on input line 2689. LaTeX Warning: Hyper reference `reference/sdks:sec-streaming-sdk' on page 44 un defined on input line 2692. LaTeX Warning: Hyper reference `explanation/anbox-cloud:sec-variants' on page 4 4 undefined on input line 2703. LaTeX Warning: Hyper reference `howto/install/landing:howto-install-anbox-cloud ' on page 44 undefined on input line 2703. LaTeX Warning: Hyper reference `tutorial/installing-appliance:tut-installing-ap pliance' on page 44 undefined on input line 2706. LaTeX Warning: Hyper reference `reference/requirements:ref-requirements' on pag e 44 undefined on input line 2709. LaTeX Warning: Hyper reference `howto/install-appliance/aws:howto-install-appli ance-aws' on page 44 undefined on input line 2719. LaTeX Warning: Hyper reference `howto/install-appliance/azure:howto-install-app liance-azure' on page 44 undefined on input line 2728. LaTeX Warning: Hyper reference `howto/install-appliance/google-cloud:howto-inst all-appliance-google-cloud' on page 44 undefined on input line 2732. LaTeX Warning: Hyper reference `tutorial/installing-appliance:tut-installing-ap pliance' on page 44 undefined on input line 2737. LaTeX Warning: Hyper reference `tutorial/installing-appliance:tut-installing-ap pliance' on page 44 undefined on input line 2753. [44] LaTeX Warning: Hyper reference `reference/requirements:ref-requirements' on pag e 45 undefined on input line 2838. [45] [46 <./2e3a2074795bbf89ced63930abfbc69f7a3399c0.png>] [47 <./749b325a3430d b4110f9d55bd69a01113d32259e.png>] LaTeX Warning: Hyper reference `reference/requirements:sec-minimum-hardware-req uirements' on page 48 undefined on input line 2904. [48 <./3a979a2c5cd67f25f359095bac7e04c1937e826e.png>] [49 <./d6dfce77691f94d6a8 a9462f80cad05bcf45c786.png>] LaTeX Warning: Hyper reference `reference/requirements:ref-requirements' on pag e 50 undefined on input line 2931. [50 <./f6e3a65c3ea48812074368c003447809929217ba.png>] [51 <./90e053d121d1877c86 d02266bf265e32bc22cffc.png>] [52 <./cab41c232c5d32b59e66c77d9a95df493747aec7.pn g>] [53 <./82372656a858860d400ebb51197f85bd01ad3935.png>] [54 <./0640b1d1579613 35c3e26dd5d1e5d38dc3be1aec.png>] LaTeX Warning: Hyper reference `tutorial/installing-appliance:tut-installing-ap pliance' on page 55 undefined on input line 3015. [55] LaTeX Warning: Hyper reference `reference/requirements:ref-requirements' on pag e 56 undefined on input line 3049. [56 <./0ca30941-azure_quickstart-co.png>] LaTeX Warning: Hyper reference `reference/requirements:sec-minimum-hardware-req uirements' on page 57 undefined on input line 3106. [57 <./d0ac4cf5-azure_deploy-vm-co.png>] [58 <./896cec8a98ce69cc0934b45ec0abac7 77a7899ab.png>] [59 <./8fea8b11-azure_config-disk.png>] [60 <./c9a2fde42f9f2714 39008e6a1d9dafa4fc712dec.png>] [61 <./c6ff12de-azure_config-review.png>] LaTeX Warning: Hyper reference `tutorial/installing-appliance:tut-installing-ap pliance' on page 62 undefined on input line 3204. [62 <./fafd883f-azure_progress.png>] LaTeX Warning: Hyper reference `reference/requirements:ref-requirements' on pag e 63 undefined on input line 3256. [63] LaTeX Warning: Hyper reference `tutorial/installing-appliance:tut-installing-ap pliance' on page 64 undefined on input line 3314. [64 <./884d0b10-boot-disk-config-2.png (PNG copy)>] [65 <./8acf5d22-add-new-dis k-2.png (PNG copy)>] [66] LaTeX Warning: Hyper reference `tutorial/installing-appliance:tut-installing-ap pliance' on page 67 undefined on input line 3424. LaTeX Warning: Hyper reference `explanation/anbox-cloud:sec-variants' on page 6 7 undefined on input line 3436. LaTeX Warning: Hyper reference `tutorial/installing-appliance:tut-installing-ap pliance' on page 67 undefined on input line 3436. LaTeX Warning: Hyper reference `reference/requirements:ref-requirements' on pag e 67 undefined on input line 3439. [67] [68] LaTeX Warning: Hyper reference `explanation/anbox-cloud:sec-juju-bundles' on pa ge 69 undefined on input line 3560. [69] LaTeX Warning: Hyper reference `howto/install/deploy-juju:howto-deploy-anbox-ju ju' on page 70 undefined on input line 3603. LaTeX Warning: Hyper reference `reference/requirements:sec-minimum-hardware-req uirements' on page 70 undefined on input line 3616. [70 <./9aa49d71fde24001e7f2943fc3884dd4a18086b7.png>] LaTeX Warning: Hyper reference `reference/requirements:sec-juju-version-require ments' on page 71 undefined on input line 3643. LaTeX Warning: Hyper reference `reference/requirements:sec-minimum-hardware-req uirements' on page 71 undefined on input line 3672. [71] LaTeX Warning: Hyper reference `howto/install/deploy-juju:sec-attach-pro-subscr iption' on page 72 undefined on input line 3702. LaTeX Warning: Hyper reference `explanation/anbox-cloud:sec-juju-bundles' on pa ge 72 undefined on input line 3711. LaTeX Warning: Hyper reference `explanation/anbox-cloud:sec-lxd-storage' on pag e 72 undefined on input line 3735. LaTeX Warning: Hyper reference `howto/install/deploy-bare-metal:existing-storag e-pool' on page 72 undefined on input line 3742. LaTeX Warning: Hyper reference `howto/install/deploy-bare-metal:dedicated-stora ge-device' on page 72 undefined on input line 3746. LaTeX Warning: Hyper reference `howto/install/deploy-juju:sec-customise-storage -juju' on page 72 undefined on input line 3750. [72] LaTeX Warning: Hyper reference `explanation/anbox-cloud:sec-juju-bundles' on pa ge 73 undefined on input line 3806. LaTeX Warning: Hyper reference `howto/install/deploy-bare-metal:howto-deploy-an box-baremetal' on page 73 undefined on input line 3842. LaTeX Warning: Hyper reference `explanation/anbox-cloud:sec-variants' on page 7 3 undefined on input line 3846. LaTeX Warning: Hyper reference `tutorial/installing-appliance:tut-installing-ap pliance' on page 73 undefined on input line 3846. [73] LaTeX Warning: Hyper reference `reference/requirements:sec-juju-version-require ments' on page 74 undefined on input line 3902. [74] LaTeX Warning: Hyper reference `howto/install/customise:howto-customise-install ation' on page 75 undefined on input line 3962. [75] LaTeX Warning: Hyper reference `explanation/anbox-cloud:sec-juju-bundles' on pa ge 76 undefined on input line 4020. [76] LaTeX Warning: Hyper reference `explanation/anbox-cloud:sec-lxd-storage' on pag e 77 undefined on input line 4089. [77] [78] [79] [80] [81] [82] LaTeX Warning: Hyper reference `howto/anbox/ams-access:howto-access-ams-remote' on page 83 undefined on input line 4496. LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-instance-type' on page 83 undefined on input line 4502. [83] [84] [85] [86] LaTeX Warning: Hyper reference `explanation/aar:exp-aar' on page 87 undefined o n input line 4754. LaTeX Warning: Hyper reference `howto/aar/revoke:howto-revoke-aar' on page 87 u ndefined on input line 4758. LaTeX Warning: Hyper reference `howto/aar/deploy:sec-aws-cloudfront-cdn' on pag e 87 undefined on input line 4802. [87] [88] LaTeX Warning: Hyper reference `explanation/aar:exp-aar' on page 89 undefined o n input line 4930. LaTeX Warning: Hyper reference `howto/aar/configure:howto-configure-aar' on pag e 89 undefined on input line 4934. LaTeX Warning: Hyper reference `howto/aar/revoke:howto-revoke-aar' on page 89 u ndefined on input line 4938. [89] LaTeX Warning: Hyper reference `explanation/aar:exp-aar' on page 90 undefined o n input line 4970. LaTeX Warning: Hyper reference `howto/aar/configure:howto-configure-aar' on pag e 90 undefined on input line 4974. LaTeX Warning: Hyper reference `howto/aar/deploy:howto-deploy-aar' on page 90 u ndefined on input line 4978. LaTeX Warning: Hyper reference `explanation/aar:exp-aar' on page 90 undefined o n input line 4983. LaTeX Warning: Hyper reference `explanation/addons:exp-addons' on page 90 undef ined on input line 4991. LaTeX Warning: Hyper reference `reference/addon-manifest:ref-addon-manifest' on page 90 undefined on input line 4991. LaTeX Warning: Hyper reference `tutorial/creating-addon:tut-create-addon' on pa ge 90 undefined on input line 4994. LaTeX Warning: Hyper reference `tutorial/creating-addon:tut-create-addon' on pa ge 90 undefined on input line 5001. LaTeX Warning: Hyper reference `howto/addons/backup-and-restore:howto-backup-re store-example' on page 90 undefined on input line 5005. LaTeX Warning: Hyper reference `howto/addons/install-tools:howto-install-tools- example' on page 90 undefined on input line 5009. LaTeX Warning: Hyper reference `howto/addons/backup-and-restore:howto-backup-re store-example' on page 90 undefined on input line 5013. LaTeX Warning: Hyper reference `howto/addons/customise-android:howto-customise- android-example' on page 90 undefined on input line 5017. LaTeX Warning: Hyper reference `howto/addons/emulate-platforms:howto-emulate-pl atforms-example' on page 90 undefined on input line 5021. LaTeX Warning: Hyper reference `howto/addons/migrate:howto-migrate-addons' on p age 90 undefined on input line 5026. LaTeX Warning: Hyper reference `reference/addon-manifest:ref-addon-manifest' on page 90 undefined on input line 5038. LaTeX Warning: Hyper reference `reference/hooks:sec-env-variables' on page 90 u ndefined on input line 5047. [90] LaTeX Warning: Hyper reference `reference/application-manifest:ref-application- manifest' on page 91 undefined on input line 5104. [91] [92] [93] LaTeX Warning: Hyper reference `explanation/ams:sec-security-cert-remote-client s' on page 94 undefined on input line 5333. [94] [95] LaTeX Warning: Hyper reference `explanation/ams:exp-ams' on page 96 undefined o n input line 5459. LaTeX Warning: Hyper reference `reference/provided-images:ref-provided-images' on page 96 undefined on input line 5472. [96] [97] LaTeX Warning: Hyper reference `explanation/capacity-planning:exp-capacity-plan ning' on page 98 undefined on input line 5594. LaTeX Warning: Hyper reference `reference/perf-benchmarks:ref-performance-bench marks' on page 98 undefined on input line 5634. [98] LaTeX Warning: Hyper reference `explanation/platforms:exp-platforms' on page 99 undefined on input line 5658. Underfull \hbox (badness 10000) in paragraph at lines 5758--5758 []\T1/qhv/m/n/10 Plat- Underfull \hbox (badness 10000) in paragraph at lines 5758--5758 []\T1/qhv/m/n/10 Re-quired for- Underfull \hbox (badness 10000) in paragraph at lines 5758--5758 \T1/qhv/m/n/10 mat of user Underfull \hbox (badness 10000) in paragraph at lines 5758--5758 []\T1/qtm/m/n/10 Comma- Overfull \hbox (10.90097pt too wide) in paragraph at lines 5758--5758 []\T1/txtt/m/n/10 swrast| Underfull \hbox (badness 10000) in paragraph at lines 5758--5758 []\T1/qtm/m/n/10 Comma- Overfull \hbox (10.90097pt too wide) in paragraph at lines 5758--5758 []\T1/txtt/m/n/10 webrtc| Underfull \hbox (badness 10000) in paragraph at lines 5758--5758 []\T1/qtm/m/n/10 {^^Qdis-play_width^^Q: ,^^Qdisplay_height^^Q: ,^^Qdisplay_density^^Q: ,^^Qfps^^Q : ] [107 <./476306eb44992322 72799d9efdebbc4e76855cd8.png> <./9338375e745e8067cc45e7f80d6f201edfce9789.png>] LaTeX Warning: Hyper reference `howto/anbox/tls-for-appliance:sec-configure-rou ting-info-name-servers' on page 108 undefined on input line 6200. [108 <./1ec16f3bcef423a051e8c74398e6fe29421848a3.png>] [109 <./309df9c3339ec0da 1650f2742654e50758dc48a9.png>] [110 <./a1ae481f09a2c22ca6869bc9636c84d9765e1960 .png>] [111 <./0cde39918956b84488278aeb4475e241a50b343e.png> <./040220cb-manage _tls_dns-name.png>] LaTeX Warning: Hyper reference `howto/anbox/tls-for-appliance:sec-configure-rou ting-info-name-servers' on page 112 undefined on input line 6334. [112] [113 <./36bcce7f-manage_tls_a-record.png>] [114 <./ba6cf1bc5a3c0b3b27720c 7a6455ad746f2f7257.png>] LaTeX Warning: Hyper reference `reference/cmd-ref/appliance-command-reference/l anding:ref-appliance-commands' on page 115 undefined on input line 6416. LaTeX Warning: Hyper reference `reference/cmd-ref/amc-command-reference/landing :ref-amc-commands' on page 115 undefined on input line 6416. LaTeX Warning: Hyper reference `explanation/applications:exp-applications' on p age 115 undefined on input line 6427. LaTeX Warning: Hyper reference `reference/application-manifest:ref-application- manifest' on page 115 undefined on input line 6427. [115 <./cd4c0316-manage_tls_result.png>] LaTeX Warning: Hyper reference `reference/application-manifest:ref-application- manifest' on page 116 undefined on input line 6447. [116] [117] LaTeX Warning: Hyper reference `howto/application/wait:howto-wait-for-applicati on' on page 118 undefined on input line 6591. LaTeX Warning: Hyper reference `explanation/applications:sec-application-bootst rap' on page 118 undefined on input line 6598. [118] LaTeX Warning: Hyper reference `reference/hooks:ref-hooks' on page 119 undefine d on input line 6645. LaTeX Warning: Hyper reference `reference/hooks:sec-env-variables' on page 119 undefined on input line 6729. [119] [120] LaTeX Warning: Hyper reference `howto/application/extend:sec-create-hook' on pa ge 121 undefined on input line 6822. LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-bootstrap' on page 121 undefined on input line 6851. LaTeX Warning: Hyper reference `howto/application/extend:sec-create-hook' on pa ge 121 undefined on input line 6863. [121] LaTeX Warning: Hyper reference `explanation/addons:exp-addons' on page 122 unde fined on input line 6914. LaTeX Warning: Hyper reference `howto/addons/create:howto-create-addons' on pag e 122 undefined on input line 6918. LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-instance-type' on page 122 undefined on input line 7007. Overfull \hbox (24.64912pt too wide) in paragraph at lines 7007--7007 []\T1/txtt/m/n/10 instance[]type| LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-instance-type' on page 122 undefined on input line 7007. Overfull \hbox (3.64919pt too wide) in paragraph at lines 7007--7007 []\T1/txtt/m/n/10 published| Overfull \hbox (3.64919pt too wide) in paragraph at lines 7007--7007 []\T1/txtt/m/n/10 immutable| [122] LaTeX Warning: Hyper reference `howto/instance/create:howto-create-instance' on page 123 undefined on input line 7058. LaTeX Warning: Hyper reference `howto/application/create:howto-create-applicati on' on page 123 undefined on input line 7062. [123] [124] LaTeX Warning: Hyper reference `explanation/applications:exp-applications' on p age 125 undefined on input line 7163. [125] Underfull \vbox (badness 10000) detected at line 7294 [126] LaTeX Warning: Hyper reference `reference/ams-configuration:ref-ams-configurati on' on page 127 undefined on input line 7307. [127] [128] [129 <./8eeb96bdfd64612308fa860ebe57deeacd460ece.png>] LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-instance-type' on page 130 undefined on input line 7525. Overfull \hbox (24.64912pt too wide) in paragraph at lines 7525--7525 []\T1/txtt/m/n/10 instance[]type| LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-instance-type' on page 130 undefined on input line 7525. Overfull \hbox (3.64919pt too wide) in paragraph at lines 7525--7525 []\T1/txtt/m/n/10 published| Overfull \hbox (3.64919pt too wide) in paragraph at lines 7525--7525 []\T1/txtt/m/n/10 immutable| LaTeX Warning: Hyper reference `explanation/clustering:exp-clustering' on page 130 undefined on input line 7545. [130] LaTeX Warning: Hyper reference `explanation/capacity-planning:sec-over-committi ng' on page 131 undefined on input line 7603. LaTeX Warning: Hyper reference `howto/cluster/scale-down:howto-scale-down-clust er' on page 131 undefined on input line 7625. [131] LaTeX Warning: Hyper reference `explanation/gpus-instances:exp-gpus-instances' on page 132 undefined on input line 7638. LaTeX Warning: Hyper reference `explanation/capacity-planning:sec-gpu-slots' on page 132 undefined on input line 7638. LaTeX Warning: Hyper reference `reference/ams-configuration:sec-node-configurat ion' on page 132 undefined on input line 7641. [132] [133] [134] [135] LaTeX Warning: Hyper reference `howto/instance/access:through-ssh-tunnel-6' on page 136 undefined on input line 7970. [136] [137] [138] LaTeX Warning: Hyper reference `howto/addons/backup-and-restore:howto-backup-re store-example' on page 139 undefined on input line 8185. [139] LaTeX Warning: Hyper reference `howto/application/update:sec-publish-app-versio ns' on page 140 undefined on input line 8268. LaTeX Warning: Hyper reference `explanation/instances:sec-application-raw-insta nces' on page 140 undefined on input line 8292. [140] LaTeX Warning: Hyper reference `reference/provided-images:ref-provided-images' on page 141 undefined on input line 8318. LaTeX Warning: Hyper reference `explanation/platforms:exp-platforms' on page 14 1 undefined on input line 8353. LaTeX Warning: Hyper reference `reference/supported-rendering-resources:sec-sup ported-platforms' on page 141 undefined on input line 8353. [141] LaTeX Warning: Hyper reference `explanation/instances:exp-instances' on page 14 2 undefined on input line 8373. LaTeX Warning: Hyper reference `howto/instance/access:howto-access-instance' on page 142 undefined on input line 8377. LaTeX Warning: Hyper reference `explanation/application-streaming:exp-applicati on-streaming' on page 142 undefined on input line 8381. [142] [143] Underfull \hbox (badness 10000) in paragraph at lines 8568--8568 []\T1/qhv/m/n/10 Value Underfull \hbox (badness 10000) in paragraph at lines 8568--8568 []\T1/qtm/m/n/10 Lon-gi-tude in LaTeX Warning: Hyper reference `reference/anbox-https-api:sec-anbox-https-api-l ocation' on page 144 undefined on input line 8582. [144] LaTeX Warning: Hyper reference `howto/addons/landing:howto-addons' on page 145 undefined on input line 8589. Overfull \hbox (3.74043pt too wide) in paragraph at lines 8665--8665 []\T1/txtt/m/n/10 status| [145] [146] [147] LaTeX Warning: Hyper reference `howto/instance/create:howto-create-instance' on page 148 undefined on input line 8808. LaTeX Warning: Hyper reference `howto/instance/stop:howto-stop-instance' on pag e 148 undefined on input line 8812. Overfull \hbox (3.7111pt too wide) in paragraph at lines 8900--8900 []\T1/txtt/m/n/10 status| LaTeX Warning: Hyper reference `explanation/instances:exp-instances' on page 14 8 undefined on input line 8912. [148] LaTeX Warning: Hyper reference `reference/prometheus:ref-prometheus-metrics' on page 149 undefined on input line 8923. LaTeX Warning: Hyper reference `howto/port/permissions:howto-grant-runtime-perm issions' on page 149 undefined on input line 8945. LaTeX Warning: Hyper reference `howto/port/architecture:howto-choose-apk-archit ecture' on page 149 undefined on input line 8949. LaTeX Warning: Hyper reference `howto/stream/oob-data:howto-exchange-oob-data' on page 149 undefined on input line 8953. LaTeX Warning: Hyper reference `howto/port/configure-watchdog:howto-configure-w atchdog' on page 149 undefined on input line 8957. LaTeX Warning: Hyper reference `howto/port/install-system-app:howto-install-apk -system-app' on page 149 undefined on input line 8961. [149] LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-watchdog' on page 150 undefined on input line 9013. [150] [151] LaTeX Warning: Hyper reference `tutorial/creating-addon:tut-create-addon' on pa ge 152 undefined on input line 9174. [152] [153] LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-watchdog' on page 154 undefined on input line 9301. LaTeX Warning: Hyper reference `howto/instance/logs:howto-view-instance-logs' o n page 154 undefined on input line 9350. [154] LaTeX Warning: Hyper reference `howto/instance/create:sec-launch-application-in stances' on page 155 undefined on input line 9364. LaTeX Warning: Hyper reference `howto/application/update:sec-publish-app-versio ns' on page 155 undefined on input line 9364. [155] [156] [157] [158 <./801f6551dc96b314bcbe38ffd76ce7f4ad904829.png>] Underfull \hbox (badness 10000) in paragraph at lines 9630--9632 []\T1/qtm/m/n/10 Note that these val-ues will be con-fig-ured but run-ning the \T1/txtt/m/n/10 sudo anbox[]cloud[]appliance internal LaTeX Warning: Hyper reference `explanation/performance:sec-client-devices' on page 159 undefined on input line 9650. [159 <./7f636ed25dcdc8feef81067047d1cd9d8be152a5.png>] LaTeX Warning: Hyper reference `explanation/capacity-planning:exp-capacity-plan ning' on page 160 undefined on input line 9677. LaTeX Warning: Hyper reference `reference/ams-configuration:sec-node-configurat ion' on page 160 undefined on input line 9681. LaTeX Warning: Hyper reference `howto/instance/logs:howto-view-instance-logs' o n page 160 undefined on input line 9698. [160 <./43e5fac7-session-error.png> <./a092d932014ddacfab1a9b83b95a0fa28a6a7e1a .png>] LaTeX Warning: Hyper reference `explanation/capacity-planning:exp-capacity-plan ning' on page 161 undefined on input line 9726. LaTeX Warning: Hyper reference `reference/ams-configuration:ref-ams-configurati on' on page 161 undefined on input line 9730. Underfull \hbox (badness 5091) in paragraph at lines 9729--9731 []\T1/qtm/m/n/10 Oc-ca-sion-ally, ac-cess to Ubuntu archives could be a prob-le m when cre-at-ing an ap-pli-ca-tion. As Underfull \hbox (badness 10000) in paragraph at lines 9729--9731 \T1/qtm/m/n/10 an im-me-di-ate workaround, you could dis-able the se-cu-rity up -date by run-ning \T1/txtt/m/n/10 amc config set Underfull \hbox (badness 10000) in paragraph at lines 9729--9731 \T1/txtt/m/n/10 instance.security_updates false \T1/qtm/m/n/10 or ex-plic-itly set \T1/txtt/m/n/10 amc config set instance.api_mirror [161 <./62cc57f1-instance-list-error.png> <./516eb1935b057bc795246f936944f9a558 f51d9e.png>] LaTeX Warning: Hyper reference `explanation/capacity-planning:exp-capacity-plan ning' on page 162 undefined on input line 9760. LaTeX Warning: Hyper reference `howto/instance/logs:howto-view-instance-logs' o n page 162 undefined on input line 9784. [162 <./8fccc0e601d09e4e789b000b38341c11357e1eb1.png> <./85d3b33dc519334c801fdc 9eeed66a76d1743015.png>] LaTeX Warning: Hyper reference `howto/troubleshoot/logs:logging-level-4' on pag e 163 undefined on input line 9796. [163] [164] Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 []\T1/txtt/m/n/10 /var/snap/lxd/common/lxd/logs/ams[]*/ Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 []\T1/qtm/m/n/10 instance-related Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 \T1/qtm/m/n/10 logs for a sin-gle Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 []\T1/qtm/m/n/10 Android-related Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 \T1/qtm/m/n/10 logs for a sin-gle Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 []\T1/txtt/m/n/10 /var/log/syslog\T1/qtm/m/n/10 , \T1/txtt/m/n/10 journalctl [] u snap. Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 []\T1/txtt/m/n/10 /var/log/syslog\T1/qtm/m/n/10 , \T1/txtt/m/n/10 journalctl Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 []\T1/txtt/m/n/10 u snap.anbox[]stream[]agent. Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 []\T1/qtm/m/n/10 On any ma-chine host-ing the Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 \T1/qtm/m/n/10 An-box Stream Agent (e.g. Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 []\T1/txtt/m/n/10 /var/log/syslog\T1/qtm/m/n/10 , \T1/txtt/m/n/10 journalctl Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 []\T1/txtt/m/n/10 u snap.anbox[]stream[]agent. Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 \T1/txtt/m/n/10 anbox[]stream[]gateway.service\T1/qtm/m/n/10 , \T1/txtt/m/n/10 snap Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 []\T1/qtm/m/n/10 On any ma-chine host-ing the Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 \T1/qtm/m/n/10 An-box Stream Gate-way (e.g. Underfull \hbox (badness 5475) in paragraph at lines 10092--10092 []\T1/qtm/m/n/10 Logs for the An- Underfull \hbox (badness 8038) in paragraph at lines 10092--10092 \T1/qtm/m/n/10 box Stream Gate- Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 []\T1/txtt/m/n/10 /var/log/syslog\T1/qtm/m/n/10 , \T1/txtt/m/n/10 journalctl [] u Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 \T1/txtt/m/n/10 snap.anbox[]cloud[]dashboard. Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 \T1/txtt/m/n/10 anbox[]cloud[]dashboard.service\T1/qtm/m/n/10 , \T1/txtt/m/n/10 snap Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 []\T1/qtm/m/n/10 On any ma-chine host-ing the An- Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 \T1/qtm/m/n/10 box Cloud web dash-board (e.g. Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 []\T1/txtt/m/n/10 /var/log/syslog\T1/qtm/m/n/10 , \T1/txtt/m/n/10 journalctl [] u snap. Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 \T1/qtm/m/n/10 com-mu-ni-ca-tion Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 []\T1/txtt/m/n/10 /var/log/syslog\T1/qtm/m/n/10 , \T1/txtt/m/n/10 journalctl [] u snap. Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 \T1/txtt/m/n/10 etcd.etcd.service\T1/qtm/m/n/10 , \T1/txtt/m/n/10 snap logs []n all Underfull \hbox (badness 5050) in paragraph at lines 10092--10092 []\T1/qtm/m/n/10 On any ma-chine host-ing etcd (e.g. Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 \T1/qtm/m/n/10 database (use-ful LaTeX Warning: Hyper reference `howto/update/upgrade-anbox:howto-upgrade-anbox- cloud' on page 165 undefined on input line 10098. LaTeX Warning: Hyper reference `explanation/anbox-cloud:sec-variants' on page 1 65 undefined on input line 10105. [165] [166] LaTeX Warning: Hyper reference `howto/instance/logs:howto-view-instance-logs' o n page 167 undefined on input line 10181. [167] LaTeX Warning: Hyper reference `howto/application/update:sec-configure-automati c-app-updates' on page 168 undefined on input line 10274. Overfull \vbox (2.5528pt too high) detected at line 10292 [168 <./1093e239-update_appliance.png>] [169] LaTeX Warning: Hyper reference `reference/requirements:sec-juju-version-require ments' on page 170 undefined on input line 10417. LaTeX Warning: Hyper reference `reference/component-versions:ref-component-vers ions' on page 170 undefined on input line 10431. [170] [171] LaTeX Warning: Hyper reference `howto/cluster/scale-down:howto-scale-down-clust er' on page 172 undefined on input line 10570. [172] LaTeX Warning: Hyper reference `howto/application/update:sec-configure-automati c-app-updates' on page 173 undefined on input line 10630. [173] LaTeX Warning: Hyper reference `tutorial/installing-appliance:tut-installing-ap pliance' on page 174 undefined on input line 10677. [174] LaTeX Warning: Hyper reference `explanation/web-dashboard:exp-web-dashboard' on page 175 undefined on input line 10703. LaTeX Warning: Hyper reference `explanation/aar:exp-aar' on page 175 undefined on input line 10707. LaTeX Warning: Hyper reference `explanation/instances:sec-dev-mode' on page 175 undefined on input line 10731. LaTeX Warning: Hyper reference `reference/hooks:sec-env-variables' on page 175 undefined on input line 10766. [175] LaTeX Warning: Hyper reference `explanation/platforms:exp-platforms' on page 17 6 undefined on input line 10816. LaTeX Warning: Hyper reference `tutorial/installing-appliance:tut-installing-ap pliance' on page 176 undefined on input line 10819. LaTeX Warning: Hyper reference `reference/sdks:ref-sdks' on page 176 undefined on input line 10831. [176] LaTeX Warning: Hyper reference `explanation/instances:sec-dev-mode' on page 177 undefined on input line 10863. LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-instance-type' on page 177 undefined on input line 10878. LaTeX Warning: Hyper reference `explanation/applications:sec-application-bootst rap' on page 177 undefined on input line 10893. [177] [178] LaTeX Warning: Hyper reference `explanation/instances:exp-instances' on page 17 9 undefined on input line 11013. LaTeX Warning: Hyper reference `explanation/addons:exp-addons' on page 179 unde fined on input line 11017. LaTeX Warning: Hyper reference `howto/addons/create:howto-create-addons' on pag e 179 undefined on input line 11021. LaTeX Warning: Hyper reference `explanation/rendering-architecture:exp-renderin g-architecture' on page 179 undefined on input line 11031. [179] [180] LaTeX Warning: Hyper reference `howto/instance/access:howto-access-instance' on page 181 undefined on input line 11168. [181] LaTeX Warning: Hyper reference `reference/hooks:ref-hooks' on page 182 undefine d on input line 11220. LaTeX Warning: Hyper reference `howto/application/extend:howto-extend-applicati on' on page 182 undefined on input line 11223. LaTeX Warning: Hyper reference `tutorial/getting-started-dashboard:tut-getting- started-dashboard' on page 182 undefined on input line 11236. LaTeX Warning: Hyper reference `reference/sdks:sec-streaming-sdk' on page 182 u ndefined on input line 11236. [182] [183 <./87cb37c8577bb212a14ba3d0765715c36ed118fa.png (PNG copy)>] LaTeX Warning: Hyper reference `explanation/anbox-cloud:exp-anbox-cloud' on pag e 184 undefined on input line 11305. LaTeX Warning: Hyper reference `explanation/ams:exp-ams' on page 184 undefined on input line 11305. LaTeX Warning: Hyper reference `explanation/aar:exp-aar' on page 184 undefined on input line 11305. LaTeX Warning: Hyper reference `explanation/application-streaming:exp-applicati on-streaming' on page 184 undefined on input line 11305. LaTeX Warning: Hyper reference `explanation/rendering-architecture:exp-renderin g-architecture' on page 184 undefined on input line 11305. LaTeX Warning: Hyper reference `explanation/anbox-cloud:exp-anbox-cloud' on pag e 184 undefined on input line 11305. LaTeX Warning: Hyper reference `explanation/ams:exp-ams' on page 184 undefined on input line 11305. Underfull \hbox (badness 10000) in paragraph at lines 11305--11305 []\T1/qtm/m/it/10 An-box Man-age- LaTeX Warning: Hyper reference `explanation/aar:exp-aar' on page 184 undefined on input line 11305. LaTeX Warning: Hyper reference `explanation/application-streaming:exp-applicati on-streaming' on page 184 undefined on input line 11305. Underfull \hbox (badness 10000) in paragraph at lines 11305--11305 []\T1/qtm/m/it/10 Ap-pli-ca-tion LaTeX Warning: Hyper reference `explanation/rendering-architecture:exp-renderin g-architecture' on page 184 undefined on input line 11305. Underfull \hbox (badness 10000) in paragraph at lines 11305--11305 []\T1/qtm/m/it/10 Ren-der-ing ar-chi- LaTeX Warning: Hyper reference `explanation/applications:exp-applications' on p age 184 undefined on input line 11365. LaTeX Warning: Hyper reference `explanation/instances:exp-instances' on page 18 4 undefined on input line 11365. LaTeX Warning: Hyper reference `explanation/platforms:exp-platforms' on page 18 4 undefined on input line 11365. LaTeX Warning: Hyper reference `explanation/clustering:exp-clustering' on page 184 undefined on input line 11365. LaTeX Warning: Hyper reference `explanation/performance:exp-performance' on pag e 184 undefined on input line 11365. LaTeX Warning: Hyper reference `explanation/applications:exp-applications' on p age 184 undefined on input line 11365. LaTeX Warning: Hyper reference `explanation/instances:exp-instances' on page 18 4 undefined on input line 11365. LaTeX Warning: Hyper reference `explanation/platforms:exp-platforms' on page 18 4 undefined on input line 11365. LaTeX Warning: Hyper reference `explanation/clustering:exp-clustering' on page 184 undefined on input line 11365. LaTeX Warning: Hyper reference `explanation/performance:exp-performance' on pag e 184 undefined on input line 11365. LaTeX Warning: Hyper reference `explanation/production:exp-production-planning' on page 184 undefined on input line 11418. LaTeX Warning: Hyper reference `explanation/capacity-planning:exp-capacity-plan ning' on page 184 undefined on input line 11418. LaTeX Warning: Hyper reference `explanation/gpus-instances:exp-gpus-instances' on page 184 undefined on input line 11418. LaTeX Warning: Hyper reference `explanation/security:exp-security' on page 184 undefined on input line 11418. LaTeX Warning: Hyper reference `explanation/production:exp-production-planning' on page 184 undefined on input line 11418. LaTeX Warning: Hyper reference `explanation/capacity-planning:exp-capacity-plan ning' on page 184 undefined on input line 11418. LaTeX Warning: Hyper reference `explanation/gpus-instances:exp-gpus-instances' on page 184 undefined on input line 11418. LaTeX Warning: Hyper reference `explanation/security:exp-security' on page 184 undefined on input line 11418. LaTeX Warning: Hyper reference `tutorial/landing:tutorials' on page 184 undefin ed on input line 11423. LaTeX Warning: Hyper reference `howto/landing:how-to-guides' on page 184 undefi ned on input line 11423. LaTeX Warning: Hyper reference `reference/landing:reference' on page 184 undefi ned on input line 11423. [184] LaTeX Warning: Hyper reference `howto/addons/enable-globally:howto-enable-addon s-globally' on page 185 undefined on input line 11460. LaTeX Warning: Hyper reference `tutorial/creating-addon:tut-create-addon' on pa ge 185 undefined on input line 11473. LaTeX Warning: Hyper reference `reference/hooks:ref-hooks' on page 185 undefine d on input line 11477. LaTeX Warning: Hyper reference `explanation/instances:exp-instances' on page 18 5 undefined on input line 11481. LaTeX Warning: Hyper reference `howto/addons/landing:howto-addons' on page 185 undefined on input line 11485. [185] LaTeX Warning: Hyper reference `howto/aar/deploy:howto-deploy-aar' on page 186 undefined on input line 11533. LaTeX Warning: Hyper reference `howto/aar/configure:howto-configure-aar' on pag e 186 undefined on input line 11537. LaTeX Warning: Hyper reference `howto/aar/revoke:howto-revoke-aar' on page 186 undefined on input line 11541. [186] LaTeX Warning: Hyper reference `explanation/application-streaming:exp-applicati on-streaming' on page 187 undefined on input line 11655. LaTeX Warning: Hyper reference `explanation/web-dashboard:exp-web-dashboard' on page 187 undefined on input line 11655. LaTeX Warning: Hyper reference `reference/provided-images:ref-provided-images' on page 187 undefined on input line 11655. LaTeX Warning: Hyper reference `explanation/application-streaming:exp-applicati on-streaming' on page 187 undefined on input line 11655. LaTeX Warning: Hyper reference `explanation/web-dashboard:exp-web-dashboard' on page 187 undefined on input line 11655. LaTeX Warning: Hyper reference `reference/provided-images:ref-provided-images' on page 187 undefined on input line 11655. [187] LaTeX Warning: Hyper reference `howto/anbox/ams-access:howto-access-ams-remote' on page 188 undefined on input line 11701. [188 <./2a7f484d-core_stack_updated.png>] [189] LaTeX Warning: Hyper reference `reference/sdks:sec-streaming-sdk' on page 190 u ndefined on input line 11783. [190 <./5cec2ce4fc51e0f87eeb8b1a954af80456da11c2.png>] LaTeX Warning: Hyper reference `howto/install/deploy-juju:sec-customise-storage -juju' on page 191 undefined on input line 11824. LaTeX Warning: Hyper reference `howto/install/deploy-bare-metal:sec-customise-s torage-bare-metal' on page 191 undefined on input line 11824. [191] LaTeX Warning: Hyper reference `howto/instance/access:howto-access-instance' on page 192 undefined on input line 11860. LaTeX Warning: Hyper reference `explanation/instances:exp-instances' on page 19 2 undefined on input line 11867. [192] LaTeX Warning: Hyper reference `explanation/aar:exp-aar' on page 193 undefined on input line 11907. LaTeX Warning: Hyper reference `explanation/ams:exp-ams' on page 193 undefined on input line 11907. LaTeX Warning: Hyper reference `reference/ams-configuration:ref-ams-configurati on' on page 193 undefined on input line 11915. LaTeX Warning: Hyper reference `howto/dashboard/landing:howto-use-web-dashboard ' on page 193 undefined on input line 11924. LaTeX Warning: Hyper reference `howto/install/deploy-juju:howto-deploy-anbox-ju ju' on page 193 undefined on input line 11928. LaTeX Warning: Hyper reference `tutorial/installing-appliance:tut-installing-ap pliance' on page 193 undefined on input line 11932. LaTeX Warning: Hyper reference `reference/sdks:sec-ams-sdk' on page 193 undefin ed on input line 11954. [193] LaTeX Warning: Hyper reference `howto/anbox/ams-access:howto-access-ams-remote' on page 194 undefined on input line 12014. LaTeX Warning: Hyper reference `reference/ams-configuration:ref-ams-configurati on' on page 194 undefined on input line 12018. LaTeX Warning: Hyper reference `explanation/aar:exp-aar' on page 194 undefined on input line 12022. [194] [195] [196 <./fbf0661ff7af6aba1e42be5c76bcf1269c582b43.png>] LaTeX Warning: Hyper reference `howto/instance/logs:howto-view-instance-logs' o n page 197 undefined on input line 12169. LaTeX Warning: Hyper reference `explanation/addons:exp-addons' on page 197 unde fined on input line 12179. LaTeX Warning: Hyper reference `reference/application-manifest:ref-application- manifest' on page 197 undefined on input line 12183. LaTeX Warning: Hyper reference `explanation/resources:exp-resources-presets' on page 197 undefined on input line 12187. LaTeX Warning: Hyper reference `howto/android/virtual-devices:howto-create-virt ual-device' on page 197 undefined on input line 12191. LaTeX Warning: Hyper reference `howto/application/create:howto-create-applicati on' on page 197 undefined on input line 12195. LaTeX Warning: Hyper reference `howto/application/delete:howto-delete-applicati on' on page 197 undefined on input line 12199. LaTeX Warning: Hyper reference `howto/application/list:howto-list-applications' on page 197 undefined on input line 12203. LaTeX Warning: Hyper reference `howto/cluster/scale-down:howto-scale-down-clust er' on page 197 undefined on input line 12207. LaTeX Warning: Hyper reference `howto/application/test:howto-test-application' on page 197 undefined on input line 12211. LaTeX Warning: Hyper reference `howto/application/update:howto-update-applicati on' on page 197 undefined on input line 12215. LaTeX Warning: Hyper reference `howto/application/wait:howto-wait-for-applicati on' on page 197 undefined on input line 12219. [197] LaTeX Warning: Hyper reference `howto/stream/access:howto-access-stream-gateway ' on page 198 undefined on input line 12229. Underfull \hbox (badness 10000) in paragraph at lines 12274--12274 \T1/qtm/m/n/10 queue to Underfull \hbox (badness 10000) in paragraph at lines 12274--12274 \T1/qtm/m/n/10 al-low com- Underfull \hbox (badness 10000) in paragraph at lines 12274--12274 \T1/qtm/m/n/10 po-nents to Underfull \hbox (badness 10000) in paragraph at lines 12274--12274 \T1/qtm/m/n/10 com-mu-ni- Underfull \hbox (badness 10000) in paragraph at lines 12274--12274 []\T1/qtm/m/n/10 A STUN/TURN [198 <./de49fffdf91ef6803deb1b63a802e5c5355f2497.png (PNG copy)>] [199] LaTeX Warning: Hyper reference `howto/install/deploy-juju:sec-deploy-anbox-clou d-juju' on page 200 undefined on input line 12349. LaTeX Warning: Hyper reference `reference/supported-codecs:ref-codecs' on page 200 undefined on input line 12357. LaTeX Warning: Hyper reference `explanation/resources:exp-resources-presets' on page 200 undefined on input line 12449. LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-resources' on page 200 undefined on input line 12449. LaTeX Warning: Hyper reference `explanation/capacity-planning:over-committing-r esources' on page 200 undefined on input line 12452. [200] LaTeX Warning: Hyper reference `explanation/gpus-instances:exp-gpus-instances' on page 201 undefined on input line 12465. LaTeX Warning: Hyper reference `howto/cluster/configure-nodes:sec-config-gpu-sl ots' on page 201 undefined on input line 12473. LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-video-encoder' on page 201 undefined on input line 12493. LaTeX Warning: Hyper reference `howto/cluster/configure-nodes:sec-config-alloca tion-rates' on page 201 undefined on input line 12510. [201] LaTeX Warning: Hyper reference `howto/anbox/benchmarks:howto-run-benchmarks' on page 202 undefined on input line 12525. [202] LaTeX Warning: Hyper reference `reference/application-manifest:ref-application- manifest' on page 203 undefined on input line 12631. LaTeX Warning: Hyper reference `explanation/clustering:exp-clustering' on page 203 undefined on input line 12635. LaTeX Warning: Hyper reference `explanation/capacity-planning:exp-capacity-plan ning' on page 203 undefined on input line 12660. [203] LaTeX Warning: Hyper reference `reference/prometheus:ref-prometheus-metrics' on page 204 undefined on input line 12711. LaTeX Warning: Hyper reference `howto/cluster/scale-up:howto-scale-up-cluster' on page 204 undefined on input line 12717. LaTeX Warning: Hyper reference `howto/cluster/scale-down:howto-scale-down-clust er' on page 204 undefined on input line 12717. [204] LaTeX Warning: Hyper reference `howto/cluster/landing:howto-manage-cluster' on page 205 undefined on input line 12724. LaTeX Warning: Hyper reference `explanation/platforms:sec-null-platform' on pag e 205 undefined on input line 12742. LaTeX Warning: Hyper reference `explanation/capacity-planning:sec-gpu-slots' on page 205 undefined on input line 12754. LaTeX Warning: Hyper reference `reference/supported-rendering-resources:sec-sup ported-gpus' on page 205 undefined on input line 12763. [205] LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-resources' on page 206 undefined on input line 12776. LaTeX Warning: Hyper reference `explanation/addons:exp-addons' on page 206 unde fined on input line 12786. LaTeX Warning: Hyper reference `reference/application-manifest:ref-application- manifest' on page 206 undefined on input line 12790. LaTeX Warning: Hyper reference `reference/supported-rendering-resources:ref-ren dering-resources' on page 206 undefined on input line 12794. LaTeX Warning: Hyper reference `howto/addons/backup-and-restore:howto-backup-re store-example' on page 206 undefined on input line 12807. LaTeX Warning: Hyper reference `explanation/applications:sec-application-bootst rap' on page 206 undefined on input line 12819. LaTeX Warning: Hyper reference `explanation/applications:exp-applications' on p age 206 undefined on input line 12828. LaTeX Warning: Hyper reference `reference/provided-images:ref-provided-images' on page 206 undefined on input line 12828. LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-watchdog' on page 206 undefined on input line 12831. [206] [207] LaTeX Warning: Hyper reference `howto/instance/logs:howto-view-instance-logs' o n page 208 undefined on input line 12876. [208 <./45389cab-instance_start.png>] Overfull \hbox (10.34161pt too wide) in paragraph at lines 12916--12919 \T1/qtm/m/n/10 its run-time. [] [209 <./abb5becf-instance_stop.png>] Underfull \hbox (badness 10000) in paragraph at lines 12990--12990 []\T1/qhv/m/n/10 Sta- Overfull \hbox (11.59201pt too wide) in paragraph at lines 12990--12990 []\T1/txtt/m/n/10 created| Overfull \hbox (16.842pt too wide) in paragraph at lines 12990--12990 []\T1/txtt/m/n/10 prepared| Overfull \hbox (11.59201pt too wide) in paragraph at lines 12990--12990 []\T1/txtt/m/n/10 started| Overfull \hbox (11.59201pt too wide) in paragraph at lines 12990--12990 []\T1/txtt/m/n/10 running| Overfull \hbox (11.59201pt too wide) in paragraph at lines 12990--12990 []\T1/txtt/m/n/10 stopped| Overfull \hbox (11.59201pt too wide) in paragraph at lines 12990--12990 []\T1/txtt/m/n/10 deleted| Overfull \hbox (1.09204pt too wide) in paragraph at lines 12990--12990 []\T1/txtt/m/n/10 error| LaTeX Warning: Hyper reference `explanation/addons:exp-addons' on page 210 unde fined on input line 13011. LaTeX Warning: Hyper reference `howto/instance/access:howto-access-instance' on page 210 undefined on input line 13019. LaTeX Warning: Hyper reference `howto/instance/backup-and-restore:howto-backup- restore-application-data' on page 210 undefined on input line 13023. LaTeX Warning: Hyper reference `howto/instance/create:howto-create-instance' on page 210 undefined on input line 13027. LaTeX Warning: Hyper reference `howto/instance/geographic-location:howto-config ure-geographic-location' on page 210 undefined on input line 13031. LaTeX Warning: Hyper reference `howto/instance/delete:howto-delete-instance' on page 210 undefined on input line 13035. LaTeX Warning: Hyper reference `howto/instance/expose-services:howto-expose-ser vices' on page 210 undefined on input line 13039. LaTeX Warning: Hyper reference `howto/instance/list:howto-list-instances' on pa ge 210 undefined on input line 13043. LaTeX Warning: Hyper reference `howto/instance/start:howto-start-instance' on p age 210 undefined on input line 13047. LaTeX Warning: Hyper reference `howto/instance/stop:howto-stop-instance' on pag e 210 undefined on input line 13051. LaTeX Warning: Hyper reference `howto/instance/logs:howto-view-instance-logs' o n page 210 undefined on input line 13055. LaTeX Warning: Hyper reference `howto/application/wait:howto-wait-for-applicati on' on page 210 undefined on input line 13059. [210] LaTeX Warning: Hyper reference `howto/anbox/benchmarks:howto-run-benchmarks' on page 211 undefined on input line 13072. LaTeX Warning: Hyper reference `reference/perf-benchmarks:ref-performance-bench marks' on page 211 undefined on input line 13075. LaTeX Warning: Hyper reference `explanation/capacity-planning:exp-capacity-plan ning' on page 211 undefined on input line 13087. [211] LaTeX Warning: Hyper reference `reference/requirements:ref-requirements' on pag e 212 undefined on input line 13127. LaTeX Warning: Hyper reference `explanation/anbox-cloud:sec-lxd-storage' on pag e 212 undefined on input line 13130. [212] LaTeX Warning: Hyper reference `reference/hooks:ref-hooks' on page 213 undefine d on input line 13173. LaTeX Warning: Hyper reference `howto/anbox/benchmarks:howto-run-benchmarks' on page 213 undefined on input line 13177. LaTeX Warning: Hyper reference `explanation/capacity-planning:exp-capacity-plan ning' on page 213 undefined on input line 13181. LaTeX Warning: Hyper reference `reference/requirements:ref-requirements' on pag e 213 undefined on input line 13197. LaTeX Warning: Hyper reference `reference/requirements:ref-requirements' on pag e 213 undefined on input line 13206. LaTeX Warning: Hyper reference `explanation/aar:exp-aar' on page 213 undefined on input line 13232. LaTeX Warning: Hyper reference `howto/aar/deploy:howto-deploy-aar' on page 213 undefined on input line 13236. LaTeX Warning: Hyper reference `howto/aar/configure:howto-configure-aar' on pag e 213 undefined on input line 13240. [213] LaTeX Warning: Hyper reference `reference/requirements:ref-requirements' on pag e 214 undefined on input line 13254. LaTeX Warning: Hyper reference `explanation/capacity-planning:exp-capacity-plan ning' on page 214 undefined on input line 13262. LaTeX Warning: Hyper reference `howto/install/high-availability:howto-enable-ha ' on page 214 undefined on input line 13276. LaTeX Warning: Hyper reference `explanation/security:exp-security' on page 214 undefined on input line 13291. LaTeX Warning: Hyper reference `reference/roadmap:ref-roadmap' on page 214 unde fined on input line 13300. [214] LaTeX Warning: Hyper reference `explanation/platforms:exp-platforms' on page 21 5 undefined on input line 13338. LaTeX Warning: Hyper reference `reference/prometheus:ref-prometheus-metrics' on page 215 undefined on input line 13349. LaTeX Warning: Hyper reference `explanation/performance:exp-performance' on pag e 215 undefined on input line 13349. [215] LaTeX Warning: Hyper reference `howto/update/upgrade-anbox:howto-upgrade-anbox- cloud' on page 216 undefined on input line 13361. LaTeX Warning: Hyper reference `reference/roadmap:ref-roadmap' on page 216 unde fined on input line 13364. [216] [217 <./2efdaac74d6de3be5028768ed2eb0fd14994a9e9.png (PNG copy)>] LaTeX Warning: Hyper reference `reference/supported-rendering-resources:ref-ren dering-resources' on page 218 undefined on input line 13424. [218 <./8c2db73a80586cf61774993396bdef0554f52b5f.png (PNG copy)>] LaTeX Warning: Hyper reference `reference/application-manifest:ref-application- manifest' on page 219 undefined on input line 13477. LaTeX Warning: Hyper reference `reference/roadmap:ref-roadmap' on page 219 unde fined on input line 13497. LaTeX Warning: Hyper reference `reference/ams-configuration:ref-ams-configurati on' on page 219 undefined on input line 13501. Underfull \hbox (badness 10000) in paragraph at lines 13500--13502 []\T1/qtm/m/n/10 Do not set the \T1/txtt/m/n/10 application.auto_update\T1/qtm/ m/n/10 , \T1/txtt/m/n/10 instance.security_updates\T1/qtm/m/n/10 , \T1/txtt/m/n /10 container. LaTeX Warning: Hyper reference `explanation/web-dashboard:exp-web-dashboard' on page 219 undefined on input line 13513. LaTeX Warning: Hyper reference `tutorial/stream-client:tut-set-up-stream-client ' on page 219 undefined on input line 13513. [219] LaTeX Warning: Hyper reference `explanation/capacity-planning:sec-gpu-slots' on page 220 undefined on input line 13644. [220] LaTeX Warning: Hyper reference `reference/ams-configuration:ref-ams-configurati on' on page 221 undefined on input line 13663. LaTeX Warning: Hyper reference `reference/ams-configuration:ref-ams-configurati on' on page 221 undefined on input line 13669. LaTeX Warning: Hyper reference `reference/release-notes/release-notes:ref-relea se-notes' on page 221 undefined on input line 13678. [221] [222] [223] LaTeX Warning: Hyper reference `explanation/platforms:exp-platforms' on page 22 4 undefined on input line 13995. LaTeX Warning: Hyper reference `reference/roadmap:ref-roadmap' on page 224 unde fined on input line 14056. LaTeX Warning: Hyper reference `reference/release-notes/release-notes:ref-relea se-notes' on page 224 undefined on input line 14056. LaTeX Warning: Hyper reference `reference/component-versions:ref-component-vers ions' on page 224 undefined on input line 14056. LaTeX Warning: Hyper reference `reference/supported-versions:ref-supported-vers ions' on page 224 undefined on input line 14056. LaTeX Warning: Hyper reference `reference/roadmap:ref-roadmap' on page 224 unde fined on input line 14056. LaTeX Warning: Hyper reference `reference/release-notes/release-notes:ref-relea se-notes' on page 224 undefined on input line 14056. LaTeX Warning: Hyper reference `reference/component-versions:ref-component-vers ions' on page 224 undefined on input line 14056. LaTeX Warning: Hyper reference `reference/supported-versions:ref-supported-vers ions' on page 224 undefined on input line 14056. LaTeX Warning: Hyper reference `reference/requirements:ref-requirements' on pag e 224 undefined on input line 14151. LaTeX Warning: Hyper reference `reference/provided-images:ref-provided-images' on page 224 undefined on input line 14151. LaTeX Warning: Hyper reference `reference/supported-rendering-resources:ref-ren dering-resources' on page 224 undefined on input line 14151. LaTeX Warning: Hyper reference `reference/supported-codecs:ref-codecs' on page 224 undefined on input line 14151. LaTeX Warning: Hyper reference `reference/android-features:ref-android-features ' on page 224 undefined on input line 14151. LaTeX Warning: Hyper reference `reference/api-reference:ref-api' on page 224 un defined on input line 14151. LaTeX Warning: Hyper reference `reference/sdks:ref-sdks' on page 224 undefined on input line 14151. LaTeX Warning: Hyper reference `reference/network-ports:ref-network-ports' on p age 224 undefined on input line 14151. LaTeX Warning: Hyper reference `reference/addon-manifest:ref-addon-manifest' on page 224 undefined on input line 14151. LaTeX Warning: Hyper reference `reference/hooks:ref-hooks' on page 224 undefine d on input line 14151. LaTeX Warning: Hyper reference `reference/requirements:ref-requirements' on pag e 224 undefined on input line 14151. LaTeX Warning: Hyper reference `reference/provided-images:ref-provided-images' on page 224 undefined on input line 14151. LaTeX Warning: Hyper reference `reference/supported-rendering-resources:ref-ren dering-resources' on page 224 undefined on input line 14151. LaTeX Warning: Hyper reference `reference/supported-codecs:ref-codecs' on page 224 undefined on input line 14151. LaTeX Warning: Hyper reference `reference/android-features:ref-android-features ' on page 224 undefined on input line 14151. Underfull \hbox (badness 8094) in paragraph at lines 14151--14151 []\T1/qtm/m/it/10 Sup-ported An-droid fea- LaTeX Warning: Hyper reference `reference/api-reference:ref-api' on page 224 un defined on input line 14151. LaTeX Warning: Hyper reference `reference/sdks:ref-sdks' on page 224 undefined on input line 14151. LaTeX Warning: Hyper reference `reference/network-ports:ref-network-ports' on p age 224 undefined on input line 14151. LaTeX Warning: Hyper reference `reference/addon-manifest:ref-addon-manifest' on page 224 undefined on input line 14151. LaTeX Warning: Hyper reference `reference/hooks:ref-hooks' on page 224 undefine d on input line 14151. [224] LaTeX Warning: Hyper reference `reference/ams-configuration:ref-ams-configurati on' on page 225 undefined on input line 14197. LaTeX Warning: Hyper reference `reference/application-manifest:ref-application- manifest' on page 225 undefined on input line 14197. LaTeX Warning: Hyper reference `reference/webrtc-streamer:ref-webrtc' on page 2 25 undefined on input line 14197. LaTeX Warning: Hyper reference `reference/ams-configuration:ref-ams-configurati on' on page 225 undefined on input line 14197. LaTeX Warning: Hyper reference `reference/application-manifest:ref-application- manifest' on page 225 undefined on input line 14197. LaTeX Warning: Hyper reference `reference/webrtc-streamer:ref-webrtc' on page 2 25 undefined on input line 14197. LaTeX Warning: Hyper reference `reference/cmd-ref/amc-command-reference/landing :ref-amc-commands' on page 225 undefined on input line 14236. LaTeX Warning: Hyper reference `reference/cmd-ref/appliance-command-reference/l anding:ref-appliance-commands' on page 225 undefined on input line 14236. LaTeX Warning: Hyper reference `reference/cmd-ref/amc-command-reference/landing :ref-amc-commands' on page 225 undefined on input line 14236. LaTeX Warning: Hyper reference `reference/cmd-ref/appliance-command-reference/l anding:ref-appliance-commands' on page 225 undefined on input line 14236. LaTeX Warning: Hyper reference `reference/prometheus:ref-prometheus-metrics' on page 225 undefined on input line 14275. LaTeX Warning: Hyper reference `reference/perf-benchmarks:ref-performance-bench marks' on page 225 undefined on input line 14275. LaTeX Warning: Hyper reference `reference/prometheus:ref-prometheus-metrics' on page 225 undefined on input line 14275. LaTeX Warning: Hyper reference `reference/perf-benchmarks:ref-performance-bench marks' on page 225 undefined on input line 14275. LaTeX Warning: Hyper reference `reference/license-information:ref-license-infor mation' on page 225 undefined on input line 14311. LaTeX Warning: Hyper reference `reference/glossary:ref-glossary' on page 225 un defined on input line 14311. LaTeX Warning: Hyper reference `reference/license-information:ref-license-infor mation' on page 225 undefined on input line 14311. LaTeX Warning: Hyper reference `reference/glossary:ref-glossary' on page 225 un defined on input line 14311. LaTeX Warning: Hyper reference `tutorial/landing:tutorials' on page 225 undefin ed on input line 14316. LaTeX Warning: Hyper reference `howto/landing:how-to-guides' on page 225 undefi ned on input line 14316. LaTeX Warning: Hyper reference `explanation/landing:explanation' on page 225 un defined on input line 14316. [225] Overfull \hbox (6.23364pt too wide) in paragraph at lines 14399--14399 []\T1/qhv/m/n/10 Type| Overfull \hbox (7.83365pt too wide) in paragraph at lines 14399--14399 []\T1/qtm/m/n/10 string| Overfull \hbox (24.62502pt too wide) in paragraph at lines 14399--14399 []\T1/txtt/m/n/10 description| Overfull \hbox (7.83365pt too wide) in paragraph at lines 14399--14399 []\T1/qtm/m/n/10 string| Overfull \hbox (14.12505pt too wide) in paragraph at lines 14399--14399 []\T1/txtt/m/n/10 provides. Overfull \hbox (24.62502pt too wide) in paragraph at lines 14399--14399 \T1/txtt/m/n/10 abi[]support| Overfull \hbox (7.83365pt too wide) in paragraph at lines 14399--14399 []\T1/qtm/m/n/10 string Underfull \hbox (badness 10000) in paragraph at lines 14399--14399 \T1/qtm/m/n/10 ar- Underfull \hbox (badness 10000) in paragraph at lines 14399--14399 []\T1/txtt/m/n/10 arm64[]v8a\T1/qtm/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 14399--14399 []\T1/txtt/m/n/10 hooks. Overfull \hbox (3.62508pt too wide) in paragraph at lines 14399--14399 \T1/txtt/m/n/10 timeout| Overfull \hbox (7.83365pt too wide) in paragraph at lines 14399--14399 []\T1/qtm/m/n/10 string| LaTeX Warning: Hyper reference `tutorial/creating-addon:tut-create-addon' on pa ge 226 undefined on input line 14408. LaTeX Warning: Hyper reference `howto/addons/create:howto-create-addons' on pag e 226 undefined on input line 14412. LaTeX Warning: Hyper reference `howto/addons/landing:howto-addons' on page 226 undefined on input line 14416. LaTeX Warning: Hyper reference `howto/addons/enable-globally:howto-enable-addon s-globally' on page 226 undefined on input line 14475. LaTeX Warning: Hyper reference `howto/application/update:sec-publish-app-versio ns' on page 226 undefined on input line 14482. LaTeX Warning: Hyper reference `howto/application/update:sec-configure-automati c-app-updates' on page 226 undefined on input line 14489. LaTeX Warning: Hyper reference `reference/ams-configuration:ams-configuration-f eatures' on page 226 undefined on input line 14538. LaTeX Warning: Hyper reference `reference/ams-configuration:ams-configuration-f eatures' on page 226 undefined on input line 14545. LaTeX Warning: Hyper reference `explanation/performance:exp-performance' on pag e 226 undefined on input line 14608. Overfull \hbox (1243.85385pt too wide) in alignment at lines 14468--14723 [] [] Package longtable Warning: Column widths have changed (longtable) in table 1 on input line 14723. [226] LaTeX Warning: Hyper reference `explanation/capacity-planning:sec-over-committi ng' on page 227 undefined on input line 14819. LaTeX Warning: Hyper reference `explanation/capacity-planning:sec-gpu-slots' on page 227 undefined on input line 14819. LaTeX Warning: Hyper reference `explanation/capacity-planning:sec-over-committi ng' on page 227 undefined on input line 14819. LaTeX Warning: Hyper reference `explanation/capacity-planning:sec-over-committi ng' on page 227 undefined on input line 14819. LaTeX Warning: Hyper reference `explanation/capacity-planning:sec-gpu-slots' on page 227 undefined on input line 14819. LaTeX Warning: Hyper reference `explanation/capacity-planning:sec-over-committi ng' on page 227 undefined on input line 14819. LaTeX Warning: Hyper reference `howto/cluster/configure-nodes:howto-configure-c luster-nodes' on page 227 undefined on input line 14824. [227] LaTeX Warning: Hyper reference `explanation/applications:sec-application-bootst rap' on page 228 undefined on input line 14864. LaTeX Warning: Hyper reference `howto/stream/client-side-keyboard:howto-integra te-virtual-keyboard' on page 228 undefined on input line 14870. LaTeX Warning: Hyper reference `explanation/applications:sec-application-bootst rap' on page 228 undefined on input line 14873. [228] LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-watchdog' on page 229 undefined on input line 14891. Underfull \hbox (badness 10000) in paragraph at lines 14902--14904 []\T1/qtm/m/n/10 The AV1 soft-ware en-coder is dis-abled by de-fault but can be en-abled with the \T1/txtt/m/n/10 experimental. Underfull \hbox (badness 10000) in paragraph at lines 14926--14928 []\T1/qtm/m/n/10 To en-able the An-droid con-tainer to use a cus-tom An-droid I D, add the fea-ture flag \T1/txtt/m/n/10 android. [229] [230] [231] LaTeX Warning: Hyper reference `howto/anbox/ams-access:howto-access-ams-remote' on page 232 undefined on input line 15075. LaTeX Warning: Hyper reference `howto/install/deploy-juju:howto-deploy-anbox-ju ju' on page 232 undefined on input line 15209. [232] LaTeX Warning: Hyper reference `reference/anbox-https-api:anbox-https-api' on p age 233 undefined on input line 15257. [233] [234] [235] [236] [237] [238] LaTeX Warning: Hyper reference `reference/anbox-https-api:sec-anbox-https-api-1 -0' on page 239 undefined on input line 15725. LaTeX Warning: Hyper reference `reference/anbox-https-api:sec-anbox-https-api-l ocation' on page 239 undefined on input line 15729. LaTeX Warning: Hyper reference `reference/anbox-https-api:sec-anbox-https-api-c amera' on page 239 undefined on input line 15733. LaTeX Warning: Hyper reference `reference/anbox-https-api:sec-anbox-https-api-c ameradata' on page 239 undefined on input line 15737. LaTeX Warning: Hyper reference `reference/anbox-https-api:sec-anbox-https-api-s ensors' on page 239 undefined on input line 15743. LaTeX Warning: Hyper reference `reference/anbox-https-api:sec-anbox-https-api-t racing' on page 239 undefined on input line 15747. LaTeX Warning: Hyper reference `reference/anbox-https-api:sec-anbox-https-api-p latform' on page 239 undefined on input line 15751. LaTeX Warning: Hyper reference `reference/anbox-https-api:sec-anbox-https-api-v hal' on page 239 undefined on input line 15755. LaTeX Warning: Hyper reference `reference/anbox-https-api:sec-anbox-https-api-v halconfig' on page 239 undefined on input line 15759. [239] Underfull \hbox (badness 10000) in paragraph at lines 15848--15850 []\T1/qtm/m/n/10 Re-turn value for \T1/txtt/m/n/10 curl []s []X GET [][]unix[]s ocket /run/user/1000/anbox/sockets/api.unix s/1.0/ [240] Underfull \hbox (badness 10000) in paragraph at lines 15968--15970 []\T1/qtm/m/n/10 Re-turn value for \T1/txtt/m/n/10 curl []s []X GET [][]unix[]s ocket /run/user/1000/anbox/sockets/api.unix s/1.0/ [241] [242] Underfull \hbox (badness 10000) in paragraph at lines 16091--16093 []\T1/qtm/m/n/10 Re-turn value for \T1/txtt/m/n/10 curl [][]unix[]socket /run/u ser/1000/anbox/sockets/api.unix []X DELETE s/1.0/ [243] Underfull \hbox (badness 10000) in paragraph at lines 16165--16167 []\T1/qtm/m/n/10 Re-turn value for \T1/txtt/m/n/10 curl []s []X GET [][]unix[]s ocket /run/user/1000/anbox/sockets/api.unix s/1.0/ [244] Underfull \hbox (badness 10000) in paragraph at lines 16251--16253 []\T1/qtm/m/n/10 Re-turn value for \T1/txtt/m/n/10 curl []s [][]unix[]socket /r un/user/1000/anbox/sockets/api.unix []X PATCH s/1. Underfull \hbox (badness 10000) in paragraph at lines 16251--16253 \T1/txtt/m/n/10 0/sensors [][]data \TS1/txtt/m/n/10 '\T1/txtt/m/n/10 [{"type": "acceleration", "x": 0.3, "y":[]0.1, "z": 0.1},{"type": [245] Underfull \hbox (badness 10000) in paragraph at lines 16376--16378 []\T1/qtm/m/n/10 Re-turn value for \T1/txtt/m/n/10 curl []s []X GET [][]unix[]s ocket /run/user/1000/anbox/sockets/api.unix s/1.0/ [246] Underfull \hbox (badness 10000) in paragraph at lines 16466--16468 []\T1/qtm/m/n/10 Re-turn value for \T1/txtt/m/n/10 curl []s []X GET [][]unix[]s ocket /run/user/1000/anbox/sockets/api.unix s/1.0/ [247] Underfull \hbox (badness 10000) in paragraph at lines 16579--16579 []\T1/qhv/m/n/10 Field Underfull \hbox (badness 10000) in paragraph at lines 16579--16579 []\T1/qhv/m/n/10 Avail- Underfull \hbox (badness 10000) in paragraph at lines 16579--16579 \T1/qhv/m/n/10 able Underfull \hbox (badness 10000) in paragraph at lines 16579--16579 []\T1/qhv/m/n/10 Ac- Overfull \hbox (11.08907pt too wide) in paragraph at lines 16579--16579 []\T1/txtt/m/n/10 webrtc| Overfull \hbox (6.75139pt too wide) in paragraph at lines 16579--16579 []\T1/qtm/m/n/10 Boolean| Overfull \hbox (18.3447pt too wide) in paragraph at lines 16579--16579 []\T1/qtm/m/n/10 read/write| Overfull \hbox (11.08907pt too wide) in paragraph at lines 16579--16579 []\T1/txtt/m/n/10 webrtc| Overfull \hbox (30.732pt too wide) in paragraph at lines 16579--16579 []\T1/txtt/m/n/10 stream_active| Overfull \hbox (6.75139pt too wide) in paragraph at lines 16579--16579 []\T1/qtm/m/n/10 Boolean| [248] LaTeX Warning: Hyper reference `reference/anbox-https-api:heading--10vhalconfig ' on page 249 undefined on input line 16629. LaTeX Warning: Hyper reference `reference/anbox-https-api:heading--10vhalconfig ' on page 249 undefined on input line 16660. [249] [250] Overfull \vbox (2.61801pt too high) detected at line 16913 [251] [252] LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-instance-type' on page 253 undefined on input line 17246. LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-image' on page 253 undefined on input line 17246. LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-video-encoder' on page 253 undefined on input line 17246. LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-watchdog' on page 253 undefined on input line 17246. LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-services' on page 253 undefined on input line 17246. LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-resources' on page 253 undefined on input line 17246. LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-extra-data' on page 253 undefined on input line 17246. LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-hooks' on page 253 undefined on input line 17246. LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-bootstrap' on page 253 undefined on input line 17246. LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-node-selector' on page 253 undefined on input line 17246. Overfull \hbox (3.83052pt too wide) in paragraph at lines 17246--17246 []\T1/qhv/m/n/10 Value Overfull \hbox (1.69052pt too wide) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 string| Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Overfull \hbox (1.69052pt too wide) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 string| Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Overfull \hbox (29.7735pt too wide) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 instance[]type| Overfull \hbox (1.69052pt too wide) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 string| LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-instance-type' on page 253 undefined on input line 17246. Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Dep-re- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 cated Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 since Overfull \hbox (66.52339pt too wide) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 required[]permissions| Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 ar-ray Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 of Overfull \hbox (5.58052pt too wide) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 strings| Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 image Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 (op- Overfull \hbox (1.69052pt too wide) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 string| LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-image' on page 253 undefined on input line 17246. Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 addons Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 tags Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Overfull \hbox (24.52351pt too wide) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 boot[]package Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 (op- Overfull \hbox (1.69052pt too wide) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 string| Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 ported Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 on Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 AOSP Overfull \hbox (29.7735pt too wide) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 boot[]activity Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 (op- Overfull \hbox (1.69052pt too wide) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 string| Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 ported Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 on Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 AOSP Overfull \hbox (29.7735pt too wide) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 video[]encoder Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 (op- Overfull \hbox (1.69052pt too wide) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 string| LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-video-encoder' on page 253 undefined on input line 17246. Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Overfull \hbox (3.52357pt too wide) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 watchdog Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 (op- LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-watchdog' on page 253 undefined on input line 17246. Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Overfull \hbox (3.52357pt too wide) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 services Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 (op- LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-services' on page 253 undefined on input line 17246. Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Overfull \hbox (8.77356pt too wide) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 resources Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 (op- LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-resources' on page 253 undefined on input line 17246. Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Overfull \hbox (14.02354pt too wide) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 extra[]data Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 (op- LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-extra-data' on page 253 undefined on input line 17246. Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 hooks Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 ob- LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-hooks' on page 253 undefined on input line 17246. Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Overfull \hbox (8.77356pt too wide) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 bootstrap Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 ob- LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-bootstrap' on page 253 undefined on input line 17246. Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Overfull \hbox (3.52357pt too wide) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 features Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Overfull \hbox (29.7735pt too wide) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 node[]selector Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 (op- LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-node-selector' on page 253 undefined on input line 17246. Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- [253] Overfull \vbox (73.70886pt too high) has occurred while \output is active [254] LaTeX Warning: Hyper reference `reference/application-manifest:resources' on pa ge 255 undefined on input line 17255. LaTeX Warning: Hyper reference `howto/anbox/images:howto-manage-images' on page 255 undefined on input line 17456. LaTeX Warning: Hyper reference `howto/cluster/configure-nodes:sec-tags' on page 255 undefined on input line 17466. [255] Overfull \hbox (11.51488pt too wide) in paragraph at lines 17519--17519 []\T1/txtt/m/n/10 gpu[]preferred| Overfull \hbox (8.21721pt too wide) in paragraph at lines 17580--17580 []\T1/txtt/m/n/10 allowed[]packages| Underfull \hbox (badness 10000) in paragraph at lines 17580--17580 []\T1/qtm/m/n/10 ar-ray of [256] LaTeX Warning: Hyper reference `reference/application-manifest:instance-type' o n page 257 undefined on input line 17694. LaTeX Warning: Hyper reference `explanation/resources:exp-resources-presets' on page 257 undefined on input line 17780. Underfull \hbox (badness 10000) in paragraph at lines 17859--17859 []\T1/qhv/m/n/10 Value Underfull \hbox (badness 10000) in paragraph at lines 17859--17859 []\T1/txtt/m/n/10 permissions \T1/qtm/m/n/10 (op- [257] Overfull \hbox (3.63272pt too wide) in paragraph at lines 17994--17994 []\T1/qhv/m/n/10 Type| Overfull \hbox (9.8817pt too wide) in paragraph at lines 17994--17994 []\T1/txtt/m/n/10 permissions| [258] LaTeX Warning: Hyper reference `reference/hooks:ref-hooks' on page 259 undefine d on input line 18039. LaTeX Warning: Hyper reference `reference/hooks:sec-env-variables' on page 259 undefined on input line 18078. Overfull \hbox (11.62366pt too wide) in paragraph at lines 18078--18078 []\T1/qhv/m/n/10 Name| Overfull \hbox (3.19891pt too wide) in paragraph at lines 18078--18078 []\T1/qhv/m/n/10 Value Overfull \hbox (6.0036pt too wide) in paragraph at lines 18078--18078 []\T1/txtt/m/n/10 keep| LaTeX Warning: Hyper reference `reference/hooks:sec-env-variables' on page 259 undefined on input line 18078. [259] [260] Underfull \hbox (badness 10000) in paragraph at lines 18420--18422 []\T1/qtm/m/n/10 If you en-counter an is-sue and want to col-lect de-bug-ging i n-for-ma-tion from the ap-pli-ance, use [261] [262] [263] [264] [265] [266] [267] [268] [269] [270] [271] [272] [273] [274] [275] [276] LaTeX Warning: Hyper reference `reference/addon-manifest:ref-addon-manifest' on page 277 undefined on input line 23170. LaTeX Warning: Hyper reference `reference/sdks:sec-ams-sdk' on page 277 undefin ed on input line 23194. [277] LaTeX Warning: Hyper reference `howto/instance/backup-and-restore:howto-backup- restore-application-data' on page 278 undefined on input line 23209. LaTeX Warning: Hyper reference `explanation/aar:exp-aar' on page 278 undefined on input line 23218. LaTeX Warning: Hyper reference `explanation/anbox-cloud:exp-anbox-cloud' on pag e 278 undefined on input line 23227. LaTeX Warning: Hyper reference `explanation/anbox-cloud:sec-variants' on page 2 78 undefined on input line 23236. LaTeX Warning: Hyper reference `reference/glossary:control-node' on page 278 un defined on input line 23248. [278] LaTeX Warning: Hyper reference `explanation/ams:exp-ams' on page 279 undefined on input line 23266. LaTeX Warning: Hyper reference `reference/sdks:sec-platform-sdk' on page 279 un defined on input line 23275. LaTeX Warning: Hyper reference `howto/instance/access:howto-access-instance' on page 279 undefined on input line 23284. LaTeX Warning: Hyper reference `reference/sdks:sec-streaming-sdk' on page 279 u ndefined on input line 23293. [279] LaTeX Warning: Hyper reference `explanation/applications:exp-applications' on p age 280 undefined on input line 23341. LaTeX Warning: Hyper reference `explanation/instances:sec-application-raw-insta nces' on page 280 undefined on input line 23350. LaTeX Warning: Hyper reference `reference/application-manifest:ref-application- manifest' on page 280 undefined on input line 23359. LaTeX Warning: Hyper reference `explanation/instances:sec-regular-base-instance s' on page 280 undefined on input line 23368. [280] LaTeX Warning: Hyper reference `explanation/applications:sec-application-bootst rap' on page 281 undefined on input line 23383. LaTeX Warning: Hyper reference `explanation/anbox-cloud:exp-anbox-cloud' on pag e 281 undefined on input line 23420. LaTeX Warning: Hyper reference `howto/install/high-availability:howto-enable-ha ' on page 281 undefined on input line 23444. [281] LaTeX Warning: Hyper reference `reference/hooks:ref-hooks' on page 282 undefine d on input line 23453. LaTeX Warning: Hyper reference `howto/anbox/images:howto-manage-images' on page 282 undefined on input line 23465. LaTeX Warning: Hyper reference `reference/provided-images:ref-provided-images' on page 282 undefined on input line 23465. LaTeX Warning: Hyper reference `explanation/instances:exp-instances' on page 28 2 undefined on input line 23474. LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-instance-type' on page 282 undefined on input line 23483. [282] LaTeX Warning: Hyper reference `reference/glossary:control-node' on page 283 un defined on input line 23518. LaTeX Warning: Hyper reference `explanation/platforms:exp-platforms' on page 28 3 undefined on input line 23536. LaTeX Warning: Hyper reference `explanation/instances:sec-application-raw-insta nces' on page 283 undefined on input line 23554. [283] LaTeX Warning: Hyper reference `explanation/instances:sec-regular-base-instance s' on page 284 undefined on input line 23563. LaTeX Warning: Hyper reference `explanation/application-streaming:exp-applicati on-streaming' on page 284 undefined on input line 23581. LaTeX Warning: Hyper reference `explanation/platforms:exp-platforms' on page 28 4 undefined on input line 23599. LaTeX Warning: Hyper reference `explanation/application-streaming:exp-applicati on-streaming' on page 284 undefined on input line 23608. LaTeX Warning: Hyper reference `explanation/application-streaming:exp-applicati on-streaming' on page 284 undefined on input line 23617. [284] LaTeX Warning: Hyper reference `explanation/application-streaming:exp-applicati on-streaming' on page 285 undefined on input line 23626. LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-watchdog' on page 285 undefined on input line 23659. LaTeX Warning: Hyper reference `explanation/web-dashboard:exp-web-dashboard' on page 285 undefined on input line 23668. [285] Underfull \hbox (badness 5563) in paragraph at lines 23754--23754 []\T1/qtm/m/n/10 in-stall (dep- Underfull \hbox (badness 10000) in paragraph at lines 23754--23754 []\T1/qtm/m/n/10 pre-pare LaTeX Warning: Hyper reference `howto/instance/logs:howto-view-instance-logs' o n page 286 undefined on input line 23759. [286] Overfull \hbox (12.2465pt too wide) in paragraph at lines 23874--23874 []\T1/txtt/m/n/10 ADDON_DIR| Overfull \hbox (1.74654pt too wide) in paragraph at lines 23874--23874 []\T1/txtt/m/n/10 APP_DIR| Overfull \hbox (12.2465pt too wide) in paragraph at lines 23874--23874 []\T1/txtt/m/n/10 ANBOX_DIR| Overfull \hbox (38.49643pt too wide) in paragraph at lines 23874--23874 []\T1/txtt/m/n/10 ANDROID_ROOTFS| Overfull \hbox (27.99646pt too wide) in paragraph at lines 23874--23874 []\T1/txtt/m/n/10 BOOT_PACKAGE| Overfull \hbox (38.49643pt too wide) in paragraph at lines 23874--23874 []\T1/txtt/m/n/10 CONTAINER_TYPE| Underfull \hbox (badness 10000) in paragraph at lines 23874--23874 \T1/qtm/m/n/10 vari-able is now dep-re-cated. Use Overfull \hbox (33.24644pt too wide) in paragraph at lines 23874--23874 []\T1/txtt/m/n/10 INSTANCE_TYPE| Overfull \hbox (43.74641pt too wide) in paragraph at lines 23874--23874 []\T1/txtt/m/n/10 ANBOX_EXIT_CODE| [287 <./a6b580b40f2017c0ff2300e09752c9e001b9623b.png>] Underfull \hbox (badness 10000) in paragraph at lines 23948--23948 []\T1/qhv/m/n/10 Soft-ware Underfull \hbox (badness 10000) in paragraph at lines 23948--23948 \T1/qhv/m/n/10 com-po- Underfull \hbox (badness 10000) in paragraph at lines 23948--23948 []\T1/qtm/m/n/10 LXD [288] Underfull \hbox (badness 10000) in paragraph at lines 24281--24281 []\T1/qhv/m/n/10 Pro-to- Underfull \hbox (badness 10000) in paragraph at lines 24281--24281 []\T1/qtm/m/n/10 HTTPS Prometheus end- Underfull \hbox (badness 10000) in paragraph at lines 24281--24281 []\T1/qtm/m/n/10 10000- Underfull \hbox (badness 10000) in paragraph at lines 24281--24281 []\T1/qtm/m/n/10 UDP & Underfull \hbox (badness 10000) in paragraph at lines 24281--24281 []\T1/qtm/m/n/10 An-box Cloud Underfull \hbox (badness 10000) in paragraph at lines 24281--24281 []\T1/qtm/m/n/10 An-box Stream Underfull \hbox (badness 10000) in paragraph at lines 24281--24281 []\T1/qtm/m/n/10 An-box Stream Underfull \hbox (badness 10000) in paragraph at lines 24281--24281 []\T1/qtm/m/n/10 An-box Stream Underfull \hbox (badness 10000) in paragraph at lines 24281--24281 []\T1/qtm/m/n/10 50000- [289] LaTeX Warning: Hyper reference `howto/anbox/benchmarks:howto-run-benchmarks' on page 290 undefined on input line 24405. Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 []\T1/qhv/m/n/10 An-box Cloud Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 []\T1/qhv/m/n/10 Res-o- Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 []\T1/qhv/m/n/10 Ap-pli- Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 []\T1/qhv/m/n/10 # Con- Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 []\T1/qhv/m/n/10 Avg. Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 []\T1/qtm/m/n/10 Am-pere Al-tra + 1x Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 []\T1/qtm/m/n/10 1.11.2 (ap-pli- Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 [][][]\T1/qtm/m/n/10 Bomb- Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 []\T1/qtm/m/n/10 Am-pere Al-tra + 2x Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 []\T1/qtm/m/n/10 1.11.2 (ap-pli- Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 [][][]\T1/qtm/m/n/10 Bomb- Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 []\T1/qtm/m/n/10 Am-pere Al-tra + 1x Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 []\T1/qtm/m/n/10 1.11.2 (ap-pli- Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 [][][]\T1/qtm/m/n/10 Bomb- Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 []\T1/qtm/m/n/10 Am-pere Al-tra + 2x Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 []\T1/qtm/m/n/10 1.11.2 (ap-pli- Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 [][][]\T1/qtm/m/n/10 Bomb- Underfull \hbox (badness 10000) in paragraph at lines 24715--24715 []\T1/qhv/m/n/10 In-stance Underfull \hbox (badness 10000) in paragraph at lines 24715--24715 []\T1/qhv/m/n/10 An-box Cloud Underfull \hbox (badness 10000) in paragraph at lines 24715--24715 []\T1/qhv/m/n/10 Res-o-lu- Underfull \hbox (badness 10000) in paragraph at lines 24715--24715 []\T1/qhv/m/n/10 Avg. Underfull \hbox (badness 10000) in paragraph at lines 24715--24715 []\T1/txtt/m/n/10 m6g. Underfull \hbox (badness 10000) in paragraph at lines 24715--24715 []\T1/qtm/m/n/10 An-droid 10 Underfull \hbox (badness 10000) in paragraph at lines 24715--24715 []\T1/txtt/m/n/10 m5a. Underfull \hbox (badness 10000) in paragraph at lines 24715--24715 []\T1/qtm/m/n/10 An-droid 10 Underfull \hbox (badness 7777) in paragraph at lines 24715--24715 []\T1/qtm/m/n/10 hard-ware / hard- Underfull \hbox (badness 7777) in paragraph at lines 24715--24715 []\T1/qtm/m/n/10 hard-ware / hard- Underfull \hbox (badness 7777) in paragraph at lines 24715--24715 []\T1/qtm/m/n/10 hard-ware / hard- Underfull \hbox (badness 7777) in paragraph at lines 24715--24715 []\T1/qtm/m/n/10 hard-ware / hard- [290] Underfull \hbox (badness 10000) in paragraph at lines 24747--24749 []\T1/qtm/m/n/10 For a full An-box Cloud de-ploy-ment: \T1/txtt/m/n/10 juju run [][]wait=5m [][]unit ams/0 [][] unit[]get Underfull \hbox (badness 10000) in paragraph at lines 24764--24766 []\T1/qtm/m/n/10 For the An-box Cloud Ap-pli-ance: \T1/txtt/m/n/10 juju config []m appliance:anbox[]cloud ams [291] Overfull \hbox (32.05202pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_nodes_total| Overfull \hbox (68.80191pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_applications_total| Overfull \hbox (58.30194pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_containers_total| Underfull \hbox (badness 10000) in paragraph at lines 25000--25000 []\T1/qtm/m/n/10 Dep-re-cated since 1.20.0, use Underfull \hbox (badness 10000) in paragraph at lines 25000--25000 \T1/txtt/m/n/10 ams_cluster_instances_total Overfull \hbox (147.55168pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_container_boot_time_seconds_count| Underfull \hbox (badness 10000) in paragraph at lines 25000--25000 []\T1/qtm/m/n/10 Dep-re-cated since 1.20.0, use Overfull \hbox (89.0756pt too wide) in paragraph at lines 25000--25000 \T1/txtt/m/n/10 ams_cluster_instance_boot_time_seconds_count Overfull \hbox (137.1117pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_container_boot_time_seconds_sum| Underfull \hbox (badness 10000) in paragraph at lines 25000--25000 []\T1/qtm/m/n/10 Dep-re-cated since 1.20.0, use Overfull \hbox (78.57564pt too wide) in paragraph at lines 25000--25000 \T1/txtt/m/n/10 ams_cluster_instance_boot_time_seconds_sum Overfull \hbox (152.80167pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_container_boot_time_seconds_bucket| Underfull \hbox (badness 10000) in paragraph at lines 25000--25000 []\T1/qtm/m/n/10 Dep-re-cated since 1.20.0, use Overfull \hbox (94.32559pt too wide) in paragraph at lines 25000--25000 \T1/txtt/m/n/10 ams_cluster_instance_boot_time_seconds_bucket Overfull \hbox (142.3017pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_containers_per_application_total| Underfull \hbox (badness 10000) in paragraph at lines 25000--25000 []\T1/qtm/m/n/10 Dep-re-cated since 1.20.0, use Overfull \hbox (83.82562pt too wide) in paragraph at lines 25000--25000 \T1/txtt/m/n/10 ams_cluster_instances_per_application_total Overfull \hbox (116.05177pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_containers_per_status_total| Underfull \hbox (badness 10000) in paragraph at lines 25000--25000 []\T1/qtm/m/n/10 Dep-re-cated since 1.20.0, use Overfull \hbox (57.5757pt too wide) in paragraph at lines 25000--25000 \T1/txtt/m/n/10 ams_cluster_instances_per_status_total Overfull \hbox (105.5518pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_containers_per_node_total| Underfull \hbox (badness 10000) in paragraph at lines 25000--25000 []\T1/qtm/m/n/10 Dep-re-cated since 1.20.0, use Overfull \hbox (47.07573pt too wide) in paragraph at lines 25000--25000 \T1/txtt/m/n/10 ams_cluster_instances_per_node_total Overfull \hbox (53.05196pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_instances_total| Overfull \hbox (142.3017pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_instance_boot_time_seconds_count| Overfull \hbox (131.86171pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_instance_boot_time_seconds_sum| Overfull \hbox (147.55168pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_instance_boot_time_seconds_bucket| Overfull \hbox (137.05171pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_instances_per_application_total| Overfull \hbox (110.80179pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_instances_per_status_total| Overfull \hbox (100.30182pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_instances_per_node_total| Overfull \hbox (74.0519pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_available_cpu_total| Overfull \hbox (47.80197pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_used_cpu_total| Overfull \hbox (89.80185pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_available_memory_total| Overfull \hbox (63.55193pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_used_memory_total| [292] Underfull \hbox (badness 5985) in paragraph at lines 25080--25082 []\T1/qtm/m/n/10 All han-dler la-bels adopt the con-ven-tion \T1/txtt/m/n/10 __\T1/qtm/m/n/10 , for ex-am-ple, Overfull \hbox (0.63397pt too wide) in alignment at lines 25132--25665 [] [] [] Package longtable Warning: Column widths have changed (longtable) in table 2 on input line 25665. [293] [294] Underfull \hbox (badness 10000) in paragraph at lines 25694--25696 []\T1/qtm/m/n/10 For the An-box Cloud Ap-pli-ance: \T1/txtt/m/n/10 juju run [][ ]wait=5m []m appliance:anbox[]cloud [][]unit [295] Overfull \hbox (48.26453pt too wide) in paragraph at lines 25846--25846 []\T1/txtt/m/n/10 anbox_stream_gateway_http_request_duration_seconds_bucket| Overfull \hbox (16.76462pt too wide) in paragraph at lines 25846--25846 []\T1/txtt/m/n/10 anbox_stream_gateway_http_request_size_bytes_bucket| Overfull \hbox (22.0146pt too wide) in paragraph at lines 25846--25846 []\T1/txtt/m/n/10 anbox_stream_gateway_http_response_size_bytes_bucket| [296] Underfull \hbox (badness 10000) in paragraph at lines 26021--26023 []\T1/qtm/m/n/10 For a full An-box Cloud de-ploy-ment: \T1/txtt/m/n/10 juju run [][]wait=5m [][]unit lxd/0 [][] unit[]get Overfull \hbox (28.51556pt too wide) in paragraph at lines 26185--26185 []\T1/txtt/m/n/10 webrtc_frames_encoded| Overfull \hbox (49.5155pt too wide) in paragraph at lines 26185--26185 []\T1/txtt/m/n/10 webrtc_key_frames_encoded| Overfull \hbox (44.26552pt too wide) in paragraph at lines 26185--26185 []\T1/txtt/m/n/10 webrtc_total_encode_time| Overfull \hbox (28.51556pt too wide) in paragraph at lines 26185--26185 []\T1/txtt/m/n/10 webrtc_target_bitrate| Overfull \hbox (7.51563pt too wide) in paragraph at lines 26185--26185 []\T1/txtt/m/n/10 webrtc_bytes_sent| Overfull \hbox (81.01541pt too wide) in paragraph at lines 26185--26185 []\T1/txtt/m/n/10 webrtc_retransmitted_bytes_sent| Overfull \hbox (91.51538pt too wide) in paragraph at lines 26185--26185 []\T1/txtt/m/n/10 webrtc_retransmitted_packets_sent| Overfull \hbox (75.76543pt too wide) in paragraph at lines 26185--26185 []\T1/txtt/m/n/10 webrtc_total_packet_send_delay| Overfull \hbox (18.0156pt too wide) in paragraph at lines 26185--26185 []\T1/txtt/m/n/10 webrtc_packets_sent| Overfull \hbox (7.51563pt too wide) in paragraph at lines 26185--26185 []\T1/txtt/m/n/10 webrtc_nack_count| Overfull \hbox (2.26564pt too wide) in paragraph at lines 26185--26185 []\T1/txtt/m/n/10 webrtc_fir_count| Overfull \hbox (2.26564pt too wide) in paragraph at lines 26185--26185 []\T1/txtt/m/n/10 webrtc_pli_count| Overfull \hbox (2.26564pt too wide) in paragraph at lines 26185--26185 []\T1/txtt/m/n/10 webrtc_sli_count| Overfull \hbox (18.0156pt too wide) in paragraph at lines 26185--26185 []\T1/txtt/m/n/10 webrtc_relay_in_use| [297] [298] LaTeX Warning: Hyper reference `howto/update/upgrade-anbox:howto-upgrade-anbox- cloud' on page 299 undefined on input line 26348. LaTeX Warning: Hyper reference `howto/update/upgrade-appliance:howto-upgrade-ap pliance' on page 299 undefined on input line 26348. LaTeX Warning: Hyper reference `reference/roadmap:ref-roadmap' on page 299 unde fined on input line 26354. [299] [300] [301] LaTeX Warning: Hyper reference `explanation/anbox-cloud:sec-variants' on page 3 02 undefined on input line 27070. [302] LaTeX Warning: Hyper reference `explanation/capacity-planning:exp-capacity-plan ning' on page 303 undefined on input line 27118. LaTeX Warning: Hyper reference `reference/network-ports:ref-network-ports' on p age 303 undefined on input line 27124. [303] Underfull \hbox (badness 10000) in paragraph at lines 27368--27368 []\T1/qhv/m/n/10 Ar-chi-tec- Underfull \hbox (badness 10000) in paragraph at lines 27368--27368 []\T1/qhv/m/n/10 CPU Overfull \hbox (4.55038pt too wide) in paragraph at lines 27368--27368 []\T1/qhv/m/n/10 RAM| Overfull \hbox (2.42513pt too wide) in paragraph at lines 27368--27368 []\T1/qhv/m/n/10 GPUs| Underfull \hbox (badness 10000) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (1.22038pt too wide) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 4GB| Underfull \hbox (badness 10000) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 50GB Underfull \hbox (badness 10000) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (1.22038pt too wide) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 2GB| Underfull \hbox (badness 10000) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 100GB Underfull \hbox (badness 10000) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (1.22038pt too wide) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 8GB| Underfull \hbox (badness 10000) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 100GB Underfull \hbox (badness 10000) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (1.22038pt too wide) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 8GB| Underfull \hbox (badness 10000) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 100GB Underfull \hbox (badness 10000) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (6.22038pt too wide) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 16GB| Underfull \hbox (badness 10000) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 200GB Underfull \hbox (badness 10000) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 op- Underfull \hbox (badness 10000) in paragraph at lines 27471--27471 []\T1/qhv/m/n/10 Ar-chi-tec- Underfull \hbox (badness 10000) in paragraph at lines 27471--27471 []\T1/qhv/m/n/10 CPU Overfull \hbox (4.55038pt too wide) in paragraph at lines 27471--27471 []\T1/qhv/m/n/10 RAM| Overfull \hbox (2.42513pt too wide) in paragraph at lines 27471--27471 []\T1/qhv/m/n/10 GPUs| Underfull \hbox (badness 10000) in paragraph at lines 27471--27471 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (1.22038pt too wide) in paragraph at lines 27471--27471 []\T1/qtm/m/n/10 4GB| Underfull \hbox (badness 10000) in paragraph at lines 27471--27471 []\T1/qtm/m/n/10 50GB Underfull \hbox (badness 10000) in paragraph at lines 27471--27471 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (1.22038pt too wide) in paragraph at lines 27471--27471 []\T1/qtm/m/n/10 8GB| Underfull \hbox (badness 10000) in paragraph at lines 27471--27471 []\T1/qtm/m/n/10 100GB Underfull \hbox (badness 10000) in paragraph at lines 27471--27471 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (6.22038pt too wide) in paragraph at lines 27471--27471 []\T1/qtm/m/n/10 16GB| Underfull \hbox (badness 10000) in paragraph at lines 27471--27471 []\T1/qtm/m/n/10 200GB Underfull \hbox (badness 10000) in paragraph at lines 27471--27471 []\T1/qtm/m/n/10 op- [304] LaTeX Warning: Hyper reference `explanation/capacity-planning:exp-capacity-plan ning' on page 305 undefined on input line 27491. LaTeX Warning: Hyper reference `reference/supported-rendering-resources:ref-ren dering-resources' on page 305 undefined on input line 27495. LaTeX Warning: Hyper reference `explanation/performance:exp-performance' on pag e 305 undefined on input line 27513. [305] LaTeX Warning: Hyper reference `reference/provided-images:ref-provided-images' on page 306 undefined on input line 27806. Underfull \hbox (badness 10000) in paragraph at lines 27806--27806 []\T1/qhv/m/n/10 Sup- LaTeX Warning: Hyper reference `reference/provided-images:ref-provided-images' on page 306 undefined on input line 27806. Underfull \hbox (badness 10000) in paragraph at lines 27806--27806 []\T1/qtm/m/n/10 Hardware-accelerated video de-cod-ing Underfull \hbox (badness 10000) in paragraph at lines 27806--27806 []\T1/qtm/m/n/10 Hardware-accelerated video en-cod-ing [306] [307] LaTeX Warning: Hyper reference `reference/application-manifest:ref-application- manifest' on page 308 undefined on input line 27889. LaTeX Warning: Hyper reference `howto/port/install-system-app:howto-install-apk -system-app' on page 308 undefined on input line 27889. LaTeX Warning: Hyper reference `reference/anbox-https-api:sec-anbox-https-api-v hal' on page 308 undefined on input line 27889. LaTeX Warning: Hyper reference `reference/application-manifest:ref-application- manifest' on page 308 undefined on input line 27889. LaTeX Warning: Hyper reference `howto/port/install-system-app:howto-install-apk -system-app' on page 308 undefined on input line 27889. LaTeX Warning: Hyper reference `reference/anbox-https-api:sec-anbox-https-api-v hal' on page 308 undefined on input line 27889. LaTeX Warning: Hyper reference `reference/sdks:sec-platform-sdk' on page 308 un defined on input line 28000. [308] LaTeX Warning: Hyper reference `reference/component-versions:ref-component-vers ions' on page 309 undefined on input line 28012. Overfull \hbox (10.52495pt too wide) in paragraph at lines 28056--28056 []\T1/qhv/m/n/10 Name| Overfull \hbox (4.90489pt too wide) in paragraph at lines 28056--28056 []\T1/txtt/m/n/10 null| Overfull \hbox (15.40486pt too wide) in paragraph at lines 28056--28056 []\T1/txtt/m/n/10 webrtc| Overfull \hbox (15.40486pt too wide) in paragraph at lines 28056--28056 []\T1/txtt/m/n/10 swrast| [309] LaTeX Warning: Hyper reference `explanation/rendering-architecture:exp-renderin g-architecture' on page 310 undefined on input line 28148. LaTeX Warning: Hyper reference `explanation/platforms:exp-platforms' on page 31 0 undefined on input line 28152. LaTeX Warning: Hyper reference `reference/roadmap:ref-roadmap' on page 310 unde fined on input line 28172. LaTeX Warning: Hyper reference `reference/roadmap:ref-roadmap' on page 310 unde fined on input line 28215. [310] Underfull \hbox (badness 10000) in paragraph at lines 28330--28330 []\T1/qhv/m/n/10 Value Overfull \hbox (0.6554pt too wide) in paragraph at lines 28330--28330 []\T1/qhv/m/n/10 De- Overfull \hbox (3.34538pt too wide) in paragraph at lines 28330--28330 \T1/qhv/m/n/10 fault| Underfull \hbox (badness 10000) in paragraph at lines 28330--28330 []\T1/txtt/m/n/10 video. Underfull \hbox (badness 10000) in paragraph at lines 28330--28330 []\T1/qtm/m/n/10 ar-ray Underfull \hbox (badness 10000) in paragraph at lines 28330--28330 \T1/qtm/m/n/10 of Underfull \hbox (badness 10000) in paragraph at lines 28330--28330 []\T1/txtt/m/n/10 nvidia_h264. Overfull \hbox (10.79532pt too wide) in paragraph at lines 28330--28330 []\T1/txtt/m/n/10 false| Underfull \hbox (badness 10000) in paragraph at lines 28330--28330 []\T1/txtt/m/n/10 nvidia_h264. Overfull \hbox (44.2301pt too wide) in paragraph at lines 28330--28330 \T1/txtt/m/n/10 multipass_quarter_resolution| Overfull \hbox (10.79532pt too wide) in paragraph at lines 28330--28330 []\T1/txtt/m/n/10 false| Overfull \hbox (10.79532pt too wide) in paragraph at lines 28330--28330 []\T1/txtt/m/n/10 false| Underfull \hbox (badness 10000) in paragraph at lines 28330--28330 []\T1/txtt/m/n/10 nvidia_h264. [311] LaTeX Warning: Hyper reference `contribute/anbox-style-guide:style-guide' on pa ge 312 undefined on input line 28587. [312] [313] [314] No file canonical-anbox-cloud-documentation.ind. Package longtable Warning: Table widths have changed. Rerun LaTeX. [315] (./canonical-anbox-cloud-documentation.aux) LaTeX Warning: There were undefined references. LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right. Package rerunfilecheck Warning: File `canonical-anbox-cloud-documentation.out' has changed. (rerunfilecheck) Rerun to get outlines right (rerunfilecheck) or use package `bookmark'. ) (see the transcript file for additional information){/usr/share/texmf/fonts/enc /dvips/tex-gyre/q-ec.enc}{/usr/share/texlive/texmf-dist/fonts/enc/dvips/base/8r .enc}{/usr/share/texmf/fonts/enc/dvips/tex-gyre/q-ts1.enc} Output written on canonical-anbox-cloud-documentation.pdf (319 pages, 6471971 b ytes). Transcript written on canonical-anbox-cloud-documentation.log. Latexmk: Index file 'canonical-anbox-cloud-documentation.idx' was written Latexmk: Missing input file 'canonical-anbox-cloud-documentation.ind' (or dependence on it) from following: 'No file canonical-anbox-cloud-documentation.ind.' Latexmk: References changed. Latexmk: References changed. Latexmk: Log file says output to 'canonical-anbox-cloud-documentation.pdf' Latexmk: Log file says output to 'canonical-anbox-cloud-documentation.pdf' Rule 'makeindex canonical-anbox-cloud-documentation.idx': File changes, etc: Changed files, or newly in use since previous run(s): 'canonical-anbox-cloud-documentation.idx' ------------ Run number 1 of rule 'makeindex canonical-anbox-cloud-documentation.idx' ------------ ------------ Running 'makeindex -s python.ist -o "canonical-anbox-cloud-documentation.ind" "canonical-anbox-cloud-documentation.idx"' ------------ Latexmk: Examining 'canonical-anbox-cloud-documentation.log' === TeX engine is 'pdfTeX' Latexmk: applying rule 'makeindex canonical-anbox-cloud-documentation.idx'... This is makeindex, version 2.15 [TeX Live 2022/dev] (kpathsea + Thai support). Scanning style file ./python.ist.......done (7 attributes redefined, 0 ignored). Scanning input file canonical-anbox-cloud-documentation.idx...done (0 entries accepted, 0 rejected). Nothing written in canonical-anbox-cloud-documentation.ind. Transcript written in canonical-anbox-cloud-documentation.ilg. Rule 'pdflatex': File changes, etc: Changed files, or newly in use since previous run(s): 'canonical-anbox-cloud-documentation.aux' 'canonical-anbox-cloud-documentation.ind' 'canonical-anbox-cloud-documentation.out' ------------ Run number 2 of rule 'pdflatex' ------------ ------------ Running 'pdflatex -interaction=nonstopmode -recorder --jobname="canonical-anbox-cloud-documentation" "canonicalanboxcloud.tex"' ------------ Latexmk: applying rule 'pdflatex'... This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2022/dev/Debian) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./canonicalanboxcloud.tex LaTeX2e <2021-11-15> patch level 1 L3 programming layer <2022-01-21> (./sphinxmanual.cls Document Class: sphinxmanual 2019/12/01 v2.3.0 Document class (Sphinx manual) (/usr/share/texlive/texmf-dist/tex/latex/base/report.cls Document Class: report 2021/10/04 v1.4n Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty) (/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty<>) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty (/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def) (/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf)) (/usr/share/texmf/tex/latex/tex-gyre/tgtermes.sty (/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty) (/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty))) (/usr/share/texmf/tex/latex/tex-gyre/tgheros.sty) (/usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty) (./sphinx.sty (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def)) (./sphinxoptionshyperref.sty) (./sphinxoptionsgeometry.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty) (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/share/texlive/texmf-dist/tex/latex/wrapfig/wrapfig.sty) (/usr/share/texlive/texmf-dist/tex/latex/capt-of/capt-of.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/multicol.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg))) (./sphinxlatexgraphics.sty) (./sphinxpackageboxes.sty (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.sty (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.cfg) (/usr/share/texlive/texmf-dist/tex/latex/pict2e/p2e-pdftex.def)) (/usr/share/texlive/texmf-dist/tex/latex/ellipse/ellipse.sty)) (./sphinxlatexadmonitions.sty (/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty)) (./sphinxlatexliterals.sty (/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texlive/texmf-dist/tex/latex/upquote/upquote.sty) (/usr/share/texlive/texmf-dist/tex/latex/needspace/needspace.sty)) (./sphinxlatexshadowbox.sty) (./sphinxlatexcontainers.sty) (./sphinxhighlight.sty) (./sphinxlatextables.sty (/usr/share/texlive/texmf-dist/tex/latex/tabulary/tabulary.sty (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty) (/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty) (/usr/share/texlive/texmf-dist/tex/latex/booktabs/booktabs.sty)) (./sphinxlatexnumfig.sty) (./sphinxlatexlists.sty) (./sphinxpackagefootnote.sty ) (./sphinxlatexindbibtoc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty)) (./sphinxlatexstylepage.sty (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip.sty (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip-2001-04-09.sty)) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty)) (./sphinxlatexstyleheadings.sty (/usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty)) (./sphinxlatexstyletext.sty) (./sphinxlatexobjects.sty)) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty))) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty)) (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty) (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty) (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty) (/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty) (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def) (/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty) (/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty (/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty)) (/usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def (/usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty) (/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty (/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty))) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty) (./sphinxmessages.sty) Writing index file canonical-anbox-cloud-documentation.idx (/usr/share/texmf/tex/latex/tex-gyre/t1qtm.fd) (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def) (./canonical-anbox-cloud-documentation.aux) (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty)) (./canonical-anbox-cloud-documentation.out) (./canonical-anbox-cloud-documentation.out) (/usr/share/texmf/tex/latex/tex-gyre/t1qhv.fd)<><><><> (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1{/var/lib/texmf/fo nts/map/pdftex/updmap/pdftex.map}] [2] (./canonical-anbox-cloud-documentation.toc) [1] [2] [1] [2] Chapter 1. [3] [4] Chapter 2. (/usr/share/texmf/tex/latex/tex-gyre/ts1qtm.fd) [5] [6] (/usr/share/texlive/texmf-dist/tex/latex/txfonts/t1txtt.fd) [7] [8 <./b4e7b1177 277277083200ef718d8b6674d3c6f8e.png (PNG copy)>] Underfull \hbox (badness 10000) in paragraph at lines 419--421 \T1/qtm/m/n/10 Once the ini-tial-i-sa-tion pro-cess has fin-ished, you are pre- sented with a wel-come page on \T1/txtt/m/n/10 https:// [9 <./fe28cf50cd568828413c41dbaba12c602d61eb5b.png (PNG copy)>] [10 <./800a08f7 291ccd6ac6d82f190309f0630badfc3c.png (PNG copy)>] [11] [12 <./7cb08440-add-appl ication.png> <./7f1553f5-start-new-session.png>] [13 <./11ee7ef4-create-session .png> <./fcf0313d40e26abf3c8c28e38ad146dc5bbf96fc.png>] [14 <./57063a40-instanc e_list.png>] [15 <./bc5ad728-instance_terminal.png> <./7004a76a-instance_logs.p ng>] [16] [17] [18] [19] [20] [21] [22] [23] (/usr/share/texlive/texmf-dist/tex/latex/txfonts/ts1txtt.fd) [24] [25] [26] [27] [28] [29] [30] [31] LaTeX Warning: Hyper reference `howto/stream/oob-data:version-1-10' on page 32 undefined on input line 1922. LaTeX Warning: Hyper reference `howto/stream/oob-data:version-2-1' on page 32 u ndefined on input line 1922. [32] [33] [34] Underfull \hbox (badness 10000) in paragraph at lines 2149--2149 []\T1/qhv/m/n/10 Pa-ram-e- Overfull \hbox (47.0134pt too wide) in paragraph at lines 2149--2149 []\T1/txtt/m/n/10 data[]channel[]names| Underfull \hbox (badness 10000) in paragraph at lines 2149--2149 []\T1/qtm/m/n/10 string [35] [36] [37] [38] [39] LaTeX Warning: Hyper reference `howto/stream/client-side-keyboard:customising-t he-virtual-keyboard-4' on page 40 undefined on input line 2455. [40] [41] [42] [43] [44] [45] [46 <./2e3a2074795bbf89ced63930abfbc69f7a3399c0.p ng>] [47 <./749b325a3430db4110f9d55bd69a01113d32259e.png>] [48 <./3a979a2c5cd67 f25f359095bac7e04c1937e826e.png>] [49 <./d6dfce77691f94d6a8a9462f80cad05bcf45c7 86.png>] [50 <./f6e3a65c3ea48812074368c003447809929217ba.png>] [51 <./90e053d12 1d1877c86d02266bf265e32bc22cffc.png>] [52 <./cab41c232c5d32b59e66c77d9a95df4937 47aec7.png>] [53 <./82372656a858860d400ebb51197f85bd01ad3935.png>] [54 <./0640b 1d157961335c3e26dd5d1e5d38dc3be1aec.png>] [55] [56 <./0ca30941-azure_quickstart -co.png>] [57 <./d0ac4cf5-azure_deploy-vm-co.png>] [58 <./896cec8a98ce69cc0934b 45ec0abac777a7899ab.png>] [59 <./8fea8b11-azure_config-disk.png>] [60 <./c9a2fd e42f9f271439008e6a1d9dafa4fc712dec.png>] [61 <./c6ff12de-azure_config-review.pn g>] [62 <./fafd883f-azure_progress.png>] [63] [64 <./884d0b10-boot-disk-config- 2.png (PNG copy)>] [65 <./8acf5d22-add-new-disk-2.png (PNG copy)>] [66] [67] [68] [69] [70 <./9aa49d71fde24001e7f2943fc3884dd4a18086b7.png>] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90] [91] [92] [93] [94] [95] [96] [97] [98] Underfull \hbox (badness 10000) in paragraph at lines 5758--5758 []\T1/qhv/m/n/10 Plat- Underfull \hbox (badness 10000) in paragraph at lines 5758--5758 []\T1/qhv/m/n/10 Re-quired for- Underfull \hbox (badness 10000) in paragraph at lines 5758--5758 \T1/qhv/m/n/10 mat of user Underfull \hbox (badness 10000) in paragraph at lines 5758--5758 []\T1/qtm/m/n/10 Comma- Overfull \hbox (10.90097pt too wide) in paragraph at lines 5758--5758 []\T1/txtt/m/n/10 swrast| Underfull \hbox (badness 10000) in paragraph at lines 5758--5758 []\T1/qtm/m/n/10 Comma- Overfull \hbox (10.90097pt too wide) in paragraph at lines 5758--5758 []\T1/txtt/m/n/10 webrtc| Underfull \hbox (badness 10000) in paragraph at lines 5758--5758 []\T1/qtm/m/n/10 {^^Qdis-play_width^^Q: ,^^Qdisplay_height^^Q: ,^^Qdisplay_density^^Q: ,^^Qfps^^Q : ] [107 <./476306eb4499232272799d9efdebbc4e76855cd8.png> <./9338375e74 5e8067cc45e7f80d6f201edfce9789.png>] [108 <./1ec16f3bcef423a051e8c74398e6fe2942 1848a3.png>] [109 <./309df9c3339ec0da1650f2742654e50758dc48a9.png>] [110 <./a1a e481f09a2c22ca6869bc9636c84d9765e1960.png>] [111 <./0cde39918956b84488278aeb447 5e241a50b343e.png> <./040220cb-manage_tls_dns-name.png>] [112] [113 <./36bcce7f -manage_tls_a-record.png>] [114 <./ba6cf1bc5a3c0b3b27720c7a6455ad746f2f7257.png >] [115 <./cd4c0316-manage_tls_result.png>] [116] [117] [118] [119] [120] [121] Overfull \hbox (24.64912pt too wide) in paragraph at lines 7007--7007 []\T1/txtt/m/n/10 instance[]type| Overfull \hbox (3.64919pt too wide) in paragraph at lines 7007--7007 []\T1/txtt/m/n/10 published| Overfull \hbox (3.64919pt too wide) in paragraph at lines 7007--7007 []\T1/txtt/m/n/10 immutable| [122] [123] [124] [125] Underfull \vbox (badness 10000) detected at line 7294 [126] [127] [128] [129 <./8eeb96bdfd64612308fa860ebe57deeacd460ece.png>] Overfull \hbox (24.64912pt too wide) in paragraph at lines 7525--7525 []\T1/txtt/m/n/10 instance[]type| Overfull \hbox (3.64919pt too wide) in paragraph at lines 7525--7525 []\T1/txtt/m/n/10 published| Overfull \hbox (3.64919pt too wide) in paragraph at lines 7525--7525 []\T1/txtt/m/n/10 immutable| [130] [131] [132] [133] [134] [135] LaTeX Warning: Hyper reference `howto/instance/access:through-ssh-tunnel-6' on page 136 undefined on input line 7970. [136] [137] [138] [139] [140] [141] [142] [143] Underfull \hbox (badness 10000) in paragraph at lines 8568--8568 []\T1/qhv/m/n/10 Value Underfull \hbox (badness 10000) in paragraph at lines 8568--8568 []\T1/qtm/m/n/10 Lon-gi-tude in [144] Overfull \hbox (3.74043pt too wide) in paragraph at lines 8665--8665 []\T1/txtt/m/n/10 status| [145] [146] [147] Overfull \hbox (3.7111pt too wide) in paragraph at lines 8900--8900 []\T1/txtt/m/n/10 status| [148] [149] [150] [151] [152] [153] [154] [155] [156] [157] [158 <./801f6551dc9 6b314bcbe38ffd76ce7f4ad904829.png>] Underfull \hbox (badness 10000) in paragraph at lines 9630--9632 []\T1/qtm/m/n/10 Note that these val-ues will be con-fig-ured but run-ning the \T1/txtt/m/n/10 sudo anbox[]cloud[]appliance internal [159 <./7f636ed25dcdc8feef81067047d1cd9d8be152a5.png>] [160 <./43e5fac7-session -error.png> <./a092d932014ddacfab1a9b83b95a0fa28a6a7e1a.png>] Underfull \hbox (badness 5091) in paragraph at lines 9729--9731 []\T1/qtm/m/n/10 Oc-ca-sion-ally, ac-cess to Ubuntu archives could be a prob-le m when cre-at-ing an ap-pli-ca-tion. As Underfull \hbox (badness 10000) in paragraph at lines 9729--9731 \T1/qtm/m/n/10 an im-me-di-ate workaround, you could dis-able the se-cu-rity up -date by run-ning \T1/txtt/m/n/10 amc config set Underfull \hbox (badness 10000) in paragraph at lines 9729--9731 \T1/txtt/m/n/10 instance.security_updates false \T1/qtm/m/n/10 or ex-plic-itly set \T1/txtt/m/n/10 amc config set instance.api_mirror [161 <./62cc57f1-instance-list-error.png> <./516eb1935b057bc795246f936944f9a558 f51d9e.png>] [162 <./8fccc0e601d09e4e789b000b38341c11357e1eb1.png> <./85d3b33dc 519334c801fdc9eeed66a76d1743015.png>] LaTeX Warning: Hyper reference `howto/troubleshoot/logs:logging-level-4' on pag e 163 undefined on input line 9796. [163] [164] Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 []\T1/txtt/m/n/10 /var/snap/lxd/common/lxd/logs/ams[]*/ Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 []\T1/qtm/m/n/10 instance-related Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 \T1/qtm/m/n/10 logs for a sin-gle Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 []\T1/qtm/m/n/10 Android-related Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 \T1/qtm/m/n/10 logs for a sin-gle Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 []\T1/txtt/m/n/10 /var/log/syslog\T1/qtm/m/n/10 , \T1/txtt/m/n/10 journalctl [] u snap. Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 []\T1/txtt/m/n/10 /var/log/syslog\T1/qtm/m/n/10 , \T1/txtt/m/n/10 journalctl Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 []\T1/txtt/m/n/10 u snap.anbox[]stream[]agent. Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 []\T1/qtm/m/n/10 On any ma-chine host-ing the Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 \T1/qtm/m/n/10 An-box Stream Agent (e.g. Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 []\T1/txtt/m/n/10 /var/log/syslog\T1/qtm/m/n/10 , \T1/txtt/m/n/10 journalctl Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 []\T1/txtt/m/n/10 u snap.anbox[]stream[]agent. Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 \T1/txtt/m/n/10 anbox[]stream[]gateway.service\T1/qtm/m/n/10 , \T1/txtt/m/n/10 snap Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 []\T1/qtm/m/n/10 On any ma-chine host-ing the Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 \T1/qtm/m/n/10 An-box Stream Gate-way (e.g. Underfull \hbox (badness 5475) in paragraph at lines 10092--10092 []\T1/qtm/m/n/10 Logs for the An- Underfull \hbox (badness 8038) in paragraph at lines 10092--10092 \T1/qtm/m/n/10 box Stream Gate- Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 []\T1/txtt/m/n/10 /var/log/syslog\T1/qtm/m/n/10 , \T1/txtt/m/n/10 journalctl [] u Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 \T1/txtt/m/n/10 snap.anbox[]cloud[]dashboard. Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 \T1/txtt/m/n/10 anbox[]cloud[]dashboard.service\T1/qtm/m/n/10 , \T1/txtt/m/n/10 snap Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 []\T1/qtm/m/n/10 On any ma-chine host-ing the An- Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 \T1/qtm/m/n/10 box Cloud web dash-board (e.g. Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 []\T1/txtt/m/n/10 /var/log/syslog\T1/qtm/m/n/10 , \T1/txtt/m/n/10 journalctl [] u snap. Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 \T1/qtm/m/n/10 com-mu-ni-ca-tion Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 []\T1/txtt/m/n/10 /var/log/syslog\T1/qtm/m/n/10 , \T1/txtt/m/n/10 journalctl [] u snap. Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 \T1/txtt/m/n/10 etcd.etcd.service\T1/qtm/m/n/10 , \T1/txtt/m/n/10 snap logs []n all Underfull \hbox (badness 5050) in paragraph at lines 10092--10092 []\T1/qtm/m/n/10 On any ma-chine host-ing etcd (e.g. Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 \T1/qtm/m/n/10 database (use-ful [165] [166] [167] Overfull \vbox (2.5528pt too high) detected at line 10292 [168 <./1093e239-update_appliance.png>] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183 <./87cb37c8577bb212a14ba3d 0765715c36ed118fa.png (PNG copy)>] Underfull \hbox (badness 10000) in paragraph at lines 11305--11305 [][][]\T1/qtm/m/it/10 An-box Man-age- Underfull \hbox (badness 10000) in paragraph at lines 11305--11305 [][][]\T1/qtm/m/it/10 Ap-pli-ca-tion Underfull \hbox (badness 10000) in paragraph at lines 11305--11305 [][][]\T1/qtm/m/it/10 Ren-der-ing ar-chi- [184] [185] [186] [187] [188 <./2a7f484d-core_stack_updated.png>] [189] [190 <./5cec2ce4fc51e0f87eeb8b1a954af80456da11c2.png>] [191] [192] [193] [194] [195] [196 <./fbf0661ff7af6aba1e42be5c76bcf1269c582b43.png>] [197] Underfull \hbox (badness 10000) in paragraph at lines 12274--12274 \T1/qtm/m/n/10 queue to Underfull \hbox (badness 10000) in paragraph at lines 12274--12274 \T1/qtm/m/n/10 al-low com- Underfull \hbox (badness 10000) in paragraph at lines 12274--12274 \T1/qtm/m/n/10 po-nents to Underfull \hbox (badness 10000) in paragraph at lines 12274--12274 \T1/qtm/m/n/10 com-mu-ni- Underfull \hbox (badness 10000) in paragraph at lines 12274--12274 []\T1/qtm/m/n/10 A STUN/TURN [198 <./de49fffdf91ef6803deb1b63a802e5c5355f2497.png (PNG copy)>] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208 <./45389cab-instance_start .png>] Overfull \hbox (10.34161pt too wide) in paragraph at lines 12916--12919 \T1/qtm/m/n/10 its run-time. [] [209 <./abb5becf-instance_stop.png>] Underfull \hbox (badness 10000) in paragraph at lines 12990--12990 []\T1/qhv/m/n/10 Sta- Overfull \hbox (11.59201pt too wide) in paragraph at lines 12990--12990 []\T1/txtt/m/n/10 created| Overfull \hbox (16.842pt too wide) in paragraph at lines 12990--12990 []\T1/txtt/m/n/10 prepared| Overfull \hbox (11.59201pt too wide) in paragraph at lines 12990--12990 []\T1/txtt/m/n/10 started| Overfull \hbox (11.59201pt too wide) in paragraph at lines 12990--12990 []\T1/txtt/m/n/10 running| Overfull \hbox (11.59201pt too wide) in paragraph at lines 12990--12990 []\T1/txtt/m/n/10 stopped| Overfull \hbox (11.59201pt too wide) in paragraph at lines 12990--12990 []\T1/txtt/m/n/10 deleted| Overfull \hbox (1.09204pt too wide) in paragraph at lines 12990--12990 []\T1/txtt/m/n/10 error| [210] [211] [212] [213] [214] [215] [216] [217 <./2efdaac74d6de3be5028768ed2eb0 fd14994a9e9.png (PNG copy)>] [218 <./8c2db73a80586cf61774993396bdef0554f52b5f.p ng (PNG copy)>] Underfull \hbox (badness 10000) in paragraph at lines 13500--13502 []\T1/qtm/m/n/10 Do not set the \T1/txtt/m/n/10 application.auto_update\T1/qtm/ m/n/10 , \T1/txtt/m/n/10 instance.security_updates\T1/qtm/m/n/10 , \T1/txtt/m/n /10 container. [219] [220] [221] [222] [223] Underfull \hbox (badness 8094) in paragraph at lines 14151--14151 [][][]\T1/qtm/m/it/10 Sup-ported An-droid fea- [224] [225] Overfull \hbox (6.23364pt too wide) in paragraph at lines 14399--14399 []\T1/qhv/m/n/10 Type| Overfull \hbox (7.83365pt too wide) in paragraph at lines 14399--14399 []\T1/qtm/m/n/10 string| Overfull \hbox (24.62502pt too wide) in paragraph at lines 14399--14399 []\T1/txtt/m/n/10 description| Overfull \hbox (7.83365pt too wide) in paragraph at lines 14399--14399 []\T1/qtm/m/n/10 string| Overfull \hbox (14.12505pt too wide) in paragraph at lines 14399--14399 []\T1/txtt/m/n/10 provides. Overfull \hbox (24.62502pt too wide) in paragraph at lines 14399--14399 \T1/txtt/m/n/10 abi[]support| Overfull \hbox (7.83365pt too wide) in paragraph at lines 14399--14399 []\T1/qtm/m/n/10 string Underfull \hbox (badness 10000) in paragraph at lines 14399--14399 \T1/qtm/m/n/10 ar- Underfull \hbox (badness 10000) in paragraph at lines 14399--14399 []\T1/txtt/m/n/10 arm64[]v8a\T1/qtm/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 14399--14399 []\T1/txtt/m/n/10 hooks. Overfull \hbox (3.62508pt too wide) in paragraph at lines 14399--14399 \T1/txtt/m/n/10 timeout| Overfull \hbox (7.83365pt too wide) in paragraph at lines 14399--14399 []\T1/qtm/m/n/10 string| Overfull \hbox (1243.85385pt too wide) in alignment at lines 14436--14446 [] [] Overfull \hbox (1243.85385pt too wide) in alignment at lines 14446--14460 [] [] Overfull \hbox (1243.85385pt too wide) in alignment at lines 14460--14466 [] [] Overfull \hbox (1243.85385pt too wide) in alignment at lines 14466--14468 [] [] Overfull \hbox (1243.85385pt too wide) in alignment at lines 14468--14723 [] [] [226] [227] [228] Underfull \hbox (badness 10000) in paragraph at lines 14902--14904 []\T1/qtm/m/n/10 The AV1 soft-ware en-coder is dis-abled by de-fault but can be en-abled with the \T1/txtt/m/n/10 experimental. Underfull \hbox (badness 10000) in paragraph at lines 14926--14928 []\T1/qtm/m/n/10 To en-able the An-droid con-tainer to use a cus-tom An-droid I D, add the fea-ture flag \T1/txtt/m/n/10 android. [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] Underfull \hbox (badness 10000) in paragraph at lines 15848--15850 []\T1/qtm/m/n/10 Re-turn value for \T1/txtt/m/n/10 curl []s []X GET [][]unix[]s ocket /run/user/1000/anbox/sockets/api.unix s/1.0/ [240] Underfull \hbox (badness 10000) in paragraph at lines 15968--15970 []\T1/qtm/m/n/10 Re-turn value for \T1/txtt/m/n/10 curl []s []X GET [][]unix[]s ocket /run/user/1000/anbox/sockets/api.unix s/1.0/ [241] [242] Underfull \hbox (badness 10000) in paragraph at lines 16091--16093 []\T1/qtm/m/n/10 Re-turn value for \T1/txtt/m/n/10 curl [][]unix[]socket /run/u ser/1000/anbox/sockets/api.unix []X DELETE s/1.0/ [243] Underfull \hbox (badness 10000) in paragraph at lines 16165--16167 []\T1/qtm/m/n/10 Re-turn value for \T1/txtt/m/n/10 curl []s []X GET [][]unix[]s ocket /run/user/1000/anbox/sockets/api.unix s/1.0/ [244] Underfull \hbox (badness 10000) in paragraph at lines 16251--16253 []\T1/qtm/m/n/10 Re-turn value for \T1/txtt/m/n/10 curl []s [][]unix[]socket /r un/user/1000/anbox/sockets/api.unix []X PATCH s/1. Underfull \hbox (badness 10000) in paragraph at lines 16251--16253 \T1/txtt/m/n/10 0/sensors [][]data \TS1/txtt/m/n/10 '\T1/txtt/m/n/10 [{"type": "acceleration", "x": 0.3, "y":[]0.1, "z": 0.1},{"type": [245] Underfull \hbox (badness 10000) in paragraph at lines 16376--16378 []\T1/qtm/m/n/10 Re-turn value for \T1/txtt/m/n/10 curl []s []X GET [][]unix[]s ocket /run/user/1000/anbox/sockets/api.unix s/1.0/ [246] Underfull \hbox (badness 10000) in paragraph at lines 16466--16468 []\T1/qtm/m/n/10 Re-turn value for \T1/txtt/m/n/10 curl []s []X GET [][]unix[]s ocket /run/user/1000/anbox/sockets/api.unix s/1.0/ [247] Underfull \hbox (badness 10000) in paragraph at lines 16579--16579 []\T1/qhv/m/n/10 Field Underfull \hbox (badness 10000) in paragraph at lines 16579--16579 []\T1/qhv/m/n/10 Avail- Underfull \hbox (badness 10000) in paragraph at lines 16579--16579 \T1/qhv/m/n/10 able Underfull \hbox (badness 10000) in paragraph at lines 16579--16579 []\T1/qhv/m/n/10 Ac- Overfull \hbox (11.08907pt too wide) in paragraph at lines 16579--16579 []\T1/txtt/m/n/10 webrtc| Overfull \hbox (6.75139pt too wide) in paragraph at lines 16579--16579 []\T1/qtm/m/n/10 Boolean| Overfull \hbox (18.3447pt too wide) in paragraph at lines 16579--16579 []\T1/qtm/m/n/10 read/write| Overfull \hbox (11.08907pt too wide) in paragraph at lines 16579--16579 []\T1/txtt/m/n/10 webrtc| Overfull \hbox (30.732pt too wide) in paragraph at lines 16579--16579 []\T1/txtt/m/n/10 stream_active| Overfull \hbox (6.75139pt too wide) in paragraph at lines 16579--16579 []\T1/qtm/m/n/10 Boolean| [248] LaTeX Warning: Hyper reference `reference/anbox-https-api:heading--10vhalconfig ' on page 249 undefined on input line 16629. LaTeX Warning: Hyper reference `reference/anbox-https-api:heading--10vhalconfig ' on page 249 undefined on input line 16660. [249] [250] Overfull \vbox (2.61801pt too high) detected at line 16913 [251] [252] Overfull \hbox (3.83052pt too wide) in paragraph at lines 17246--17246 []\T1/qhv/m/n/10 Value Overfull \hbox (1.69052pt too wide) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 string| Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Overfull \hbox (1.69052pt too wide) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 string| Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Overfull \hbox (29.7735pt too wide) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 instance[]type| Overfull \hbox (1.69052pt too wide) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 string| Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Dep-re- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 cated Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 since Overfull \hbox (66.52339pt too wide) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 required[]permissions| Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 ar-ray Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 of Overfull \hbox (5.58052pt too wide) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 strings| Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 image Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 (op- Overfull \hbox (1.69052pt too wide) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 string| Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 addons Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 tags Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Overfull \hbox (24.52351pt too wide) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 boot[]package Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 (op- Overfull \hbox (1.69052pt too wide) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 string| Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 ported Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 on Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 AOSP Overfull \hbox (29.7735pt too wide) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 boot[]activity Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 (op- Overfull \hbox (1.69052pt too wide) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 string| Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 ported Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 on Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 AOSP Overfull \hbox (29.7735pt too wide) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 video[]encoder Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 (op- Overfull \hbox (1.69052pt too wide) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 string| Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Overfull \hbox (3.52357pt too wide) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 watchdog Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Overfull \hbox (3.52357pt too wide) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 services Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Overfull \hbox (8.77356pt too wide) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 resources Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Overfull \hbox (14.02354pt too wide) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 extra[]data Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 hooks Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 ob- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Overfull \hbox (8.77356pt too wide) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 bootstrap Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 ob- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Overfull \hbox (3.52357pt too wide) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 features Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Overfull \hbox (29.7735pt too wide) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 node[]selector Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- [253] Overfull \vbox (73.70886pt too high) has occurred while \output is active [254] [255] Overfull \hbox (11.51488pt too wide) in paragraph at lines 17519--17519 []\T1/txtt/m/n/10 gpu[]preferred| Overfull \hbox (8.21721pt too wide) in paragraph at lines 17580--17580 []\T1/txtt/m/n/10 allowed[]packages| Underfull \hbox (badness 10000) in paragraph at lines 17580--17580 []\T1/qtm/m/n/10 ar-ray of [256] Underfull \hbox (badness 10000) in paragraph at lines 17859--17859 []\T1/qhv/m/n/10 Value Underfull \hbox (badness 10000) in paragraph at lines 17859--17859 []\T1/txtt/m/n/10 permissions \T1/qtm/m/n/10 (op- [257] Overfull \hbox (3.63272pt too wide) in paragraph at lines 17994--17994 []\T1/qhv/m/n/10 Type| Overfull \hbox (9.8817pt too wide) in paragraph at lines 17994--17994 []\T1/txtt/m/n/10 permissions| [258] Overfull \hbox (11.62366pt too wide) in paragraph at lines 18078--18078 []\T1/qhv/m/n/10 Name| Overfull \hbox (3.19891pt too wide) in paragraph at lines 18078--18078 []\T1/qhv/m/n/10 Value Overfull \hbox (6.0036pt too wide) in paragraph at lines 18078--18078 []\T1/txtt/m/n/10 keep| [259] [260] Underfull \hbox (badness 10000) in paragraph at lines 18420--18422 []\T1/qtm/m/n/10 If you en-counter an is-sue and want to col-lect de-bug-ging i n-for-ma-tion from the ap-pli-ance, use [261] [262] [263] [264] [265] [266] [267] [268] [269] [270] [271] [272] [273] [274] [275] [276] [277] [278] [279] [280] [281] [282] [283] [284] [285] Underfull \hbox (badness 5563) in paragraph at lines 23754--23754 []\T1/qtm/m/n/10 in-stall (dep- Underfull \hbox (badness 10000) in paragraph at lines 23754--23754 []\T1/qtm/m/n/10 pre-pare [286] Overfull \hbox (12.2465pt too wide) in paragraph at lines 23874--23874 []\T1/txtt/m/n/10 ADDON_DIR| Overfull \hbox (1.74654pt too wide) in paragraph at lines 23874--23874 []\T1/txtt/m/n/10 APP_DIR| Overfull \hbox (12.2465pt too wide) in paragraph at lines 23874--23874 []\T1/txtt/m/n/10 ANBOX_DIR| Overfull \hbox (38.49643pt too wide) in paragraph at lines 23874--23874 []\T1/txtt/m/n/10 ANDROID_ROOTFS| Overfull \hbox (27.99646pt too wide) in paragraph at lines 23874--23874 []\T1/txtt/m/n/10 BOOT_PACKAGE| Overfull \hbox (38.49643pt too wide) in paragraph at lines 23874--23874 []\T1/txtt/m/n/10 CONTAINER_TYPE| Underfull \hbox (badness 10000) in paragraph at lines 23874--23874 \T1/qtm/m/n/10 vari-able is now dep-re-cated. Use Overfull \hbox (33.24644pt too wide) in paragraph at lines 23874--23874 []\T1/txtt/m/n/10 INSTANCE_TYPE| Overfull \hbox (43.74641pt too wide) in paragraph at lines 23874--23874 []\T1/txtt/m/n/10 ANBOX_EXIT_CODE| [287 <./a6b580b40f2017c0ff2300e09752c9e001b9623b.png>] Underfull \hbox (badness 10000) in paragraph at lines 23948--23948 []\T1/qhv/m/n/10 Soft-ware Underfull \hbox (badness 10000) in paragraph at lines 23948--23948 \T1/qhv/m/n/10 com-po- Underfull \hbox (badness 10000) in paragraph at lines 23948--23948 []\T1/qtm/m/n/10 LXD [288] Underfull \hbox (badness 10000) in paragraph at lines 24281--24281 []\T1/qhv/m/n/10 Pro-to- Underfull \hbox (badness 10000) in paragraph at lines 24281--24281 []\T1/qtm/m/n/10 HTTPS Prometheus end- Underfull \hbox (badness 10000) in paragraph at lines 24281--24281 []\T1/qtm/m/n/10 10000- Underfull \hbox (badness 10000) in paragraph at lines 24281--24281 []\T1/qtm/m/n/10 UDP & Underfull \hbox (badness 10000) in paragraph at lines 24281--24281 []\T1/qtm/m/n/10 An-box Cloud Underfull \hbox (badness 10000) in paragraph at lines 24281--24281 []\T1/qtm/m/n/10 An-box Stream Underfull \hbox (badness 10000) in paragraph at lines 24281--24281 []\T1/qtm/m/n/10 An-box Stream Underfull \hbox (badness 10000) in paragraph at lines 24281--24281 []\T1/qtm/m/n/10 An-box Stream Underfull \hbox (badness 10000) in paragraph at lines 24281--24281 []\T1/qtm/m/n/10 50000- [289] Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 []\T1/qhv/m/n/10 An-box Cloud Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 []\T1/qhv/m/n/10 Res-o- Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 []\T1/qhv/m/n/10 Ap-pli- Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 []\T1/qhv/m/n/10 # Con- Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 []\T1/qhv/m/n/10 Avg. Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 []\T1/qtm/m/n/10 Am-pere Al-tra + 1x Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 []\T1/qtm/m/n/10 1.11.2 (ap-pli- Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 [][][]\T1/qtm/m/n/10 Bomb- Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 []\T1/qtm/m/n/10 Am-pere Al-tra + 2x Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 []\T1/qtm/m/n/10 1.11.2 (ap-pli- Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 [][][]\T1/qtm/m/n/10 Bomb- Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 []\T1/qtm/m/n/10 Am-pere Al-tra + 1x Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 []\T1/qtm/m/n/10 1.11.2 (ap-pli- Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 [][][]\T1/qtm/m/n/10 Bomb- Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 []\T1/qtm/m/n/10 Am-pere Al-tra + 2x Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 []\T1/qtm/m/n/10 1.11.2 (ap-pli- Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 [][][]\T1/qtm/m/n/10 Bomb- Underfull \hbox (badness 10000) in paragraph at lines 24715--24715 []\T1/qhv/m/n/10 In-stance Underfull \hbox (badness 10000) in paragraph at lines 24715--24715 []\T1/qhv/m/n/10 An-box Cloud Underfull \hbox (badness 10000) in paragraph at lines 24715--24715 []\T1/qhv/m/n/10 Res-o-lu- Underfull \hbox (badness 10000) in paragraph at lines 24715--24715 []\T1/qhv/m/n/10 Avg. Underfull \hbox (badness 10000) in paragraph at lines 24715--24715 []\T1/txtt/m/n/10 m6g. Underfull \hbox (badness 10000) in paragraph at lines 24715--24715 []\T1/qtm/m/n/10 An-droid 10 Underfull \hbox (badness 10000) in paragraph at lines 24715--24715 []\T1/txtt/m/n/10 m5a. Underfull \hbox (badness 10000) in paragraph at lines 24715--24715 []\T1/qtm/m/n/10 An-droid 10 Underfull \hbox (badness 7777) in paragraph at lines 24715--24715 []\T1/qtm/m/n/10 hard-ware / hard- Underfull \hbox (badness 7777) in paragraph at lines 24715--24715 []\T1/qtm/m/n/10 hard-ware / hard- Underfull \hbox (badness 7777) in paragraph at lines 24715--24715 []\T1/qtm/m/n/10 hard-ware / hard- Underfull \hbox (badness 7777) in paragraph at lines 24715--24715 []\T1/qtm/m/n/10 hard-ware / hard- [290] Underfull \hbox (badness 10000) in paragraph at lines 24747--24749 []\T1/qtm/m/n/10 For a full An-box Cloud de-ploy-ment: \T1/txtt/m/n/10 juju run [][]wait=5m [][]unit ams/0 [][] unit[]get Underfull \hbox (badness 10000) in paragraph at lines 24764--24766 []\T1/qtm/m/n/10 For the An-box Cloud Ap-pli-ance: \T1/txtt/m/n/10 juju config []m appliance:anbox[]cloud ams [291] Overfull \hbox (32.05202pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_nodes_total| Overfull \hbox (68.80191pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_applications_total| Overfull \hbox (58.30194pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_containers_total| Underfull \hbox (badness 10000) in paragraph at lines 25000--25000 []\T1/qtm/m/n/10 Dep-re-cated since 1.20.0, use Underfull \hbox (badness 10000) in paragraph at lines 25000--25000 \T1/txtt/m/n/10 ams_cluster_instances_total Overfull \hbox (147.55168pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_container_boot_time_seconds_count| Underfull \hbox (badness 10000) in paragraph at lines 25000--25000 []\T1/qtm/m/n/10 Dep-re-cated since 1.20.0, use Overfull \hbox (89.0756pt too wide) in paragraph at lines 25000--25000 \T1/txtt/m/n/10 ams_cluster_instance_boot_time_seconds_count Overfull \hbox (137.1117pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_container_boot_time_seconds_sum| Underfull \hbox (badness 10000) in paragraph at lines 25000--25000 []\T1/qtm/m/n/10 Dep-re-cated since 1.20.0, use Overfull \hbox (78.57564pt too wide) in paragraph at lines 25000--25000 \T1/txtt/m/n/10 ams_cluster_instance_boot_time_seconds_sum Overfull \hbox (152.80167pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_container_boot_time_seconds_bucket| Underfull \hbox (badness 10000) in paragraph at lines 25000--25000 []\T1/qtm/m/n/10 Dep-re-cated since 1.20.0, use Overfull \hbox (94.32559pt too wide) in paragraph at lines 25000--25000 \T1/txtt/m/n/10 ams_cluster_instance_boot_time_seconds_bucket Overfull \hbox (142.3017pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_containers_per_application_total| Underfull \hbox (badness 10000) in paragraph at lines 25000--25000 []\T1/qtm/m/n/10 Dep-re-cated since 1.20.0, use Overfull \hbox (83.82562pt too wide) in paragraph at lines 25000--25000 \T1/txtt/m/n/10 ams_cluster_instances_per_application_total Overfull \hbox (116.05177pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_containers_per_status_total| Underfull \hbox (badness 10000) in paragraph at lines 25000--25000 []\T1/qtm/m/n/10 Dep-re-cated since 1.20.0, use Overfull \hbox (57.5757pt too wide) in paragraph at lines 25000--25000 \T1/txtt/m/n/10 ams_cluster_instances_per_status_total Overfull \hbox (105.5518pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_containers_per_node_total| Underfull \hbox (badness 10000) in paragraph at lines 25000--25000 []\T1/qtm/m/n/10 Dep-re-cated since 1.20.0, use Overfull \hbox (47.07573pt too wide) in paragraph at lines 25000--25000 \T1/txtt/m/n/10 ams_cluster_instances_per_node_total Overfull \hbox (53.05196pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_instances_total| Overfull \hbox (142.3017pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_instance_boot_time_seconds_count| Overfull \hbox (131.86171pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_instance_boot_time_seconds_sum| Overfull \hbox (147.55168pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_instance_boot_time_seconds_bucket| Overfull \hbox (137.05171pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_instances_per_application_total| Overfull \hbox (110.80179pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_instances_per_status_total| Overfull \hbox (100.30182pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_instances_per_node_total| Overfull \hbox (74.0519pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_available_cpu_total| Overfull \hbox (47.80197pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_used_cpu_total| Overfull \hbox (89.80185pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_available_memory_total| Overfull \hbox (63.55193pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_used_memory_total| [292] Underfull \hbox (badness 5985) in paragraph at lines 25080--25082 []\T1/qtm/m/n/10 All han-dler la-bels adopt the con-ven-tion \T1/txtt/m/n/10 __\T1/qtm/m/n/10 , for ex-am-ple, Overfull \hbox (0.63397pt too wide) in alignment at lines 25094--25107 [] [] [] Overfull \hbox (0.63397pt too wide) in alignment at lines 25107--25124 [] [] [] Overfull \hbox (0.63397pt too wide) in alignment at lines 25124--25130 [] [] [] Overfull \hbox (0.63397pt too wide) in alignment at lines 25130--25132 [] [] [] Overfull \hbox (0.63397pt too wide) in alignment at lines 25132--25665 [] [] [] [293] [294] Underfull \hbox (badness 10000) in paragraph at lines 25694--25696 []\T1/qtm/m/n/10 For the An-box Cloud Ap-pli-ance: \T1/txtt/m/n/10 juju run [][ ]wait=5m []m appliance:anbox[]cloud [][]unit [295] Overfull \hbox (48.26453pt too wide) in paragraph at lines 25846--25846 []\T1/txtt/m/n/10 anbox_stream_gateway_http_request_duration_seconds_bucket| Overfull \hbox (16.76462pt too wide) in paragraph at lines 25846--25846 []\T1/txtt/m/n/10 anbox_stream_gateway_http_request_size_bytes_bucket| Overfull \hbox (22.0146pt too wide) in paragraph at lines 25846--25846 []\T1/txtt/m/n/10 anbox_stream_gateway_http_response_size_bytes_bucket| [296] Underfull \hbox (badness 10000) in paragraph at lines 26021--26023 []\T1/qtm/m/n/10 For a full An-box Cloud de-ploy-ment: \T1/txtt/m/n/10 juju run [][]wait=5m [][]unit lxd/0 [][] unit[]get Overfull \hbox (28.51556pt too wide) in paragraph at lines 26185--26185 []\T1/txtt/m/n/10 webrtc_frames_encoded| Overfull \hbox (49.5155pt too wide) in paragraph at lines 26185--26185 []\T1/txtt/m/n/10 webrtc_key_frames_encoded| Overfull \hbox (44.26552pt too wide) in paragraph at lines 26185--26185 []\T1/txtt/m/n/10 webrtc_total_encode_time| Overfull \hbox (28.51556pt too wide) in paragraph at lines 26185--26185 []\T1/txtt/m/n/10 webrtc_target_bitrate| Overfull \hbox (7.51563pt too wide) in paragraph at lines 26185--26185 []\T1/txtt/m/n/10 webrtc_bytes_sent| Overfull \hbox (81.01541pt too wide) in paragraph at lines 26185--26185 []\T1/txtt/m/n/10 webrtc_retransmitted_bytes_sent| Overfull \hbox (91.51538pt too wide) in paragraph at lines 26185--26185 []\T1/txtt/m/n/10 webrtc_retransmitted_packets_sent| Overfull \hbox (75.76543pt too wide) in paragraph at lines 26185--26185 []\T1/txtt/m/n/10 webrtc_total_packet_send_delay| Overfull \hbox (18.0156pt too wide) in paragraph at lines 26185--26185 []\T1/txtt/m/n/10 webrtc_packets_sent| Overfull \hbox (7.51563pt too wide) in paragraph at lines 26185--26185 []\T1/txtt/m/n/10 webrtc_nack_count| Overfull \hbox (2.26564pt too wide) in paragraph at lines 26185--26185 []\T1/txtt/m/n/10 webrtc_fir_count| Overfull \hbox (2.26564pt too wide) in paragraph at lines 26185--26185 []\T1/txtt/m/n/10 webrtc_pli_count| Overfull \hbox (2.26564pt too wide) in paragraph at lines 26185--26185 []\T1/txtt/m/n/10 webrtc_sli_count| Overfull \hbox (18.0156pt too wide) in paragraph at lines 26185--26185 []\T1/txtt/m/n/10 webrtc_relay_in_use| [297] [298] [299] [300] [301] [302] [303] Underfull \hbox (badness 10000) in paragraph at lines 27368--27368 []\T1/qhv/m/n/10 Ar-chi-tec- Underfull \hbox (badness 10000) in paragraph at lines 27368--27368 []\T1/qhv/m/n/10 CPU Overfull \hbox (4.55038pt too wide) in paragraph at lines 27368--27368 []\T1/qhv/m/n/10 RAM| Overfull \hbox (2.42513pt too wide) in paragraph at lines 27368--27368 []\T1/qhv/m/n/10 GPUs| Underfull \hbox (badness 10000) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (1.22038pt too wide) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 4GB| Underfull \hbox (badness 10000) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 50GB Underfull \hbox (badness 10000) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (1.22038pt too wide) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 2GB| Underfull \hbox (badness 10000) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 100GB Underfull \hbox (badness 10000) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (1.22038pt too wide) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 8GB| Underfull \hbox (badness 10000) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 100GB Underfull \hbox (badness 10000) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (1.22038pt too wide) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 8GB| Underfull \hbox (badness 10000) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 100GB Underfull \hbox (badness 10000) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (6.22038pt too wide) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 16GB| Underfull \hbox (badness 10000) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 200GB Underfull \hbox (badness 10000) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 op- Underfull \hbox (badness 10000) in paragraph at lines 27471--27471 []\T1/qhv/m/n/10 Ar-chi-tec- Underfull \hbox (badness 10000) in paragraph at lines 27471--27471 []\T1/qhv/m/n/10 CPU Overfull \hbox (4.55038pt too wide) in paragraph at lines 27471--27471 []\T1/qhv/m/n/10 RAM| Overfull \hbox (2.42513pt too wide) in paragraph at lines 27471--27471 []\T1/qhv/m/n/10 GPUs| Underfull \hbox (badness 10000) in paragraph at lines 27471--27471 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (1.22038pt too wide) in paragraph at lines 27471--27471 []\T1/qtm/m/n/10 4GB| Underfull \hbox (badness 10000) in paragraph at lines 27471--27471 []\T1/qtm/m/n/10 50GB Underfull \hbox (badness 10000) in paragraph at lines 27471--27471 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (1.22038pt too wide) in paragraph at lines 27471--27471 []\T1/qtm/m/n/10 8GB| Underfull \hbox (badness 10000) in paragraph at lines 27471--27471 []\T1/qtm/m/n/10 100GB Underfull \hbox (badness 10000) in paragraph at lines 27471--27471 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (6.22038pt too wide) in paragraph at lines 27471--27471 []\T1/qtm/m/n/10 16GB| Underfull \hbox (badness 10000) in paragraph at lines 27471--27471 []\T1/qtm/m/n/10 200GB Underfull \hbox (badness 10000) in paragraph at lines 27471--27471 []\T1/qtm/m/n/10 op- [304] [305] Underfull \hbox (badness 10000) in paragraph at lines 27806--27806 []\T1/qhv/m/n/10 Sup- Underfull \hbox (badness 10000) in paragraph at lines 27806--27806 []\T1/qtm/m/n/10 Hardware-accelerated video de-cod-ing Underfull \hbox (badness 10000) in paragraph at lines 27806--27806 []\T1/qtm/m/n/10 Hardware-accelerated video en-cod-ing [306] [307] [308] Overfull \hbox (10.52495pt too wide) in paragraph at lines 28056--28056 []\T1/qhv/m/n/10 Name| Overfull \hbox (4.90489pt too wide) in paragraph at lines 28056--28056 []\T1/txtt/m/n/10 null| Overfull \hbox (15.40486pt too wide) in paragraph at lines 28056--28056 []\T1/txtt/m/n/10 webrtc| Overfull \hbox (15.40486pt too wide) in paragraph at lines 28056--28056 []\T1/txtt/m/n/10 swrast| [309] [310] Underfull \hbox (badness 10000) in paragraph at lines 28330--28330 []\T1/qhv/m/n/10 Value Overfull \hbox (0.6554pt too wide) in paragraph at lines 28330--28330 []\T1/qhv/m/n/10 De- Overfull \hbox (3.34538pt too wide) in paragraph at lines 28330--28330 \T1/qhv/m/n/10 fault| Underfull \hbox (badness 10000) in paragraph at lines 28330--28330 []\T1/txtt/m/n/10 video. Underfull \hbox (badness 10000) in paragraph at lines 28330--28330 []\T1/qtm/m/n/10 ar-ray Underfull \hbox (badness 10000) in paragraph at lines 28330--28330 \T1/qtm/m/n/10 of Underfull \hbox (badness 10000) in paragraph at lines 28330--28330 []\T1/txtt/m/n/10 nvidia_h264. Overfull \hbox (10.79532pt too wide) in paragraph at lines 28330--28330 []\T1/txtt/m/n/10 false| Underfull \hbox (badness 10000) in paragraph at lines 28330--28330 []\T1/txtt/m/n/10 nvidia_h264. Overfull \hbox (44.2301pt too wide) in paragraph at lines 28330--28330 \T1/txtt/m/n/10 multipass_quarter_resolution| Overfull \hbox (10.79532pt too wide) in paragraph at lines 28330--28330 []\T1/txtt/m/n/10 false| Overfull \hbox (10.79532pt too wide) in paragraph at lines 28330--28330 []\T1/txtt/m/n/10 false| Underfull \hbox (badness 10000) in paragraph at lines 28330--28330 []\T1/txtt/m/n/10 nvidia_h264. [311] [312] [313] [314] (./canonical-anbox-cloud-documentation.ind) [315] (./canonical-anbox-cloud-documentation.aux) LaTeX Warning: There were undefined references. ) (see the transcript file for additional information){/usr/share/texmf/fonts/enc /dvips/tex-gyre/q-ec.enc}{/usr/share/texlive/texmf-dist/fonts/enc/dvips/base/8r .enc}{/usr/share/texmf/fonts/enc/dvips/tex-gyre/q-ts1.enc} Output written on canonical-anbox-cloud-documentation.pdf (319 pages, 6549406 b ytes). Transcript written on canonical-anbox-cloud-documentation.log. Latexmk: Index file 'canonical-anbox-cloud-documentation.idx' was written Latexmk: Log file says output to 'canonical-anbox-cloud-documentation.pdf' Latexmk: Log file says output to 'canonical-anbox-cloud-documentation.pdf' Rule 'pdflatex': File changes, etc: Changed files, or newly in use since previous run(s): 'canonical-anbox-cloud-documentation.toc' ------------ Run number 3 of rule 'pdflatex' ------------ Latexmk: Examining 'canonical-anbox-cloud-documentation.log' === TeX engine is 'pdfTeX' Latexmk: applying rule 'pdflatex'... ------------ Running 'pdflatex -interaction=nonstopmode -recorder --jobname="canonical-anbox-cloud-documentation" "canonicalanboxcloud.tex"' ------------ This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2022/dev/Debian) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./canonicalanboxcloud.tex LaTeX2e <2021-11-15> patch level 1 L3 programming layer <2022-01-21> (./sphinxmanual.cls Document Class: sphinxmanual 2019/12/01 v2.3.0 Document class (Sphinx manual) (/usr/share/texlive/texmf-dist/tex/latex/base/report.cls Document Class: report 2021/10/04 v1.4n Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty) (/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty<>) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty (/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def) (/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf)) (/usr/share/texmf/tex/latex/tex-gyre/tgtermes.sty (/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty) (/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty))) (/usr/share/texmf/tex/latex/tex-gyre/tgheros.sty) (/usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty) (./sphinx.sty (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def)) (./sphinxoptionshyperref.sty) (./sphinxoptionsgeometry.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty) (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/share/texlive/texmf-dist/tex/latex/wrapfig/wrapfig.sty) (/usr/share/texlive/texmf-dist/tex/latex/capt-of/capt-of.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/multicol.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg))) (./sphinxlatexgraphics.sty) (./sphinxpackageboxes.sty (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.sty (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.cfg) (/usr/share/texlive/texmf-dist/tex/latex/pict2e/p2e-pdftex.def)) (/usr/share/texlive/texmf-dist/tex/latex/ellipse/ellipse.sty)) (./sphinxlatexadmonitions.sty (/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty)) (./sphinxlatexliterals.sty (/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texlive/texmf-dist/tex/latex/upquote/upquote.sty) (/usr/share/texlive/texmf-dist/tex/latex/needspace/needspace.sty)) (./sphinxlatexshadowbox.sty) (./sphinxlatexcontainers.sty) (./sphinxhighlight.sty) (./sphinxlatextables.sty (/usr/share/texlive/texmf-dist/tex/latex/tabulary/tabulary.sty (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty) (/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty) (/usr/share/texlive/texmf-dist/tex/latex/booktabs/booktabs.sty)) (./sphinxlatexnumfig.sty) (./sphinxlatexlists.sty) (./sphinxpackagefootnote.sty ) (./sphinxlatexindbibtoc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty)) (./sphinxlatexstylepage.sty (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip.sty (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip-2001-04-09.sty)) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty)) (./sphinxlatexstyleheadings.sty (/usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty)) (./sphinxlatexstyletext.sty) (./sphinxlatexobjects.sty)) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty))) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty)) (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty) (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty) (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty) (/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty) (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def) (/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty) (/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty (/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty)) (/usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def (/usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty) (/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty (/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty))) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty) (./sphinxmessages.sty) Writing index file canonical-anbox-cloud-documentation.idx (/usr/share/texmf/tex/latex/tex-gyre/t1qtm.fd) (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def) (./canonical-anbox-cloud-documentation.aux) (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty)) (./canonical-anbox-cloud-documentation.out) (./canonical-anbox-cloud-documentation.out) (/usr/share/texmf/tex/latex/tex-gyre/t1qhv.fd)<><><><> (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1{/var/lib/texmf/fo nts/map/pdftex/updmap/pdftex.map}] [2] (./canonical-anbox-cloud-documentation.toc) [1] [2] [1] [2] Chapter 1. [3] [4] Chapter 2. (/usr/share/texmf/tex/latex/tex-gyre/ts1qtm.fd) [5] [6] (/usr/share/texlive/texmf-dist/tex/latex/txfonts/t1txtt.fd) [7] [8 <./b4e7b1177 277277083200ef718d8b6674d3c6f8e.png (PNG copy)>] Underfull \hbox (badness 10000) in paragraph at lines 419--421 \T1/qtm/m/n/10 Once the ini-tial-i-sa-tion pro-cess has fin-ished, you are pre- sented with a wel-come page on \T1/txtt/m/n/10 https:// [9 <./fe28cf50cd568828413c41dbaba12c602d61eb5b.png (PNG copy)>] [10 <./800a08f7 291ccd6ac6d82f190309f0630badfc3c.png (PNG copy)>] [11] [12 <./7cb08440-add-appl ication.png> <./7f1553f5-start-new-session.png>] [13 <./11ee7ef4-create-session .png> <./fcf0313d40e26abf3c8c28e38ad146dc5bbf96fc.png>] [14 <./57063a40-instanc e_list.png>] [15 <./bc5ad728-instance_terminal.png> <./7004a76a-instance_logs.p ng>] [16] [17] [18] [19] [20] [21] [22] [23] (/usr/share/texlive/texmf-dist/tex/latex/txfonts/ts1txtt.fd) [24] [25] [26] [27] [28] [29] [30] [31] LaTeX Warning: Hyper reference `howto/stream/oob-data:version-1-10' on page 32 undefined on input line 1922. LaTeX Warning: Hyper reference `howto/stream/oob-data:version-2-1' on page 32 u ndefined on input line 1922. [32] [33] [34] Underfull \hbox (badness 10000) in paragraph at lines 2149--2149 []\T1/qhv/m/n/10 Pa-ram-e- Overfull \hbox (47.0134pt too wide) in paragraph at lines 2149--2149 []\T1/txtt/m/n/10 data[]channel[]names| Underfull \hbox (badness 10000) in paragraph at lines 2149--2149 []\T1/qtm/m/n/10 string [35] [36] [37] [38] [39] LaTeX Warning: Hyper reference `howto/stream/client-side-keyboard:customising-t he-virtual-keyboard-4' on page 40 undefined on input line 2455. [40] [41] [42] [43] [44] [45] [46 <./2e3a2074795bbf89ced63930abfbc69f7a3399c0.p ng>] [47 <./749b325a3430db4110f9d55bd69a01113d32259e.png>] [48 <./3a979a2c5cd67 f25f359095bac7e04c1937e826e.png>] [49 <./d6dfce77691f94d6a8a9462f80cad05bcf45c7 86.png>] [50 <./f6e3a65c3ea48812074368c003447809929217ba.png>] [51 <./90e053d12 1d1877c86d02266bf265e32bc22cffc.png>] [52 <./cab41c232c5d32b59e66c77d9a95df4937 47aec7.png>] [53 <./82372656a858860d400ebb51197f85bd01ad3935.png>] [54 <./0640b 1d157961335c3e26dd5d1e5d38dc3be1aec.png>] [55] [56 <./0ca30941-azure_quickstart -co.png>] [57 <./d0ac4cf5-azure_deploy-vm-co.png>] [58 <./896cec8a98ce69cc0934b 45ec0abac777a7899ab.png>] [59 <./8fea8b11-azure_config-disk.png>] [60 <./c9a2fd e42f9f271439008e6a1d9dafa4fc712dec.png>] [61 <./c6ff12de-azure_config-review.pn g>] [62 <./fafd883f-azure_progress.png>] [63] [64 <./884d0b10-boot-disk-config- 2.png (PNG copy)>] [65 <./8acf5d22-add-new-disk-2.png (PNG copy)>] [66] [67] [68] [69] [70 <./9aa49d71fde24001e7f2943fc3884dd4a18086b7.png>] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90] [91] [92] [93] [94] [95] [96] [97] [98] Underfull \hbox (badness 10000) in paragraph at lines 5758--5758 []\T1/qhv/m/n/10 Plat- Underfull \hbox (badness 10000) in paragraph at lines 5758--5758 []\T1/qhv/m/n/10 Re-quired for- Underfull \hbox (badness 10000) in paragraph at lines 5758--5758 \T1/qhv/m/n/10 mat of user Underfull \hbox (badness 10000) in paragraph at lines 5758--5758 []\T1/qtm/m/n/10 Comma- Overfull \hbox (10.90097pt too wide) in paragraph at lines 5758--5758 []\T1/txtt/m/n/10 swrast| Underfull \hbox (badness 10000) in paragraph at lines 5758--5758 []\T1/qtm/m/n/10 Comma- Overfull \hbox (10.90097pt too wide) in paragraph at lines 5758--5758 []\T1/txtt/m/n/10 webrtc| Underfull \hbox (badness 10000) in paragraph at lines 5758--5758 []\T1/qtm/m/n/10 {^^Qdis-play_width^^Q: ,^^Qdisplay_height^^Q: ,^^Qdisplay_density^^Q: ,^^Qfps^^Q : ] [107 <./476306eb4499232272799d9efdebbc4e76855cd8.png> <./9338375e74 5e8067cc45e7f80d6f201edfce9789.png>] [108 <./1ec16f3bcef423a051e8c74398e6fe2942 1848a3.png>] [109 <./309df9c3339ec0da1650f2742654e50758dc48a9.png>] [110 <./a1a e481f09a2c22ca6869bc9636c84d9765e1960.png>] [111 <./0cde39918956b84488278aeb447 5e241a50b343e.png> <./040220cb-manage_tls_dns-name.png>] [112] [113 <./36bcce7f -manage_tls_a-record.png>] [114 <./ba6cf1bc5a3c0b3b27720c7a6455ad746f2f7257.png >] [115 <./cd4c0316-manage_tls_result.png>] [116] [117] [118] [119] [120] [121] Overfull \hbox (24.64912pt too wide) in paragraph at lines 7007--7007 []\T1/txtt/m/n/10 instance[]type| Overfull \hbox (3.64919pt too wide) in paragraph at lines 7007--7007 []\T1/txtt/m/n/10 published| Overfull \hbox (3.64919pt too wide) in paragraph at lines 7007--7007 []\T1/txtt/m/n/10 immutable| [122] [123] [124] [125] Underfull \vbox (badness 10000) detected at line 7294 [126] [127] [128] [129 <./8eeb96bdfd64612308fa860ebe57deeacd460ece.png>] Overfull \hbox (24.64912pt too wide) in paragraph at lines 7525--7525 []\T1/txtt/m/n/10 instance[]type| Overfull \hbox (3.64919pt too wide) in paragraph at lines 7525--7525 []\T1/txtt/m/n/10 published| Overfull \hbox (3.64919pt too wide) in paragraph at lines 7525--7525 []\T1/txtt/m/n/10 immutable| [130] [131] [132] [133] [134] [135] LaTeX Warning: Hyper reference `howto/instance/access:through-ssh-tunnel-6' on page 136 undefined on input line 7970. [136] [137] [138] [139] [140] [141] [142] [143] Underfull \hbox (badness 10000) in paragraph at lines 8568--8568 []\T1/qhv/m/n/10 Value Underfull \hbox (badness 10000) in paragraph at lines 8568--8568 []\T1/qtm/m/n/10 Lon-gi-tude in [144] Overfull \hbox (3.74043pt too wide) in paragraph at lines 8665--8665 []\T1/txtt/m/n/10 status| [145] [146] [147] Overfull \hbox (3.7111pt too wide) in paragraph at lines 8900--8900 []\T1/txtt/m/n/10 status| [148] [149] [150] [151] [152] [153] [154] [155] [156] [157] [158 <./801f6551dc9 6b314bcbe38ffd76ce7f4ad904829.png>] Underfull \hbox (badness 10000) in paragraph at lines 9630--9632 []\T1/qtm/m/n/10 Note that these val-ues will be con-fig-ured but run-ning the \T1/txtt/m/n/10 sudo anbox[]cloud[]appliance internal [159 <./7f636ed25dcdc8feef81067047d1cd9d8be152a5.png>] [160 <./43e5fac7-session -error.png> <./a092d932014ddacfab1a9b83b95a0fa28a6a7e1a.png>] Underfull \hbox (badness 5091) in paragraph at lines 9729--9731 []\T1/qtm/m/n/10 Oc-ca-sion-ally, ac-cess to Ubuntu archives could be a prob-le m when cre-at-ing an ap-pli-ca-tion. As Underfull \hbox (badness 10000) in paragraph at lines 9729--9731 \T1/qtm/m/n/10 an im-me-di-ate workaround, you could dis-able the se-cu-rity up -date by run-ning \T1/txtt/m/n/10 amc config set Underfull \hbox (badness 10000) in paragraph at lines 9729--9731 \T1/txtt/m/n/10 instance.security_updates false \T1/qtm/m/n/10 or ex-plic-itly set \T1/txtt/m/n/10 amc config set instance.api_mirror [161 <./62cc57f1-instance-list-error.png> <./516eb1935b057bc795246f936944f9a558 f51d9e.png>] [162 <./8fccc0e601d09e4e789b000b38341c11357e1eb1.png> <./85d3b33dc 519334c801fdc9eeed66a76d1743015.png>] LaTeX Warning: Hyper reference `howto/troubleshoot/logs:logging-level-4' on pag e 163 undefined on input line 9796. [163] [164] Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 []\T1/txtt/m/n/10 /var/snap/lxd/common/lxd/logs/ams[]*/ Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 []\T1/qtm/m/n/10 instance-related Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 \T1/qtm/m/n/10 logs for a sin-gle Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 []\T1/qtm/m/n/10 Android-related Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 \T1/qtm/m/n/10 logs for a sin-gle Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 []\T1/txtt/m/n/10 /var/log/syslog\T1/qtm/m/n/10 , \T1/txtt/m/n/10 journalctl [] u snap. Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 []\T1/txtt/m/n/10 /var/log/syslog\T1/qtm/m/n/10 , \T1/txtt/m/n/10 journalctl Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 []\T1/txtt/m/n/10 u snap.anbox[]stream[]agent. Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 []\T1/qtm/m/n/10 On any ma-chine host-ing the Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 \T1/qtm/m/n/10 An-box Stream Agent (e.g. Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 []\T1/txtt/m/n/10 /var/log/syslog\T1/qtm/m/n/10 , \T1/txtt/m/n/10 journalctl Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 []\T1/txtt/m/n/10 u snap.anbox[]stream[]agent. Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 \T1/txtt/m/n/10 anbox[]stream[]gateway.service\T1/qtm/m/n/10 , \T1/txtt/m/n/10 snap Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 []\T1/qtm/m/n/10 On any ma-chine host-ing the Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 \T1/qtm/m/n/10 An-box Stream Gate-way (e.g. Underfull \hbox (badness 5475) in paragraph at lines 10092--10092 []\T1/qtm/m/n/10 Logs for the An- Underfull \hbox (badness 8038) in paragraph at lines 10092--10092 \T1/qtm/m/n/10 box Stream Gate- Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 []\T1/txtt/m/n/10 /var/log/syslog\T1/qtm/m/n/10 , \T1/txtt/m/n/10 journalctl [] u Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 \T1/txtt/m/n/10 snap.anbox[]cloud[]dashboard. Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 \T1/txtt/m/n/10 anbox[]cloud[]dashboard.service\T1/qtm/m/n/10 , \T1/txtt/m/n/10 snap Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 []\T1/qtm/m/n/10 On any ma-chine host-ing the An- Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 \T1/qtm/m/n/10 box Cloud web dash-board (e.g. Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 []\T1/txtt/m/n/10 /var/log/syslog\T1/qtm/m/n/10 , \T1/txtt/m/n/10 journalctl [] u snap. Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 \T1/qtm/m/n/10 com-mu-ni-ca-tion Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 []\T1/txtt/m/n/10 /var/log/syslog\T1/qtm/m/n/10 , \T1/txtt/m/n/10 journalctl [] u snap. Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 \T1/txtt/m/n/10 etcd.etcd.service\T1/qtm/m/n/10 , \T1/txtt/m/n/10 snap logs []n all Underfull \hbox (badness 5050) in paragraph at lines 10092--10092 []\T1/qtm/m/n/10 On any ma-chine host-ing etcd (e.g. Underfull \hbox (badness 10000) in paragraph at lines 10092--10092 \T1/qtm/m/n/10 database (use-ful [165] [166] [167] Overfull \vbox (2.5528pt too high) detected at line 10292 [168 <./1093e239-update_appliance.png>] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183 <./87cb37c8577bb212a14ba3d 0765715c36ed118fa.png (PNG copy)>] Underfull \hbox (badness 10000) in paragraph at lines 11305--11305 [][][]\T1/qtm/m/it/10 An-box Man-age- Underfull \hbox (badness 10000) in paragraph at lines 11305--11305 [][][]\T1/qtm/m/it/10 Ap-pli-ca-tion Underfull \hbox (badness 10000) in paragraph at lines 11305--11305 [][][]\T1/qtm/m/it/10 Ren-der-ing ar-chi- [184] [185] [186] [187] [188 <./2a7f484d-core_stack_updated.png>] [189] [190 <./5cec2ce4fc51e0f87eeb8b1a954af80456da11c2.png>] [191] [192] [193] [194] [195] [196 <./fbf0661ff7af6aba1e42be5c76bcf1269c582b43.png>] [197] Underfull \hbox (badness 10000) in paragraph at lines 12274--12274 \T1/qtm/m/n/10 queue to Underfull \hbox (badness 10000) in paragraph at lines 12274--12274 \T1/qtm/m/n/10 al-low com- Underfull \hbox (badness 10000) in paragraph at lines 12274--12274 \T1/qtm/m/n/10 po-nents to Underfull \hbox (badness 10000) in paragraph at lines 12274--12274 \T1/qtm/m/n/10 com-mu-ni- Underfull \hbox (badness 10000) in paragraph at lines 12274--12274 []\T1/qtm/m/n/10 A STUN/TURN [198 <./de49fffdf91ef6803deb1b63a802e5c5355f2497.png (PNG copy)>] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208 <./45389cab-instance_start .png>] Overfull \hbox (10.34161pt too wide) in paragraph at lines 12916--12919 \T1/qtm/m/n/10 its run-time. [] [209 <./abb5becf-instance_stop.png>] Underfull \hbox (badness 10000) in paragraph at lines 12990--12990 []\T1/qhv/m/n/10 Sta- Overfull \hbox (11.59201pt too wide) in paragraph at lines 12990--12990 []\T1/txtt/m/n/10 created| Overfull \hbox (16.842pt too wide) in paragraph at lines 12990--12990 []\T1/txtt/m/n/10 prepared| Overfull \hbox (11.59201pt too wide) in paragraph at lines 12990--12990 []\T1/txtt/m/n/10 started| Overfull \hbox (11.59201pt too wide) in paragraph at lines 12990--12990 []\T1/txtt/m/n/10 running| Overfull \hbox (11.59201pt too wide) in paragraph at lines 12990--12990 []\T1/txtt/m/n/10 stopped| Overfull \hbox (11.59201pt too wide) in paragraph at lines 12990--12990 []\T1/txtt/m/n/10 deleted| Overfull \hbox (1.09204pt too wide) in paragraph at lines 12990--12990 []\T1/txtt/m/n/10 error| [210] [211] [212] [213] [214] [215] [216] [217 <./2efdaac74d6de3be5028768ed2eb0 fd14994a9e9.png (PNG copy)>] [218 <./8c2db73a80586cf61774993396bdef0554f52b5f.p ng (PNG copy)>] Underfull \hbox (badness 10000) in paragraph at lines 13500--13502 []\T1/qtm/m/n/10 Do not set the \T1/txtt/m/n/10 application.auto_update\T1/qtm/ m/n/10 , \T1/txtt/m/n/10 instance.security_updates\T1/qtm/m/n/10 , \T1/txtt/m/n /10 container. [219] [220] [221] [222] [223] Underfull \hbox (badness 8094) in paragraph at lines 14151--14151 [][][]\T1/qtm/m/it/10 Sup-ported An-droid fea- [224] [225] Overfull \hbox (6.23364pt too wide) in paragraph at lines 14399--14399 []\T1/qhv/m/n/10 Type| Overfull \hbox (7.83365pt too wide) in paragraph at lines 14399--14399 []\T1/qtm/m/n/10 string| Overfull \hbox (24.62502pt too wide) in paragraph at lines 14399--14399 []\T1/txtt/m/n/10 description| Overfull \hbox (7.83365pt too wide) in paragraph at lines 14399--14399 []\T1/qtm/m/n/10 string| Overfull \hbox (14.12505pt too wide) in paragraph at lines 14399--14399 []\T1/txtt/m/n/10 provides. Overfull \hbox (24.62502pt too wide) in paragraph at lines 14399--14399 \T1/txtt/m/n/10 abi[]support| Overfull \hbox (7.83365pt too wide) in paragraph at lines 14399--14399 []\T1/qtm/m/n/10 string Underfull \hbox (badness 10000) in paragraph at lines 14399--14399 \T1/qtm/m/n/10 ar- Underfull \hbox (badness 10000) in paragraph at lines 14399--14399 []\T1/txtt/m/n/10 arm64[]v8a\T1/qtm/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 14399--14399 []\T1/txtt/m/n/10 hooks. Overfull \hbox (3.62508pt too wide) in paragraph at lines 14399--14399 \T1/txtt/m/n/10 timeout| Overfull \hbox (7.83365pt too wide) in paragraph at lines 14399--14399 []\T1/qtm/m/n/10 string| Overfull \hbox (1243.85385pt too wide) in alignment at lines 14436--14446 [] [] Overfull \hbox (1243.85385pt too wide) in alignment at lines 14446--14460 [] [] Overfull \hbox (1243.85385pt too wide) in alignment at lines 14460--14466 [] [] Overfull \hbox (1243.85385pt too wide) in alignment at lines 14466--14468 [] [] Overfull \hbox (1243.85385pt too wide) in alignment at lines 14468--14723 [] [] [226] [227] [228] Underfull \hbox (badness 10000) in paragraph at lines 14902--14904 []\T1/qtm/m/n/10 The AV1 soft-ware en-coder is dis-abled by de-fault but can be en-abled with the \T1/txtt/m/n/10 experimental. Underfull \hbox (badness 10000) in paragraph at lines 14926--14928 []\T1/qtm/m/n/10 To en-able the An-droid con-tainer to use a cus-tom An-droid I D, add the fea-ture flag \T1/txtt/m/n/10 android. [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] Underfull \hbox (badness 10000) in paragraph at lines 15848--15850 []\T1/qtm/m/n/10 Re-turn value for \T1/txtt/m/n/10 curl []s []X GET [][]unix[]s ocket /run/user/1000/anbox/sockets/api.unix s/1.0/ [240] Underfull \hbox (badness 10000) in paragraph at lines 15968--15970 []\T1/qtm/m/n/10 Re-turn value for \T1/txtt/m/n/10 curl []s []X GET [][]unix[]s ocket /run/user/1000/anbox/sockets/api.unix s/1.0/ [241] [242] Underfull \hbox (badness 10000) in paragraph at lines 16091--16093 []\T1/qtm/m/n/10 Re-turn value for \T1/txtt/m/n/10 curl [][]unix[]socket /run/u ser/1000/anbox/sockets/api.unix []X DELETE s/1.0/ [243] Underfull \hbox (badness 10000) in paragraph at lines 16165--16167 []\T1/qtm/m/n/10 Re-turn value for \T1/txtt/m/n/10 curl []s []X GET [][]unix[]s ocket /run/user/1000/anbox/sockets/api.unix s/1.0/ [244] Underfull \hbox (badness 10000) in paragraph at lines 16251--16253 []\T1/qtm/m/n/10 Re-turn value for \T1/txtt/m/n/10 curl []s [][]unix[]socket /r un/user/1000/anbox/sockets/api.unix []X PATCH s/1. Underfull \hbox (badness 10000) in paragraph at lines 16251--16253 \T1/txtt/m/n/10 0/sensors [][]data \TS1/txtt/m/n/10 '\T1/txtt/m/n/10 [{"type": "acceleration", "x": 0.3, "y":[]0.1, "z": 0.1},{"type": [245] Underfull \hbox (badness 10000) in paragraph at lines 16376--16378 []\T1/qtm/m/n/10 Re-turn value for \T1/txtt/m/n/10 curl []s []X GET [][]unix[]s ocket /run/user/1000/anbox/sockets/api.unix s/1.0/ [246] Underfull \hbox (badness 10000) in paragraph at lines 16466--16468 []\T1/qtm/m/n/10 Re-turn value for \T1/txtt/m/n/10 curl []s []X GET [][]unix[]s ocket /run/user/1000/anbox/sockets/api.unix s/1.0/ [247] Underfull \hbox (badness 10000) in paragraph at lines 16579--16579 []\T1/qhv/m/n/10 Field Underfull \hbox (badness 10000) in paragraph at lines 16579--16579 []\T1/qhv/m/n/10 Avail- Underfull \hbox (badness 10000) in paragraph at lines 16579--16579 \T1/qhv/m/n/10 able Underfull \hbox (badness 10000) in paragraph at lines 16579--16579 []\T1/qhv/m/n/10 Ac- Overfull \hbox (11.08907pt too wide) in paragraph at lines 16579--16579 []\T1/txtt/m/n/10 webrtc| Overfull \hbox (6.75139pt too wide) in paragraph at lines 16579--16579 []\T1/qtm/m/n/10 Boolean| Overfull \hbox (18.3447pt too wide) in paragraph at lines 16579--16579 []\T1/qtm/m/n/10 read/write| Overfull \hbox (11.08907pt too wide) in paragraph at lines 16579--16579 []\T1/txtt/m/n/10 webrtc| Overfull \hbox (30.732pt too wide) in paragraph at lines 16579--16579 []\T1/txtt/m/n/10 stream_active| Overfull \hbox (6.75139pt too wide) in paragraph at lines 16579--16579 []\T1/qtm/m/n/10 Boolean| [248] LaTeX Warning: Hyper reference `reference/anbox-https-api:heading--10vhalconfig ' on page 249 undefined on input line 16629. LaTeX Warning: Hyper reference `reference/anbox-https-api:heading--10vhalconfig ' on page 249 undefined on input line 16660. [249] [250] Overfull \vbox (2.61801pt too high) detected at line 16913 [251] [252] Overfull \hbox (3.83052pt too wide) in paragraph at lines 17246--17246 []\T1/qhv/m/n/10 Value Overfull \hbox (1.69052pt too wide) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 string| Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Overfull \hbox (1.69052pt too wide) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 string| Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Overfull \hbox (29.7735pt too wide) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 instance[]type| Overfull \hbox (1.69052pt too wide) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 string| Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Dep-re- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 cated Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 since Overfull \hbox (66.52339pt too wide) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 required[]permissions| Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 ar-ray Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 of Overfull \hbox (5.58052pt too wide) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 strings| Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 image Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 (op- Overfull \hbox (1.69052pt too wide) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 string| Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 addons Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 tags Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Overfull \hbox (24.52351pt too wide) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 boot[]package Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 (op- Overfull \hbox (1.69052pt too wide) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 string| Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 ported Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 on Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 AOSP Overfull \hbox (29.7735pt too wide) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 boot[]activity Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 (op- Overfull \hbox (1.69052pt too wide) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 string| Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 ported Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 on Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 AOSP Overfull \hbox (29.7735pt too wide) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 video[]encoder Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 (op- Overfull \hbox (1.69052pt too wide) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 string| Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Overfull \hbox (3.52357pt too wide) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 watchdog Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Overfull \hbox (3.52357pt too wide) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 services Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Overfull \hbox (8.77356pt too wide) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 resources Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Overfull \hbox (14.02354pt too wide) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 extra[]data Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 hooks Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 ob- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Overfull \hbox (8.77356pt too wide) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 bootstrap Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 ob- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Overfull \hbox (3.52357pt too wide) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 features Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- Overfull \hbox (29.7735pt too wide) in paragraph at lines 17246--17246 []\T1/txtt/m/n/10 node[]selector Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 17246--17246 []\T1/qtm/m/n/10 Sup- [253] Overfull \vbox (73.70886pt too high) has occurred while \output is active [254] [255] Overfull \hbox (11.51488pt too wide) in paragraph at lines 17519--17519 []\T1/txtt/m/n/10 gpu[]preferred| Overfull \hbox (8.21721pt too wide) in paragraph at lines 17580--17580 []\T1/txtt/m/n/10 allowed[]packages| Underfull \hbox (badness 10000) in paragraph at lines 17580--17580 []\T1/qtm/m/n/10 ar-ray of [256] Underfull \hbox (badness 10000) in paragraph at lines 17859--17859 []\T1/qhv/m/n/10 Value Underfull \hbox (badness 10000) in paragraph at lines 17859--17859 []\T1/txtt/m/n/10 permissions \T1/qtm/m/n/10 (op- [257] Overfull \hbox (3.63272pt too wide) in paragraph at lines 17994--17994 []\T1/qhv/m/n/10 Type| Overfull \hbox (9.8817pt too wide) in paragraph at lines 17994--17994 []\T1/txtt/m/n/10 permissions| [258] Overfull \hbox (11.62366pt too wide) in paragraph at lines 18078--18078 []\T1/qhv/m/n/10 Name| Overfull \hbox (3.19891pt too wide) in paragraph at lines 18078--18078 []\T1/qhv/m/n/10 Value Overfull \hbox (6.0036pt too wide) in paragraph at lines 18078--18078 []\T1/txtt/m/n/10 keep| [259] [260] Underfull \hbox (badness 10000) in paragraph at lines 18420--18422 []\T1/qtm/m/n/10 If you en-counter an is-sue and want to col-lect de-bug-ging i n-for-ma-tion from the ap-pli-ance, use [261] [262] [263] [264] [265] [266] [267] [268] [269] [270] [271] [272] [273] [274] [275] [276] [277] [278] [279] [280] [281] [282] [283] [284] [285] Underfull \hbox (badness 5563) in paragraph at lines 23754--23754 []\T1/qtm/m/n/10 in-stall (dep- Underfull \hbox (badness 10000) in paragraph at lines 23754--23754 []\T1/qtm/m/n/10 pre-pare [286] Overfull \hbox (12.2465pt too wide) in paragraph at lines 23874--23874 []\T1/txtt/m/n/10 ADDON_DIR| Overfull \hbox (1.74654pt too wide) in paragraph at lines 23874--23874 []\T1/txtt/m/n/10 APP_DIR| Overfull \hbox (12.2465pt too wide) in paragraph at lines 23874--23874 []\T1/txtt/m/n/10 ANBOX_DIR| Overfull \hbox (38.49643pt too wide) in paragraph at lines 23874--23874 []\T1/txtt/m/n/10 ANDROID_ROOTFS| Overfull \hbox (27.99646pt too wide) in paragraph at lines 23874--23874 []\T1/txtt/m/n/10 BOOT_PACKAGE| Overfull \hbox (38.49643pt too wide) in paragraph at lines 23874--23874 []\T1/txtt/m/n/10 CONTAINER_TYPE| Underfull \hbox (badness 10000) in paragraph at lines 23874--23874 \T1/qtm/m/n/10 vari-able is now dep-re-cated. Use Overfull \hbox (33.24644pt too wide) in paragraph at lines 23874--23874 []\T1/txtt/m/n/10 INSTANCE_TYPE| Overfull \hbox (43.74641pt too wide) in paragraph at lines 23874--23874 []\T1/txtt/m/n/10 ANBOX_EXIT_CODE| [287 <./a6b580b40f2017c0ff2300e09752c9e001b9623b.png>] Underfull \hbox (badness 10000) in paragraph at lines 23948--23948 []\T1/qhv/m/n/10 Soft-ware Underfull \hbox (badness 10000) in paragraph at lines 23948--23948 \T1/qhv/m/n/10 com-po- Underfull \hbox (badness 10000) in paragraph at lines 23948--23948 []\T1/qtm/m/n/10 LXD [288] Underfull \hbox (badness 10000) in paragraph at lines 24281--24281 []\T1/qhv/m/n/10 Pro-to- Underfull \hbox (badness 10000) in paragraph at lines 24281--24281 []\T1/qtm/m/n/10 HTTPS Prometheus end- Underfull \hbox (badness 10000) in paragraph at lines 24281--24281 []\T1/qtm/m/n/10 10000- Underfull \hbox (badness 10000) in paragraph at lines 24281--24281 []\T1/qtm/m/n/10 UDP & Underfull \hbox (badness 10000) in paragraph at lines 24281--24281 []\T1/qtm/m/n/10 An-box Cloud Underfull \hbox (badness 10000) in paragraph at lines 24281--24281 []\T1/qtm/m/n/10 An-box Stream Underfull \hbox (badness 10000) in paragraph at lines 24281--24281 []\T1/qtm/m/n/10 An-box Stream Underfull \hbox (badness 10000) in paragraph at lines 24281--24281 []\T1/qtm/m/n/10 An-box Stream Underfull \hbox (badness 10000) in paragraph at lines 24281--24281 []\T1/qtm/m/n/10 50000- [289] Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 []\T1/qhv/m/n/10 An-box Cloud Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 []\T1/qhv/m/n/10 Res-o- Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 []\T1/qhv/m/n/10 Ap-pli- Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 []\T1/qhv/m/n/10 # Con- Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 []\T1/qhv/m/n/10 Avg. Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 []\T1/qtm/m/n/10 Am-pere Al-tra + 1x Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 []\T1/qtm/m/n/10 1.11.2 (ap-pli- Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 [][][]\T1/qtm/m/n/10 Bomb- Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 []\T1/qtm/m/n/10 Am-pere Al-tra + 2x Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 []\T1/qtm/m/n/10 1.11.2 (ap-pli- Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 [][][]\T1/qtm/m/n/10 Bomb- Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 []\T1/qtm/m/n/10 Am-pere Al-tra + 1x Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 []\T1/qtm/m/n/10 1.11.2 (ap-pli- Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 [][][]\T1/qtm/m/n/10 Bomb- Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 []\T1/qtm/m/n/10 Am-pere Al-tra + 2x Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 []\T1/qtm/m/n/10 1.11.2 (ap-pli- Underfull \hbox (badness 10000) in paragraph at lines 24546--24546 [][][]\T1/qtm/m/n/10 Bomb- Underfull \hbox (badness 10000) in paragraph at lines 24715--24715 []\T1/qhv/m/n/10 In-stance Underfull \hbox (badness 10000) in paragraph at lines 24715--24715 []\T1/qhv/m/n/10 An-box Cloud Underfull \hbox (badness 10000) in paragraph at lines 24715--24715 []\T1/qhv/m/n/10 Res-o-lu- Underfull \hbox (badness 10000) in paragraph at lines 24715--24715 []\T1/qhv/m/n/10 Avg. Underfull \hbox (badness 10000) in paragraph at lines 24715--24715 []\T1/txtt/m/n/10 m6g. Underfull \hbox (badness 10000) in paragraph at lines 24715--24715 []\T1/qtm/m/n/10 An-droid 10 Underfull \hbox (badness 10000) in paragraph at lines 24715--24715 []\T1/txtt/m/n/10 m5a. Underfull \hbox (badness 10000) in paragraph at lines 24715--24715 []\T1/qtm/m/n/10 An-droid 10 Underfull \hbox (badness 7777) in paragraph at lines 24715--24715 []\T1/qtm/m/n/10 hard-ware / hard- Underfull \hbox (badness 7777) in paragraph at lines 24715--24715 []\T1/qtm/m/n/10 hard-ware / hard- Underfull \hbox (badness 7777) in paragraph at lines 24715--24715 []\T1/qtm/m/n/10 hard-ware / hard- Underfull \hbox (badness 7777) in paragraph at lines 24715--24715 []\T1/qtm/m/n/10 hard-ware / hard- [290] Underfull \hbox (badness 10000) in paragraph at lines 24747--24749 []\T1/qtm/m/n/10 For a full An-box Cloud de-ploy-ment: \T1/txtt/m/n/10 juju run [][]wait=5m [][]unit ams/0 [][] unit[]get Underfull \hbox (badness 10000) in paragraph at lines 24764--24766 []\T1/qtm/m/n/10 For the An-box Cloud Ap-pli-ance: \T1/txtt/m/n/10 juju config []m appliance:anbox[]cloud ams [291] Overfull \hbox (32.05202pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_nodes_total| Overfull \hbox (68.80191pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_applications_total| Overfull \hbox (58.30194pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_containers_total| Underfull \hbox (badness 10000) in paragraph at lines 25000--25000 []\T1/qtm/m/n/10 Dep-re-cated since 1.20.0, use Underfull \hbox (badness 10000) in paragraph at lines 25000--25000 \T1/txtt/m/n/10 ams_cluster_instances_total Overfull \hbox (147.55168pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_container_boot_time_seconds_count| Underfull \hbox (badness 10000) in paragraph at lines 25000--25000 []\T1/qtm/m/n/10 Dep-re-cated since 1.20.0, use Overfull \hbox (89.0756pt too wide) in paragraph at lines 25000--25000 \T1/txtt/m/n/10 ams_cluster_instance_boot_time_seconds_count Overfull \hbox (137.1117pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_container_boot_time_seconds_sum| Underfull \hbox (badness 10000) in paragraph at lines 25000--25000 []\T1/qtm/m/n/10 Dep-re-cated since 1.20.0, use Overfull \hbox (78.57564pt too wide) in paragraph at lines 25000--25000 \T1/txtt/m/n/10 ams_cluster_instance_boot_time_seconds_sum Overfull \hbox (152.80167pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_container_boot_time_seconds_bucket| Underfull \hbox (badness 10000) in paragraph at lines 25000--25000 []\T1/qtm/m/n/10 Dep-re-cated since 1.20.0, use Overfull \hbox (94.32559pt too wide) in paragraph at lines 25000--25000 \T1/txtt/m/n/10 ams_cluster_instance_boot_time_seconds_bucket Overfull \hbox (142.3017pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_containers_per_application_total| Underfull \hbox (badness 10000) in paragraph at lines 25000--25000 []\T1/qtm/m/n/10 Dep-re-cated since 1.20.0, use Overfull \hbox (83.82562pt too wide) in paragraph at lines 25000--25000 \T1/txtt/m/n/10 ams_cluster_instances_per_application_total Overfull \hbox (116.05177pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_containers_per_status_total| Underfull \hbox (badness 10000) in paragraph at lines 25000--25000 []\T1/qtm/m/n/10 Dep-re-cated since 1.20.0, use Overfull \hbox (57.5757pt too wide) in paragraph at lines 25000--25000 \T1/txtt/m/n/10 ams_cluster_instances_per_status_total Overfull \hbox (105.5518pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_containers_per_node_total| Underfull \hbox (badness 10000) in paragraph at lines 25000--25000 []\T1/qtm/m/n/10 Dep-re-cated since 1.20.0, use Overfull \hbox (47.07573pt too wide) in paragraph at lines 25000--25000 \T1/txtt/m/n/10 ams_cluster_instances_per_node_total Overfull \hbox (53.05196pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_instances_total| Overfull \hbox (142.3017pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_instance_boot_time_seconds_count| Overfull \hbox (131.86171pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_instance_boot_time_seconds_sum| Overfull \hbox (147.55168pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_instance_boot_time_seconds_bucket| Overfull \hbox (137.05171pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_instances_per_application_total| Overfull \hbox (110.80179pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_instances_per_status_total| Overfull \hbox (100.30182pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_instances_per_node_total| Overfull \hbox (74.0519pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_available_cpu_total| Overfull \hbox (47.80197pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_used_cpu_total| Overfull \hbox (89.80185pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_available_memory_total| Overfull \hbox (63.55193pt too wide) in paragraph at lines 25000--25000 []\T1/txtt/m/n/10 ams_cluster_used_memory_total| [292] Underfull \hbox (badness 5985) in paragraph at lines 25080--25082 []\T1/qtm/m/n/10 All han-dler la-bels adopt the con-ven-tion \T1/txtt/m/n/10 __\T1/qtm/m/n/10 , for ex-am-ple, Overfull \hbox (0.63397pt too wide) in alignment at lines 25094--25107 [] [] [] Overfull \hbox (0.63397pt too wide) in alignment at lines 25107--25124 [] [] [] Overfull \hbox (0.63397pt too wide) in alignment at lines 25124--25130 [] [] [] Overfull \hbox (0.63397pt too wide) in alignment at lines 25130--25132 [] [] [] Overfull \hbox (0.63397pt too wide) in alignment at lines 25132--25665 [] [] [] [293] [294] Underfull \hbox (badness 10000) in paragraph at lines 25694--25696 []\T1/qtm/m/n/10 For the An-box Cloud Ap-pli-ance: \T1/txtt/m/n/10 juju run [][ ]wait=5m []m appliance:anbox[]cloud [][]unit [295] Overfull \hbox (48.26453pt too wide) in paragraph at lines 25846--25846 []\T1/txtt/m/n/10 anbox_stream_gateway_http_request_duration_seconds_bucket| Overfull \hbox (16.76462pt too wide) in paragraph at lines 25846--25846 []\T1/txtt/m/n/10 anbox_stream_gateway_http_request_size_bytes_bucket| Overfull \hbox (22.0146pt too wide) in paragraph at lines 25846--25846 []\T1/txtt/m/n/10 anbox_stream_gateway_http_response_size_bytes_bucket| [296] Underfull \hbox (badness 10000) in paragraph at lines 26021--26023 []\T1/qtm/m/n/10 For a full An-box Cloud de-ploy-ment: \T1/txtt/m/n/10 juju run [][]wait=5m [][]unit lxd/0 [][] unit[]get Overfull \hbox (28.51556pt too wide) in paragraph at lines 26185--26185 []\T1/txtt/m/n/10 webrtc_frames_encoded| Overfull \hbox (49.5155pt too wide) in paragraph at lines 26185--26185 []\T1/txtt/m/n/10 webrtc_key_frames_encoded| Overfull \hbox (44.26552pt too wide) in paragraph at lines 26185--26185 []\T1/txtt/m/n/10 webrtc_total_encode_time| Overfull \hbox (28.51556pt too wide) in paragraph at lines 26185--26185 []\T1/txtt/m/n/10 webrtc_target_bitrate| Overfull \hbox (7.51563pt too wide) in paragraph at lines 26185--26185 []\T1/txtt/m/n/10 webrtc_bytes_sent| Overfull \hbox (81.01541pt too wide) in paragraph at lines 26185--26185 []\T1/txtt/m/n/10 webrtc_retransmitted_bytes_sent| Overfull \hbox (91.51538pt too wide) in paragraph at lines 26185--26185 []\T1/txtt/m/n/10 webrtc_retransmitted_packets_sent| Overfull \hbox (75.76543pt too wide) in paragraph at lines 26185--26185 []\T1/txtt/m/n/10 webrtc_total_packet_send_delay| Overfull \hbox (18.0156pt too wide) in paragraph at lines 26185--26185 []\T1/txtt/m/n/10 webrtc_packets_sent| Overfull \hbox (7.51563pt too wide) in paragraph at lines 26185--26185 []\T1/txtt/m/n/10 webrtc_nack_count| Overfull \hbox (2.26564pt too wide) in paragraph at lines 26185--26185 []\T1/txtt/m/n/10 webrtc_fir_count| Overfull \hbox (2.26564pt too wide) in paragraph at lines 26185--26185 []\T1/txtt/m/n/10 webrtc_pli_count| Overfull \hbox (2.26564pt too wide) in paragraph at lines 26185--26185 []\T1/txtt/m/n/10 webrtc_sli_count| Overfull \hbox (18.0156pt too wide) in paragraph at lines 26185--26185 []\T1/txtt/m/n/10 webrtc_relay_in_use| [297] [298] [299] [300] [301] [302] [303] Underfull \hbox (badness 10000) in paragraph at lines 27368--27368 []\T1/qhv/m/n/10 Ar-chi-tec- Underfull \hbox (badness 10000) in paragraph at lines 27368--27368 []\T1/qhv/m/n/10 CPU Overfull \hbox (4.55038pt too wide) in paragraph at lines 27368--27368 []\T1/qhv/m/n/10 RAM| Overfull \hbox (2.42513pt too wide) in paragraph at lines 27368--27368 []\T1/qhv/m/n/10 GPUs| Underfull \hbox (badness 10000) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (1.22038pt too wide) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 4GB| Underfull \hbox (badness 10000) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 50GB Underfull \hbox (badness 10000) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (1.22038pt too wide) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 2GB| Underfull \hbox (badness 10000) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 100GB Underfull \hbox (badness 10000) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (1.22038pt too wide) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 8GB| Underfull \hbox (badness 10000) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 100GB Underfull \hbox (badness 10000) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (1.22038pt too wide) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 8GB| Underfull \hbox (badness 10000) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 100GB Underfull \hbox (badness 10000) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (6.22038pt too wide) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 16GB| Underfull \hbox (badness 10000) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 200GB Underfull \hbox (badness 10000) in paragraph at lines 27368--27368 []\T1/qtm/m/n/10 op- Underfull \hbox (badness 10000) in paragraph at lines 27471--27471 []\T1/qhv/m/n/10 Ar-chi-tec- Underfull \hbox (badness 10000) in paragraph at lines 27471--27471 []\T1/qhv/m/n/10 CPU Overfull \hbox (4.55038pt too wide) in paragraph at lines 27471--27471 []\T1/qhv/m/n/10 RAM| Overfull \hbox (2.42513pt too wide) in paragraph at lines 27471--27471 []\T1/qhv/m/n/10 GPUs| Underfull \hbox (badness 10000) in paragraph at lines 27471--27471 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (1.22038pt too wide) in paragraph at lines 27471--27471 []\T1/qtm/m/n/10 4GB| Underfull \hbox (badness 10000) in paragraph at lines 27471--27471 []\T1/qtm/m/n/10 50GB Underfull \hbox (badness 10000) in paragraph at lines 27471--27471 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (1.22038pt too wide) in paragraph at lines 27471--27471 []\T1/qtm/m/n/10 8GB| Underfull \hbox (badness 10000) in paragraph at lines 27471--27471 []\T1/qtm/m/n/10 100GB Underfull \hbox (badness 10000) in paragraph at lines 27471--27471 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (6.22038pt too wide) in paragraph at lines 27471--27471 []\T1/qtm/m/n/10 16GB| Underfull \hbox (badness 10000) in paragraph at lines 27471--27471 []\T1/qtm/m/n/10 200GB Underfull \hbox (badness 10000) in paragraph at lines 27471--27471 []\T1/qtm/m/n/10 op- [304] [305] Underfull \hbox (badness 10000) in paragraph at lines 27806--27806 []\T1/qhv/m/n/10 Sup- Underfull \hbox (badness 10000) in paragraph at lines 27806--27806 []\T1/qtm/m/n/10 Hardware-accelerated video de-cod-ing Underfull \hbox (badness 10000) in paragraph at lines 27806--27806 []\T1/qtm/m/n/10 Hardware-accelerated video en-cod-ing [306] [307] [308] Overfull \hbox (10.52495pt too wide) in paragraph at lines 28056--28056 []\T1/qhv/m/n/10 Name| Overfull \hbox (4.90489pt too wide) in paragraph at lines 28056--28056 []\T1/txtt/m/n/10 null| Overfull \hbox (15.40486pt too wide) in paragraph at lines 28056--28056 []\T1/txtt/m/n/10 webrtc| Overfull \hbox (15.40486pt too wide) in paragraph at lines 28056--28056 []\T1/txtt/m/n/10 swrast| [309] [310] Underfull \hbox (badness 10000) in paragraph at lines 28330--28330 []\T1/qhv/m/n/10 Value Overfull \hbox (0.6554pt too wide) in paragraph at lines 28330--28330 []\T1/qhv/m/n/10 De- Overfull \hbox (3.34538pt too wide) in paragraph at lines 28330--28330 \T1/qhv/m/n/10 fault| Underfull \hbox (badness 10000) in paragraph at lines 28330--28330 []\T1/txtt/m/n/10 video. Underfull \hbox (badness 10000) in paragraph at lines 28330--28330 []\T1/qtm/m/n/10 ar-ray Underfull \hbox (badness 10000) in paragraph at lines 28330--28330 \T1/qtm/m/n/10 of Underfull \hbox (badness 10000) in paragraph at lines 28330--28330 []\T1/txtt/m/n/10 nvidia_h264. Overfull \hbox (10.79532pt too wide) in paragraph at lines 28330--28330 []\T1/txtt/m/n/10 false| Underfull \hbox (badness 10000) in paragraph at lines 28330--28330 []\T1/txtt/m/n/10 nvidia_h264. Overfull \hbox (44.2301pt too wide) in paragraph at lines 28330--28330 \T1/txtt/m/n/10 multipass_quarter_resolution| Overfull \hbox (10.79532pt too wide) in paragraph at lines 28330--28330 []\T1/txtt/m/n/10 false| Overfull \hbox (10.79532pt too wide) in paragraph at lines 28330--28330 []\T1/txtt/m/n/10 false| Underfull \hbox (badness 10000) in paragraph at lines 28330--28330 []\T1/txtt/m/n/10 nvidia_h264. [311] [312] [313] [314] (./canonical-anbox-cloud-documentation.ind) [315] (./canonical-anbox-cloud-documentation.aux) LaTeX Warning: There were undefined references. ) (see the transcript file for additional information){/usr/share/texmf/fonts/enc /dvips/tex-gyre/q-ec.enc}{/usr/share/texlive/texmf-dist/fonts/enc/dvips/base/8r .enc}{/usr/share/texmf/fonts/enc/dvips/tex-gyre/q-ts1.enc} Output written on canonical-anbox-cloud-documentation.pdf (319 pages, 6549406 b ytes). Transcript written on canonical-anbox-cloud-documentation.log. Latexmk: Index file 'canonical-anbox-cloud-documentation.idx' was written Latexmk: Log file says output to 'canonical-anbox-cloud-documentation.pdf' Latexmk: Log file says output to 'canonical-anbox-cloud-documentation.pdf' Latexmk: Examining 'canonical-anbox-cloud-documentation.log' === TeX engine is 'pdfTeX' Latexmk: All targets (canonical-anbox-cloud-documentation.pdf) are up-to-date