Read the Docs build information Build id: 2470959 Project: canonical-anbox-cloud-documentation Version: latest Commit: f5c87a4670dbc16f311aea49870f619b74d6b628 Date: 2024-09-10T06:07:59.224450Z State: finished Success: True [rtd-command-info] start-time: 2024-09-10T06:08:00.678378Z, end-time: 2024-09-10T06:08:02.645863Z, duration: 1, exit-code: 0 git clone --depth 1 git@github.com:canonical/anbox-cloud-docs.git . Cloning into '.'... Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. [rtd-command-info] start-time: 2024-09-10T06:08:02.713935Z, end-time: 2024-09-10T06:08:04.138941Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/main:refs/remotes/origin/main Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. [rtd-command-info] start-time: 2024-09-10T06:08:04.268486Z, end-time: 2024-09-10T06:08:04.486725Z, duration: 0, exit-code: 0 git checkout --force origin/main Note: switching to 'origin/main'. 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 f5c87a4 Merge pull request #138 from morphis/fix-snap-versions [rtd-command-info] start-time: 2024-09-10T06:08:04.568895Z, end-time: 2024-09-10T06:08:04.629931Z, 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-09-10T06:08:04.705561Z, end-time: 2024-09-10T06:08:04.782113Z, duration: 0, exit-code: 0 python3 build_requirements.py [rtd-command-info] start-time: 2024-09-10T06:08:11.641123Z, end-time: 2024-09-10T06:08:11.721464Z, duration: 0, exit-code: 0 asdf global python 3.11.9 [rtd-command-info] start-time: 2024-09-10T06:08:12.121721Z, end-time: 2024-09-10T06:08:13.166190Z, duration: 1, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.11.9.final.0-64 in 729ms 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-09-10T06:08:13.241408Z, end-time: 2024-09-10T06:08:23.828970Z, duration: 10, exit-code: 0 python -m pip install --upgrade --no-cache-dir pip setuptools Requirement already satisfied: pip in /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/envs/latest/lib/python3.11/site-packages (23.1) Collecting pip Downloading pip-24.2-py3-none-any.whl (1.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 10.8 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-74.1.2-py3-none-any.whl (1.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 19.0 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.2 setuptools-74.1.2 [rtd-command-info] start-time: 2024-09-10T06:08:23.902524Z, end-time: 2024-09-10T06:08:31.967338Z, duration: 8, exit-code: 0 python -m pip install --upgrade --no-cache-dir sphinx readthedocs-sphinx-ext Collecting sphinx Downloading sphinx-8.0.2-py3-none-any.whl.metadata (6.2 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-2.0.0-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-devhelp (from sphinx) Downloading sphinxcontrib_devhelp-2.0.0-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.1.0-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-serializinghtml>=1.1.9 (from sphinx) Downloading sphinxcontrib_serializinghtml-2.0.0-py3-none-any.whl.metadata (2.4 kB) Collecting sphinxcontrib-qthelp (from sphinx) Downloading sphinxcontrib_qthelp-2.0.0-py3-none-any.whl.metadata (2.3 kB) Collecting Jinja2>=3.1 (from sphinx) Downloading jinja2-3.1.4-py3-none-any.whl.metadata (2.6 kB) Collecting Pygments>=2.17 (from sphinx) Downloading pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB) Collecting docutils<0.22,>=0.20 (from sphinx) Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) Collecting snowballstemmer>=2.2 (from sphinx) Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl.metadata (6.5 kB) Collecting babel>=2.13 (from sphinx) Downloading babel-2.16.0-py3-none-any.whl.metadata (1.5 kB) Collecting alabaster>=0.7.14 (from sphinx) Downloading alabaster-1.0.0-py3-none-any.whl.metadata (2.8 kB) Collecting imagesize>=1.3 (from sphinx) Downloading imagesize-1.4.1-py2.py3-none-any.whl.metadata (1.5 kB) Collecting requests>=2.30.0 (from sphinx) Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB) Collecting packaging>=23.0 (from sphinx) Downloading packaging-24.1-py3-none-any.whl.metadata (3.2 kB) Collecting MarkupSafe>=2.0 (from Jinja2>=3.1->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.30.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.30.0->sphinx) Downloading idna-3.8-py3-none-any.whl.metadata (9.9 kB) Collecting urllib3<3,>=1.21.1 (from requests>=2.30.0->sphinx) Downloading urllib3-2.2.2-py3-none-any.whl.metadata (6.4 kB) Collecting certifi>=2017.4.17 (from requests>=2.30.0->sphinx) Downloading certifi-2024.8.30-py3-none-any.whl.metadata (2.2 kB) Downloading sphinx-8.0.2-py3-none-any.whl (3.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.5/3.5 MB 122.9 MB/s eta 0:00:00 Downloading readthedocs_sphinx_ext-2.2.5-py2.py3-none-any.whl (11 kB) Downloading alabaster-1.0.0-py3-none-any.whl (13 kB) Downloading babel-2.16.0-py3-none-any.whl (9.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.6/9.6 MB 225.1 MB/s eta 0:00:00 Downloading docutils-0.21.2-py3-none-any.whl (587 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 367.4 MB/s eta 0:00:00 Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB) Downloading jinja2-3.1.4-py3-none-any.whl (133 kB) Downloading packaging-24.1-py3-none-any.whl (53 kB) Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 393.6 MB/s eta 0:00:00 Downloading requests-2.32.3-py3-none-any.whl (64 kB) Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB) Downloading sphinxcontrib_htmlhelp-2.1.0-py3-none-any.whl (98 kB) Downloading sphinxcontrib_serializinghtml-2.0.0-py3-none-any.whl (92 kB) Downloading sphinxcontrib_applehelp-2.0.0-py3-none-any.whl (119 kB) Downloading sphinxcontrib_devhelp-2.0.0-py3-none-any.whl (82 kB) Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) Downloading sphinxcontrib_qthelp-2.0.0-py3-none-any.whl (88 kB) Downloading certifi-2024.8.30-py3-none-any.whl (167 kB) Downloading charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (140 kB) Downloading idna-3.8-py3-none-any.whl (66 kB) Downloading MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (28 kB) Downloading urllib3-2.2.2-py3-none-any.whl (121 kB) Installing collected packages: snowballstemmer, urllib3, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, Pygments, packaging, MarkupSafe, imagesize, idna, docutils, charset-normalizer, certifi, babel, alabaster, requests, Jinja2, sphinx, readthedocs-sphinx-ext Successfully installed Jinja2-3.1.4 MarkupSafe-2.1.5 Pygments-2.18.0 alabaster-1.0.0 babel-2.16.0 certifi-2024.8.30 charset-normalizer-3.3.2 docutils-0.21.2 idna-3.8 imagesize-1.4.1 packaging-24.1 readthedocs-sphinx-ext-2.2.5 requests-2.32.3 snowballstemmer-2.2.0 sphinx-8.0.2 sphinxcontrib-applehelp-2.0.0 sphinxcontrib-devhelp-2.0.0 sphinxcontrib-htmlhelp-2.1.0 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-2.0.0 sphinxcontrib-serializinghtml-2.0.0 urllib3-2.2.2 [rtd-command-info] start-time: 2024-09-10T06:08:32.039147Z, end-time: 2024-09-10T06:08:39.451109Z, duration: 7, 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.23-py3-none-any.whl.metadata (15 kB) Collecting furo (from -r .sphinx/requirements.txt (line 8)) Downloading furo-2024.8.6-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-4.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)) (8.0.2) Collecting sphinx-autobuild (from -r .sphinx/requirements.txt (line 13)) Downloading sphinx_autobuild-2024.9.3-py3-none-any.whl.metadata (7.7 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.6.1-py3-none-any.whl.metadata (5.5 kB) Collecting sphinx-reredirects (from -r .sphinx/requirements.txt (line 16)) Downloading sphinx_reredirects-0.1.5-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.32.3) 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.21.2) Collecting gitpython (from canonical-sphinx-extensions->-r .sphinx/requirements.txt (line 7)) Downloading GitPython-3.1.43-py3-none-any.whl.metadata (13 kB) Collecting sphinx-basic-ng>=1.0.0.beta2 (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.18.0) 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.4) 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.1,~=0.4 (from myst-parser->-r .sphinx/requirements.txt (line 10)) Downloading mdit_py_plugins-0.4.2-py3-none-any.whl.metadata (2.8 kB) Collecting pyyaml (from myst-parser->-r .sphinx/requirements.txt (line 10)) Downloading PyYAML-6.0.2-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.3.0-cp311-cp311-manylinux_2_28_x86_64.whl.metadata (3.8 kB) Collecting markdown (from pyspelling->-r .sphinx/requirements.txt (line 11)) Downloading Markdown-3.7-py3-none-any.whl.metadata (7.0 kB) Collecting soupsieve>=1.8 (from pyspelling->-r .sphinx/requirements.txt (line 11)) Downloading soupsieve-2.6-py3-none-any.whl.metadata (4.6 kB) Collecting wcmatch>=8.5 (from pyspelling->-r .sphinx/requirements.txt (line 11)) Downloading wcmatch-9.0-py3-none-any.whl.metadata (4.9 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)) (2.0.0) 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)) (2.0.0) 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.1.0) 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)) (2.0.0) 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)) (2.0.0) Requirement already satisfied: snowballstemmer>=2.2 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.13 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.16.0) Requirement already satisfied: alabaster>=0.7.14 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.0) 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>=23.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.1) Collecting colorama>=0.4.6 (from sphinx-autobuild->-r .sphinx/requirements.txt (line 13)) Downloading colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) Collecting starlette>=0.35 (from sphinx-autobuild->-r .sphinx/requirements.txt (line 13)) Downloading starlette-0.38.5-py3-none-any.whl.metadata (6.0 kB) Collecting uvicorn>=0.25 (from sphinx-autobuild->-r .sphinx/requirements.txt (line 13)) Downloading uvicorn-0.30.6-py3-none-any.whl.metadata (6.6 kB) Collecting watchfiles>=0.20 (from sphinx-autobuild->-r .sphinx/requirements.txt (line 13)) Downloading watchfiles-0.24.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.9 kB) Collecting websockets>=11 (from sphinx-autobuild->-r .sphinx/requirements.txt (line 13)) Downloading websockets-13.0.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 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.8) 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.2) 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.8.30) Collecting anyio<5,>=3.4.0 (from starlette>=0.35->sphinx-autobuild->-r .sphinx/requirements.txt (line 13)) Downloading anyio-4.4.0-py3-none-any.whl.metadata (4.6 kB) Collecting click>=7.0 (from uvicorn>=0.25->sphinx-autobuild->-r .sphinx/requirements.txt (line 13)) Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) Collecting h11>=0.8 (from uvicorn>=0.25->sphinx-autobuild->-r .sphinx/requirements.txt (line 13)) Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB) Collecting bracex>=2.1.1 (from wcmatch>=8.5->pyspelling->-r .sphinx/requirements.txt (line 11)) Downloading bracex-2.5-py3-none-any.whl.metadata (3.5 kB) Collecting gitdb<5,>=4.0.1 (from gitpython->canonical-sphinx-extensions->-r .sphinx/requirements.txt (line 7)) Downloading gitdb-4.0.11-py3-none-any.whl.metadata (1.2 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 sniffio>=1.1 (from anyio<5,>=3.4.0->starlette>=0.35->sphinx-autobuild->-r .sphinx/requirements.txt (line 13)) Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) Collecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->gitpython->canonical-sphinx-extensions->-r .sphinx/requirements.txt (line 7)) Downloading smmap-5.0.1-py3-none-any.whl.metadata (4.3 kB) Downloading canonical_sphinx_extensions-0.0.23-py3-none-any.whl (38 kB) Downloading furo-2024.8.6-py3-none-any.whl (341 kB) Downloading linkify_it_py-2.0.3-py3-none-any.whl (19 kB) Downloading myst_parser-4.0.0-py3-none-any.whl (84 kB) Downloading pyspelling-2.10-py3-none-any.whl (45 kB) Downloading sphinx_autobuild-2024.9.3-py3-none-any.whl (11 kB) Downloading sphinx_copybutton-0.5.2-py3-none-any.whl (13 kB) Downloading sphinx_design-0.6.1-py3-none-any.whl (2.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 154.0 MB/s eta 0:00:00 Downloading sphinx_reredirects-0.1.5-py3-none-any.whl (5.7 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) Downloading sphinxext_opengraph-0.9.1-py3-none-any.whl (1.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 402.9 MB/s eta 0:00:00 Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB) Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB) Downloading mdit_py_plugins-0.4.2-py3-none-any.whl (55 kB) Downloading soupsieve-2.6-py3-none-any.whl (36 kB) Downloading sphinx_basic_ng-1.0.0b2-py3-none-any.whl (22 kB) Downloading starlette-0.38.5-py3-none-any.whl (71 kB) Downloading uvicorn-0.30.6-py3-none-any.whl (62 kB) Downloading watchfiles-0.24.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (425 kB) Downloading wcmatch-9.0-py3-none-any.whl (39 kB) Downloading websockets-13.0.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (157 kB) Downloading beautifulsoup4-4.12.3-py3-none-any.whl (147 kB) Downloading GitPython-3.1.43-py3-none-any.whl (207 kB) Downloading html5lib-1.1-py2.py3-none-any.whl (112 kB) Downloading lxml-5.3.0-cp311-cp311-manylinux_2_28_x86_64.whl (5.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 236.7 MB/s eta 0:00:00 Downloading Markdown-3.7-py3-none-any.whl (106 kB) Downloading PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (762 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 763.0/763.0 kB 371.4 MB/s eta 0:00:00 Downloading uc_micro_py-1.0.3-py3-none-any.whl (6.2 kB) Downloading anyio-4.4.0-py3-none-any.whl (86 kB) Downloading bracex-2.5-py3-none-any.whl (11 kB) Downloading click-8.1.7-py3-none-any.whl (97 kB) Downloading gitdb-4.0.11-py3-none-any.whl (62 kB) Downloading h11-0.14.0-py3-none-any.whl (58 kB) Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB) Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB) Downloading smmap-5.0.1-py3-none-any.whl (24 kB) Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) Installing collected packages: webencodings, websockets, uc-micro-py, soupsieve, sniffio, smmap, six, pyyaml, mdurl, markdown, lxml, h11, colorama, click, bracex, wcmatch, uvicorn, markdown-it-py, linkify-it-py, html5lib, gitdb, beautifulsoup4, anyio, watchfiles, starlette, sphinxext-opengraph, sphinxcontrib-jquery, sphinx-tabs, sphinx-reredirects, sphinx-design, sphinx-copybutton, sphinx-basic-ng, pyspelling, mdit-py-plugins, gitpython, sphinx-autobuild, myst-parser, furo, canonical-sphinx-extensions Successfully installed anyio-4.4.0 beautifulsoup4-4.12.3 bracex-2.5 canonical-sphinx-extensions-0.0.23 click-8.1.7 colorama-0.4.6 furo-2024.8.6 gitdb-4.0.11 gitpython-3.1.43 h11-0.14.0 html5lib-1.1 linkify-it-py-2.0.3 lxml-5.3.0 markdown-3.7 markdown-it-py-3.0.0 mdit-py-plugins-0.4.2 mdurl-0.1.2 myst-parser-4.0.0 pyspelling-2.10 pyyaml-6.0.2 six-1.16.0 smmap-5.0.1 sniffio-1.3.1 soupsieve-2.6 sphinx-autobuild-2024.9.3 sphinx-basic-ng-1.0.0b2 sphinx-copybutton-0.5.2 sphinx-design-0.6.1 sphinx-reredirects-0.1.5 sphinx-tabs-3.4.5 sphinxcontrib-jquery-4.1 sphinxext-opengraph-0.9.1 starlette-0.38.5 uc-micro-py-1.0.3 uvicorn-0.30.6 watchfiles-0.24.0 wcmatch-9.0 webencodings-0.5.1 websockets-13.0.1 [rtd-command-info] start-time: 2024-09-10T06:08:40.082578Z, end-time: 2024-09-10T06:08:40.168961Z, 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': [ ("latest", "/en/latest/"), ], 'downloads': [ ("pdf", "//documentation.ubuntu.com/_/downloads/anbox-cloud/en/latest/pdf/"), ], 'subprojects': [ ], 'slug': 'canonical-anbox-cloud-documentation', 'name': u'Anbox Cloud', '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': 'canonical', 'proxied_api_host': '/_', 'github_repo': 'anbox-cloud-docs', 'github_version': 'main', 'display_github': True, 'bitbucket_user': 'None', 'bitbucket_repo': 'None', 'bitbucket_version': 'main', 'display_bitbucket': False, 'gitlab_user': 'None', 'gitlab_repo': 'None', 'gitlab_version': 'main', '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': 'f5c87a46', } # 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/2470959/' 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-09-10T06:08:40.235843Z, end-time: 2024-09-10T06:09:12.780059Z, duration: 32, exit-code: 0 python -m sphinx -T -b dirhtml -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html Running Sphinx v8.0.2 loading translations [en]... done matplotlib is not installed, social cards will not be generated making output directory... done myst v4.0.0: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions={'substitution', 'linkify', 'deflist'}, disable_syntax=[], all_links_external=False, links_external_new_tab=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_sort=True, 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 273 source files that are out of date updating environment: [new config] 273 added, 0 changed, 0 removed reading sources... [ 0%] 404 reading sources... [ 1%] README reading sources... [ 1%] contribute/anbox-style-guide reading sources... [ 1%] contribute/doc-cheat-sheet reading sources... [ 2%] contribute/landing reading sources... [ 2%] explanation/aaos reading sources... [ 3%] explanation/aar reading sources... [ 3%] explanation/addons reading sources... [ 3%] explanation/ams reading sources... [ 4%] explanation/anbox-cloud reading sources... [ 4%] explanation/anbox-security reading sources... [ 4%] explanation/application-streaming reading sources... [ 5%] explanation/applications reading sources... [ 5%] explanation/capacity-planning reading sources... [ 5%] explanation/clustering reading sources... [ 6%] explanation/cryptography/crypto_ams reading sources... [ 6%] explanation/cryptography/crypto_anbox_runtime reading sources... [ 7%] explanation/cryptography/crypto_charms reading sources... [ 7%] explanation/cryptography/crypto_dashboard reading sources... [ 7%] explanation/cryptography/crypto_stream_agent reading sources... [ 8%] explanation/cryptography/crypto_stream_gateway reading sources... [ 8%] explanation/cryptography/landing reading sources... [ 8%] explanation/custom-images reading sources... [ 9%] explanation/gpus-instances reading sources... [ 9%] explanation/images reading sources... [ 10%] explanation/instances reading sources... [ 10%] explanation/landing reading sources... [ 10%] explanation/nodes reading sources... [ 11%] explanation/performance reading sources... [ 11%] explanation/platforms reading sources... [ 11%] explanation/production-planning reading sources... [ 12%] explanation/rendering-architecture reading sources... [ 12%] explanation/resources reading sources... [ 12%] explanation/web-dashboard reading sources... [ 13%] howto/aar/configure reading sources... [ 13%] howto/aar/deploy reading sources... [ 14%] howto/aar/landing reading sources... [ 14%] howto/aar/revoke reading sources... [ 14%] howto/addons/backup-and-restore-example reading sources... [ 15%] howto/addons/create-addon reading sources... [ 15%] howto/addons/customise-android-example reading sources... [ 15%] howto/addons/emulate-platforms-example reading sources... [ 16%] howto/addons/enable-addons-globally reading sources... [ 16%] howto/addons/examples reading sources... [ 16%] howto/addons/install-tools-example reading sources... [ 17%] howto/addons/landing reading sources... [ 17%] howto/addons/migrate-addon reading sources... [ 18%] howto/addons/update-addon reading sources... [ 18%] howto/anbox-runtime/develop-addon-devmode reading sources... [ 18%] howto/anbox-runtime/develop-platform-plugin reading sources... [ 19%] howto/anbox-runtime/landing reading sources... [ 19%] howto/anbox/benchmarks reading sources... [ 19%] howto/anbox/control-ams-remotely reading sources... [ 20%] howto/anbox/landing reading sources... [ 20%] howto/anbox/manage-images reading sources... [ 21%] howto/anbox/resize-storage reading sources... [ 21%] howto/anbox/tls-for-appliance reading sources... [ 21%] howto/android/access-instance reading sources... [ 22%] howto/android/create-virtual-device reading sources... [ 22%] howto/android/custom-vhal reading sources... [ 22%] howto/android/debug-graphics-renderdoc reading sources... [ 23%] howto/android/landing reading sources... [ 23%] howto/application/create-application reading sources... [ 23%] howto/application/delete-application reading sources... [ 24%] howto/application/extend-application reading sources... [ 24%] howto/application/landing reading sources... [ 25%] howto/application/list-applications reading sources... [ 25%] howto/application/pass-custom-data reading sources... [ 25%] howto/application/stream-application reading sources... [ 26%] howto/application/test-application reading sources... [ 26%] howto/application/update-application reading sources... [ 26%] howto/application/wait-for-application reading sources... [ 27%] howto/cluster/configure-nodes reading sources... [ 27%] howto/cluster/landing reading sources... [ 27%] howto/cluster/scale-down reading sources... [ 28%] howto/cluster/scale-up reading sources... [ 28%] howto/dashboard/landing reading sources... [ 29%] howto/install-appliance/install-on-aws reading sources... [ 29%] howto/install-appliance/install-on-azure reading sources... [ 29%] howto/install-appliance/install-on-github reading sources... [ 30%] howto/install-appliance/install-on-google-cloud reading sources... [ 30%] howto/install-appliance/landing reading sources... [ 30%] howto/install/customise-installation reading sources... [ 31%] howto/install/deploy-bare-metal reading sources... [ 31%] howto/install/deploy-juju reading sources... [ 32%] howto/install/enable-high-availability reading sources... [ 32%] howto/install/landing reading sources... [ 32%] howto/install/validate-deployment reading sources... [ 33%] howto/instance/access-instance reading sources... [ 33%] howto/instance/backup-restore-application-data reading sources... [ 33%] howto/instance/configure-geographic-location reading sources... [ 34%] howto/instance/create-instance reading sources... [ 34%] howto/instance/delete-instance reading sources... [ 34%] howto/instance/expose-services reading sources... [ 35%] howto/instance/landing reading sources... [ 35%] howto/instance/list-instances reading sources... [ 36%] howto/instance/start-instance reading sources... [ 36%] howto/instance/stop-instance reading sources... [ 36%] howto/instance/view-instance-logs reading sources... [ 37%] howto/instance/wait-for-instance reading sources... [ 37%] howto/landing reading sources... [ 37%] howto/monitor/landing reading sources... [ 38%] howto/port/choose-apk-architecture reading sources... [ 38%] howto/port/configure-watchdog reading sources... [ 38%] howto/port/grant-runtime-permissions reading sources... [ 39%] howto/port/install-apk-system-app reading sources... [ 39%] howto/port/landing reading sources... [ 40%] howto/port/port-apk-obb-files reading sources... [ 40%] howto/stream/access-stream-gateway reading sources... [ 40%] howto/stream/enable-client-side-video-upscaling reading sources... [ 41%] howto/stream/exchange-oob-data reading sources... [ 41%] howto/stream/integrate-virtual-keyboard reading sources... [ 41%] howto/stream/landing reading sources... [ 42%] howto/troubleshoot/landing reading sources... [ 42%] howto/troubleshoot/troubleshoot-application-creation reading sources... [ 42%] howto/troubleshoot/troubleshoot-cluster-issues reading sources... [ 43%] howto/troubleshoot/troubleshoot-dashboard-issues reading sources... [ 43%] howto/troubleshoot/troubleshoot-initial-setup reading sources... [ 44%] howto/troubleshoot/troubleshoot-instance-failures reading sources... [ 44%] howto/troubleshoot/troubleshoot-streaming-issues reading sources... [ 44%] howto/troubleshoot/view-logs reading sources... [ 45%] howto/update/control-updates reading sources... [ 45%] howto/update/landing reading sources... [ 45%] howto/update/upgrade-anbox reading sources... [ 46%] howto/update/upgrade-appliance reading sources... [ 46%] index reading sources... [ 47%] reference/addon-manifest reading sources... [ 47%] reference/ams-configuration reading sources... [ 47%] reference/anbox-features reading sources... [ 48%] reference/anbox-https-api reading sources... [ 48%] reference/android-features reading sources... [ 48%] reference/api-reference reading sources... [ 49%] reference/appliance-preseed reading sources... [ 49%] reference/application-manifest reading sources... [ 49%] reference/cmd-ref/amc-command-reference/addon reading sources... [ 50%] reference/cmd-ref/amc-command-reference/application reading sources... [ 50%] reference/cmd-ref/amc-command-reference/benchmark reading sources... [ 51%] reference/cmd-ref/amc-command-reference/completion reading sources... [ 51%] reference/cmd-ref/amc-command-reference/config reading sources... [ 51%] reference/cmd-ref/amc-command-reference/delete reading sources... [ 52%] reference/cmd-ref/amc-command-reference/exec reading sources... [ 52%] reference/cmd-ref/amc-command-reference/help reading sources... [ 52%] reference/cmd-ref/amc-command-reference/image reading sources... [ 53%] reference/cmd-ref/amc-command-reference/info reading sources... [ 53%] reference/cmd-ref/amc-command-reference/init reading sources... [ 53%] reference/cmd-ref/amc-command-reference/landing reading sources... [ 54%] reference/cmd-ref/amc-command-reference/launch reading sources... [ 54%] reference/cmd-ref/amc-command-reference/list reading sources... [ 55%] reference/cmd-ref/amc-command-reference/logs reading sources... [ 55%] reference/cmd-ref/amc-command-reference/node reading sources... [ 55%] reference/cmd-ref/amc-command-reference/remote reading sources... [ 56%] reference/cmd-ref/amc-command-reference/shell reading sources... [ 56%] reference/cmd-ref/amc-command-reference/show reading sources... [ 56%] reference/cmd-ref/amc-command-reference/show-log reading sources... [ 57%] reference/cmd-ref/amc-command-reference/start reading sources... [ 57%] reference/cmd-ref/amc-command-reference/stop reading sources... [ 58%] reference/cmd-ref/amc-command-reference/wait reading sources... [ 58%] reference/cmd-ref/appliance-command-reference/dashboard reading sources... [ 58%] reference/cmd-ref/appliance-command-reference/help reading sources... [ 59%] reference/cmd-ref/appliance-command-reference/init reading sources... [ 59%] reference/cmd-ref/appliance-command-reference/landing reading sources... [ 59%] reference/cmd-ref/appliance-command-reference/prepare-node-script reading sources... [ 60%] reference/cmd-ref/appliance-command-reference/status reading sources... [ 60%] reference/cmd-ref/landing reading sources... [ 60%] reference/component-versions reading sources... [ 61%] reference/deprecation-notices reading sources... [ 61%] reference/glossary reading sources... [ 62%] reference/hooks reading sources... [ 62%] reference/landing reading sources... [ 62%] reference/license-information reading sources... [ 63%] reference/network-ports reading sources... [ 63%] reference/perf-benchmarks reading sources... [ 63%] reference/prometheus reading sources... [ 64%] reference/provided-images reading sources... [ 64%] reference/release-notes/1.0.0 reading sources... [ 64%] reference/release-notes/1.0.1 reading sources... [ 65%] reference/release-notes/1.1.0 reading sources... [ 65%] reference/release-notes/1.1.1 reading sources... [ 66%] reference/release-notes/1.10.0 reading sources... [ 66%] reference/release-notes/1.10.1 reading sources... [ 66%] reference/release-notes/1.10.2 reading sources... [ 67%] 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... [ 68%] 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... [ 70%] 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... [ 71%] 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... [ 73%] 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... [ 75%] 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... [ 77%] 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... [ 78%] reference/release-notes/1.18.1 reading sources... [ 79%] reference/release-notes/1.18.2 reading sources... [ 79%] reference/release-notes/1.19.0 reading sources... [ 79%] reference/release-notes/1.19.0-fix1 reading sources... [ 80%] reference/release-notes/1.19.1 reading sources... [ 80%] 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... [ 81%] reference/release-notes/1.20.0 reading sources... [ 82%] reference/release-notes/1.20.1 reading sources... [ 82%] reference/release-notes/1.20.2 reading sources... [ 82%] reference/release-notes/1.21.0 reading sources... [ 83%] reference/release-notes/1.21.1 reading sources... [ 83%] reference/release-notes/1.21.2 reading sources... [ 84%] reference/release-notes/1.22.0 reading sources... [ 84%] reference/release-notes/1.22.1 reading sources... [ 84%] reference/release-notes/1.22.2 reading sources... [ 85%] reference/release-notes/1.23.0 reading sources... [ 85%] reference/release-notes/1.3.0 reading sources... [ 85%] reference/release-notes/1.3.1 reading sources... [ 86%] reference/release-notes/1.3.2 reading sources... [ 86%] reference/release-notes/1.3.3 reading sources... [ 86%] reference/release-notes/1.4.0 reading sources... [ 87%] reference/release-notes/1.5.0 reading sources... [ 87%] reference/release-notes/1.5.1 reading sources... [ 88%] reference/release-notes/1.5.2 reading sources... [ 88%] reference/release-notes/1.6.0 reading sources... [ 88%] reference/release-notes/1.6.1 reading sources... [ 89%] reference/release-notes/1.6.2 reading sources... [ 89%] reference/release-notes/1.6.3 reading sources... [ 89%] reference/release-notes/1.7.0 reading sources... [ 90%] reference/release-notes/1.7.1 reading sources... [ 90%] reference/release-notes/1.7.2 reading sources... [ 90%] reference/release-notes/1.7.3 reading sources... [ 91%] reference/release-notes/1.7.4 reading sources... [ 91%] reference/release-notes/1.8.0 reading sources... [ 92%] reference/release-notes/1.8.1 reading sources... [ 92%] reference/release-notes/1.8.2 reading sources... [ 92%] reference/release-notes/1.8.3 reading sources... [ 93%] 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... [ 94%] reference/release-notes/1.9.3 reading sources... [ 94%] reference/release-notes/1.9.4 reading sources... [ 95%] reference/release-notes/1.9.5 reading sources... [ 95%] reference/release-notes/release-notes reading sources... [ 95%] reference/release-notes/release-notes-template reading sources... [ 96%] reference/requirements reading sources... [ 96%] reference/roadmap reading sources... [ 96%] reference/sdks reading sources... [ 97%] 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... [ 99%] tutorial/getting-started reading sources... [ 99%] tutorial/getting-started-aaos reading sources... [ 99%] tutorial/getting-started-dashboard reading sources... [100%] tutorial/installing-appliance reading sources... [100%] tutorial/landing /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/explanation/rendering-architecture.md:34: WARNING: image file not readable: images/rendering-pipelines/Intel_AMD_pipeline.png.png [image.not_readable] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/howto/instance/access-instance.md:2: WARNING: duplicate label howto-access-instance, other instance in /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/howto/android/access-instance.md /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 [image.not_readable] /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 [image.not_readable] /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 [image.not_readable] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/release-notes/1.22.2.md.rst: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.22.2.md.rst: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.22.2.md.rst:27: WARNING: Document headings start at H2, not H1 [myst.header] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/tutorial/getting-started-aaos.md:44: WARNING: image file not readable: images/join-session-icon.png [image.not_readable] looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done copying assets... copying downloadable files... [ 50%] images/anbox-drawio.xml copying downloadable files... [100%] custom_conf.py copying static files... done copying extra files... done copying assets: done writing output... [ 0%] 404 /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/envs/latest/lib/python3.11/site-packages/readthedocs_ext/readthedocs.py:106: RemovedInSphinx90Warning: 'sphinx.builders.html.DirectoryHTMLBuilder.css_files' is deprecated. Check CHANGES for Sphinx API modifications. if inject_css and theme_css not in app.builder.css_files: /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/envs/latest/lib/python3.11/site-packages/readthedocs_ext/readthedocs.py:106: RemovedInSphinx90Warning: The str interface for _CascadingStyleSheet objects is deprecated. Use css.filename instead. if inject_css and theme_css not in app.builder.css_files: /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/envs/latest/lib/python3.11/site-packages/readthedocs_ext/readthedocs.py:120: RemovedInSphinx90Warning: 'sphinx.builders.html.DirectoryHTMLBuilder.script_files' is deprecated. Check CHANGES for Sphinx API modifications. hasattr(app.builder, 'script_files'), /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/envs/latest/lib/python3.11/site-packages/readthedocs_ext/readthedocs.py:121: RemovedInSphinx90Warning: 'sphinx.builders.html.DirectoryHTMLBuilder.script_files' is deprecated. Check CHANGES for Sphinx API modifications. js_file not in app.builder.script_files, /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/envs/latest/lib/python3.11/site-packages/readthedocs_ext/readthedocs.py:121: RemovedInSphinx90Warning: The str interface for _JavaScript objects is deprecated. Use js.filename instead. js_file not in app.builder.script_files, /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/envs/latest/lib/python3.11/site-packages/sphinx_tabs/tabs.py:335: RemovedInSphinx90Warning: The str interface for _JavaScript objects is deprecated. Use js.filename instead. if path.suffix == ".js" and path.as_posix() in context["script_files"]: /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/envs/latest/lib/python3.11/site-packages/sphinx_tabs/tabs.py:336: RemovedInSphinx90Warning: The str interface for _JavaScript objects is deprecated. Use js.filename instead. context["script_files"].remove(path.as_posix()) writing output... [ 1%] README writing output... [ 1%] contribute/anbox-style-guide writing output... [ 1%] contribute/doc-cheat-sheet writing output... [ 2%] contribute/landing writing output... [ 2%] explanation/aaos writing output... [ 3%] explanation/aar writing output... [ 3%] explanation/addons writing output... [ 3%] explanation/ams writing output... [ 4%] explanation/anbox-cloud writing output... [ 4%] explanation/anbox-security writing output... [ 4%] explanation/application-streaming writing output... [ 5%] explanation/applications writing output... [ 5%] explanation/capacity-planning writing output... [ 5%] explanation/clustering writing output... [ 6%] explanation/cryptography/crypto_ams writing output... [ 6%] explanation/cryptography/crypto_anbox_runtime writing output... [ 7%] explanation/cryptography/crypto_charms writing output... [ 7%] explanation/cryptography/crypto_dashboard writing output... [ 7%] explanation/cryptography/crypto_stream_agent writing output... [ 8%] explanation/cryptography/crypto_stream_gateway writing output... [ 8%] explanation/cryptography/landing writing output... [ 8%] explanation/custom-images writing output... [ 9%] explanation/gpus-instances writing output... [ 9%] explanation/images writing output... [ 10%] explanation/instances writing output... [ 10%] explanation/landing writing output... [ 10%] explanation/nodes writing output... [ 11%] explanation/performance writing output... [ 11%] explanation/platforms writing output... [ 11%] explanation/production-planning writing output... [ 12%] explanation/rendering-architecture writing output... [ 12%] explanation/resources writing output... [ 12%] explanation/web-dashboard writing output... [ 13%] howto/aar/configure writing output... [ 13%] howto/aar/deploy writing output... [ 14%] howto/aar/landing writing output... [ 14%] howto/aar/revoke writing output... [ 14%] howto/addons/backup-and-restore-example writing output... [ 15%] howto/addons/create-addon writing output... [ 15%] howto/addons/customise-android-example writing output... [ 15%] howto/addons/emulate-platforms-example writing output... [ 16%] howto/addons/enable-addons-globally writing output... [ 16%] howto/addons/examples writing output... [ 16%] howto/addons/install-tools-example writing output... [ 17%] howto/addons/landing writing output... [ 17%] howto/addons/migrate-addon writing output... [ 18%] howto/addons/update-addon writing output... [ 18%] howto/anbox-runtime/develop-addon-devmode writing output... [ 18%] howto/anbox-runtime/develop-platform-plugin writing output... [ 19%] howto/anbox-runtime/landing writing output... [ 19%] howto/anbox/benchmarks writing output... [ 19%] howto/anbox/control-ams-remotely writing output... [ 20%] howto/anbox/landing writing output... [ 20%] howto/anbox/manage-images writing output... [ 21%] howto/anbox/resize-storage writing output... [ 21%] howto/anbox/tls-for-appliance writing output... [ 21%] howto/android/access-instance writing output... [ 22%] howto/android/create-virtual-device writing output... [ 22%] howto/android/custom-vhal writing output... [ 22%] howto/android/debug-graphics-renderdoc writing output... [ 23%] howto/android/landing writing output... [ 23%] howto/application/create-application writing output... [ 23%] howto/application/delete-application writing output... [ 24%] howto/application/extend-application writing output... [ 24%] howto/application/landing writing output... [ 25%] howto/application/list-applications writing output... [ 25%] howto/application/pass-custom-data writing output... [ 25%] howto/application/stream-application writing output... [ 26%] howto/application/test-application writing output... [ 26%] howto/application/update-application writing output... [ 26%] howto/application/wait-for-application writing output... [ 27%] howto/cluster/configure-nodes writing output... [ 27%] howto/cluster/landing writing output... [ 27%] howto/cluster/scale-down writing output... [ 28%] howto/cluster/scale-up writing output... [ 28%] howto/dashboard/landing writing output... [ 29%] howto/install-appliance/install-on-aws writing output... [ 29%] howto/install-appliance/install-on-azure writing output... [ 29%] howto/install-appliance/install-on-github writing output... [ 30%] howto/install-appliance/install-on-google-cloud writing output... [ 30%] howto/install-appliance/landing writing output... [ 30%] howto/install/customise-installation writing output... [ 31%] howto/install/deploy-bare-metal writing output... [ 31%] howto/install/deploy-juju writing output... [ 32%] howto/install/enable-high-availability writing output... [ 32%] howto/install/landing writing output... [ 32%] howto/install/validate-deployment writing output... [ 33%] howto/instance/access-instance writing output... [ 33%] howto/instance/backup-restore-application-data writing output... [ 33%] howto/instance/configure-geographic-location writing output... [ 34%] howto/instance/create-instance writing output... [ 34%] howto/instance/delete-instance writing output... [ 34%] howto/instance/expose-services writing output... [ 35%] howto/instance/landing writing output... [ 35%] howto/instance/list-instances writing output... [ 36%] howto/instance/start-instance writing output... [ 36%] howto/instance/stop-instance writing output... [ 36%] howto/instance/view-instance-logs writing output... [ 37%] howto/instance/wait-for-instance writing output... [ 37%] howto/landing writing output... [ 37%] howto/monitor/landing writing output... [ 38%] howto/port/choose-apk-architecture writing output... [ 38%] howto/port/configure-watchdog writing output... [ 38%] howto/port/grant-runtime-permissions writing output... [ 39%] howto/port/install-apk-system-app writing output... [ 39%] howto/port/landing writing output... [ 40%] howto/port/port-apk-obb-files writing output... [ 40%] howto/stream/access-stream-gateway writing output... [ 40%] howto/stream/enable-client-side-video-upscaling writing output... [ 41%] howto/stream/exchange-oob-data writing output... [ 41%] howto/stream/integrate-virtual-keyboard writing output... [ 41%] howto/stream/landing writing output... [ 42%] howto/troubleshoot/landing writing output... [ 42%] howto/troubleshoot/troubleshoot-application-creation writing output... [ 42%] howto/troubleshoot/troubleshoot-cluster-issues writing output... [ 43%] howto/troubleshoot/troubleshoot-dashboard-issues writing output... [ 43%] howto/troubleshoot/troubleshoot-initial-setup writing output... [ 44%] howto/troubleshoot/troubleshoot-instance-failures writing output... [ 44%] howto/troubleshoot/troubleshoot-streaming-issues writing output... [ 44%] howto/troubleshoot/view-logs writing output... [ 45%] howto/update/control-updates writing output... [ 45%] howto/update/landing writing output... [ 45%] howto/update/upgrade-anbox writing output... [ 46%] howto/update/upgrade-appliance writing output... [ 46%] index writing output... [ 47%] reference/addon-manifest writing output... [ 47%] reference/ams-configuration writing output... [ 47%] reference/anbox-features writing output... [ 48%] reference/anbox-https-api writing output... [ 48%] reference/android-features writing output... [ 48%] reference/api-reference writing output... [ 49%] reference/appliance-preseed writing output... [ 49%] reference/application-manifest writing output... [ 49%] reference/cmd-ref/amc-command-reference/addon writing output... [ 50%] reference/cmd-ref/amc-command-reference/application writing output... [ 50%] reference/cmd-ref/amc-command-reference/benchmark writing output... [ 51%] reference/cmd-ref/amc-command-reference/completion writing output... [ 51%] reference/cmd-ref/amc-command-reference/config writing output... [ 51%] reference/cmd-ref/amc-command-reference/delete writing output... [ 52%] reference/cmd-ref/amc-command-reference/exec writing output... [ 52%] reference/cmd-ref/amc-command-reference/help writing output... [ 52%] reference/cmd-ref/amc-command-reference/image writing output... [ 53%] reference/cmd-ref/amc-command-reference/info writing output... [ 53%] reference/cmd-ref/amc-command-reference/init writing output... [ 53%] reference/cmd-ref/amc-command-reference/landing writing output... [ 54%] reference/cmd-ref/amc-command-reference/launch writing output... [ 54%] reference/cmd-ref/amc-command-reference/list writing output... [ 55%] reference/cmd-ref/amc-command-reference/logs writing output... [ 55%] reference/cmd-ref/amc-command-reference/node writing output... [ 55%] reference/cmd-ref/amc-command-reference/remote writing output... [ 56%] reference/cmd-ref/amc-command-reference/shell writing output... [ 56%] reference/cmd-ref/amc-command-reference/show writing output... [ 56%] reference/cmd-ref/amc-command-reference/show-log writing output... [ 57%] reference/cmd-ref/amc-command-reference/start writing output... [ 57%] reference/cmd-ref/amc-command-reference/stop writing output... [ 58%] reference/cmd-ref/amc-command-reference/wait writing output... [ 58%] reference/cmd-ref/appliance-command-reference/dashboard writing output... [ 58%] reference/cmd-ref/appliance-command-reference/help writing output... [ 59%] reference/cmd-ref/appliance-command-reference/init writing output... [ 59%] reference/cmd-ref/appliance-command-reference/landing writing output... [ 59%] reference/cmd-ref/appliance-command-reference/prepare-node-script writing output... [ 60%] reference/cmd-ref/appliance-command-reference/status writing output... [ 60%] reference/cmd-ref/landing writing output... [ 60%] reference/component-versions writing output... [ 61%] reference/deprecation-notices writing output... [ 61%] reference/glossary writing output... [ 62%] reference/hooks writing output... [ 62%] reference/landing writing output... [ 62%] reference/license-information writing output... [ 63%] reference/network-ports writing output... [ 63%] reference/perf-benchmarks writing output... [ 63%] reference/prometheus writing output... [ 64%] reference/provided-images writing output... [ 64%] reference/release-notes/1.0.0 writing output... [ 64%] reference/release-notes/1.0.1 writing output... [ 65%] reference/release-notes/1.1.0 writing output... [ 65%] reference/release-notes/1.1.1 writing output... [ 66%] reference/release-notes/1.10.0 writing output... [ 66%] reference/release-notes/1.10.1 writing output... [ 66%] reference/release-notes/1.10.2 writing output... [ 67%] 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... [ 68%] 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... [ 70%] 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... [ 71%] 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... [ 73%] 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... [ 75%] 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... [ 77%] 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... [ 78%] reference/release-notes/1.18.1 writing output... [ 79%] reference/release-notes/1.18.2 writing output... [ 79%] reference/release-notes/1.19.0 writing output... [ 79%] reference/release-notes/1.19.0-fix1 writing output... [ 80%] reference/release-notes/1.19.1 writing output... [ 80%] 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... [ 81%] reference/release-notes/1.20.0 writing output... [ 82%] reference/release-notes/1.20.1 writing output... [ 82%] reference/release-notes/1.20.2 writing output... [ 82%] reference/release-notes/1.21.0 writing output... [ 83%] reference/release-notes/1.21.1 writing output... [ 83%] reference/release-notes/1.21.2 writing output... [ 84%] reference/release-notes/1.22.0 writing output... [ 84%] reference/release-notes/1.22.1 writing output... [ 84%] reference/release-notes/1.22.2 writing output... [ 85%] reference/release-notes/1.23.0 writing output... [ 85%] reference/release-notes/1.3.0 writing output... [ 85%] reference/release-notes/1.3.1 writing output... [ 86%] reference/release-notes/1.3.2 writing output... [ 86%] reference/release-notes/1.3.3 writing output... [ 86%] reference/release-notes/1.4.0 writing output... [ 87%] reference/release-notes/1.5.0 writing output... [ 87%] reference/release-notes/1.5.1 writing output... [ 88%] reference/release-notes/1.5.2 writing output... [ 88%] reference/release-notes/1.6.0 writing output... [ 88%] reference/release-notes/1.6.1 writing output... [ 89%] reference/release-notes/1.6.2 writing output... [ 89%] reference/release-notes/1.6.3 writing output... [ 89%] reference/release-notes/1.7.0 writing output... [ 90%] reference/release-notes/1.7.1 writing output... [ 90%] reference/release-notes/1.7.2 writing output... [ 90%] reference/release-notes/1.7.3 writing output... [ 91%] reference/release-notes/1.7.4 writing output... [ 91%] reference/release-notes/1.8.0 writing output... [ 92%] reference/release-notes/1.8.1 writing output... [ 92%] reference/release-notes/1.8.2 writing output... [ 92%] reference/release-notes/1.8.3 writing output... [ 93%] 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... [ 94%] reference/release-notes/1.9.3 writing output... [ 94%] reference/release-notes/1.9.4 writing output... [ 95%] reference/release-notes/1.9.5 writing output... [ 95%] reference/release-notes/release-notes writing output... [ 95%] reference/release-notes/release-notes-template writing output... [ 96%] reference/requirements writing output... [ 96%] reference/roadmap writing output... [ 96%] reference/sdks writing output... [ 97%] 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... [ 99%] tutorial/getting-started writing output... [ 99%] tutorial/getting-started-aaos writing output... [ 99%] tutorial/getting-started-dashboard writing output... [100%] tutorial/installing-appliance writing output... [100%] tutorial/landing /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/contribute/anbox-style-guide.md:282: WARNING: 'myst' cross-reference target not found: '/images/' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/contribute/doc-cheat-sheet.md:49: WARNING: undefined label: 'a_section_target_myst' [ref.ref] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/contribute/doc-cheat-sheet.md:50: WARNING: undefined label: 'a_section_target_myst' [ref.ref] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/contribute/doc-cheat-sheet.md:51: WARNING: unknown document: 'index' [ref.doc] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/contribute/doc-cheat-sheet.md:52: WARNING: unknown document: 'index' [ref.doc] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/explanation/anbox-security.md:14: WARNING: undefined label: 'tut-set-up-stream-client' [ref.ref] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/explanation/cryptography/crypto_stream_agent.md:29: WARNING: 'myst' cross-reference target not found: 'gopkg.in/macaroon.v2' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/explanation/cryptography/crypto_stream_gateway.md:25: WARNING: 'myst' cross-reference target not found: 'gopkg.in/macaroon.v2' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/howto/application/stream-application.md:71: WARNING: undefined label: 'tut-set-up-stream-client' [ref.ref] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/howto/install-appliance/install-on-azure.md:13: WARNING: undefined label: 'sec-register-dashboard' [ref.ref] /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/stream/access-stream-gateway.md:65: WARNING: undefined label: 'tut-set-up-stream-client' [ref.ref] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/howto/stream/enable-client-side-video-upscaling.md:52: WARNING: undefined label: 'tut-set-up-stream-client' [ref.ref] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/howto/stream/exchange-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/exchange-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/exchange-oob-data.md:16: 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/exchange-oob-data.md:16: 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/exchange-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. [misc.highlighting_failure] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/howto/stream/integrate-virtual-keyboard.md:12: WARNING: 'myst' cross-reference target not found: 'customising-the-virtual-keyboard' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/howto/troubleshoot/view-logs.md:11: WARNING: 'myst' cross-reference target not found: 'logging-level' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/reference/anbox-features.md:: WARNING: 'myst' cross-reference target not found: 'custom-android-id' [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: '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: '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. [misc.highlighting_failure] /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. [misc.highlighting_failure] /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/glossary.md:50: 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:192: 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/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/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/getting-started.md:139: WARNING: undefined label: 'sec-access-instance-scrcpy' [ref.ref] generating indices... genindex done Creating redirect 'howto/container/index.html' to 'howto/instance'. writing additional pages... search done copying images... [ 2%] 404.svg copying images... [ 4%] images/icons/create-instance-icon.png copying images... [ 6%] images/anbox-cloud-architecture-diagrams/core_stack.png copying images... [ 8%] images/anbox-cloud-architecture-diagrams/core_and_streaming_stack.png copying images... [ 10%] images/streaming-stack/application_streaming_stack_v3.png copying images... [ 12%] images/application-bootstrap.png copying images... [ 14%] images/instance_start.png copying images... [ 16%] images/instance_stop.png copying images... [ 18%] images/rendering-pipelines/NVIDIA_pipeline.png copying images... [ 20%] images/tls/manage_tls_public-hosted-zone.png copying images... [ 22%] images/tls/manage_tls_custom-name-servers.png copying images... [ 24%] images/tls/manage_tls_enter-nameservers.png copying images... [ 26%] images/tls/manage_tls_cname-record.png copying images... [ 28%] images/tls/manage_tls_certificate-status.png copying images... [ 30%] images/tls/manage_tls_register-targets.png copying images... [ 32%] images/tls/manage_tls_listener-settings.png copying images... [ 34%] images/tls/manage_tls_dns-name.png copying images... [ 36%] images/tls/manage_tls_a-record.png copying images... [ 38%] images/tls/manage_tls_dns-records.png copying images... [ 40%] images/tls/manage_tls_result.png copying images... [ 42%] images/icons/adb-connect-icon.png copying images... [ 44%] images/application_virtual-device.png copying images... [ 46%] images/icons/delete-icon.png copying images... [ 48%] images/manage_applications_extra-data.png copying images... [ 50%] images/icons/stream-icon.png copying images... [ 52%] images/icons/share-stream-icon.png copying images... [ 54%] images/appliance-on-aws/install_appliance_launch-wizard.png copying images... [ 56%] images/appliance-on-aws/install_appliance_search-ami.png copying images... [ 58%] images/appliance-on-aws/install_appliance_select-ami.png copying images... [ 60%] images/appliance-on-aws/install_appliance_instance-type.png copying images... [ 62%] images/appliance-on-aws/install_appliance_key-pair.png copying images... [ 64%] images/appliance-on-aws/install_appliance_security-group.png copying images... [ 66%] images/appliance-on-aws/install_appliance_add-storage.png copying images... [ 68%] images/appliance-on-aws/install_appliance_launch-instance.png copying images... [ 70%] images/appliance-on-aws/install_appliance_launch-status.png copying images... [ 72%] images/appliance-on-azure/azure_quickstart-co.png copying images... [ 74%] images/appliance-on-azure/azure_deploy-vm-co.png copying images... [ 76%] images/appliance-on-azure/azure_config-basics-co.png copying images... [ 78%] images/appliance-on-azure/azure_config-disk.png copying images... [ 80%] images/appliance-on-azure/azure_config-secgroup-co.png copying images... [ 82%] images/appliance-on-azure/azure_config-review.png copying images... [ 84%] images/appliance-on-azure/azure_progress.png copying images... [ 86%] images/appliance-on-google-cloud/boot-disk-config.png copying images... [ 88%] images/appliance-on-google-cloud/add-new-disk.png copying images... [ 90%] images/install_customise_juju-model.png copying images... [ 92%] images/stream_webrtc-connected.png copying images... [ 94%] images/stream_webrtc-candidates.png copying images... [ 96%] images/addons-reference-hook-order.png copying images... [ 98%] images/icons/edit-application-icon.png copying images... [100%] images/install_appliance_register.png dumping search index in English (code: en)... done dumping object inventory... done Updating searchtools for Read the Docs search... build succeeded, 42 warnings. The HTML pages are in _readthedocs/html. [rtd-command-info] start-time: 2024-09-10T06:09:12.944480Z, end-time: 2024-09-10T06:09:16.902560Z, duration: 3, exit-code: 0 python -m sphinx -T -b latex -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/pdf Running Sphinx v8.0.2 loading translations [en]... done matplotlib is not installed, social cards will not be generated making output directory... done loading pickled environment... done myst v4.0.0: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions={'deflist', 'substitution', 'linkify'}, disable_syntax=[], all_links_external=False, links_external_new_tab=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_sort=True, 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, 3 changed, 0 removed reading sources... [ 33%] explanation/rendering-architecture reading sources... [ 67%] reference/release-notes/1.17.0 reading sources... [100%] tutorial/getting-started-aaos /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/explanation/rendering-architecture.md:34: WARNING: image file not readable: images/rendering-pipelines/Intel_AMD_pipeline.png.png [image.not_readable] /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 [image.not_readable] /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 [image.not_readable] /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 [image.not_readable] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/tutorial/getting-started-aaos.md:44: WARNING: image file not readable: images/join-session-icon.png [image.not_readable] looking for now-outdated files... none found pickling environment... done checking consistency... done copying TeX support files... done processing canonicalanboxcloud.tex... index tutorial/landing tutorial/installing-appliance tutorial/getting-started-aaos tutorial/getting-started-dashboard tutorial/getting-started tutorial/creating-addon howto/landing howto/install-appliance/landing howto/install-appliance/install-on-aws howto/install-appliance/install-on-azure howto/install-appliance/install-on-google-cloud howto/install-appliance/install-on-github howto/install/landing howto/install/customise-installation howto/install/deploy-bare-metal howto/install/deploy-juju howto/install/enable-high-availability howto/install/validate-deployment howto/aar/landing howto/aar/configure howto/aar/deploy howto/aar/revoke howto/addons/landing howto/addons/create-addon howto/addons/enable-addons-globally howto/addons/migrate-addon howto/addons/update-addon howto/addons/examples howto/addons/customise-android-example howto/addons/emulate-platforms-example howto/addons/backup-and-restore-example howto/addons/install-tools-example howto/anbox/landing howto/anbox/control-ams-remotely howto/anbox/manage-images howto/anbox/resize-storage howto/anbox/benchmarks howto/anbox/tls-for-appliance howto/application/landing howto/application/create-application howto/application/delete-application howto/application/extend-application howto/application/list-applications howto/application/stream-application howto/application/test-application howto/application/update-application howto/application/pass-custom-data howto/application/wait-for-application howto/cluster/landing howto/cluster/configure-nodes howto/cluster/scale-down howto/cluster/scale-up howto/instance/landing howto/instance/access-instance howto/instance/backup-restore-application-data howto/instance/create-instance howto/instance/delete-instance howto/instance/expose-services howto/instance/configure-geographic-location howto/instance/list-instances howto/instance/view-instance-logs howto/instance/start-instance howto/instance/stop-instance howto/instance/wait-for-instance howto/monitor/landing howto/port/landing howto/port/choose-apk-architecture howto/port/configure-watchdog howto/port/grant-runtime-permissions howto/port/install-apk-system-app howto/port/port-apk-obb-files howto/stream/landing howto/stream/access-stream-gateway howto/stream/exchange-oob-data howto/stream/integrate-virtual-keyboard howto/stream/enable-client-side-video-upscaling howto/troubleshoot/landing howto/troubleshoot/troubleshoot-instance-failures howto/troubleshoot/troubleshoot-application-creation howto/troubleshoot/troubleshoot-cluster-issues howto/troubleshoot/troubleshoot-initial-setup howto/troubleshoot/troubleshoot-streaming-issues howto/troubleshoot/troubleshoot-dashboard-issues howto/troubleshoot/view-logs howto/update/landing howto/update/control-updates howto/update/upgrade-appliance howto/update/upgrade-anbox howto/dashboard/landing howto/anbox-runtime/landing howto/anbox-runtime/develop-addon-devmode howto/anbox-runtime/develop-platform-plugin howto/android/landing howto/android/access-instance howto/android/debug-graphics-renderdoc howto/android/create-virtual-device howto/android/custom-vhal explanation/landing explanation/addons explanation/aar explanation/anbox-cloud explanation/web-dashboard explanation/ams explanation/aaos explanation/applications explanation/application-streaming explanation/capacity-planning explanation/clustering explanation/cryptography/landing explanation/cryptography/crypto_ams explanation/cryptography/crypto_anbox_runtime explanation/cryptography/crypto_stream_agent explanation/cryptography/crypto_stream_gateway explanation/cryptography/crypto_dashboard explanation/cryptography/crypto_charms explanation/custom-images explanation/gpus-instances explanation/images explanation/instances explanation/nodes explanation/performance explanation/production-planning explanation/rendering-architecture explanation/resources explanation/anbox-security explanation/platforms reference/landing reference/addon-manifest reference/ams-configuration reference/provided-images reference/appliance-preseed 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/deprecation-notices reference/glossary reference/hooks reference/license-information reference/network-ports reference/perf-benchmarks reference/prometheus 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/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/stream/exchange-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/exchange-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/exchange-oob-data.md:16: 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/exchange-oob-data.md:16: 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/integrate-virtual-keyboard.md:12: WARNING: 'myst' cross-reference target not found: 'customising-the-virtual-keyboard' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/howto/troubleshoot/view-logs.md:11: WARNING: 'myst' cross-reference target not found: 'logging-level' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/explanation/cryptography/crypto_stream_agent.md:29: WARNING: 'myst' cross-reference target not found: 'gopkg.in/macaroon.v2' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/explanation/cryptography/crypto_stream_gateway.md:25: WARNING: 'myst' cross-reference target not found: 'gopkg.in/macaroon.v2' [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: '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: '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/glossary.md:50: 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:192: 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/anbox-features.md:: WARNING: 'myst' cross-reference target not found: 'custom-android-id' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/contribute/anbox-style-guide.md:282: WARNING: 'myst' cross-reference target not found: '/images/' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/tutorial/getting-started.md:139: WARNING: undefined label: 'sec-access-instance-scrcpy' [ref.ref] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/howto/install-appliance/install-on-azure.md:13: WARNING: undefined label: 'sec-register-dashboard' [ref.ref] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/howto/application/stream-application.md:71: WARNING: undefined label: 'tut-set-up-stream-client' [ref.ref] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/howto/stream/access-stream-gateway.md:65: WARNING: undefined label: 'tut-set-up-stream-client' [ref.ref] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/howto/stream/enable-client-side-video-upscaling.md:52: WARNING: undefined label: 'tut-set-up-stream-client' [ref.ref] /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/explanation/anbox-security.md:14: WARNING: undefined label: 'tut-set-up-stream-client' [ref.ref] done writing... /home/docs/checkouts/readthedocs.org/user_builds/canonical-anbox-cloud-documentation/checkouts/latest/howto/stream/exchange-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. [misc.highlighting_failure] /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. [misc.highlighting_failure] /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. [misc.highlighting_failure] done copying images... [ 2%] images/install_appliance_register.png copying images... [ 4%] images/icons/create-instance-icon.png copying images... [ 6%] images/icons/edit-application-icon.png copying images... [ 8%] images/icons/delete-icon.png copying images... [ 10%] images/appliance-on-aws/install_appliance_launch-wizard.png copying images... [ 12%] images/appliance-on-aws/install_appliance_search-ami.png copying images... [ 14%] images/appliance-on-aws/install_appliance_select-ami.png copying images... [ 16%] images/appliance-on-aws/install_appliance_instance-type.png copying images... [ 18%] images/appliance-on-aws/install_appliance_key-pair.png copying images... [ 20%] images/appliance-on-aws/install_appliance_security-group.png copying images... [ 22%] images/appliance-on-aws/install_appliance_add-storage.png copying images... [ 24%] images/appliance-on-aws/install_appliance_launch-instance.png copying images... [ 27%] images/appliance-on-aws/install_appliance_launch-status.png copying images... [ 29%] images/appliance-on-azure/azure_quickstart-co.png copying images... [ 31%] images/appliance-on-azure/azure_deploy-vm-co.png copying images... [ 33%] images/appliance-on-azure/azure_config-basics-co.png copying images... [ 35%] images/appliance-on-azure/azure_config-disk.png copying images... [ 37%] images/appliance-on-azure/azure_config-secgroup-co.png copying images... [ 39%] images/appliance-on-azure/azure_config-review.png copying images... [ 41%] images/appliance-on-azure/azure_progress.png copying images... [ 43%] images/appliance-on-google-cloud/boot-disk-config.png copying images... [ 45%] images/appliance-on-google-cloud/add-new-disk.png copying images... [ 47%] images/install_customise_juju-model.png copying images... [ 49%] images/tls/manage_tls_public-hosted-zone.png copying images... [ 51%] images/tls/manage_tls_custom-name-servers.png copying images... [ 53%] images/tls/manage_tls_enter-nameservers.png copying images... [ 55%] images/tls/manage_tls_cname-record.png copying images... [ 57%] images/tls/manage_tls_certificate-status.png copying images... [ 59%] images/tls/manage_tls_register-targets.png copying images... [ 61%] images/tls/manage_tls_listener-settings.png copying images... [ 63%] images/tls/manage_tls_dns-name.png copying images... [ 65%] images/tls/manage_tls_a-record.png copying images... [ 67%] images/tls/manage_tls_dns-records.png copying images... [ 69%] images/tls/manage_tls_result.png copying images... [ 71%] images/icons/stream-icon.png copying images... [ 73%] images/icons/share-stream-icon.png copying images... [ 76%] images/manage_applications_extra-data.png copying images... [ 78%] images/stream_webrtc-connected.png copying images... [ 80%] images/stream_webrtc-candidates.png copying images... [ 82%] images/icons/adb-connect-icon.png copying images... [ 84%] images/application_virtual-device.png copying images... [ 86%] images/anbox-cloud-architecture-diagrams/core_stack.png copying images... [ 88%] images/anbox-cloud-architecture-diagrams/core_and_streaming_stack.png copying images... [ 90%] images/application-bootstrap.png copying images... [ 92%] images/streaming-stack/application_streaming_stack_v3.png copying images... [ 94%] images/instance_start.png copying images... [ 96%] images/instance_stop.png copying images... [ 98%] images/rendering-pipelines/NVIDIA_pipeline.png copying images... [100%] images/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, 33 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-09-10T06:09:26.171242Z, end-time: 2024-09-10T06:09:26.231070Z, 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-09-10T06:09:26.297733Z, end-time: 2024-09-10T06:10:20.228852Z, duration: 53, 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)) (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/fontawesome5.sty (/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty) (/usr/share/texlive/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty) (/usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty) (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/fontawesome5-generic-help er.sty (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/fontawesome5-mapping.def) )) *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 177. LaTeX Warning: Hyper reference `reference/release-notes/release-notes:ref-relea se-notes' on page 5 undefined on input line 181. LaTeX Warning: Hyper reference `tutorial/installing-appliance:tut-installing-ap pliance' on page 5 undefined on input line 205. LaTeX Warning: Hyper reference `tutorial/getting-started-dashboard:tut-getting- started-dashboard' on page 5 undefined on input line 209. LaTeX Warning: Hyper reference `tutorial/getting-started:tut-getting-started-cl i' on page 5 undefined on input line 213. LaTeX Warning: Hyper reference `tutorial/getting-started-aaos:tut-aaos' on page 5 undefined on input line 223. LaTeX Warning: Hyper reference `tutorial/creating-addon:tut-create-addon' on pa ge 5 undefined on input line 227. LaTeX Warning: Hyper reference `howto/landing:how-to-guides' on page 5 undefine d on input line 232. LaTeX Warning: Hyper reference `reference/landing:reference' on page 5 undefine d on input line 232. LaTeX Warning: Hyper reference `explanation/landing:explanation' on page 5 unde fined on input line 232. [5] LaTeX Warning: Hyper reference `explanation/anbox-cloud:sec-variants' on page 6 undefined on input line 243. (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/ufontawesomefree2.fd) LaTeX Warning: Hyper reference `howto/install/landing:howto-install-anbox-cloud ' on page 6 undefined on input line 251. LaTeX Warning: Hyper reference `howto/install-appliance/landing:howto-install-a ppliance' on page 6 undefined on input line 251. LaTeX Warning: Hyper reference `reference/requirements:ref-requirements' on pag e 6 undefined on input line 268. [6] (/usr/share/texlive/texmf-dist/tex/latex/txfonts/t1txtt.fd) [7] LaTeX Warning: Hyper reference `explanation/web-dashboard:exp-web-dashboard' on page 8 undefined on input line 419. Underfull \hbox (badness 10000) in paragraph at lines 418--420 \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:// [8] LaTeX Warning: Hyper reference `tutorial/getting-started-dashboard:tut-getting- started-dashboard' on page 9 undefined on input line 447. LaTeX Warning: Hyper reference `tutorial/getting-started:tut-getting-started-cl i' on page 9 undefined on input line 447. [9 <./install_appliance_register.png (PNG copy)>] LaTeX Warning: Hyper reference `tutorial/installing-appliance:tut-installing-ap pliance' on page 10 undefined on input line 484. LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-instance-type' on page 10 undefined on input line 514. [10] LaTeX Warning: File `{images/join-session-icon}.png' not found on input line 54 2. LaTeX Warning: File `{images/join-session-icon}.png' not found on input line 54 2. ! Package pdftex.def Error: File `images/join-session-icon.png' not found: usin g draft setting. See the pdftex.def package documentation for explanation. Type H for immediate help. ... l.542 ...egraphics{{images/join-session-icon}.png} ) to stream the application. LaTeX Warning: Hyper reference `reference/anbox-https-api:sec-anbox-https-api-v hal' on page 11 undefined on input line 598. LaTeX Warning: Hyper reference `tutorial/getting-started:tut-getting-started-cl i' on page 11 undefined on input line 609. [11] LaTeX Warning: Hyper reference `howto/install-appliance/landing:howto-install-a ppliance' on page 12 undefined on input line 619. LaTeX Warning: Hyper reference `howto/install/landing:howto-install-anbox-cloud ' on page 12 undefined on input line 623. (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/ufontawesomefree1.fd) [12 <./create-instance-icon.png>] LaTeX Warning: Hyper reference `tutorial/getting-started-dashboard:sec-create-v irtual-device' on page 13 undefined on input line 716. LaTeX Warning: Hyper reference `howto/port/landing:howto-port-android-apps' on page 13 undefined on input line 720. LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-resources' on page 13 undefined on input line 724. LaTeX Warning: Hyper reference `howto/application/update-application:howto-upda te-application' on page 13 undefined on input line 733. [13 <./edit-application-icon.png> <./delete-icon.png>] LaTeX Warning: Hyper reference `tutorial/getting-started:tut-getting-started-cl i' on page 14 undefined on input line 814. LaTeX Warning: Hyper reference `howto/dashboard/landing:howto-use-web-dashboard ' on page 14 undefined on input line 821. LaTeX Warning: Hyper reference `howto/application/landing:howto-manage-applicat ions' on page 14 undefined on input line 825. LaTeX Warning: Hyper reference `howto/instance/landing:howto-instance' on page 14 undefined on input line 829. LaTeX Warning: Hyper reference `explanation/ams:exp-ams' on page 14 undefined o n input line 839. LaTeX Warning: Hyper reference `tutorial/getting-started-dashboard:tut-getting- started-dashboard' on page 14 undefined on input line 845. LaTeX Warning: Hyper reference `howto/dashboard/landing:howto-use-web-dashboard ' on page 14 undefined on input line 845. LaTeX Warning: Hyper reference `howto/install-appliance/landing:howto-install-a ppliance' on page 14 undefined on input line 855. LaTeX Warning: Hyper reference `howto/install/landing:howto-install-anbox-cloud ' on page 14 undefined on input line 859. [14] LaTeX Warning: Hyper reference `tutorial/installing-appliance:sec-enable-anbox- pro' on page 15 undefined on input line 881. LaTeX Warning: Hyper reference `howto/anbox/control-ams-remotely:howto-access-a ms-remote' on page 15 undefined on input line 893. [15] LaTeX Warning: Hyper reference `explanation/applications:sec-application-bootst rap' on page 16 undefined on input line 974. [16] [17] LaTeX Warning: Hyper reference `howto/port/landing:howto-port-android-apps' on page 18 undefined on input line 1150. LaTeX Warning: Hyper reference `explanation/resources:exp-resources-presets' on page 18 undefined on input line 1168. [18] LaTeX Warning: Hyper reference `explanation/addons:exp-addons' on page 19 undef ined on input line 1183. LaTeX Warning: Hyper reference `reference/application-manifest:ref-application- manifest' on page 19 undefined on input line 1183. LaTeX Warning: Hyper reference `explanation/applications:sec-application-bootst rap' on page 19 undefined on input line 1198. LaTeX Warning: Hyper reference `tutorial/getting-started:log-on-to-the-virtual- device' on page 19 undefined on input line 1210. LaTeX Warning: Hyper reference `tutorial/getting-started:test-the-virtual-devic e' on page 19 undefined on input line 1210. LaTeX Warning: Hyper reference `howto/application/update-application:howto-upda te-application' on page 19 undefined on input line 1216. [19] [20] LaTeX Warning: Hyper reference `tutorial/getting-started-dashboard:tut-getting- started-dashboard' on page 21 undefined on input line 1356. LaTeX Warning: Hyper reference `howto/dashboard/landing:howto-use-web-dashboard ' on page 21 undefined on input line 1363. LaTeX Warning: Hyper reference `howto/application/landing:howto-manage-applicat ions' on page 21 undefined on input line 1367. LaTeX Warning: Hyper reference `howto/instance/landing:howto-instance' on page 21 undefined on input line 1371. LaTeX Warning: Hyper reference `reference/provided-images:ref-provided-images' on page 21 undefined on input line 1375. [21] LaTeX Warning: Hyper reference `reference/hooks:ref-hooks' on page 22 undefined on input line 1441. [22] LaTeX Warning: Hyper reference `howto/instance/expose-services:howto-expose-ser vices' on page 23 undefined on input line 1516. [23] LaTeX Warning: Hyper reference `explanation/addons:exp-addons' on page 24 undef ined on input line 1536. LaTeX Warning: Hyper reference `howto/addons/update-addon:howto-update-addons' on page 24 undefined on input line 1540. LaTeX Warning: Hyper reference `howto/application/extend-application:howto-exte nd-application' on page 24 undefined on input line 1544. LaTeX Warning: Hyper reference `reference/addon-manifest:ref-addon-manifest' on page 24 undefined on input line 1548. LaTeX Warning: Hyper reference `howto/install/landing:howto-install-anbox-cloud ' on page 24 undefined on input line 1568. LaTeX Warning: Hyper reference `howto/install-appliance/landing:howto-install-a ppliance' on page 24 undefined on input line 1572. LaTeX Warning: Hyper reference `howto/update/landing:howto-update' on page 24 u ndefined on input line 1576. LaTeX Warning: Hyper reference `howto/port/landing:howto-port-android-apps' on page 24 undefined on input line 1588. LaTeX Warning: Hyper reference `howto/application/landing:howto-manage-applicat ions' on page 24 undefined on input line 1592. LaTeX Warning: Hyper reference `howto/instance/landing:howto-instance' on page 24 undefined on input line 1596. LaTeX Warning: Hyper reference `howto/addons/landing:howto-addons' on page 24 u ndefined on input line 1600. LaTeX Warning: Hyper reference `howto/stream/landing:howto-streaming' on page 2 4 undefined on input line 1604. LaTeX Warning: Hyper reference `howto/dashboard/landing:howto-use-web-dashboard ' on page 24 undefined on input line 1608. [24] LaTeX Warning: Hyper reference `howto/anbox/landing:howto-manage-anbox' on page 25 undefined on input line 1620. LaTeX Warning: Hyper reference `howto/cluster/landing:howto-manage-cluster' on page 25 undefined on input line 1624. LaTeX Warning: Hyper reference `howto/aar/landing:howto-aar' on page 25 undefin ed on input line 1628. LaTeX Warning: Hyper reference `howto/anbox-runtime/landing:howto-anbox-runtime ' on page 25 undefined on input line 1632. LaTeX Warning: Hyper reference `howto/monitor/landing:howto-monitor-anbox' on p age 25 undefined on input line 1644. LaTeX Warning: Hyper reference `howto/troubleshoot/landing:howto-ts-anbox-cloud ' on page 25 undefined on input line 1656. LaTeX Warning: Hyper reference `tutorial/landing:tutorials' on page 25 undefine d on input line 1661. LaTeX Warning: Hyper reference `reference/landing:reference' on page 25 undefin ed on input line 1661. LaTeX Warning: Hyper reference `explanation/landing:explanation' on page 25 und efined on input line 1661. LaTeX Warning: Hyper reference `explanation/anbox-cloud:sec-variants' on page 2 5 undefined on input line 1672. LaTeX Warning: Hyper reference `howto/install/landing:howto-install-anbox-cloud ' on page 25 undefined on input line 1672. LaTeX Warning: Hyper reference `tutorial/installing-appliance:tut-installing-ap pliance' on page 25 undefined on input line 1675. LaTeX Warning: Hyper reference `reference/requirements:ref-requirements' on pag e 25 undefined on input line 1678. [25] LaTeX Warning: Hyper reference `howto/install-appliance/install-on-aws:howto-in stall-appliance-aws' on page 26 undefined on input line 1688. LaTeX Warning: Hyper reference `howto/install-appliance/install-on-azure:howto- install-appliance-azure' on page 26 undefined on input line 1697. LaTeX Warning: Hyper reference `howto/install-appliance/install-on-google-cloud :howto-install-appliance-google-cloud' on page 26 undefined on input line 1701. LaTeX Warning: Hyper reference `howto/install-appliance/install-on-github:howto -install-appliance-github' on page 26 undefined on input line 1713. LaTeX Warning: Hyper reference `tutorial/installing-appliance:tut-installing-ap pliance' on page 26 undefined on input line 1731. [26] LaTeX Warning: Hyper reference `reference/requirements:ref-requirements' on pag e 27 undefined on input line 1816. [27] [28 <./install_appliance_launch-wizard.png>] [29 <./install_appliance_sear ch-ami.png>] LaTeX Warning: Hyper reference `reference/requirements:sec-minimum-hardware-req uirements' on page 30 undefined on input line 1882. [30 <./install_appliance_select-ami.png>] [31 <./install_appliance_instance-typ e.png>] LaTeX Warning: Hyper reference `reference/requirements:ref-requirements' on pag e 32 undefined on input line 1909. [32 <./install_appliance_key-pair.png>] [33 <./install_appliance_security-group .png>] [34 <./install_appliance_add-storage.png>] [35 <./install_appliance_laun ch-instance.png>] LaTeX Warning: Hyper reference `tutorial/installing-appliance:tut-installing-ap pliance' on page 36 undefined on input line 1987. [36 <./install_appliance_launch-status.png>] LaTeX Warning: Hyper reference `tutorial/installing-appliance:sec-initialise-ap pliance' on page 37 undefined on input line 2027. LaTeX Warning: Hyper reference `reference/requirements:ref-requirements' on pag e 37 undefined on input line 2055. [37] [38 <./azure_quickstart-co.png>] LaTeX Warning: Hyper reference `reference/requirements:sec-minimum-hardware-req uirements' on page 39 undefined on input line 2111. [39 <./azure_deploy-vm-co.png>] [40 <./azure_config-basics-co.png>] [41 <./azur e_config-disk.png>] [42 <./azure_config-secgroup-co.png>] [43 <./azure_config-r eview.png>] LaTeX Warning: Hyper reference `tutorial/installing-appliance:tut-installing-ap pliance' on page 44 undefined on input line 2212. [44 <./azure_progress.png>] LaTeX Warning: Hyper reference `reference/requirements:ref-requirements' on pag e 45 undefined on input line 2263. [45] LaTeX Warning: Hyper reference `tutorial/installing-appliance:tut-installing-ap pliance' on page 46 undefined on input line 2321. [46 <./boot-disk-config.png (PNG copy)>] [47 <./add-new-disk.png (PNG copy)>] [48] LaTeX Warning: Hyper reference `tutorial/installing-appliance:tut-installing-ap pliance' on page 49 undefined on input line 2431. [49] [50] LaTeX Warning: Hyper reference `explanation/anbox-cloud:sec-variants' on page 5 1 undefined on input line 2525. LaTeX Warning: Hyper reference `tutorial/installing-appliance:tut-installing-ap pliance' on page 51 undefined on input line 2525. LaTeX Warning: Hyper reference `reference/requirements:ref-requirements' on pag e 51 undefined on input line 2528. (/usr/share/texlive/texmf-dist/tex/latex/txfonts/ts1txtt.fd) [51] LaTeX Warning: Hyper reference `explanation/anbox-cloud:sec-juju-bundles' on pa ge 52 undefined on input line 2649. [52] [53 <./install_customise_juju-model.png>] LaTeX Warning: Hyper reference `howto/install/deploy-juju:howto-deploy-anbox-ju ju' on page 54 undefined on input line 2692. LaTeX Warning: Hyper reference `reference/requirements:sec-minimum-hardware-req uirements' on page 54 undefined on input line 2705. LaTeX Warning: Hyper reference `reference/requirements:sec-juju-version-require ments' on page 54 undefined on input line 2732. [54] LaTeX Warning: Hyper reference `reference/requirements:sec-minimum-hardware-req uirements' on page 55 undefined on input line 2761. LaTeX Warning: Hyper reference `howto/install/deploy-juju:sec-attach-pro-subscr iption' on page 55 undefined on input line 2791. LaTeX Warning: Hyper reference `explanation/anbox-cloud:sec-juju-bundles' on pa ge 55 undefined on input line 2800. [55] LaTeX Warning: Hyper reference `explanation/anbox-cloud:sec-lxd-storage' on pag e 56 undefined on input line 2824. LaTeX Warning: Hyper reference `howto/install/deploy-bare-metal:existing-storag e-pool' on page 56 undefined on input line 2831. LaTeX Warning: Hyper reference `howto/install/deploy-bare-metal:dedicated-stora ge-device' on page 56 undefined on input line 2835. LaTeX Warning: Hyper reference `howto/install/deploy-juju:sec-customise-storage -juju' on page 56 undefined on input line 2839. [56] LaTeX Warning: Hyper reference `explanation/anbox-cloud:sec-juju-bundles' on pa ge 57 undefined on input line 2895. LaTeX Warning: Hyper reference `howto/install/deploy-bare-metal:howto-deploy-an box-baremetal' on page 57 undefined on input line 2931. LaTeX Warning: Hyper reference `explanation/anbox-cloud:sec-variants' on page 5 7 undefined on input line 2935. LaTeX Warning: Hyper reference `tutorial/installing-appliance:tut-installing-ap pliance' on page 57 undefined on input line 2935. [57] LaTeX Warning: Hyper reference `reference/requirements:sec-juju-version-require ments' on page 58 undefined on input line 2991. [58] LaTeX Warning: Hyper reference `howto/install/customise-installation:howto-cust omise-installation' on page 59 undefined on input line 3051. [59] LaTeX Warning: Hyper reference `explanation/anbox-cloud:sec-juju-bundles' on pa ge 60 undefined on input line 3109. [60] LaTeX Warning: Hyper reference `explanation/anbox-cloud:sec-lxd-storage' on pag e 61 undefined on input line 3178. [61] [62] [63] [64] [65] [66] LaTeX Warning: Hyper reference `howto/anbox/control-ams-remotely:howto-access-a ms-remote' on page 67 undefined on input line 3585. LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-instance-type' on page 67 undefined on input line 3591. [67] [68] [69] [70] LaTeX Warning: Hyper reference `explanation/aar:exp-aar' on page 71 undefined o n input line 3843. LaTeX Warning: Hyper reference `howto/aar/revoke:howto-revoke-aar' on page 71 u ndefined on input line 3847. LaTeX Warning: Hyper reference `howto/aar/deploy:sec-aws-cloudfront-cdn' on pag e 71 undefined on input line 3891. [71] [72] LaTeX Warning: Hyper reference `explanation/aar:exp-aar' on page 73 undefined o n input line 4019. LaTeX Warning: Hyper reference `howto/aar/configure:howto-configure-aar' on pag e 73 undefined on input line 4023. LaTeX Warning: Hyper reference `howto/aar/revoke:howto-revoke-aar' on page 73 u ndefined on input line 4027. [73] LaTeX Warning: Hyper reference `explanation/aar:exp-aar' on page 74 undefined o n input line 4059. LaTeX Warning: Hyper reference `howto/aar/configure:howto-configure-aar' on pag e 74 undefined on input line 4063. LaTeX Warning: Hyper reference `howto/aar/deploy:howto-deploy-aar' on page 74 u ndefined on input line 4067. LaTeX Warning: Hyper reference `explanation/aar:exp-aar' on page 74 undefined o n input line 4072. LaTeX Warning: Hyper reference `explanation/addons:exp-addons' on page 74 undef ined on input line 4080. LaTeX Warning: Hyper reference `reference/addon-manifest:ref-addon-manifest' on page 74 undefined on input line 4080. LaTeX Warning: Hyper reference `tutorial/creating-addon:tut-create-addon' on pa ge 74 undefined on input line 4083. LaTeX Warning: Hyper reference `tutorial/creating-addon:tut-create-addon' on pa ge 74 undefined on input line 4090. LaTeX Warning: Hyper reference `howto/addons/backup-and-restore-example:howto-b ackup-restore-example' on page 74 undefined on input line 4094. LaTeX Warning: Hyper reference `howto/addons/install-tools-example:howto-instal l-tools-example' on page 74 undefined on input line 4098. LaTeX Warning: Hyper reference `howto/addons/backup-and-restore-example:howto-b ackup-restore-example' on page 74 undefined on input line 4102. LaTeX Warning: Hyper reference `howto/addons/customise-android-example:howto-cu stomise-android-example' on page 74 undefined on input line 4106. LaTeX Warning: Hyper reference `howto/addons/emulate-platforms-example:howto-em ulate-platforms-example' on page 74 undefined on input line 4110. LaTeX Warning: Hyper reference `howto/addons/migrate-addon:howto-migrate-addons ' on page 74 undefined on input line 4115. LaTeX Warning: Hyper reference `reference/addon-manifest:ref-addon-manifest' on page 74 undefined on input line 4127. LaTeX Warning: Hyper reference `reference/hooks:sec-env-variables' on page 74 u ndefined on input line 4136. [74] LaTeX Warning: Hyper reference `reference/application-manifest:ref-application- manifest' on page 75 undefined on input line 4193. [75] [76] [77] LaTeX Warning: Hyper reference `explanation/ams:sec-security-cert-remote-client s' on page 78 undefined on input line 4430. [78] [79] LaTeX Warning: Hyper reference `explanation/ams:exp-ams' on page 80 undefined o n input line 4556. LaTeX Warning: Hyper reference `reference/provided-images:ref-provided-images' on page 80 undefined on input line 4569. [80] [81] LaTeX Warning: Hyper reference `explanation/capacity-planning:exp-capacity-plan ning' on page 82 undefined on input line 4691. LaTeX Warning: Hyper reference `reference/perf-benchmarks:ref-performance-bench marks' on page 82 undefined on input line 4731. [82] LaTeX Warning: Hyper reference `explanation/platforms:exp-platforms' on page 83 undefined on input line 4755. Underfull \hbox (badness 10000) in paragraph at lines 4855--4855 []\T1/qhv/m/n/10 Plat- Underfull \hbox (badness 10000) in paragraph at lines 4855--4855 []\T1/qhv/m/n/10 Re-quired for- Underfull \hbox (badness 10000) in paragraph at lines 4855--4855 \T1/qhv/m/n/10 mat of user Underfull \hbox (badness 10000) in paragraph at lines 4855--4855 []\T1/qtm/m/n/10 Comma- Overfull \hbox (10.90097pt too wide) in paragraph at lines 4855--4855 []\T1/txtt/m/n/10 swrast| Underfull \hbox (badness 10000) in paragraph at lines 4855--4855 []\T1/qtm/m/n/10 Comma- Overfull \hbox (10.90097pt too wide) in paragraph at lines 4855--4855 []\T1/txtt/m/n/10 webrtc| Underfull \hbox (badness 10000) in paragraph at lines 4855--4855 []\T1/qtm/m/n/10 {^^Qdis-play_width^^Q: ,^^Qdisplay_height^^Q: ,^^Qdisplay_density^^Q: ,^^Qfps^^Q : <./manage_tls_cus tom-name-servers.png>] LaTeX Warning: Hyper reference `howto/anbox/tls-for-appliance:sec-configure-rou ting-info-name-servers' on page 92 undefined on input line 5321. [92 <./manage_tls_enter-nameservers.png> <./manage_tls_cname-record.png>] [93 <./manage_tls_certificate-status.png>] [94 <./manage_tls_register-targets.p ng>] [95 <./manage_tls_listener-settings.png> <./manage_tls_dns-name.png>] LaTeX Warning: Hyper reference `howto/anbox/tls-for-appliance:sec-configure-rou ting-info-name-servers' on page 96 undefined on input line 5455. [96] [97 <./manage_tls_a-record.png>] LaTeX Warning: Hyper reference `howto/anbox/tls-for-appliance:ref-appliance-tls -location' on page 98 undefined on input line 5511. LaTeX Warning: Hyper reference `reference/cmd-ref/appliance-command-reference/l anding:ref-appliance-commands' on page 98 undefined on input line 5525. LaTeX Warning: Hyper reference `reference/cmd-ref/amc-command-reference/landing :ref-amc-commands' on page 98 undefined on input line 5525. [98 <./manage_tls_dns-records.png> <./manage_tls_result.png>] LaTeX Warning: Hyper reference `explanation/applications:exp-applications' on p age 99 undefined on input line 5536. LaTeX Warning: Hyper reference `reference/application-manifest:ref-application- manifest' on page 99 undefined on input line 5536. LaTeX Warning: Hyper reference `reference/application-manifest:ref-application- manifest' on page 99 undefined on input line 5556. [99] [100] LaTeX Warning: Hyper reference `howto/application/wait-for-application:howto-wa it-for-application' on page 101 undefined on input line 5711. LaTeX Warning: Hyper reference `explanation/applications:sec-application-bootst rap' on page 101 undefined on input line 5718. [101] LaTeX Warning: Hyper reference `reference/hooks:ref-hooks' on page 102 undefine d on input line 5789. [102] LaTeX Warning: Hyper reference `reference/hooks:sec-env-variables' on page 103 undefined on input line 5873. [103] [104] LaTeX Warning: Hyper reference `howto/application/extend-application:sec-create -hook' on page 105 undefined on input line 5969. LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-bootstrap' on page 105 undefined on input line 5998. LaTeX Warning: Hyper reference `howto/application/extend-application:sec-create -hook' on page 105 undefined on input line 6010. [105] LaTeX Warning: Hyper reference `explanation/addons:exp-addons' on page 106 unde fined on input line 6064. LaTeX Warning: Hyper reference `howto/addons/create-addon:howto-create-addons' on page 106 undefined on input line 6068. LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-instance-type' on page 106 undefined on input line 6157. Overfull \hbox (24.64912pt too wide) in paragraph at lines 6157--6157 []\T1/txtt/m/n/10 instance[]type| LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-instance-type' on page 106 undefined on input line 6157. Overfull \hbox (3.64919pt too wide) in paragraph at lines 6157--6157 []\T1/txtt/m/n/10 published| Overfull \hbox (3.64919pt too wide) in paragraph at lines 6157--6157 []\T1/txtt/m/n/10 immutable| [106] LaTeX Warning: Hyper reference `reference/sdks:sec-streaming-sdk' on page 107 u ndefined on input line 6236. LaTeX Warning: Hyper reference `explanation/application-streaming:exp-applicati on-streaming' on page 107 undefined on input line 6245. [107 <./stream-icon.png>] LaTeX Warning: Hyper reference `howto/stream/access-stream-gateway:howto-access -stream-gateway' on page 108 undefined on input line 6411. [108 <./share-stream-icon.png>] LaTeX Warning: Hyper reference `howto/instance/create-instance:howto-create-ins tance' on page 109 undefined on input line 6445. LaTeX Warning: Hyper reference `howto/application/create-application:howto-crea te-application' on page 109 undefined on input line 6449. [109] [110] LaTeX Warning: Hyper reference `explanation/applications:exp-applications' on p age 111 undefined on input line 6550. [111] [112] LaTeX Warning: Hyper reference `reference/ams-configuration:ref-ams-configurati on' on page 113 undefined on input line 6698. [113] [114] [115 <./manage_applications_extra-data.png>] LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-instance-type' on page 116 undefined on input line 6916. LaTeX Warning: Hyper reference `explanation/applications:sec-application-status ' on page 116 undefined on input line 6916. Overfull \hbox (24.64912pt too wide) in paragraph at lines 6916--6916 []\T1/txtt/m/n/10 instance[]type| LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-instance-type' on page 116 undefined on input line 6916. Overfull \hbox (3.64919pt too wide) in paragraph at lines 6916--6916 []\T1/txtt/m/n/10 published| Overfull \hbox (3.64919pt too wide) in paragraph at lines 6916--6916 []\T1/txtt/m/n/10 immutable| LaTeX Warning: Hyper reference `explanation/applications:sec-application-status ' on page 116 undefined on input line 6916. LaTeX Warning: Hyper reference `explanation/clustering:exp-clustering' on page 116 undefined on input line 6936. [116] LaTeX Warning: Hyper reference `explanation/capacity-planning:sec-over-committi ng' on page 117 undefined on input line 6994. [117] LaTeX Warning: Hyper reference `howto/cluster/scale-down:howto-scale-down-clust er' on page 118 undefined on input line 7016. LaTeX Warning: Hyper reference `explanation/gpus-instances:exp-gpus-instances' on page 118 undefined on input line 7029. LaTeX Warning: Hyper reference `explanation/capacity-planning:sec-gpu-slots' on page 118 undefined on input line 7029. LaTeX Warning: Hyper reference `reference/ams-configuration:sec-node-configurat ion' on page 118 undefined on input line 7032. [118] [119] [120] [121] [122] LaTeX Warning: Hyper reference `howto/addons/backup-and-restore-example:howto-b ackup-restore-example' on page 123 undefined on input line 7428. [123] LaTeX Warning: Hyper reference `howto/application/update-application:sec-publis h-app-versions' on page 124 undefined on input line 7500. LaTeX Warning: Hyper reference `explanation/instances:sec-application-raw-insta nces' on page 124 undefined on input line 7522. LaTeX Warning: Hyper reference `reference/provided-images:ref-provided-images' on page 124 undefined on input line 7548. [124] [125] LaTeX Warning: Hyper reference `explanation/platforms:exp-platforms' on page 12 6 undefined on input line 7624. LaTeX Warning: Hyper reference `reference/supported-rendering-resources:sec-sup ported-platforms' on page 126 undefined on input line 7624. LaTeX Warning: Hyper reference `explanation/application-streaming:exp-applicati on-streaming' on page 126 undefined on input line 7664. LaTeX Warning: Hyper reference `explanation/instances:exp-instances' on page 12 6 undefined on input line 7668. LaTeX Warning: Hyper reference `howto/instance/access-instance:howto-access-ins tance' on page 126 undefined on input line 7672. [126] [127] [128] Underfull \hbox (badness 10000) in paragraph at lines 7883--7883 []\T1/qhv/m/n/10 Value Underfull \hbox (badness 10000) in paragraph at lines 7883--7883 []\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 129 undefined on input line 7897. [129] LaTeX Warning: Hyper reference `howto/addons/landing:howto-addons' on page 130 undefined on input line 7904. Overfull \hbox (3.74043pt too wide) in paragraph at lines 7980--7980 []\T1/txtt/m/n/10 status| [130] [131] [132] LaTeX Warning: Hyper reference `howto/instance/create-instance:howto-create-ins tance' on page 133 undefined on input line 8123. LaTeX Warning: Hyper reference `howto/instance/stop-instance:howto-stop-instanc e' on page 133 undefined on input line 8127. Overfull \hbox (3.7111pt too wide) in paragraph at lines 8215--8215 []\T1/txtt/m/n/10 status| LaTeX Warning: Hyper reference `explanation/instances:exp-instances' on page 13 3 undefined on input line 8227. [133] LaTeX Warning: Hyper reference `reference/prometheus:ref-prometheus-metrics' on page 134 undefined on input line 8238. LaTeX Warning: Hyper reference `howto/port/grant-runtime-permissions:howto-gran t-runtime-permissions' on page 134 undefined on input line 8260. LaTeX Warning: Hyper reference `howto/port/choose-apk-architecture:howto-choose -apk-architecture' on page 134 undefined on input line 8264. LaTeX Warning: Hyper reference `howto/stream/exchange-oob-data:howto-exchange-o ob-data' on page 134 undefined on input line 8268. LaTeX Warning: Hyper reference `howto/port/configure-watchdog:howto-configure-w atchdog' on page 134 undefined on input line 8272. LaTeX Warning: Hyper reference `howto/port/install-apk-system-app:howto-install -apk-system-app' on page 134 undefined on input line 8276. [134] LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-watchdog' on page 135 undefined on input line 8328. [135] [136] LaTeX Warning: Hyper reference `tutorial/creating-addon:tut-create-addon' on pa ge 137 undefined on input line 8489. [137] [138] LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-watchdog' on page 139 undefined on input line 8619. [139] [140] LaTeX Warning: Hyper reference `explanation/application-streaming:exp-applicati on-streaming' on page 141 undefined on input line 8751. LaTeX Warning: Hyper reference `explanation/ams:exp-ams' on page 141 undefined on input line 8755. LaTeX Warning: Hyper reference `reference/sdks:sec-streaming-sdk' on page 141 u ndefined on input line 8763. LaTeX Warning: Hyper reference `howto/stream/exchange-oob-data:version-2' on pa ge 141 undefined on input line 8780. LaTeX Warning: Hyper reference `howto/stream/exchange-oob-data:version-1' on pa ge 141 undefined on input line 8787. LaTeX Warning: Hyper reference `howto/stream/exchange-oob-data:version-1' on pa ge 141 undefined on input line 8796. LaTeX Warning: Hyper reference `howto/stream/exchange-oob-data:version-2' on pa ge 141 undefined on input line 8796. [141] LaTeX Warning: Hyper reference `reference/sdks:sec-streaming-sdk' on page 142 u ndefined on input line 8812. [142] [143] LaTeX Warning: Hyper reference `howto/port/install-apk-system-app:howto-install -apk-system-app' on page 144 undefined on input line 8952. Underfull \hbox (badness 10000) in paragraph at lines 9013--9013 []\T1/qhv/m/n/10 Pa-ram-e- Overfull \hbox (47.0134pt too wide) in paragraph at lines 9013--9013 []\T1/txtt/m/n/10 data[]channel[]names| Underfull \hbox (badness 10000) in paragraph at lines 9013--9013 []\T1/qtm/m/n/10 string [144] [145] [146] [147] [148] LaTeX Warning: Hyper reference `reference/sdks:sec-streaming-sdk' on page 149 u ndefined on input line 9278. LaTeX Warning: Hyper reference `howto/stream/integrate-virtual-keyboard:customi sing-the-virtual-keyboard' on page 149 undefined on input line 9316. [149] [150] [151] [152] [153] LaTeX Warning: Hyper reference `explanation/application-streaming:exp-applicati on-streaming' on page 154 undefined on input line 9621. LaTeX Warning: Hyper reference `reference/sdks:sec-streaming-sdk' on page 154 u ndefined on input line 9629. LaTeX Warning: Hyper reference `explanation/application-streaming:exp-applicati on-streaming' on page 154 undefined on input line 9634. LaTeX Warning: Hyper reference `reference/sdks:sec-streaming-sdk' on page 154 u ndefined on input line 9637. [154] LaTeX Warning: Hyper reference `howto/instance/view-instance-logs:howto-view-in stance-logs' on page 155 undefined on input line 9670. LaTeX Warning: Hyper reference `howto/instance/create-instance:sec-launch-appli cation-instances' on page 155 undefined on input line 9684. LaTeX Warning: Hyper reference `howto/application/update-application:sec-publis h-app-versions' on page 155 undefined on input line 9684. [155] Overfull \vbox (1.9165pt too high) detected at line 9768 [156] [157] [158] Underfull \hbox (badness 10000) in paragraph at lines 9950--9952 []\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 <./stream_webrtc-connected.png> <./stream_webrtc-candidates.png>] LaTeX Warning: Hyper reference `explanation/performance:sec-client-devices' on page 160 undefined on input line 9970. LaTeX Warning: Hyper reference `explanation/capacity-planning:exp-capacity-plan ning' on page 160 undefined on input line 9994. LaTeX Warning: Hyper reference `reference/ams-configuration:sec-node-configurat ion' on page 160 undefined on input line 9998. LaTeX Warning: Hyper reference `howto/instance/view-instance-logs:howto-view-in stance-logs' on page 160 undefined on input line 10017. [160] LaTeX Warning: Hyper reference `explanation/capacity-planning:exp-capacity-plan ning' on page 161 undefined on input line 10036. LaTeX Warning: Hyper reference `reference/ams-configuration:ref-ams-configurati on' on page 161 undefined on input line 10040. Underfull \hbox (badness 5091) in paragraph at lines 10039--10041 []\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 10039--10041 \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 10039--10041 \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 LaTeX Warning: Hyper reference `explanation/capacity-planning:exp-capacity-plan ning' on page 161 undefined on input line 10067. LaTeX Warning: Hyper reference `howto/instance/view-instance-logs:howto-view-in stance-logs' on page 161 undefined on input line 10088. [161] LaTeX Warning: Hyper reference `howto/troubleshoot/view-logs:logging-level' on page 162 undefined on input line 10100. [162] [163] Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 []\T1/txtt/m/n/10 /var/snap/lxd/common/lxd/logs/ams[]*/ Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 []\T1/qtm/m/n/10 instance-related Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 \T1/qtm/m/n/10 logs for a sin-gle Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 []\T1/qtm/m/n/10 Android-related Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 \T1/qtm/m/n/10 logs for a sin-gle Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 []\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 10396--10396 []\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 10396--10396 []\T1/txtt/m/n/10 u snap.anbox[]stream[]agent. Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 []\T1/qtm/m/n/10 On any ma-chine host-ing the Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 \T1/qtm/m/n/10 An-box Stream Agent (e.g. Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 []\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 10396--10396 []\T1/txtt/m/n/10 u snap.anbox[]stream[]agent. Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 \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 10396--10396 []\T1/qtm/m/n/10 On any ma-chine host-ing the Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 \T1/qtm/m/n/10 An-box Stream Gate-way (e.g. Underfull \hbox (badness 5475) in paragraph at lines 10396--10396 []\T1/qtm/m/n/10 Logs for the An- Underfull \hbox (badness 8038) in paragraph at lines 10396--10396 \T1/qtm/m/n/10 box Stream Gate- Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 []\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 10396--10396 \T1/txtt/m/n/10 snap.anbox[]cloud[]dashboard. Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 \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 10396--10396 []\T1/qtm/m/n/10 On any ma-chine host-ing the An- Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 \T1/qtm/m/n/10 box Cloud web dash-board (e.g. Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 []\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 10396--10396 \T1/qtm/m/n/10 com-mu-ni-ca-tion Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 []\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 10396--10396 \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 10396--10396 []\T1/qtm/m/n/10 On any ma-chine host-ing etcd (e.g. Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 \T1/qtm/m/n/10 database (use-ful LaTeX Warning: Hyper reference `howto/update/upgrade-anbox:howto-upgrade-anbox- cloud' on page 164 undefined on input line 10402. LaTeX Warning: Hyper reference `explanation/anbox-cloud:sec-variants' on page 1 64 undefined on input line 10409. [164] [165] LaTeX Warning: Hyper reference `howto/instance/view-instance-logs:howto-view-in stance-logs' on page 166 undefined on input line 10485. [166] [167] LaTeX Warning: Hyper reference `reference/requirements:sec-juju-version-require ments' on page 168 undefined on input line 10659. LaTeX Warning: Hyper reference `reference/component-versions:ref-component-vers ions' on page 168 undefined on input line 10673. [168] [169] LaTeX Warning: Hyper reference `howto/cluster/scale-down:howto-scale-down-clust er' on page 170 undefined on input line 10804. [170] LaTeX Warning: Hyper reference `howto/application/update-application:sec-config ure-automatic-app-updates' on page 171 undefined on input line 10864. [171] LaTeX Warning: Hyper reference `tutorial/installing-appliance:tut-installing-ap pliance' on page 172 undefined on input line 10911. LaTeX Warning: Hyper reference `explanation/aar:exp-aar' on page 172 undefined on input line 10937. LaTeX Warning: Hyper reference `explanation/web-dashboard:exp-web-dashboard' on page 172 undefined on input line 10941. LaTeX Warning: Hyper reference `explanation/instances:sec-dev-mode' on page 172 undefined on input line 10965. [172] LaTeX Warning: Hyper reference `reference/hooks:sec-env-variables' on page 173 undefined on input line 11000. [173] LaTeX Warning: Hyper reference `explanation/platforms:exp-platforms' on page 17 4 undefined on input line 11050. LaTeX Warning: Hyper reference `tutorial/installing-appliance:tut-installing-ap pliance' on page 174 undefined on input line 11053. LaTeX Warning: Hyper reference `reference/sdks:ref-sdks' on page 174 undefined on input line 11065. LaTeX Warning: Hyper reference `explanation/instances:sec-dev-mode' on page 174 undefined on input line 11097. LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-instance-type' on page 174 undefined on input line 11112. [174] LaTeX Warning: Hyper reference `explanation/applications:sec-application-bootst rap' on page 175 undefined on input line 11127. [175] LaTeX Warning: Hyper reference `explanation/addons:exp-addons' on page 176 unde fined on input line 11247. LaTeX Warning: Hyper reference `explanation/instances:exp-instances' on page 17 6 undefined on input line 11251. LaTeX Warning: Hyper reference `howto/addons/create-addon:howto-create-addons' on page 176 undefined on input line 11255. [176] [177 <./adb-connect-icon.png>] [178] [179] [180] LaTeX Warning: Hyper reference `howto/instance/access-instance:howto-access-ins tance' on page 181 undefined on input line 11550. [181] LaTeX Warning: Hyper reference `reference/hooks:ref-hooks' on page 182 undefine d on input line 11602. LaTeX Warning: Hyper reference `howto/application/extend-application:howto-exte nd-application' on page 182 undefined on input line 11605. LaTeX Warning: Hyper reference `tutorial/getting-started-dashboard:tut-getting- started-dashboard' on page 182 undefined on input line 11618. LaTeX Warning: Hyper reference `reference/sdks:sec-streaming-sdk' on page 182 u ndefined on input line 11618. [182] LaTeX Warning: Hyper reference `reference/provided-images:ref-provided-images' on page 183 undefined on input line 11633. LaTeX Warning: Hyper reference `explanation/addons:exp-addons' on page 183 unde fined on input line 11641. [183 <./application_virtual-device.png (PNG copy)>] LaTeX Warning: Hyper reference `reference/hooks:ref-hooks' on page 184 undefine d on input line 11690. [184] LaTeX Warning: Hyper reference `reference/addon-manifest:ref-addon-manifest' on page 185 undefined on input line 11754. LaTeX Warning: Hyper reference `howto/addons/enable-addons-globally:howto-enabl e-addons-globally' on page 185 undefined on input line 11786. LaTeX Warning: Hyper reference `reference/application-manifest:ref-application- manifest' on page 185 undefined on input line 11793. [185] LaTeX Warning: Hyper reference `howto/addons/create-addon:howto-create-addons' on page 186 undefined on input line 11806. LaTeX Warning: Hyper reference `howto/addons/landing:howto-addons' on page 186 undefined on input line 11810. LaTeX Warning: Hyper reference `howto/application/extend-application:howto-exte nd-application' on page 186 undefined on input line 11814. LaTeX Warning: Hyper reference `explanation/anbox-cloud:exp-anbox-cloud' on pag e 186 undefined on input line 11882. LaTeX Warning: Hyper reference `explanation/ams:exp-ams' on page 186 undefined on input line 11882. LaTeX Warning: Hyper reference `explanation/aar:exp-aar' on page 186 undefined on input line 11882. LaTeX Warning: Hyper reference `explanation/application-streaming:exp-applicati on-streaming' on page 186 undefined on input line 11882. LaTeX Warning: Hyper reference `explanation/rendering-architecture:exp-renderin g-architecture' on page 186 undefined on input line 11882. LaTeX Warning: Hyper reference `explanation/anbox-cloud:exp-anbox-cloud' on pag e 186 undefined on input line 11882. LaTeX Warning: Hyper reference `explanation/ams:exp-ams' on page 186 undefined on input line 11882. Underfull \hbox (badness 10000) in paragraph at lines 11882--11882 []\T1/qtm/m/it/10 An-box Man-age- LaTeX Warning: Hyper reference `explanation/aar:exp-aar' on page 186 undefined on input line 11882. LaTeX Warning: Hyper reference `explanation/application-streaming:exp-applicati on-streaming' on page 186 undefined on input line 11882. Underfull \hbox (badness 10000) in paragraph at lines 11882--11882 []\T1/qtm/m/it/10 Ap-pli-ca-tion LaTeX Warning: Hyper reference `explanation/rendering-architecture:exp-renderin g-architecture' on page 186 undefined on input line 11882. Underfull \hbox (badness 10000) in paragraph at lines 11882--11882 []\T1/qtm/m/it/10 Ren-der-ing ar-chi- LaTeX Warning: Hyper reference `explanation/applications:exp-applications' on p age 186 undefined on input line 11977. LaTeX Warning: Hyper reference `explanation/instances:exp-instances' on page 18 6 undefined on input line 11977. LaTeX Warning: Hyper reference `explanation/images:exp-images' on page 186 unde fined on input line 11977. LaTeX Warning: Hyper reference `explanation/nodes:exp-nodes' on page 186 undefi ned on input line 11977. LaTeX Warning: Hyper reference `explanation/addons:exp-addons' on page 186 unde fined on input line 11977. LaTeX Warning: Hyper reference `explanation/web-dashboard:exp-web-dashboard' on page 186 undefined on input line 11977. LaTeX Warning: Hyper reference `explanation/aaos:exp-aaos' on page 186 undefine d on input line 11977. LaTeX Warning: Hyper reference `explanation/platforms:exp-platforms' on page 18 6 undefined on input line 11977. LaTeX Warning: Hyper reference `explanation/clustering:exp-clustering' on page 186 undefined on input line 11977. LaTeX Warning: Hyper reference `explanation/performance:exp-performance' on pag e 186 undefined on input line 11977. LaTeX Warning: Hyper reference `explanation/applications:exp-applications' on p age 186 undefined on input line 11977. LaTeX Warning: Hyper reference `explanation/instances:exp-instances' on page 18 6 undefined on input line 11977. LaTeX Warning: Hyper reference `explanation/images:exp-images' on page 186 unde fined on input line 11977. LaTeX Warning: Hyper reference `explanation/nodes:exp-nodes' on page 186 undefi ned on input line 11977. LaTeX Warning: Hyper reference `explanation/addons:exp-addons' on page 186 unde fined on input line 11977. LaTeX Warning: Hyper reference `explanation/web-dashboard:exp-web-dashboard' on page 186 undefined on input line 11977. LaTeX Warning: Hyper reference `explanation/aaos:exp-aaos' on page 186 undefine d on input line 11977. LaTeX Warning: Hyper reference `explanation/platforms:exp-platforms' on page 18 6 undefined on input line 11977. LaTeX Warning: Hyper reference `explanation/clustering:exp-clustering' on page 186 undefined on input line 11977. LaTeX Warning: Hyper reference `explanation/performance:exp-performance' on pag e 186 undefined on input line 11977. [186] LaTeX Warning: Hyper reference `explanation/production-planning:exp-production- planning' on page 187 undefined on input line 12051. LaTeX Warning: Hyper reference `explanation/capacity-planning:exp-capacity-plan ning' on page 187 undefined on input line 12051. LaTeX Warning: Hyper reference `explanation/gpus-instances:exp-gpus-instances' on page 187 undefined on input line 12051. LaTeX Warning: Hyper reference `explanation/anbox-security:exp-security' on pag e 187 undefined on input line 12051. LaTeX Warning: Hyper reference `explanation/cryptography/landing:exp-security-l anding' on page 187 undefined on input line 12051. LaTeX Warning: Hyper reference `explanation/resources:exp-resources-presets' on page 187 undefined on input line 12051. LaTeX Warning: Hyper reference `explanation/custom-images:exp-custom-images' on page 187 undefined on input line 12051. LaTeX Warning: Hyper reference `explanation/production-planning:exp-production- planning' on page 187 undefined on input line 12051. LaTeX Warning: Hyper reference `explanation/capacity-planning:exp-capacity-plan ning' on page 187 undefined on input line 12051. LaTeX Warning: Hyper reference `explanation/gpus-instances:exp-gpus-instances' on page 187 undefined on input line 12051. LaTeX Warning: Hyper reference `explanation/anbox-security:exp-security' on pag e 187 undefined on input line 12051. LaTeX Warning: Hyper reference `explanation/cryptography/landing:exp-security-l anding' on page 187 undefined on input line 12051. LaTeX Warning: Hyper reference `explanation/resources:exp-resources-presets' on page 187 undefined on input line 12051. LaTeX Warning: Hyper reference `explanation/custom-images:exp-custom-images' on page 187 undefined on input line 12051. LaTeX Warning: Hyper reference `tutorial/landing:tutorials' on page 187 undefin ed on input line 12056. LaTeX Warning: Hyper reference `howto/landing:how-to-guides' on page 187 undefi ned on input line 12056. LaTeX Warning: Hyper reference `reference/landing:reference' on page 187 undefi ned on input line 12056. [187] LaTeX Warning: Hyper reference `howto/addons/enable-addons-globally:howto-enabl e-addons-globally' on page 188 undefined on input line 12093. LaTeX Warning: Hyper reference `explanation/instances:exp-instances' on page 18 8 undefined on input line 12106. LaTeX Warning: Hyper reference `tutorial/creating-addon:tut-create-addon' on pa ge 188 undefined on input line 12110. LaTeX Warning: Hyper reference `howto/addons/landing:howto-addons' on page 188 undefined on input line 12114. LaTeX Warning: Hyper reference `reference/hooks:ref-hooks' on page 188 undefine d on input line 12118. [188] LaTeX Warning: Hyper reference `howto/aar/deploy:howto-deploy-aar' on page 189 undefined on input line 12166. LaTeX Warning: Hyper reference `howto/aar/configure:howto-configure-aar' on pag e 189 undefined on input line 12170. LaTeX Warning: Hyper reference `howto/aar/revoke:howto-revoke-aar' on page 189 undefined on input line 12174. LaTeX Warning: Hyper reference `explanation/application-streaming:exp-applicati on-streaming' on page 189 undefined on input line 12311. LaTeX Warning: Hyper reference `explanation/web-dashboard:exp-web-dashboard' on page 189 undefined on input line 12311. LaTeX Warning: Hyper reference `reference/provided-images:ref-provided-images' on page 189 undefined on input line 12311. LaTeX Warning: Hyper reference `explanation/clustering:exp-clustering' on page 189 undefined on input line 12311. LaTeX Warning: Hyper reference `explanation/custom-images:exp-custom-images' on page 189 undefined on input line 12311. LaTeX Warning: Hyper reference `explanation/application-streaming:exp-applicati on-streaming' on page 189 undefined on input line 12311. LaTeX Warning: Hyper reference `explanation/web-dashboard:exp-web-dashboard' on page 189 undefined on input line 12311. LaTeX Warning: Hyper reference `reference/provided-images:ref-provided-images' on page 189 undefined on input line 12311. LaTeX Warning: Hyper reference `explanation/clustering:exp-clustering' on page 189 undefined on input line 12311. LaTeX Warning: Hyper reference `explanation/custom-images:exp-custom-images' on page 189 undefined on input line 12311. [189] [190 <./core_stack.png>] LaTeX Warning: Hyper reference `howto/anbox/control-ams-remotely:howto-access-a ms-remote' on page 191 undefined on input line 12357. [191] LaTeX Warning: Hyper reference `reference/sdks:sec-streaming-sdk' on page 192 u ndefined on input line 12439. [192 <./core_and_streaming_stack.png>] LaTeX Warning: Hyper reference `howto/install/deploy-juju:sec-customise-storage -juju' on page 193 undefined on input line 12480. LaTeX Warning: Hyper reference `howto/install/deploy-bare-metal:sec-customise-s torage-bare-metal' on page 193 undefined on input line 12480. [193] LaTeX Warning: Hyper reference `howto/instance/access-instance:howto-access-ins tance' on page 194 undefined on input line 12516. LaTeX Warning: Hyper reference `explanation/instances:exp-instances' on page 19 4 undefined on input line 12523. [194] LaTeX Warning: Hyper reference `explanation/aar:exp-aar' on page 195 undefined on input line 12559. LaTeX Warning: Hyper reference `explanation/ams:exp-ams' on page 195 undefined on input line 12559. LaTeX Warning: Hyper reference `reference/ams-configuration:ref-ams-configurati on' on page 195 undefined on input line 12567. LaTeX Warning: Hyper reference `tutorial/installing-appliance:tut-installing-ap pliance' on page 195 undefined on input line 12576. LaTeX Warning: Hyper reference `howto/dashboard/landing:howto-use-web-dashboard ' on page 195 undefined on input line 12580. LaTeX Warning: Hyper reference `howto/install/deploy-juju:howto-deploy-anbox-ju ju' on page 195 undefined on input line 12584. LaTeX Warning: Hyper reference `reference/sdks:sec-ams-sdk' on page 195 undefin ed on input line 12606. [195] [196] LaTeX Warning: Hyper reference `explanation/aar:exp-aar' on page 197 undefined on input line 12666. LaTeX Warning: Hyper reference `howto/anbox/control-ams-remotely:howto-access-a ms-remote' on page 197 undefined on input line 12670. LaTeX Warning: Hyper reference `reference/ams-configuration:ref-ams-configurati on' on page 197 undefined on input line 12674. LaTeX Warning: Hyper reference `reference/anbox-features:ref-aosp-aaos' on page 197 undefined on input line 12702. [197] LaTeX Warning: Hyper reference `howto/instance/view-instance-logs:howto-view-in stance-logs' on page 198 undefined on input line 12794. LaTeX Warning: Hyper reference `howto/instance/view-instance-logs:howto-view-in stance-logs' on page 198 undefined on input line 12794. [198] [199 <./application-bootstrap.png>] LaTeX Warning: Hyper reference `howto/instance/view-instance-logs:howto-view-in stance-logs' on page 200 undefined on input line 12912. LaTeX Warning: Hyper reference `explanation/addons:exp-addons' on page 200 unde fined on input line 12922. LaTeX Warning: Hyper reference `explanation/resources:exp-resources-presets' on page 200 undefined on input line 12926. LaTeX Warning: Hyper reference `howto/android/create-virtual-device:howto-creat e-virtual-device' on page 200 undefined on input line 12930. LaTeX Warning: Hyper reference `howto/application/create-application:howto-crea te-application' on page 200 undefined on input line 12934. LaTeX Warning: Hyper reference `howto/application/delete-application:howto-dele te-application' on page 200 undefined on input line 12938. LaTeX Warning: Hyper reference `howto/application/list-applications:howto-list- applications' on page 200 undefined on input line 12942. LaTeX Warning: Hyper reference `howto/cluster/scale-down:howto-scale-down-clust er' on page 200 undefined on input line 12946. LaTeX Warning: Hyper reference `howto/application/test-application:howto-test-a pplication' on page 200 undefined on input line 12950. LaTeX Warning: Hyper reference `howto/application/update-application:howto-upda te-application' on page 200 undefined on input line 12954. LaTeX Warning: Hyper reference `howto/application/wait-for-application:howto-wa it-for-application' on page 200 undefined on input line 12958. LaTeX Warning: Hyper reference `reference/application-manifest:ref-application- manifest' on page 200 undefined on input line 12962. [200] LaTeX Warning: Hyper reference `howto/stream/access-stream-gateway:howto-access -stream-gateway' on page 201 undefined on input line 12972. [201] [202 <./application_streaming_stack_v3.png>] [203] LaTeX Warning: Hyper reference `howto/install/deploy-juju:sec-deploy-anbox-clou d-juju' on page 204 undefined on input line 13101. LaTeX Warning: Hyper reference `reference/supported-codecs:ref-codecs' on page 204 undefined on input line 13109. LaTeX Warning: Hyper reference `explanation/resources:exp-resources-presets' on page 204 undefined on input line 13201. LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-resources' on page 204 undefined on input line 13201. [204] LaTeX Warning: Hyper reference `explanation/capacity-planning:sec-over-committi ng' on page 205 undefined on input line 13204. LaTeX Warning: Hyper reference `explanation/gpus-instances:exp-gpus-instances' on page 205 undefined on input line 13217. LaTeX Warning: Hyper reference `howto/cluster/configure-nodes:sec-config-gpu-sl ots' on page 205 undefined on input line 13225. LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-video-encoder' on page 205 undefined on input line 13245. [205] LaTeX Warning: Hyper reference `howto/cluster/configure-nodes:sec-config-alloca tion-rates' on page 206 undefined on input line 13262. LaTeX Warning: Hyper reference `howto/anbox/benchmarks:howto-run-benchmarks' on page 206 undefined on input line 13277. [206] LaTeX Warning: Hyper reference `explanation/clustering:exp-clustering' on page 207 undefined on input line 13383. LaTeX Warning: Hyper reference `reference/application-manifest:ref-application- manifest' on page 207 undefined on input line 13387. [207] LaTeX Warning: Hyper reference `explanation/capacity-planning:exp-capacity-plan ning' on page 208 undefined on input line 13409. LaTeX Warning: Hyper reference `reference/prometheus:ref-prometheus-metrics' on page 208 undefined on input line 13460. LaTeX Warning: Hyper reference `howto/cluster/scale-up:howto-scale-up-cluster' on page 208 undefined on input line 13466. LaTeX Warning: Hyper reference `howto/cluster/scale-down:howto-scale-down-clust er' on page 208 undefined on input line 13466. [208] LaTeX Warning: Hyper reference `howto/cluster/landing:howto-manage-cluster' on page 209 undefined on input line 13473. [209] LaTeX Warning: Hyper reference `howto/anbox-runtime/landing:howto-anbox-runtime ' on page 210 undefined on input line 13556. LaTeX Warning: Hyper reference `explanation/cryptography/crypto_ams:exp-securit y-crypto-ams' on page 210 undefined on input line 13585. LaTeX Warning: Hyper reference `explanation/cryptography/crypto_stream_agent:ex p-security-crypto-stream-agent' on page 210 undefined on input line 13588. [210] [211] LaTeX Warning: Hyper reference `explanation/cryptography/crypto_stream_agent:go pkg.in/macaroon.v2' on page 212 undefined on input line 13671. LaTeX Warning: Hyper reference `explanation/cryptography/crypto_stream_gateway: gopkg.in/macaroon.v2' on page 212 undefined on input line 13724. [212] [213] [214] LaTeX Warning: Hyper reference `explanation/platforms:sec-null-platform' on pag e 215 undefined on input line 13949. LaTeX Warning: Hyper reference `explanation/capacity-planning:sec-gpu-slots' on page 215 undefined on input line 13961. LaTeX Warning: Hyper reference `reference/supported-rendering-resources:sec-sup ported-gpus' on page 215 undefined on input line 13970. [215] LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-resources' on page 216 undefined on input line 13983. LaTeX Warning: Hyper reference `explanation/addons:exp-addons' on page 216 unde fined on input line 13993. LaTeX Warning: Hyper reference `reference/application-manifest:ref-application- manifest' on page 216 undefined on input line 13997. LaTeX Warning: Hyper reference `reference/supported-rendering-resources:ref-ren dering-resources' on page 216 undefined on input line 14001. LaTeX Warning: Hyper reference `howto/addons/backup-and-restore-example:howto-b ackup-restore-example' on page 216 undefined on input line 14099. [216] LaTeX Warning: Hyper reference `explanation/applications:sec-application-bootst rap' on page 217 undefined on input line 14111. LaTeX Warning: Hyper reference `explanation/applications:exp-applications' on p age 217 undefined on input line 14120. LaTeX Warning: Hyper reference `reference/provided-images:ref-provided-images' on page 217 undefined on input line 14120. LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-watchdog' on page 217 undefined on input line 14123. [217] LaTeX Warning: Hyper reference `howto/instance/view-instance-logs:howto-view-in stance-logs' on page 218 undefined on input line 14168. [218 <./instance_start.png>] Overfull \hbox (10.34161pt too wide) in paragraph at lines 14208--14211 \T1/qtm/m/n/10 its run-time. [] [219 <./instance_stop.png>] Underfull \hbox (badness 10000) in paragraph at lines 14289--14289 []\T1/qhv/m/n/10 Sta- Overfull \hbox (10.79605pt too wide) in paragraph at lines 14289--14289 []\T1/txtt/m/n/10 created| Overfull \hbox (16.04604pt too wide) in paragraph at lines 14289--14289 []\T1/txtt/m/n/10 prepared| Overfull \hbox (10.79605pt too wide) in paragraph at lines 14289--14289 []\T1/txtt/m/n/10 started| Overfull \hbox (10.79605pt too wide) in paragraph at lines 14289--14289 []\T1/txtt/m/n/10 running| Overfull \hbox (10.79605pt too wide) in paragraph at lines 14289--14289 []\T1/txtt/m/n/10 stopped| Overfull \hbox (10.79605pt too wide) in paragraph at lines 14289--14289 []\T1/txtt/m/n/10 deleted| Overfull \hbox (10.79605pt too wide) in paragraph at lines 14289--14289 []\T1/txtt/m/n/10 unknown| LaTeX Warning: Hyper reference `howto/instance/view-instance-logs:sec-view-stor ed-logs' on page 220 undefined on input line 14294. LaTeX Warning: Hyper reference `explanation/addons:exp-addons' on page 220 unde fined on input line 14313. LaTeX Warning: Hyper reference `howto/instance/access-instance:howto-access-ins tance' on page 220 undefined on input line 14321. LaTeX Warning: Hyper reference `howto/instance/backup-restore-application-data: howto-backup-restore-application-data' on page 220 undefined on input line 1432 5. LaTeX Warning: Hyper reference `howto/instance/create-instance:howto-create-ins tance' on page 220 undefined on input line 14329. LaTeX Warning: Hyper reference `howto/instance/configure-geographic-location:ho wto-configure-geographic-location' on page 220 undefined on input line 14333. LaTeX Warning: Hyper reference `howto/instance/delete-instance:howto-delete-ins tance' on page 220 undefined on input line 14337. LaTeX Warning: Hyper reference `howto/instance/expose-services:howto-expose-ser vices' on page 220 undefined on input line 14341. LaTeX Warning: Hyper reference `howto/instance/list-instances:howto-list-instan ces' on page 220 undefined on input line 14345. LaTeX Warning: Hyper reference `howto/instance/start-instance:howto-start-insta nce' on page 220 undefined on input line 14349. LaTeX Warning: Hyper reference `howto/instance/stop-instance:howto-stop-instanc e' on page 220 undefined on input line 14353. [220] LaTeX Warning: Hyper reference `howto/instance/view-instance-logs:howto-view-in stance-logs' on page 221 undefined on input line 14357. LaTeX Warning: Hyper reference `howto/application/wait-for-application:howto-wa it-for-application' on page 221 undefined on input line 14361. LaTeX Warning: Hyper reference `howto/anbox/benchmarks:howto-run-benchmarks' on page 221 undefined on input line 14466. LaTeX Warning: Hyper reference `reference/perf-benchmarks:ref-performance-bench marks' on page 221 undefined on input line 14469. LaTeX Warning: Hyper reference `explanation/capacity-planning:exp-capacity-plan ning' on page 221 undefined on input line 14481. [221] LaTeX Warning: Hyper reference `reference/requirements:ref-requirements' on pag e 222 undefined on input line 14521. LaTeX Warning: Hyper reference `explanation/anbox-cloud:sec-lxd-storage' on pag e 222 undefined on input line 14524. [222] LaTeX Warning: Hyper reference `explanation/capacity-planning:exp-capacity-plan ning' on page 223 undefined on input line 14567. LaTeX Warning: Hyper reference `howto/anbox/benchmarks:howto-run-benchmarks' on page 223 undefined on input line 14571. LaTeX Warning: Hyper reference `reference/hooks:ref-hooks' on page 223 undefine d on input line 14575. [223] LaTeX Warning: Hyper reference `reference/requirements:ref-requirements' on pag e 224 undefined on input line 14591. LaTeX Warning: Hyper reference `reference/requirements:ref-requirements' on pag e 224 undefined on input line 14600. LaTeX Warning: Hyper reference `explanation/aar:exp-aar' on page 224 undefined on input line 14626. LaTeX Warning: Hyper reference `howto/aar/deploy:howto-deploy-aar' on page 224 undefined on input line 14630. LaTeX Warning: Hyper reference `howto/aar/configure:howto-configure-aar' on pag e 224 undefined on input line 14634. LaTeX Warning: Hyper reference `reference/requirements:ref-requirements' on pag e 224 undefined on input line 14648. LaTeX Warning: Hyper reference `explanation/capacity-planning:exp-capacity-plan ning' on page 224 undefined on input line 14656. [224] LaTeX Warning: Hyper reference `howto/install/enable-high-availability:howto-en able-ha' on page 225 undefined on input line 14670. LaTeX Warning: Hyper reference `explanation/anbox-security:exp-security' on pag e 225 undefined on input line 14685. LaTeX Warning: Hyper reference `reference/roadmap:ref-roadmap' on page 225 unde fined on input line 14694. [225] LaTeX Warning: Hyper reference `explanation/platforms:exp-platforms' on page 22 6 undefined on input line 14732. LaTeX Warning: Hyper reference `reference/prometheus:ref-prometheus-metrics' on page 226 undefined on input line 14743. LaTeX Warning: Hyper reference `explanation/performance:exp-performance' on pag e 226 undefined on input line 14743. LaTeX Warning: Hyper reference `howto/update/upgrade-anbox:howto-upgrade-anbox- cloud' on page 226 undefined on input line 14755. LaTeX Warning: Hyper reference `reference/roadmap:ref-roadmap' on page 226 unde fined on input line 14758. [226] [227 <./NVIDIA_pipeline.png (PNG copy)>] LaTeX Warning: File `{images/rendering-pipelines/Intel_AMD_pipeline.png}.png' n ot found on input line 14811. LaTeX Warning: File `{images/rendering-pipelines/Intel_AMD_pipeline.png}.png' n ot found on input line 14811. ! Package pdftex.def Error: File `images/rendering-pipelines/Intel_AMD_pipeline .png.png' not found: using draft setting. See the pdftex.def package documentation for explanation. Type H for immediate help. ... l.14811 ...-pipelines/Intel_AMD_pipeline.png}.png} LaTeX Warning: Hyper reference `reference/supported-rendering-resources:ref-ren dering-resources' on page 228 undefined on input line 14821. [228] LaTeX Warning: Hyper reference `reference/application-manifest:ref-application- manifest' on page 229 undefined on input line 14874. LaTeX Warning: Hyper reference `reference/roadmap:ref-roadmap' on page 229 unde fined on input line 14894. LaTeX Warning: Hyper reference `reference/ams-configuration:ref-ams-configurati on' on page 229 undefined on input line 14898. Underfull \hbox (badness 10000) in paragraph at lines 14897--14899 []\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 229 undefined on input line 14910. [229] LaTeX Warning: Hyper reference `explanation/capacity-planning:sec-gpu-slots' on page 230 undefined on input line 15041. [230] LaTeX Warning: Hyper reference `reference/ams-configuration:ref-ams-configurati on' on page 231 undefined on input line 15060. LaTeX Warning: Hyper reference `reference/ams-configuration:ref-ams-configurati on' on page 231 undefined on input line 15066. LaTeX Warning: Hyper reference `reference/release-notes/release-notes:ref-relea se-notes' on page 231 undefined on input line 15075. [231] [232] [233] LaTeX Warning: Hyper reference `explanation/platforms:exp-platforms' on page 23 4 undefined on input line 15392. LaTeX Warning: Hyper reference `reference/roadmap:ref-roadmap' on page 234 unde fined on input line 15460. LaTeX Warning: Hyper reference `reference/release-notes/release-notes:ref-relea se-notes' on page 234 undefined on input line 15460. LaTeX Warning: Hyper reference `reference/deprecation-notices:ref-deprecation-n otes' on page 234 undefined on input line 15460. LaTeX Warning: Hyper reference `reference/component-versions:ref-component-vers ions' on page 234 undefined on input line 15460. LaTeX Warning: Hyper reference `reference/supported-versions:ref-supported-vers ions' on page 234 undefined on input line 15460. LaTeX Warning: Hyper reference `reference/roadmap:ref-roadmap' on page 234 unde fined on input line 15460. LaTeX Warning: Hyper reference `reference/release-notes/release-notes:ref-relea se-notes' on page 234 undefined on input line 15460. LaTeX Warning: Hyper reference `reference/deprecation-notices:ref-deprecation-n otes' on page 234 undefined on input line 15460. LaTeX Warning: Hyper reference `reference/component-versions:ref-component-vers ions' on page 234 undefined on input line 15460. LaTeX Warning: Hyper reference `reference/supported-versions:ref-supported-vers ions' on page 234 undefined on input line 15460. LaTeX Warning: Hyper reference `reference/requirements:ref-requirements' on pag e 234 undefined on input line 15562. LaTeX Warning: Hyper reference `reference/provided-images:ref-provided-images' on page 234 undefined on input line 15562. LaTeX Warning: Hyper reference `reference/supported-rendering-resources:ref-ren dering-resources' on page 234 undefined on input line 15562. LaTeX Warning: Hyper reference `reference/supported-codecs:ref-codecs' on page 234 undefined on input line 15562. LaTeX Warning: Hyper reference `reference/android-features:ref-android-features ' on page 234 undefined on input line 15562. LaTeX Warning: Hyper reference `reference/anbox-features:ref-aosp-aaos' on page 234 undefined on input line 15562. LaTeX Warning: Hyper reference `reference/api-reference:ref-api' on page 234 un defined on input line 15562. LaTeX Warning: Hyper reference `reference/sdks:ref-sdks' on page 234 undefined on input line 15562. LaTeX Warning: Hyper reference `reference/network-ports:ref-network-ports' on p age 234 undefined on input line 15562. LaTeX Warning: Hyper reference `reference/addon-manifest:ref-addon-manifest' on page 234 undefined on input line 15562. LaTeX Warning: Hyper reference `reference/hooks:ref-hooks' on page 234 undefine d on input line 15562. LaTeX Warning: Hyper reference `reference/requirements:ref-requirements' on pag e 234 undefined on input line 15562. LaTeX Warning: Hyper reference `reference/provided-images:ref-provided-images' on page 234 undefined on input line 15562. LaTeX Warning: Hyper reference `reference/supported-rendering-resources:ref-ren dering-resources' on page 234 undefined on input line 15562. LaTeX Warning: Hyper reference `reference/supported-codecs:ref-codecs' on page 234 undefined on input line 15562. LaTeX Warning: Hyper reference `reference/android-features:ref-android-features ' on page 234 undefined on input line 15562. LaTeX Warning: Hyper reference `reference/anbox-features:ref-aosp-aaos' on page 234 undefined on input line 15562. LaTeX Warning: Hyper reference `reference/api-reference:ref-api' on page 234 un defined on input line 15562. LaTeX Warning: Hyper reference `reference/sdks:ref-sdks' on page 234 undefined on input line 15562. LaTeX Warning: Hyper reference `reference/network-ports:ref-network-ports' on p age 234 undefined on input line 15562. LaTeX Warning: Hyper reference `reference/addon-manifest:ref-addon-manifest' on page 234 undefined on input line 15562. LaTeX Warning: Hyper reference `reference/hooks:ref-hooks' on page 234 undefine d on input line 15562. [234] LaTeX Warning: Hyper reference `reference/appliance-preseed:ref-appliance-prese ed-config' on page 235 undefined on input line 15615. LaTeX Warning: Hyper reference `reference/ams-configuration:ref-ams-configurati on' on page 235 undefined on input line 15615. LaTeX Warning: Hyper reference `reference/application-manifest:ref-application- manifest' on page 235 undefined on input line 15615. LaTeX Warning: Hyper reference `reference/webrtc-streamer:ref-webrtc' on page 2 35 undefined on input line 15615. LaTeX Warning: Hyper reference `reference/appliance-preseed:ref-appliance-prese ed-config' on page 235 undefined on input line 15615. LaTeX Warning: Hyper reference `reference/ams-configuration:ref-ams-configurati on' on page 235 undefined on input line 15615. LaTeX Warning: Hyper reference `reference/application-manifest:ref-application- manifest' on page 235 undefined on input line 15615. LaTeX Warning: Hyper reference `reference/webrtc-streamer:ref-webrtc' on page 2 35 undefined on input line 15615. LaTeX Warning: Hyper reference `reference/cmd-ref/amc-command-reference/landing :ref-amc-commands' on page 235 undefined on input line 15654. LaTeX Warning: Hyper reference `reference/cmd-ref/appliance-command-reference/l anding:ref-appliance-commands' on page 235 undefined on input line 15654. LaTeX Warning: Hyper reference `reference/cmd-ref/amc-command-reference/landing :ref-amc-commands' on page 235 undefined on input line 15654. LaTeX Warning: Hyper reference `reference/cmd-ref/appliance-command-reference/l anding:ref-appliance-commands' on page 235 undefined on input line 15654. LaTeX Warning: Hyper reference `reference/prometheus:ref-prometheus-metrics' on page 235 undefined on input line 15693. LaTeX Warning: Hyper reference `reference/perf-benchmarks:ref-performance-bench marks' on page 235 undefined on input line 15693. LaTeX Warning: Hyper reference `reference/prometheus:ref-prometheus-metrics' on page 235 undefined on input line 15693. LaTeX Warning: Hyper reference `reference/perf-benchmarks:ref-performance-bench marks' on page 235 undefined on input line 15693. LaTeX Warning: Hyper reference `reference/license-information:ref-license-infor mation' on page 235 undefined on input line 15729. LaTeX Warning: Hyper reference `reference/glossary:ref-glossary' on page 235 un defined on input line 15729. LaTeX Warning: Hyper reference `reference/license-information:ref-license-infor mation' on page 235 undefined on input line 15729. LaTeX Warning: Hyper reference `reference/glossary:ref-glossary' on page 235 un defined on input line 15729. LaTeX Warning: Hyper reference `tutorial/landing:tutorials' on page 235 undefin ed on input line 15734. LaTeX Warning: Hyper reference `howto/landing:how-to-guides' on page 235 undefi ned on input line 15734. LaTeX Warning: Hyper reference `explanation/landing:explanation' on page 235 un defined on input line 15734. [235] Overfull \hbox (6.23364pt too wide) in paragraph at lines 15817--15817 []\T1/qhv/m/n/10 Type| Overfull \hbox (7.83365pt too wide) in paragraph at lines 15817--15817 []\T1/qtm/m/n/10 string| Overfull \hbox (24.62502pt too wide) in paragraph at lines 15817--15817 []\T1/txtt/m/n/10 description| Overfull \hbox (7.83365pt too wide) in paragraph at lines 15817--15817 []\T1/qtm/m/n/10 string| Overfull \hbox (14.12505pt too wide) in paragraph at lines 15817--15817 []\T1/txtt/m/n/10 provides. Overfull \hbox (24.62502pt too wide) in paragraph at lines 15817--15817 \T1/txtt/m/n/10 abi[]support| Overfull \hbox (7.83365pt too wide) in paragraph at lines 15817--15817 []\T1/qtm/m/n/10 string Underfull \hbox (badness 10000) in paragraph at lines 15817--15817 \T1/qtm/m/n/10 ar- Underfull \hbox (badness 10000) in paragraph at lines 15817--15817 []\T1/txtt/m/n/10 arm64[]v8a\T1/qtm/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 15817--15817 []\T1/txtt/m/n/10 hooks. Overfull \hbox (3.62508pt too wide) in paragraph at lines 15817--15817 \T1/txtt/m/n/10 timeout| Overfull \hbox (7.83365pt too wide) in paragraph at lines 15817--15817 []\T1/qtm/m/n/10 string| LaTeX Warning: Hyper reference `tutorial/creating-addon:tut-create-addon' on pa ge 236 undefined on input line 15826. LaTeX Warning: Hyper reference `howto/addons/create-addon:howto-create-addons' on page 236 undefined on input line 15830. LaTeX Warning: Hyper reference `howto/addons/landing:howto-addons' on page 236 undefined on input line 15834. LaTeX Warning: Hyper reference `howto/addons/enable-addons-globally:howto-enabl e-addons-globally' on page 236 undefined on input line 15914. LaTeX Warning: Hyper reference `howto/application/update-application:sec-publis h-app-versions' on page 236 undefined on input line 15921. LaTeX Warning: Hyper reference `howto/application/update-application:sec-config ure-automatic-app-updates' on page 236 undefined on input line 15928. LaTeX Warning: Hyper reference `explanation/performance:exp-performance' on pag e 236 undefined on input line 16012. LaTeX Warning: Hyper reference `explanation/aar:exp-aar' on page 236 undefined on input line 16124. LaTeX Warning: Hyper reference `explanation/aar:exp-aar' on page 236 undefined on input line 16131. LaTeX Warning: Hyper reference `explanation/aar:exp-aar' on page 236 undefined on input line 16138. LaTeX Warning: Hyper reference `explanation/aar:exp-aar' on page 236 undefined on input line 16145. LaTeX Warning: Hyper reference `explanation/aar:exp-aar' on page 236 undefined on input line 16152. Overfull \hbox (1814.86357pt too wide) in alignment at lines 15886--16162 [] [] Package longtable Warning: Column widths have changed (longtable) in table 1 on input line 16162. [236] LaTeX Warning: Hyper reference `explanation/capacity-planning:sec-over-committi ng' on page 237 undefined on input line 16258. LaTeX Warning: Hyper reference `explanation/capacity-planning:sec-gpu-slots' on page 237 undefined on input line 16258. LaTeX Warning: Hyper reference `explanation/capacity-planning:sec-over-committi ng' on page 237 undefined on input line 16258. LaTeX Warning: Hyper reference `explanation/capacity-planning:sec-over-committi ng' on page 237 undefined on input line 16258. LaTeX Warning: Hyper reference `explanation/capacity-planning:sec-gpu-slots' on page 237 undefined on input line 16258. LaTeX Warning: Hyper reference `explanation/capacity-planning:sec-over-committi ng' on page 237 undefined on input line 16258. LaTeX Warning: Hyper reference `howto/cluster/configure-nodes:howto-configure-c luster-nodes' on page 237 undefined on input line 16263. [237] [238] [239] [240] LaTeX Warning: Hyper reference `howto/anbox/control-ams-remotely:howto-access-a ms-remote' on page 241 undefined on input line 16629. [241] LaTeX Warning: Hyper reference `howto/install/deploy-juju:howto-deploy-anbox-ju ju' on page 242 undefined on input line 16770. LaTeX Warning: Hyper reference `reference/anbox-https-api:anbox-https-api' on p age 242 undefined on input line 16818. [242] [243] [244] [245] [246] [247] LaTeX Warning: Hyper reference `reference/anbox-https-api:sec-anbox-https-api-1 -0' on page 248 undefined on input line 17286. LaTeX Warning: Hyper reference `reference/anbox-https-api:sec-anbox-https-api-l ocation' on page 248 undefined on input line 17290. LaTeX Warning: Hyper reference `reference/anbox-https-api:sec-anbox-https-api-c amera' on page 248 undefined on input line 17294. LaTeX Warning: Hyper reference `reference/anbox-https-api:sec-anbox-https-api-c ameradata' on page 248 undefined on input line 17298. LaTeX Warning: Hyper reference `reference/anbox-https-api:sec-anbox-https-api-s ensors' on page 248 undefined on input line 17304. LaTeX Warning: Hyper reference `reference/anbox-https-api:sec-anbox-https-api-t racing' on page 248 undefined on input line 17308. LaTeX Warning: Hyper reference `reference/anbox-https-api:sec-anbox-https-api-p latform' on page 248 undefined on input line 17312. LaTeX Warning: Hyper reference `reference/anbox-https-api:sec-anbox-https-api-v hal' on page 248 undefined on input line 17316. LaTeX Warning: Hyper reference `reference/anbox-https-api:sec-anbox-https-api-v halconfig' on page 248 undefined on input line 17320. [248] Underfull \hbox (badness 10000) in paragraph at lines 17409--17411 []\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/ [249] [250] Underfull \hbox (badness 10000) in paragraph at lines 17529--17531 []\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/ [251] [252] Underfull \hbox (badness 10000) in paragraph at lines 17652--17654 []\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/ [253] Underfull \hbox (badness 10000) in paragraph at lines 17726--17728 []\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/ [254] Underfull \hbox (badness 10000) in paragraph at lines 17812--17814 []\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 17812--17814 \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": [255] Underfull \hbox (badness 10000) in paragraph at lines 17937--17939 []\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/ [256] Underfull \hbox (badness 10000) in paragraph at lines 18027--18029 []\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/ Underfull \hbox (badness 10000) in paragraph at lines 18140--18140 []\T1/qhv/m/n/10 Field Underfull \hbox (badness 10000) in paragraph at lines 18140--18140 []\T1/qhv/m/n/10 Avail- Underfull \hbox (badness 10000) in paragraph at lines 18140--18140 \T1/qhv/m/n/10 able Underfull \hbox (badness 10000) in paragraph at lines 18140--18140 []\T1/qhv/m/n/10 Ac- Overfull \hbox (11.08907pt too wide) in paragraph at lines 18140--18140 []\T1/txtt/m/n/10 webrtc| Overfull \hbox (6.75139pt too wide) in paragraph at lines 18140--18140 []\T1/qtm/m/n/10 Boolean| Overfull \hbox (18.3447pt too wide) in paragraph at lines 18140--18140 []\T1/qtm/m/n/10 read/write| Overfull \hbox (11.08907pt too wide) in paragraph at lines 18140--18140 []\T1/txtt/m/n/10 webrtc| Overfull \hbox (30.732pt too wide) in paragraph at lines 18140--18140 []\T1/txtt/m/n/10 stream_active| Overfull \hbox (6.75139pt too wide) in paragraph at lines 18140--18140 []\T1/qtm/m/n/10 Boolean| [257] LaTeX Warning: Hyper reference `reference/anbox-https-api:10vhalconfig' on page 258 undefined on input line 18190. [258] LaTeX Warning: Hyper reference `reference/anbox-https-api:10vhalconfig' on page 259 undefined on input line 18221. [259] [260] [261] LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-instance-type' on page 262 undefined on input line 18807. LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-image' on page 262 undefined on input line 18807. LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-video-encoder' on page 262 undefined on input line 18807. LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-watchdog' on page 262 undefined on input line 18807. LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-services' on page 262 undefined on input line 18807. LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-resources' on page 262 undefined on input line 18807. LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-extra-data' on page 262 undefined on input line 18807. LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-hooks' on page 262 undefined on input line 18807. LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-bootstrap' on page 262 undefined on input line 18807. LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-node-selector' on page 262 undefined on input line 18807. Overfull \hbox (3.83052pt too wide) in paragraph at lines 18807--18807 []\T1/qhv/m/n/10 Value Overfull \hbox (1.69052pt too wide) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 string| Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Overfull \hbox (1.69052pt too wide) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 string| Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Overfull \hbox (29.7735pt too wide) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 instance[]type| Overfull \hbox (1.69052pt too wide) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 string| LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-instance-type' on page 262 undefined on input line 18807. Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Dep-re- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 cated Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 since Overfull \hbox (66.52339pt too wide) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 required[]permissions| Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 ar-ray Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 of Overfull \hbox (5.58052pt too wide) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 strings| Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 image Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 (op- Overfull \hbox (1.69052pt too wide) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 string| LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-image' on page 262 undefined on input line 18807. Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 addons Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 tags Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Overfull \hbox (24.52351pt too wide) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 boot[]package Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 (op- Overfull \hbox (1.69052pt too wide) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 string| Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 ported Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 on Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 AOSP Overfull \hbox (29.7735pt too wide) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 boot[]activity Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 (op- Overfull \hbox (1.69052pt too wide) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 string| Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 ported Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 on Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 AOSP Overfull \hbox (29.7735pt too wide) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 video[]encoder Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 (op- Overfull \hbox (1.69052pt too wide) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 string| LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-video-encoder' on page 262 undefined on input line 18807. Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Overfull \hbox (3.52357pt too wide) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 watchdog Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 (op- LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-watchdog' on page 262 undefined on input line 18807. Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Overfull \hbox (3.52357pt too wide) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 services Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 (op- LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-services' on page 262 undefined on input line 18807. Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Overfull \hbox (8.77356pt too wide) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 resources Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 (op- LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-resources' on page 262 undefined on input line 18807. Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Overfull \hbox (14.02354pt too wide) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 extra[]data Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 (op- LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-extra-data' on page 262 undefined on input line 18807. Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 hooks Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 ob- LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-hooks' on page 262 undefined on input line 18807. Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Overfull \hbox (8.77356pt too wide) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 bootstrap Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 ob- LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-bootstrap' on page 262 undefined on input line 18807. Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Overfull \hbox (3.52357pt too wide) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 features Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Overfull \hbox (29.7735pt too wide) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 node[]selector Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 (op- LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-node-selector' on page 262 undefined on input line 18807. Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- [262] Overfull \vbox (73.70886pt too high) has occurred while \output is active [263] LaTeX Warning: Hyper reference `reference/application-manifest:resources' on pa ge 264 undefined on input line 18816. LaTeX Warning: Hyper reference `howto/anbox/manage-images:howto-manage-images' on page 264 undefined on input line 19020. LaTeX Warning: Hyper reference `howto/cluster/configure-nodes:sec-tags' on page 264 undefined on input line 19030. [264] Overfull \hbox (11.51488pt too wide) in paragraph at lines 19086--19086 []\T1/txtt/m/n/10 gpu[]preferred| Overfull \hbox (8.21721pt too wide) in paragraph at lines 19147--19147 []\T1/txtt/m/n/10 allowed[]packages| Underfull \hbox (badness 10000) in paragraph at lines 19147--19147 []\T1/qtm/m/n/10 ar-ray of [265] LaTeX Warning: Hyper reference `explanation/resources:exp-resources-presets' on page 266 undefined on input line 19347. [266] Underfull \hbox (badness 10000) in paragraph at lines 19426--19426 []\T1/qhv/m/n/10 Value Underfull \hbox (badness 10000) in paragraph at lines 19426--19426 []\T1/txtt/m/n/10 permissions \T1/qtm/m/n/10 (op- Overfull \hbox (3.63272pt too wide) in paragraph at lines 19561--19561 []\T1/qhv/m/n/10 Type| Overfull \hbox (9.8817pt too wide) in paragraph at lines 19561--19561 []\T1/txtt/m/n/10 permissions| [267] LaTeX Warning: Hyper reference `reference/hooks:ref-hooks' on page 268 undefine d on input line 19606. LaTeX Warning: Hyper reference `reference/hooks:sec-env-variables' on page 268 undefined on input line 19645. Overfull \hbox (11.62366pt too wide) in paragraph at lines 19645--19645 []\T1/qhv/m/n/10 Name| Overfull \hbox (3.19891pt too wide) in paragraph at lines 19645--19645 []\T1/qhv/m/n/10 Value Overfull \hbox (6.0036pt too wide) in paragraph at lines 19645--19645 []\T1/txtt/m/n/10 keep| LaTeX Warning: Hyper reference `reference/hooks:sec-env-variables' on page 268 undefined on input line 19645. [268] [269] Underfull \hbox (badness 10000) in paragraph at lines 19962--19964 []\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 [270] [271] [272] [273] [274] [275] [276] [277] [278] LaTeX Warning: Hyper reference `reference/addon-manifest:ref-addon-manifest' on page 279 undefined on input line 22271. LaTeX Warning: Hyper reference `reference/sdks:sec-ams-sdk' on page 279 undefin ed on input line 22289. LaTeX Warning: Hyper reference `howto/instance/backup-restore-application-data: howto-backup-restore-application-data' on page 279 undefined on input line 2230 0. LaTeX Warning: Hyper reference `explanation/aar:exp-aar' on page 279 undefined on input line 22307. LaTeX Warning: Hyper reference `explanation/anbox-cloud:exp-anbox-cloud' on pag e 279 undefined on input line 22314. LaTeX Warning: Hyper reference `explanation/anbox-cloud:sec-variants' on page 2 79 undefined on input line 22321. [279] LaTeX Warning: Hyper reference `reference/glossary:control-node' on page 280 un defined on input line 22329. LaTeX Warning: Hyper reference `explanation/ams:exp-ams' on page 280 undefined on input line 22341. LaTeX Warning: Hyper reference `reference/sdks:sec-platform-sdk' on page 280 un defined on input line 22348. LaTeX Warning: Hyper reference `howto/instance/access-instance:howto-access-ins tance' on page 280 undefined on input line 22355. LaTeX Warning: Hyper reference `reference/sdks:sec-streaming-sdk' on page 280 u ndefined on input line 22362. LaTeX Warning: Hyper reference `explanation/applications:exp-applications' on p age 280 undefined on input line 22398. [280] LaTeX Warning: Hyper reference `explanation/instances:sec-application-raw-insta nces' on page 281 undefined on input line 22405. LaTeX Warning: Hyper reference `reference/application-manifest:ref-application- manifest' on page 281 undefined on input line 22412. LaTeX Warning: Hyper reference `explanation/instances:sec-regular-base-instance s' on page 281 undefined on input line 22419. LaTeX Warning: Hyper reference `explanation/applications:sec-application-bootst rap' on page 281 undefined on input line 22430. LaTeX Warning: Hyper reference `explanation/anbox-cloud:exp-anbox-cloud' on pag e 281 undefined on input line 22463. LaTeX Warning: Hyper reference `howto/install/enable-high-availability:howto-en able-ha' on page 281 undefined on input line 22481. LaTeX Warning: Hyper reference `reference/hooks:ref-hooks' on page 281 undefine d on input line 22488. [281] LaTeX Warning: Hyper reference `howto/anbox/manage-images:howto-manage-images' on page 282 undefined on input line 22498. LaTeX Warning: Hyper reference `reference/provided-images:ref-provided-images' on page 282 undefined on input line 22498. LaTeX Warning: Hyper reference `explanation/instances:exp-instances' on page 28 2 undefined on input line 22505. LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-instance-type' on page 282 undefined on input line 22512. LaTeX Warning: Hyper reference `reference/glossary:control-node' on page 282 un defined on input line 22539. LaTeX Warning: Hyper reference `explanation/platforms:exp-platforms' on page 28 2 undefined on input line 22553. [282] LaTeX Warning: Hyper reference `explanation/instances:sec-application-raw-insta nces' on page 283 undefined on input line 22567. LaTeX Warning: Hyper reference `explanation/instances:sec-regular-base-instance s' on page 283 undefined on input line 22574. LaTeX Warning: Hyper reference `explanation/application-streaming:exp-applicati on-streaming' on page 283 undefined on input line 22588. LaTeX Warning: Hyper reference `explanation/platforms:exp-platforms' on page 28 3 undefined on input line 22602. LaTeX Warning: Hyper reference `explanation/application-streaming:exp-applicati on-streaming' on page 283 undefined on input line 22609. LaTeX Warning: Hyper reference `explanation/application-streaming:exp-applicati on-streaming' on page 283 undefined on input line 22616. LaTeX Warning: Hyper reference `explanation/application-streaming:exp-applicati on-streaming' on page 283 undefined on input line 22623. [283] LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-watchdog' on page 284 undefined on input line 22648. LaTeX Warning: Hyper reference `explanation/web-dashboard:exp-web-dashboard' on page 284 undefined on input line 22655. Underfull \hbox (badness 5563) in paragraph at lines 22741--22741 []\T1/qtm/m/n/10 in-stall (dep- Underfull \hbox (badness 10000) in paragraph at lines 22741--22741 []\T1/qtm/m/n/10 pre-pare LaTeX Warning: Hyper reference `howto/instance/view-instance-logs:howto-view-in stance-logs' on page 284 undefined on input line 22746. [284] Overfull \hbox (12.2465pt too wide) in paragraph at lines 22861--22861 []\T1/txtt/m/n/10 ADDON_DIR| Overfull \hbox (1.74654pt too wide) in paragraph at lines 22861--22861 []\T1/txtt/m/n/10 APP_DIR| Overfull \hbox (12.2465pt too wide) in paragraph at lines 22861--22861 []\T1/txtt/m/n/10 ANBOX_DIR| Overfull \hbox (38.49643pt too wide) in paragraph at lines 22861--22861 []\T1/txtt/m/n/10 ANDROID_ROOTFS| Overfull \hbox (27.99646pt too wide) in paragraph at lines 22861--22861 []\T1/txtt/m/n/10 BOOT_PACKAGE| Overfull \hbox (38.49643pt too wide) in paragraph at lines 22861--22861 []\T1/txtt/m/n/10 CONTAINER_TYPE| Underfull \hbox (badness 10000) in paragraph at lines 22861--22861 \T1/qtm/m/n/10 vari-able is now dep-re-cated. Use Overfull \hbox (33.24644pt too wide) in paragraph at lines 22861--22861 []\T1/txtt/m/n/10 INSTANCE_TYPE| Overfull \hbox (43.74641pt too wide) in paragraph at lines 22861--22861 []\T1/txtt/m/n/10 ANBOX_EXIT_CODE| [285 <./addons-reference-hook-order.png>] Underfull \hbox (badness 10000) in paragraph at lines 22935--22935 []\T1/qhv/m/n/10 Soft-ware Underfull \hbox (badness 10000) in paragraph at lines 22935--22935 \T1/qhv/m/n/10 com-po- Underfull \hbox (badness 10000) in paragraph at lines 22935--22935 []\T1/qtm/m/n/10 LXD [286] Underfull \hbox (badness 10000) in paragraph at lines 23268--23268 []\T1/qhv/m/n/10 Pro-to- Underfull \hbox (badness 10000) in paragraph at lines 23268--23268 []\T1/qtm/m/n/10 HTTPS Prometheus end- Underfull \hbox (badness 10000) in paragraph at lines 23268--23268 []\T1/qtm/m/n/10 10000- Underfull \hbox (badness 10000) in paragraph at lines 23268--23268 []\T1/qtm/m/n/10 UDP & Underfull \hbox (badness 10000) in paragraph at lines 23268--23268 []\T1/qtm/m/n/10 An-box Cloud Underfull \hbox (badness 10000) in paragraph at lines 23268--23268 []\T1/qtm/m/n/10 An-box Stream Underfull \hbox (badness 10000) in paragraph at lines 23268--23268 []\T1/qtm/m/n/10 An-box Stream Underfull \hbox (badness 10000) in paragraph at lines 23268--23268 []\T1/qtm/m/n/10 An-box Stream Underfull \hbox (badness 10000) in paragraph at lines 23268--23268 []\T1/qtm/m/n/10 50000- Underfull \hbox (badness 10000) in paragraph at lines 23473--23473 []\T1/qhv/m/n/10 Pro-to- Underfull \hbox (badness 10000) in paragraph at lines 23473--23473 []\T1/qhv/m/n/10 Re- Overfull \hbox (0.63031pt too wide) in paragraph at lines 23473--23473 \T1/qhv/m/n/10 quired| Underfull \hbox (badness 10000) in paragraph at lines 23473--23473 []\T1/qtm/m/n/10 10000- Underfull \hbox (badness 10000) in paragraph at lines 23473--23473 []\T1/qtm/m/n/10 60000- Underfull \hbox (badness 10000) in paragraph at lines 23473--23473 []\T1/qtm/m/n/10 An-box Stream Underfull \hbox (badness 10000) in paragraph at lines 23473--23473 []\T1/qtm/m/n/10 An-box Stream Underfull \hbox (badness 10000) in paragraph at lines 23473--23473 []\T1/qtm/m/n/10 An-box Cloud [287] LaTeX Warning: Hyper reference `howto/anbox/benchmarks:howto-run-benchmarks' on page 288 undefined on input line 23486. LaTeX Warning: Hyper reference `explanation/gpus-instances:sec-sw-rendering-vid eo-encoding' on page 288 undefined on input line 23503. [288] Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 []\T1/qhv/m/n/10 An-box Cloud Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 []\T1/qhv/m/n/10 Res-o- Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 []\T1/qhv/m/n/10 Ap-pli- Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 []\T1/qhv/m/n/10 # Con- Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 []\T1/qhv/m/n/10 Avg. Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 []\T1/qtm/m/n/10 Am-pere Al-tra + 1x Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 []\T1/qtm/m/n/10 1.11.2 (ap-pli- Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 [][][]\T1/qtm/m/n/10 Bomb- Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 []\T1/qtm/m/n/10 Am-pere Al-tra + 2x Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 []\T1/qtm/m/n/10 1.11.2 (ap-pli- Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 [][][]\T1/qtm/m/n/10 Bomb- Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 []\T1/qtm/m/n/10 Am-pere Al-tra + 1x Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 []\T1/qtm/m/n/10 1.11.2 (ap-pli- Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 [][][]\T1/qtm/m/n/10 Bomb- Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 []\T1/qtm/m/n/10 Am-pere Al-tra + 2x Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 []\T1/qtm/m/n/10 1.11.2 (ap-pli- Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 [][][]\T1/qtm/m/n/10 Bomb- Underfull \hbox (badness 10000) in paragraph at lines 23796--23796 []\T1/qhv/m/n/10 In-stance Underfull \hbox (badness 10000) in paragraph at lines 23796--23796 []\T1/qhv/m/n/10 An-box Cloud Underfull \hbox (badness 10000) in paragraph at lines 23796--23796 []\T1/qhv/m/n/10 Res-o-lu- Underfull \hbox (badness 10000) in paragraph at lines 23796--23796 []\T1/qhv/m/n/10 Avg. Underfull \hbox (badness 10000) in paragraph at lines 23796--23796 []\T1/txtt/m/n/10 m6g. Underfull \hbox (badness 10000) in paragraph at lines 23796--23796 []\T1/qtm/m/n/10 An-droid 10 Underfull \hbox (badness 10000) in paragraph at lines 23796--23796 []\T1/txtt/m/n/10 m5a. Underfull \hbox (badness 10000) in paragraph at lines 23796--23796 []\T1/qtm/m/n/10 An-droid 10 Underfull \hbox (badness 7777) in paragraph at lines 23796--23796 []\T1/qtm/m/n/10 hard-ware / hard- Underfull \hbox (badness 7777) in paragraph at lines 23796--23796 []\T1/qtm/m/n/10 hard-ware / hard- Underfull \hbox (badness 7777) in paragraph at lines 23796--23796 []\T1/qtm/m/n/10 hard-ware / hard- Underfull \hbox (badness 7777) in paragraph at lines 23796--23796 []\T1/qtm/m/n/10 hard-ware / hard- [289] Underfull \hbox (badness 10000) in paragraph at lines 23828--23830 []\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 23845--23847 []\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 Overfull \hbox (32.05202pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_nodes_total| Overfull \hbox (68.80191pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_applications_total| Overfull \hbox (58.30194pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_containers_total| Underfull \hbox (badness 10000) in paragraph at lines 24081--24081 []\T1/qtm/m/n/10 Dep-re-cated since 1.20.0, use Underfull \hbox (badness 10000) in paragraph at lines 24081--24081 \T1/txtt/m/n/10 ams_cluster_instances_total Overfull \hbox (147.55168pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_container_boot_time_seconds_count| Underfull \hbox (badness 10000) in paragraph at lines 24081--24081 []\T1/qtm/m/n/10 Dep-re-cated since 1.20.0, use Overfull \hbox (89.0756pt too wide) in paragraph at lines 24081--24081 \T1/txtt/m/n/10 ams_cluster_instance_boot_time_seconds_count Overfull \hbox (137.1117pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_container_boot_time_seconds_sum| Underfull \hbox (badness 10000) in paragraph at lines 24081--24081 []\T1/qtm/m/n/10 Dep-re-cated since 1.20.0, use Overfull \hbox (78.57564pt too wide) in paragraph at lines 24081--24081 \T1/txtt/m/n/10 ams_cluster_instance_boot_time_seconds_sum Overfull \hbox (152.80167pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_container_boot_time_seconds_bucket| Underfull \hbox (badness 10000) in paragraph at lines 24081--24081 []\T1/qtm/m/n/10 Dep-re-cated since 1.20.0, use Overfull \hbox (94.32559pt too wide) in paragraph at lines 24081--24081 \T1/txtt/m/n/10 ams_cluster_instance_boot_time_seconds_bucket Overfull \hbox (142.3017pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_containers_per_application_total| Underfull \hbox (badness 10000) in paragraph at lines 24081--24081 []\T1/qtm/m/n/10 Dep-re-cated since 1.20.0, use Overfull \hbox (83.82562pt too wide) in paragraph at lines 24081--24081 \T1/txtt/m/n/10 ams_cluster_instances_per_application_total Overfull \hbox (116.05177pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_containers_per_status_total| Underfull \hbox (badness 10000) in paragraph at lines 24081--24081 []\T1/qtm/m/n/10 Dep-re-cated since 1.20.0, use Overfull \hbox (57.5757pt too wide) in paragraph at lines 24081--24081 \T1/txtt/m/n/10 ams_cluster_instances_per_status_total Overfull \hbox (105.5518pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_containers_per_node_total| Underfull \hbox (badness 10000) in paragraph at lines 24081--24081 []\T1/qtm/m/n/10 Dep-re-cated since 1.20.0, use Overfull \hbox (47.07573pt too wide) in paragraph at lines 24081--24081 \T1/txtt/m/n/10 ams_cluster_instances_per_node_total Overfull \hbox (53.05196pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_instances_total| Overfull \hbox (142.3017pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_instance_boot_time_seconds_count| Overfull \hbox (131.86171pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_instance_boot_time_seconds_sum| Overfull \hbox (147.55168pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_instance_boot_time_seconds_bucket| Overfull \hbox (137.05171pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_instances_per_application_total| Overfull \hbox (110.80179pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_instances_per_status_total| Overfull \hbox (100.30182pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_instances_per_node_total| Overfull \hbox (74.0519pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_available_cpu_total| Overfull \hbox (47.80197pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_used_cpu_total| Overfull \hbox (89.80185pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_available_memory_total| Overfull \hbox (63.55193pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_used_memory_total| [290] [291] Underfull \hbox (badness 5985) in paragraph at lines 24161--24163 []\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 24213--24746 [] [] [] Package longtable Warning: Column widths have changed (longtable) in table 2 on input line 24746. [292] Underfull \hbox (badness 10000) in paragraph at lines 24775--24777 []\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 [293] Overfull \hbox (48.26453pt too wide) in paragraph at lines 24927--24927 []\T1/txtt/m/n/10 anbox_stream_gateway_http_request_duration_seconds_bucket| Overfull \hbox (16.76462pt too wide) in paragraph at lines 24927--24927 []\T1/txtt/m/n/10 anbox_stream_gateway_http_request_size_bytes_bucket| Overfull \hbox (22.0146pt too wide) in paragraph at lines 24927--24927 []\T1/txtt/m/n/10 anbox_stream_gateway_http_response_size_bytes_bucket| [294] Underfull \hbox (badness 10000) in paragraph at lines 25102--25104 []\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 [295] Overfull \hbox (28.51556pt too wide) in paragraph at lines 25266--25266 []\T1/txtt/m/n/10 webrtc_frames_encoded| Overfull \hbox (49.5155pt too wide) in paragraph at lines 25266--25266 []\T1/txtt/m/n/10 webrtc_key_frames_encoded| Overfull \hbox (44.26552pt too wide) in paragraph at lines 25266--25266 []\T1/txtt/m/n/10 webrtc_total_encode_time| Overfull \hbox (28.51556pt too wide) in paragraph at lines 25266--25266 []\T1/txtt/m/n/10 webrtc_target_bitrate| Overfull \hbox (7.51563pt too wide) in paragraph at lines 25266--25266 []\T1/txtt/m/n/10 webrtc_bytes_sent| Overfull \hbox (81.01541pt too wide) in paragraph at lines 25266--25266 []\T1/txtt/m/n/10 webrtc_retransmitted_bytes_sent| Overfull \hbox (91.51538pt too wide) in paragraph at lines 25266--25266 []\T1/txtt/m/n/10 webrtc_retransmitted_packets_sent| Overfull \hbox (75.76543pt too wide) in paragraph at lines 25266--25266 []\T1/txtt/m/n/10 webrtc_total_packet_send_delay| Overfull \hbox (18.0156pt too wide) in paragraph at lines 25266--25266 []\T1/txtt/m/n/10 webrtc_packets_sent| Overfull \hbox (7.51563pt too wide) in paragraph at lines 25266--25266 []\T1/txtt/m/n/10 webrtc_nack_count| Overfull \hbox (2.26564pt too wide) in paragraph at lines 25266--25266 []\T1/txtt/m/n/10 webrtc_fir_count| Overfull \hbox (2.26564pt too wide) in paragraph at lines 25266--25266 []\T1/txtt/m/n/10 webrtc_pli_count| Overfull \hbox (2.26564pt too wide) in paragraph at lines 25266--25266 []\T1/txtt/m/n/10 webrtc_sli_count| Overfull \hbox (18.0156pt too wide) in paragraph at lines 25266--25266 []\T1/txtt/m/n/10 webrtc_relay_in_use| [296] LaTeX Warning: Hyper reference `howto/update/upgrade-anbox:howto-upgrade-anbox- cloud' on page 297 undefined on input line 25279. LaTeX Warning: Hyper reference `howto/update/upgrade-appliance:howto-upgrade-ap pliance' on page 297 undefined on input line 25279. LaTeX Warning: Hyper reference `reference/roadmap:ref-roadmap' on page 297 unde fined on input line 25285. [297] [298] [299] LaTeX Warning: Hyper reference `explanation/anbox-cloud:sec-variants' on page 3 00 undefined on input line 26078. [300] LaTeX Warning: Hyper reference `explanation/capacity-planning:exp-capacity-plan ning' on page 301 undefined on input line 26126. LaTeX Warning: Hyper reference `reference/network-ports:ref-network-ports' on p age 301 undefined on input line 26132. [301] [302] Underfull \hbox (badness 10000) in paragraph at lines 26380--26380 []\T1/qhv/m/n/10 Ar-chi-tec- Underfull \hbox (badness 10000) in paragraph at lines 26380--26380 []\T1/qhv/m/n/10 CPU Overfull \hbox (4.55038pt too wide) in paragraph at lines 26380--26380 []\T1/qhv/m/n/10 RAM| Overfull \hbox (2.42513pt too wide) in paragraph at lines 26380--26380 []\T1/qhv/m/n/10 GPUs| Underfull \hbox (badness 10000) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (1.22038pt too wide) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 4GB| Underfull \hbox (badness 10000) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 50GB Underfull \hbox (badness 10000) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (1.22038pt too wide) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 2GB| Underfull \hbox (badness 10000) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 100GB Underfull \hbox (badness 10000) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (1.22038pt too wide) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 8GB| Underfull \hbox (badness 10000) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 100GB Underfull \hbox (badness 10000) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (1.22038pt too wide) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 8GB| Underfull \hbox (badness 10000) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 100GB Underfull \hbox (badness 10000) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (6.22038pt too wide) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 16GB| Underfull \hbox (badness 10000) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 200GB Underfull \hbox (badness 10000) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 op- Underfull \hbox (badness 10000) in paragraph at lines 26483--26483 []\T1/qhv/m/n/10 Ar-chi-tec- Underfull \hbox (badness 10000) in paragraph at lines 26483--26483 []\T1/qhv/m/n/10 CPU Overfull \hbox (4.55038pt too wide) in paragraph at lines 26483--26483 []\T1/qhv/m/n/10 RAM| Overfull \hbox (2.42513pt too wide) in paragraph at lines 26483--26483 []\T1/qhv/m/n/10 GPUs| Underfull \hbox (badness 10000) in paragraph at lines 26483--26483 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (1.22038pt too wide) in paragraph at lines 26483--26483 []\T1/qtm/m/n/10 4GB| Underfull \hbox (badness 10000) in paragraph at lines 26483--26483 []\T1/qtm/m/n/10 50GB Underfull \hbox (badness 10000) in paragraph at lines 26483--26483 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (1.22038pt too wide) in paragraph at lines 26483--26483 []\T1/qtm/m/n/10 8GB| Underfull \hbox (badness 10000) in paragraph at lines 26483--26483 []\T1/qtm/m/n/10 100GB Underfull \hbox (badness 10000) in paragraph at lines 26483--26483 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (6.22038pt too wide) in paragraph at lines 26483--26483 []\T1/qtm/m/n/10 16GB| Underfull \hbox (badness 10000) in paragraph at lines 26483--26483 []\T1/qtm/m/n/10 200GB Underfull \hbox (badness 10000) in paragraph at lines 26483--26483 []\T1/qtm/m/n/10 op- LaTeX Warning: Hyper reference `explanation/capacity-planning:exp-capacity-plan ning' on page 303 undefined on input line 26503. LaTeX Warning: Hyper reference `reference/supported-rendering-resources:ref-ren dering-resources' on page 303 undefined on input line 26507. LaTeX Warning: Hyper reference `explanation/performance:exp-performance' on pag e 303 undefined on input line 26525. [303] Underfull \hbox (badness 10000) in paragraph at lines 26598--26598 []\T1/qhv/m/n/10 Re- Overfull \hbox (6.04872pt too wide) in paragraph at lines 26598--26598 \T1/qhv/m/n/10 lease| Underfull \hbox (badness 10000) in paragraph at lines 26598--26598 []\T1/qhv/m/n/10 Tar-get Overfull \hbox (7.14873pt too wide) in paragraph at lines 26598--26598 []\T1/qtm/m/n/10 1.23.1| Underfull \hbox (badness 10000) in paragraph at lines 26598--26598 []\T1/qtm/m/n/10 Septem- Underfull \hbox (badness 10000) in paragraph at lines 26598--26598 \T1/qtm/m/n/10 ber 18 Overfull \hbox (7.14873pt too wide) in paragraph at lines 26598--26598 []\T1/qtm/m/n/10 1.23.2| Underfull \hbox (badness 10000) in paragraph at lines 26598--26598 []\T1/qtm/m/n/10 Oc-to-ber Overfull \hbox (7.14873pt too wide) in paragraph at lines 26598--26598 []\T1/qtm/m/n/10 1.24.0| Underfull \hbox (badness 10000) in paragraph at lines 26598--26598 []\T1/qtm/m/n/10 Novem- Underfull \hbox (badness 10000) in paragraph at lines 26598--26598 \T1/qtm/m/n/10 ber 13 LaTeX Warning: Hyper reference `reference/provided-images:ref-provided-images' on page 304 undefined on input line 26818. Underfull \hbox (badness 10000) in paragraph at lines 26818--26818 []\T1/qhv/m/n/10 Sup- LaTeX Warning: Hyper reference `reference/provided-images:ref-provided-images' on page 304 undefined on input line 26818. [304] LaTeX Warning: Hyper reference `reference/application-manifest:ref-application- manifest' on page 305 undefined on input line 26911. LaTeX Warning: Hyper reference `howto/port/install-apk-system-app:howto-install -apk-system-app' on page 305 undefined on input line 26911. LaTeX Warning: Hyper reference `reference/anbox-features:custom-android-id' on page 305 undefined on input line 26911. LaTeX Warning: Hyper reference `reference/anbox-https-api:sec-anbox-https-api-v hal' on page 305 undefined on input line 26911. LaTeX Warning: Hyper reference `explanation/custom-images:exp-custom-images' on page 305 undefined on input line 26911. LaTeX Warning: Hyper reference `reference/application-manifest:ref-application- manifest' on page 305 undefined on input line 26911. LaTeX Warning: Hyper reference `howto/port/install-apk-system-app:howto-install -apk-system-app' on page 305 undefined on input line 26911. LaTeX Warning: Hyper reference `reference/anbox-features:custom-android-id' on page 305 undefined on input line 26911. LaTeX Warning: Hyper reference `reference/anbox-https-api:sec-anbox-https-api-v hal' on page 305 undefined on input line 26911. LaTeX Warning: Hyper reference `explanation/custom-images:exp-custom-images' on page 305 undefined on input line 26911. [305] LaTeX Warning: Hyper reference `explanation/applications:sec-application-bootst rap' on page 306 undefined on input line 26962. [306] LaTeX Warning: Hyper reference `explanation/applications:sec-application-bootst rap' on page 307 undefined on input line 26971. LaTeX Warning: Hyper reference `explanation/applications:sec-application-bootst rap' on page 307 undefined on input line 26974. LaTeX Warning: Hyper reference `reference/application-manifest:sec-application- manifest-watchdog' on page 307 undefined on input line 26998. Underfull \hbox (badness 10000) in paragraph at lines 27021--27023 []\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. [307] [308] LaTeX Warning: Hyper reference `reference/sdks:sec-platform-sdk' on page 309 un defined on input line 27181. LaTeX Warning: Hyper reference `reference/component-versions:ref-component-vers ions' on page 309 undefined on input line 27193. Overfull \hbox (10.52495pt too wide) in paragraph at lines 27237--27237 []\T1/qhv/m/n/10 Name| Overfull \hbox (4.90489pt too wide) in paragraph at lines 27237--27237 []\T1/txtt/m/n/10 null| Overfull \hbox (15.40486pt too wide) in paragraph at lines 27237--27237 []\T1/txtt/m/n/10 webrtc| Overfull \hbox (15.40486pt too wide) in paragraph at lines 27237--27237 []\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 27329. LaTeX Warning: Hyper reference `explanation/platforms:exp-platforms' on page 31 0 undefined on input line 27333. LaTeX Warning: Hyper reference `reference/roadmap:ref-roadmap' on page 310 unde fined on input line 27355. [310] LaTeX Warning: Hyper reference `reference/roadmap:ref-roadmap' on page 311 unde fined on input line 27398. Underfull \hbox (badness 10000) in paragraph at lines 27513--27513 []\T1/qhv/m/n/10 Value Overfull \hbox (0.6554pt too wide) in paragraph at lines 27513--27513 []\T1/qhv/m/n/10 De- Overfull \hbox (3.34538pt too wide) in paragraph at lines 27513--27513 \T1/qhv/m/n/10 fault| Underfull \hbox (badness 10000) in paragraph at lines 27513--27513 []\T1/txtt/m/n/10 video. Underfull \hbox (badness 10000) in paragraph at lines 27513--27513 []\T1/qtm/m/n/10 ar-ray Underfull \hbox (badness 10000) in paragraph at lines 27513--27513 \T1/qtm/m/n/10 of Underfull \hbox (badness 10000) in paragraph at lines 27513--27513 []\T1/txtt/m/n/10 nvidia_h264. Overfull \hbox (10.79532pt too wide) in paragraph at lines 27513--27513 []\T1/txtt/m/n/10 false| Underfull \hbox (badness 10000) in paragraph at lines 27513--27513 []\T1/txtt/m/n/10 nvidia_h264. Overfull \hbox (44.2301pt too wide) in paragraph at lines 27513--27513 \T1/txtt/m/n/10 multipass_quarter_resolution| Overfull \hbox (10.79532pt too wide) in paragraph at lines 27513--27513 []\T1/txtt/m/n/10 false| Overfull \hbox (10.79532pt too wide) in paragraph at lines 27513--27513 []\T1/txtt/m/n/10 false| Underfull \hbox (badness 10000) in paragraph at lines 27513--27513 []\T1/txtt/m/n/10 nvidia_h264. [311] [312] LaTeX Warning: Hyper reference `contribute/anbox-style-guide:style-guide' on pa ge 313 undefined on input line 27770. [313] [314] [315] [316] Underfull \vbox (badness 10000) detected at line 28217 Overfull \vbox (3.12196pt too high) detected at line 28217 [317] Underfull \vbox (badness 10000) detected at line 28217 Underfull \vbox (badness 10000) detected at line 28217 [318] [319] LaTeX Warning: Hyper reference `contribute/anbox-style-guide:/images/' on page 320 undefined on input line 28226. No file canonical-anbox-cloud-documentation.ind. Package longtable Warning: Table widths have changed. Rerun LaTeX. [320] (./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/texlive/texmf-dist/fonts/enc/dvips/fontawesome5/fa5free2.enc}{ /usr/share/texlive/texmf-dist/fonts/enc/dvips/fontawesome5/fa5free1.enc}{/usr/s hare/texmf/fonts/enc/dvips/tex-gyre/q-ts1.enc} Output written on canonical-anbox-cloud-documentation.pdf (324 pages, 5521454 b ytes). Transcript written on canonical-anbox-cloud-documentation.log. Latexmk: Index file 'canonical-anbox-cloud-documentation.idx' was written Latexmk: Missing input file '{images/join-session-icon}.png' (or dependence on it) from following: 'LaTeX Warning: File `{images/join-session-icon}.png' not found on input line 54' Latexmk: Missing input file '{images/join-session-icon}.png' (or dependence on it) from following: 'LaTeX Warning: File `{images/join-session-icon}.png' not found on input line 542.' Latexmk: Missing input file '{images/join-session-icon}.png' (or dependence on it) from following: 'LaTeX Warning: File `{images/join-session-icon}.png' not found on input line 54' Latexmk: Missing input file '{images/join-session-icon}.png' (or dependence on it) from following: 'LaTeX Warning: File `{images/join-session-icon}.png' not found on input line 542.' Latexmk: Missing input file '{images/rendering-pipelines/Intel_AMD_pipeline.png}.png' (or dependence on it) from following: 'LaTeX Warning: File `{images/rendering-pipelines/Intel_AMD_pipeline.png}.png' not found on input line 14811.' Latexmk: Missing input file '{images/rendering-pipelines/Intel_AMD_pipeline.png}.png' (or dependence on it) from following: 'LaTeX Warning: File `{images/rendering-pipelines/Intel_AMD_pipeline.png}.png' not found on input line 14811.' 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 (58 entries accepted, 0 rejected). Sorting entries....done (297 comparisons). Generating output file canonical-anbox-cloud-documentation.ind....done (107 lines written, 0 warnings). Output 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' ------------ 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)) (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/fontawesome5.sty (/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty) (/usr/share/texlive/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty) (/usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty) (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/fontawesome5-generic-help er.sty (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/fontawesome5-mapping.def) )) *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] (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/ufontawesomefree2.fd) [6] (/usr/share/texlive/texmf-dist/tex/latex/txfonts/t1txtt.fd) [7] Underfull \hbox (badness 10000) in paragraph at lines 418--420 \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:// [8] [9 <./install_appliance_register.png (PNG copy)>] [10] LaTeX Warning: File `{images/join-session-icon}.png' not found on input line 54 2. LaTeX Warning: File `{images/join-session-icon}.png' not found on input line 54 2. ! Package pdftex.def Error: File `images/join-session-icon.png' not found: usin g draft setting. See the pdftex.def package documentation for explanation. Type H for immediate help. ... l.542 ...egraphics{{images/join-session-icon}.png} ) to stream the application. [11] (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/ufontawesomefree1.fd ) [12 <./create-instance-icon.png>] [13 <./edit-application-icon.png> <./delete -icon.png>] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28 <./install_appliance_launch-wizard.png>] [29 <./install_appliance _search-ami.png>] [30 <./install_appliance_select-ami.png>] [31 <./install_appl iance_instance-type.png>] [32 <./install_appliance_key-pair.png>] [33 <./instal l_appliance_security-group.png>] [34 <./install_appliance_add-storage.png>] [35 <./install_appliance_launch-instance.png>] [36 <./install_appliance_launch- status.png>] [37] [38 <./azure_quickstart-co.png>] [39 <./azure_deploy-vm-co.pn g>] [40 <./azure_config-basics-co.png>] [41 <./azure_config-disk.png>] [42 <./a zure_config-secgroup-co.png>] [43 <./azure_config-review.png>] [44 <./azure_pro gress.png>] [45] [46 <./boot-disk-config.png (PNG copy)>] [47 <./add-new-disk.p ng (PNG copy)>] [48] [49] [50] (/usr/share/texlive/texmf-dist/tex/latex/txfonts/ts1txtt.fd) [51] [52] [53 <./i nstall_customise_juju-model.png>] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] Underfull \hbox (badness 10000) in paragraph at lines 4855--4855 []\T1/qhv/m/n/10 Plat- Underfull \hbox (badness 10000) in paragraph at lines 4855--4855 []\T1/qhv/m/n/10 Re-quired for- Underfull \hbox (badness 10000) in paragraph at lines 4855--4855 \T1/qhv/m/n/10 mat of user Underfull \hbox (badness 10000) in paragraph at lines 4855--4855 []\T1/qtm/m/n/10 Comma- Overfull \hbox (10.90097pt too wide) in paragraph at lines 4855--4855 []\T1/txtt/m/n/10 swrast| Underfull \hbox (badness 10000) in paragraph at lines 4855--4855 []\T1/qtm/m/n/10 Comma- Overfull \hbox (10.90097pt too wide) in paragraph at lines 4855--4855 []\T1/txtt/m/n/10 webrtc| Underfull \hbox (badness 10000) in paragraph at lines 4855--4855 []\T1/qtm/m/n/10 {^^Qdis-play_width^^Q: ,^^Qdisplay_height^^Q: ,^^Qdisplay_density^^Q: ,^^Qfps^^Q : <./manage_tls_custom-name-servers.png>] [92 <./manage_tls_enter-nameservers. png> <./manage_tls_cname-record.png>] [93 <./manage_tls_certificate-status.png> ] [94 <./manage_tls_register-targets.png>] [95 <./manage_tls_listener-settings. png> <./manage_tls_dns-name.png>] [96] [97 <./manage_tls_a-record.png>] [98 <./manage_tls_dns-records.png> <./manage_tls_result.png>] [99] [100] [101] [102] [103] [104] [105] Overfull \hbox (24.64912pt too wide) in paragraph at lines 6157--6157 []\T1/txtt/m/n/10 instance[]type| Overfull \hbox (3.64919pt too wide) in paragraph at lines 6157--6157 []\T1/txtt/m/n/10 published| Overfull \hbox (3.64919pt too wide) in paragraph at lines 6157--6157 []\T1/txtt/m/n/10 immutable| [106] [107 <./stream-icon.png>] [108 <./share-stream-icon.png>] [109] [110] [111] [112] [113] [114] [115 <./manage_applications_extra-data.png>] Overfull \hbox (24.64912pt too wide) in paragraph at lines 6916--6916 []\T1/txtt/m/n/10 instance[]type| Overfull \hbox (3.64919pt too wide) in paragraph at lines 6916--6916 []\T1/txtt/m/n/10 published| Overfull \hbox (3.64919pt too wide) in paragraph at lines 6916--6916 []\T1/txtt/m/n/10 immutable| [116] [117] [118] [119] [120] [121] [122] [123] [124] [125] [126] [127] [128] Underfull \hbox (badness 10000) in paragraph at lines 7883--7883 []\T1/qhv/m/n/10 Value Underfull \hbox (badness 10000) in paragraph at lines 7883--7883 []\T1/qtm/m/n/10 Lon-gi-tude in [129] Overfull \hbox (3.74043pt too wide) in paragraph at lines 7980--7980 []\T1/txtt/m/n/10 status| [130] [131] [132] Overfull \hbox (3.7111pt too wide) in paragraph at lines 8215--8215 []\T1/txtt/m/n/10 status| [133] [134] [135] [136] [137] [138] [139] [140] LaTeX Warning: Hyper reference `howto/stream/exchange-oob-data:version-2' on pa ge 141 undefined on input line 8780. LaTeX Warning: Hyper reference `howto/stream/exchange-oob-data:version-1' on pa ge 141 undefined on input line 8787. LaTeX Warning: Hyper reference `howto/stream/exchange-oob-data:version-1' on pa ge 141 undefined on input line 8796. LaTeX Warning: Hyper reference `howto/stream/exchange-oob-data:version-2' on pa ge 141 undefined on input line 8796. [141] [142] [143] Underfull \hbox (badness 10000) in paragraph at lines 9013--9013 []\T1/qhv/m/n/10 Pa-ram-e- Overfull \hbox (47.0134pt too wide) in paragraph at lines 9013--9013 []\T1/txtt/m/n/10 data[]channel[]names| Underfull \hbox (badness 10000) in paragraph at lines 9013--9013 []\T1/qtm/m/n/10 string [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] Overfull \vbox (1.9165pt too high) detected at line 9768 [156] [157] [158] Underfull \hbox (badness 10000) in paragraph at lines 9950--9952 []\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 <./stream_webrtc-connected.png> <./stream_webrtc-candidates.png>] [160] Underfull \hbox (badness 5091) in paragraph at lines 10039--10041 []\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 10039--10041 \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 10039--10041 \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] LaTeX Warning: Hyper reference `howto/troubleshoot/view-logs:logging-level' on page 162 undefined on input line 10100. [162] [163] Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 []\T1/txtt/m/n/10 /var/snap/lxd/common/lxd/logs/ams[]*/ Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 []\T1/qtm/m/n/10 instance-related Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 \T1/qtm/m/n/10 logs for a sin-gle Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 []\T1/qtm/m/n/10 Android-related Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 \T1/qtm/m/n/10 logs for a sin-gle Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 []\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 10396--10396 []\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 10396--10396 []\T1/txtt/m/n/10 u snap.anbox[]stream[]agent. Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 []\T1/qtm/m/n/10 On any ma-chine host-ing the Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 \T1/qtm/m/n/10 An-box Stream Agent (e.g. Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 []\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 10396--10396 []\T1/txtt/m/n/10 u snap.anbox[]stream[]agent. Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 \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 10396--10396 []\T1/qtm/m/n/10 On any ma-chine host-ing the Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 \T1/qtm/m/n/10 An-box Stream Gate-way (e.g. Underfull \hbox (badness 5475) in paragraph at lines 10396--10396 []\T1/qtm/m/n/10 Logs for the An- Underfull \hbox (badness 8038) in paragraph at lines 10396--10396 \T1/qtm/m/n/10 box Stream Gate- Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 []\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 10396--10396 \T1/txtt/m/n/10 snap.anbox[]cloud[]dashboard. Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 \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 10396--10396 []\T1/qtm/m/n/10 On any ma-chine host-ing the An- Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 \T1/qtm/m/n/10 box Cloud web dash-board (e.g. Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 []\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 10396--10396 \T1/qtm/m/n/10 com-mu-ni-ca-tion Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 []\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 10396--10396 \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 10396--10396 []\T1/qtm/m/n/10 On any ma-chine host-ing etcd (e.g. Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 \T1/qtm/m/n/10 database (use-ful [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177 <./adb-connect-icon.png>] [178] [179] [180] [181] [182] [183 <./appl ication_virtual-device.png (PNG copy)>] [184] [185] Underfull \hbox (badness 10000) in paragraph at lines 11882--11882 [][][]\T1/qtm/m/it/10 An-box Man-age- Underfull \hbox (badness 10000) in paragraph at lines 11882--11882 [][][]\T1/qtm/m/it/10 Ap-pli-ca-tion Underfull \hbox (badness 10000) in paragraph at lines 11882--11882 [][][]\T1/qtm/m/it/10 Ren-der-ing ar-chi- [186] [187] [188] [189] [190 <./core_stack.png>] [191] [192 <./core_and_streami ng_stack.png>] [193] [194] [195] [196] [197] [198] [199 <./application-bootstra p.png>] [200] [201] [202 <./application_streaming_stack_v3.png>] [203] [204] [205] [206] [207] [208] [209] [210] [211] LaTeX Warning: Hyper reference `explanation/cryptography/crypto_stream_agent:go pkg.in/macaroon.v2' on page 212 undefined on input line 13671. LaTeX Warning: Hyper reference `explanation/cryptography/crypto_stream_gateway: gopkg.in/macaroon.v2' on page 212 undefined on input line 13724. [212] [213] [214] [215] [216] [217] [218 <./instance_start.png>] Overfull \hbox (10.34161pt too wide) in paragraph at lines 14208--14211 \T1/qtm/m/n/10 its run-time. [] [219 <./instance_stop.png>] Underfull \hbox (badness 10000) in paragraph at lines 14289--14289 []\T1/qhv/m/n/10 Sta- Overfull \hbox (10.79605pt too wide) in paragraph at lines 14289--14289 []\T1/txtt/m/n/10 created| Overfull \hbox (16.04604pt too wide) in paragraph at lines 14289--14289 []\T1/txtt/m/n/10 prepared| Overfull \hbox (10.79605pt too wide) in paragraph at lines 14289--14289 []\T1/txtt/m/n/10 started| Overfull \hbox (10.79605pt too wide) in paragraph at lines 14289--14289 []\T1/txtt/m/n/10 running| Overfull \hbox (10.79605pt too wide) in paragraph at lines 14289--14289 []\T1/txtt/m/n/10 stopped| Overfull \hbox (10.79605pt too wide) in paragraph at lines 14289--14289 []\T1/txtt/m/n/10 deleted| Overfull \hbox (10.79605pt too wide) in paragraph at lines 14289--14289 []\T1/txtt/m/n/10 unknown| [220] [221] [222] [223] [224] [225] [226] [227 <./NVIDIA_pipeline.png (PNG copy )>] LaTeX Warning: File `{images/rendering-pipelines/Intel_AMD_pipeline.png}.png' n ot found on input line 14811. LaTeX Warning: File `{images/rendering-pipelines/Intel_AMD_pipeline.png}.png' n ot found on input line 14811. ! Package pdftex.def Error: File `images/rendering-pipelines/Intel_AMD_pipeline .png.png' not found: using draft setting. See the pdftex.def package documentation for explanation. Type H for immediate help. ... l.14811 ...-pipelines/Intel_AMD_pipeline.png}.png} [228] Underfull \hbox (badness 10000) in paragraph at lines 14897--14899 []\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. [229] [230] [231] [232] [233] [234] [235] Overfull \hbox (6.23364pt too wide) in paragraph at lines 15817--15817 []\T1/qhv/m/n/10 Type| Overfull \hbox (7.83365pt too wide) in paragraph at lines 15817--15817 []\T1/qtm/m/n/10 string| Overfull \hbox (24.62502pt too wide) in paragraph at lines 15817--15817 []\T1/txtt/m/n/10 description| Overfull \hbox (7.83365pt too wide) in paragraph at lines 15817--15817 []\T1/qtm/m/n/10 string| Overfull \hbox (14.12505pt too wide) in paragraph at lines 15817--15817 []\T1/txtt/m/n/10 provides. Overfull \hbox (24.62502pt too wide) in paragraph at lines 15817--15817 \T1/txtt/m/n/10 abi[]support| Overfull \hbox (7.83365pt too wide) in paragraph at lines 15817--15817 []\T1/qtm/m/n/10 string Underfull \hbox (badness 10000) in paragraph at lines 15817--15817 \T1/qtm/m/n/10 ar- Underfull \hbox (badness 10000) in paragraph at lines 15817--15817 []\T1/txtt/m/n/10 arm64[]v8a\T1/qtm/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 15817--15817 []\T1/txtt/m/n/10 hooks. Overfull \hbox (3.62508pt too wide) in paragraph at lines 15817--15817 \T1/txtt/m/n/10 timeout| Overfull \hbox (7.83365pt too wide) in paragraph at lines 15817--15817 []\T1/qtm/m/n/10 string| Overfull \hbox (1814.86357pt too wide) in alignment at lines 15854--15864 [] [] Overfull \hbox (1814.86357pt too wide) in alignment at lines 15864--15878 [] [] Overfull \hbox (1814.86357pt too wide) in alignment at lines 15878--15884 [] [] Overfull \hbox (1814.86357pt too wide) in alignment at lines 15884--15886 [] [] Overfull \hbox (1814.86357pt too wide) in alignment at lines 15886--16162 [] [] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] Underfull \hbox (badness 10000) in paragraph at lines 17409--17411 []\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/ [249] [250] Underfull \hbox (badness 10000) in paragraph at lines 17529--17531 []\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/ [251] [252] Underfull \hbox (badness 10000) in paragraph at lines 17652--17654 []\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/ [253] Underfull \hbox (badness 10000) in paragraph at lines 17726--17728 []\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/ [254] Underfull \hbox (badness 10000) in paragraph at lines 17812--17814 []\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 17812--17814 \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": [255] Underfull \hbox (badness 10000) in paragraph at lines 17937--17939 []\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/ [256] Underfull \hbox (badness 10000) in paragraph at lines 18027--18029 []\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/ Underfull \hbox (badness 10000) in paragraph at lines 18140--18140 []\T1/qhv/m/n/10 Field Underfull \hbox (badness 10000) in paragraph at lines 18140--18140 []\T1/qhv/m/n/10 Avail- Underfull \hbox (badness 10000) in paragraph at lines 18140--18140 \T1/qhv/m/n/10 able Underfull \hbox (badness 10000) in paragraph at lines 18140--18140 []\T1/qhv/m/n/10 Ac- Overfull \hbox (11.08907pt too wide) in paragraph at lines 18140--18140 []\T1/txtt/m/n/10 webrtc| Overfull \hbox (6.75139pt too wide) in paragraph at lines 18140--18140 []\T1/qtm/m/n/10 Boolean| Overfull \hbox (18.3447pt too wide) in paragraph at lines 18140--18140 []\T1/qtm/m/n/10 read/write| Overfull \hbox (11.08907pt too wide) in paragraph at lines 18140--18140 []\T1/txtt/m/n/10 webrtc| Overfull \hbox (30.732pt too wide) in paragraph at lines 18140--18140 []\T1/txtt/m/n/10 stream_active| Overfull \hbox (6.75139pt too wide) in paragraph at lines 18140--18140 []\T1/qtm/m/n/10 Boolean| [257] LaTeX Warning: Hyper reference `reference/anbox-https-api:10vhalconfig' on page 258 undefined on input line 18190. [258] LaTeX Warning: Hyper reference `reference/anbox-https-api:10vhalconfig' on page 259 undefined on input line 18221. [259] [260] [261] Overfull \hbox (3.83052pt too wide) in paragraph at lines 18807--18807 []\T1/qhv/m/n/10 Value Overfull \hbox (1.69052pt too wide) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 string| Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Overfull \hbox (1.69052pt too wide) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 string| Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Overfull \hbox (29.7735pt too wide) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 instance[]type| Overfull \hbox (1.69052pt too wide) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 string| Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Dep-re- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 cated Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 since Overfull \hbox (66.52339pt too wide) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 required[]permissions| Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 ar-ray Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 of Overfull \hbox (5.58052pt too wide) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 strings| Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 image Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 (op- Overfull \hbox (1.69052pt too wide) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 string| Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 addons Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 tags Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Overfull \hbox (24.52351pt too wide) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 boot[]package Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 (op- Overfull \hbox (1.69052pt too wide) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 string| Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 ported Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 on Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 AOSP Overfull \hbox (29.7735pt too wide) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 boot[]activity Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 (op- Overfull \hbox (1.69052pt too wide) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 string| Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 ported Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 on Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 AOSP Overfull \hbox (29.7735pt too wide) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 video[]encoder Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 (op- Overfull \hbox (1.69052pt too wide) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 string| Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Overfull \hbox (3.52357pt too wide) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 watchdog Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Overfull \hbox (3.52357pt too wide) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 services Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Overfull \hbox (8.77356pt too wide) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 resources Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Overfull \hbox (14.02354pt too wide) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 extra[]data Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 hooks Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 ob- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Overfull \hbox (8.77356pt too wide) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 bootstrap Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 ob- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Overfull \hbox (3.52357pt too wide) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 features Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Overfull \hbox (29.7735pt too wide) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 node[]selector Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- [262] Overfull \vbox (73.70886pt too high) has occurred while \output is active [263] [264] Overfull \hbox (11.51488pt too wide) in paragraph at lines 19086--19086 []\T1/txtt/m/n/10 gpu[]preferred| Overfull \hbox (8.21721pt too wide) in paragraph at lines 19147--19147 []\T1/txtt/m/n/10 allowed[]packages| Underfull \hbox (badness 10000) in paragraph at lines 19147--19147 []\T1/qtm/m/n/10 ar-ray of [265] [266] Underfull \hbox (badness 10000) in paragraph at lines 19426--19426 []\T1/qhv/m/n/10 Value Underfull \hbox (badness 10000) in paragraph at lines 19426--19426 []\T1/txtt/m/n/10 permissions \T1/qtm/m/n/10 (op- Overfull \hbox (3.63272pt too wide) in paragraph at lines 19561--19561 []\T1/qhv/m/n/10 Type| Overfull \hbox (9.8817pt too wide) in paragraph at lines 19561--19561 []\T1/txtt/m/n/10 permissions| [267] Overfull \hbox (11.62366pt too wide) in paragraph at lines 19645--19645 []\T1/qhv/m/n/10 Name| Overfull \hbox (3.19891pt too wide) in paragraph at lines 19645--19645 []\T1/qhv/m/n/10 Value Overfull \hbox (6.0036pt too wide) in paragraph at lines 19645--19645 []\T1/txtt/m/n/10 keep| [268] [269] Underfull \hbox (badness 10000) in paragraph at lines 19962--19964 []\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 [270] [271] [272] [273] [274] [275] [276] [277] [278] [279] LaTeX Warning: Hyper reference `reference/glossary:control-node' on page 280 un defined on input line 22329. [280] [281] LaTeX Warning: Hyper reference `reference/glossary:control-node' on page 282 un defined on input line 22539. [282] [283] Underfull \hbox (badness 5563) in paragraph at lines 22741--22741 []\T1/qtm/m/n/10 in-stall (dep- Underfull \hbox (badness 10000) in paragraph at lines 22741--22741 []\T1/qtm/m/n/10 pre-pare [284] Overfull \hbox (12.2465pt too wide) in paragraph at lines 22861--22861 []\T1/txtt/m/n/10 ADDON_DIR| Overfull \hbox (1.74654pt too wide) in paragraph at lines 22861--22861 []\T1/txtt/m/n/10 APP_DIR| Overfull \hbox (12.2465pt too wide) in paragraph at lines 22861--22861 []\T1/txtt/m/n/10 ANBOX_DIR| Overfull \hbox (38.49643pt too wide) in paragraph at lines 22861--22861 []\T1/txtt/m/n/10 ANDROID_ROOTFS| Overfull \hbox (27.99646pt too wide) in paragraph at lines 22861--22861 []\T1/txtt/m/n/10 BOOT_PACKAGE| Overfull \hbox (38.49643pt too wide) in paragraph at lines 22861--22861 []\T1/txtt/m/n/10 CONTAINER_TYPE| Underfull \hbox (badness 10000) in paragraph at lines 22861--22861 \T1/qtm/m/n/10 vari-able is now dep-re-cated. Use Overfull \hbox (33.24644pt too wide) in paragraph at lines 22861--22861 []\T1/txtt/m/n/10 INSTANCE_TYPE| Overfull \hbox (43.74641pt too wide) in paragraph at lines 22861--22861 []\T1/txtt/m/n/10 ANBOX_EXIT_CODE| [285 <./addons-reference-hook-order.png>] Underfull \hbox (badness 10000) in paragraph at lines 22935--22935 []\T1/qhv/m/n/10 Soft-ware Underfull \hbox (badness 10000) in paragraph at lines 22935--22935 \T1/qhv/m/n/10 com-po- Underfull \hbox (badness 10000) in paragraph at lines 22935--22935 []\T1/qtm/m/n/10 LXD [286] Underfull \hbox (badness 10000) in paragraph at lines 23268--23268 []\T1/qhv/m/n/10 Pro-to- Underfull \hbox (badness 10000) in paragraph at lines 23268--23268 []\T1/qtm/m/n/10 HTTPS Prometheus end- Underfull \hbox (badness 10000) in paragraph at lines 23268--23268 []\T1/qtm/m/n/10 10000- Underfull \hbox (badness 10000) in paragraph at lines 23268--23268 []\T1/qtm/m/n/10 UDP & Underfull \hbox (badness 10000) in paragraph at lines 23268--23268 []\T1/qtm/m/n/10 An-box Cloud Underfull \hbox (badness 10000) in paragraph at lines 23268--23268 []\T1/qtm/m/n/10 An-box Stream Underfull \hbox (badness 10000) in paragraph at lines 23268--23268 []\T1/qtm/m/n/10 An-box Stream Underfull \hbox (badness 10000) in paragraph at lines 23268--23268 []\T1/qtm/m/n/10 An-box Stream Underfull \hbox (badness 10000) in paragraph at lines 23268--23268 []\T1/qtm/m/n/10 50000- Underfull \hbox (badness 10000) in paragraph at lines 23473--23473 []\T1/qhv/m/n/10 Pro-to- Underfull \hbox (badness 10000) in paragraph at lines 23473--23473 []\T1/qhv/m/n/10 Re- Overfull \hbox (0.63031pt too wide) in paragraph at lines 23473--23473 \T1/qhv/m/n/10 quired| Underfull \hbox (badness 10000) in paragraph at lines 23473--23473 []\T1/qtm/m/n/10 10000- Underfull \hbox (badness 10000) in paragraph at lines 23473--23473 []\T1/qtm/m/n/10 60000- Underfull \hbox (badness 10000) in paragraph at lines 23473--23473 []\T1/qtm/m/n/10 An-box Stream Underfull \hbox (badness 10000) in paragraph at lines 23473--23473 []\T1/qtm/m/n/10 An-box Stream Underfull \hbox (badness 10000) in paragraph at lines 23473--23473 []\T1/qtm/m/n/10 An-box Cloud [287] [288] Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 []\T1/qhv/m/n/10 An-box Cloud Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 []\T1/qhv/m/n/10 Res-o- Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 []\T1/qhv/m/n/10 Ap-pli- Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 []\T1/qhv/m/n/10 # Con- Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 []\T1/qhv/m/n/10 Avg. Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 []\T1/qtm/m/n/10 Am-pere Al-tra + 1x Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 []\T1/qtm/m/n/10 1.11.2 (ap-pli- Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 [][][]\T1/qtm/m/n/10 Bomb- Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 []\T1/qtm/m/n/10 Am-pere Al-tra + 2x Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 []\T1/qtm/m/n/10 1.11.2 (ap-pli- Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 [][][]\T1/qtm/m/n/10 Bomb- Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 []\T1/qtm/m/n/10 Am-pere Al-tra + 1x Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 []\T1/qtm/m/n/10 1.11.2 (ap-pli- Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 [][][]\T1/qtm/m/n/10 Bomb- Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 []\T1/qtm/m/n/10 Am-pere Al-tra + 2x Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 []\T1/qtm/m/n/10 1.11.2 (ap-pli- Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 [][][]\T1/qtm/m/n/10 Bomb- Underfull \hbox (badness 10000) in paragraph at lines 23796--23796 []\T1/qhv/m/n/10 In-stance Underfull \hbox (badness 10000) in paragraph at lines 23796--23796 []\T1/qhv/m/n/10 An-box Cloud Underfull \hbox (badness 10000) in paragraph at lines 23796--23796 []\T1/qhv/m/n/10 Res-o-lu- Underfull \hbox (badness 10000) in paragraph at lines 23796--23796 []\T1/qhv/m/n/10 Avg. Underfull \hbox (badness 10000) in paragraph at lines 23796--23796 []\T1/txtt/m/n/10 m6g. Underfull \hbox (badness 10000) in paragraph at lines 23796--23796 []\T1/qtm/m/n/10 An-droid 10 Underfull \hbox (badness 10000) in paragraph at lines 23796--23796 []\T1/txtt/m/n/10 m5a. Underfull \hbox (badness 10000) in paragraph at lines 23796--23796 []\T1/qtm/m/n/10 An-droid 10 Underfull \hbox (badness 7777) in paragraph at lines 23796--23796 []\T1/qtm/m/n/10 hard-ware / hard- Underfull \hbox (badness 7777) in paragraph at lines 23796--23796 []\T1/qtm/m/n/10 hard-ware / hard- Underfull \hbox (badness 7777) in paragraph at lines 23796--23796 []\T1/qtm/m/n/10 hard-ware / hard- Underfull \hbox (badness 7777) in paragraph at lines 23796--23796 []\T1/qtm/m/n/10 hard-ware / hard- [289] Underfull \hbox (badness 10000) in paragraph at lines 23828--23830 []\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 23845--23847 []\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 Overfull \hbox (32.05202pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_nodes_total| Overfull \hbox (68.80191pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_applications_total| Overfull \hbox (58.30194pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_containers_total| Underfull \hbox (badness 10000) in paragraph at lines 24081--24081 []\T1/qtm/m/n/10 Dep-re-cated since 1.20.0, use Underfull \hbox (badness 10000) in paragraph at lines 24081--24081 \T1/txtt/m/n/10 ams_cluster_instances_total Overfull \hbox (147.55168pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_container_boot_time_seconds_count| Underfull \hbox (badness 10000) in paragraph at lines 24081--24081 []\T1/qtm/m/n/10 Dep-re-cated since 1.20.0, use Overfull \hbox (89.0756pt too wide) in paragraph at lines 24081--24081 \T1/txtt/m/n/10 ams_cluster_instance_boot_time_seconds_count Overfull \hbox (137.1117pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_container_boot_time_seconds_sum| Underfull \hbox (badness 10000) in paragraph at lines 24081--24081 []\T1/qtm/m/n/10 Dep-re-cated since 1.20.0, use Overfull \hbox (78.57564pt too wide) in paragraph at lines 24081--24081 \T1/txtt/m/n/10 ams_cluster_instance_boot_time_seconds_sum Overfull \hbox (152.80167pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_container_boot_time_seconds_bucket| Underfull \hbox (badness 10000) in paragraph at lines 24081--24081 []\T1/qtm/m/n/10 Dep-re-cated since 1.20.0, use Overfull \hbox (94.32559pt too wide) in paragraph at lines 24081--24081 \T1/txtt/m/n/10 ams_cluster_instance_boot_time_seconds_bucket Overfull \hbox (142.3017pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_containers_per_application_total| Underfull \hbox (badness 10000) in paragraph at lines 24081--24081 []\T1/qtm/m/n/10 Dep-re-cated since 1.20.0, use Overfull \hbox (83.82562pt too wide) in paragraph at lines 24081--24081 \T1/txtt/m/n/10 ams_cluster_instances_per_application_total Overfull \hbox (116.05177pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_containers_per_status_total| Underfull \hbox (badness 10000) in paragraph at lines 24081--24081 []\T1/qtm/m/n/10 Dep-re-cated since 1.20.0, use Overfull \hbox (57.5757pt too wide) in paragraph at lines 24081--24081 \T1/txtt/m/n/10 ams_cluster_instances_per_status_total Overfull \hbox (105.5518pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_containers_per_node_total| Underfull \hbox (badness 10000) in paragraph at lines 24081--24081 []\T1/qtm/m/n/10 Dep-re-cated since 1.20.0, use Overfull \hbox (47.07573pt too wide) in paragraph at lines 24081--24081 \T1/txtt/m/n/10 ams_cluster_instances_per_node_total Overfull \hbox (53.05196pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_instances_total| Overfull \hbox (142.3017pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_instance_boot_time_seconds_count| Overfull \hbox (131.86171pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_instance_boot_time_seconds_sum| Overfull \hbox (147.55168pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_instance_boot_time_seconds_bucket| Overfull \hbox (137.05171pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_instances_per_application_total| Overfull \hbox (110.80179pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_instances_per_status_total| Overfull \hbox (100.30182pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_instances_per_node_total| Overfull \hbox (74.0519pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_available_cpu_total| Overfull \hbox (47.80197pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_used_cpu_total| Overfull \hbox (89.80185pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_available_memory_total| Overfull \hbox (63.55193pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_used_memory_total| [290] [291] Underfull \hbox (badness 5985) in paragraph at lines 24161--24163 []\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 24175--24188 [] [] [] Overfull \hbox (0.63397pt too wide) in alignment at lines 24188--24205 [] [] [] Overfull \hbox (0.63397pt too wide) in alignment at lines 24205--24211 [] [] [] Overfull \hbox (0.63397pt too wide) in alignment at lines 24211--24213 [] [] [] Overfull \hbox (0.63397pt too wide) in alignment at lines 24213--24746 [] [] [] [292] Underfull \hbox (badness 10000) in paragraph at lines 24775--24777 []\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 [293] Overfull \hbox (48.26453pt too wide) in paragraph at lines 24927--24927 []\T1/txtt/m/n/10 anbox_stream_gateway_http_request_duration_seconds_bucket| Overfull \hbox (16.76462pt too wide) in paragraph at lines 24927--24927 []\T1/txtt/m/n/10 anbox_stream_gateway_http_request_size_bytes_bucket| Overfull \hbox (22.0146pt too wide) in paragraph at lines 24927--24927 []\T1/txtt/m/n/10 anbox_stream_gateway_http_response_size_bytes_bucket| [294] Underfull \hbox (badness 10000) in paragraph at lines 25102--25104 []\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 [295] Overfull \hbox (28.51556pt too wide) in paragraph at lines 25266--25266 []\T1/txtt/m/n/10 webrtc_frames_encoded| Overfull \hbox (49.5155pt too wide) in paragraph at lines 25266--25266 []\T1/txtt/m/n/10 webrtc_key_frames_encoded| Overfull \hbox (44.26552pt too wide) in paragraph at lines 25266--25266 []\T1/txtt/m/n/10 webrtc_total_encode_time| Overfull \hbox (28.51556pt too wide) in paragraph at lines 25266--25266 []\T1/txtt/m/n/10 webrtc_target_bitrate| Overfull \hbox (7.51563pt too wide) in paragraph at lines 25266--25266 []\T1/txtt/m/n/10 webrtc_bytes_sent| Overfull \hbox (81.01541pt too wide) in paragraph at lines 25266--25266 []\T1/txtt/m/n/10 webrtc_retransmitted_bytes_sent| Overfull \hbox (91.51538pt too wide) in paragraph at lines 25266--25266 []\T1/txtt/m/n/10 webrtc_retransmitted_packets_sent| Overfull \hbox (75.76543pt too wide) in paragraph at lines 25266--25266 []\T1/txtt/m/n/10 webrtc_total_packet_send_delay| Overfull \hbox (18.0156pt too wide) in paragraph at lines 25266--25266 []\T1/txtt/m/n/10 webrtc_packets_sent| Overfull \hbox (7.51563pt too wide) in paragraph at lines 25266--25266 []\T1/txtt/m/n/10 webrtc_nack_count| Overfull \hbox (2.26564pt too wide) in paragraph at lines 25266--25266 []\T1/txtt/m/n/10 webrtc_fir_count| Overfull \hbox (2.26564pt too wide) in paragraph at lines 25266--25266 []\T1/txtt/m/n/10 webrtc_pli_count| Overfull \hbox (2.26564pt too wide) in paragraph at lines 25266--25266 []\T1/txtt/m/n/10 webrtc_sli_count| Overfull \hbox (18.0156pt too wide) in paragraph at lines 25266--25266 []\T1/txtt/m/n/10 webrtc_relay_in_use| [296] [297] [298] [299] [300] [301] [302] Underfull \hbox (badness 10000) in paragraph at lines 26380--26380 []\T1/qhv/m/n/10 Ar-chi-tec- Underfull \hbox (badness 10000) in paragraph at lines 26380--26380 []\T1/qhv/m/n/10 CPU Overfull \hbox (4.55038pt too wide) in paragraph at lines 26380--26380 []\T1/qhv/m/n/10 RAM| Overfull \hbox (2.42513pt too wide) in paragraph at lines 26380--26380 []\T1/qhv/m/n/10 GPUs| Underfull \hbox (badness 10000) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (1.22038pt too wide) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 4GB| Underfull \hbox (badness 10000) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 50GB Underfull \hbox (badness 10000) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (1.22038pt too wide) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 2GB| Underfull \hbox (badness 10000) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 100GB Underfull \hbox (badness 10000) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (1.22038pt too wide) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 8GB| Underfull \hbox (badness 10000) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 100GB Underfull \hbox (badness 10000) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (1.22038pt too wide) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 8GB| Underfull \hbox (badness 10000) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 100GB Underfull \hbox (badness 10000) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (6.22038pt too wide) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 16GB| Underfull \hbox (badness 10000) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 200GB Underfull \hbox (badness 10000) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 op- Underfull \hbox (badness 10000) in paragraph at lines 26483--26483 []\T1/qhv/m/n/10 Ar-chi-tec- Underfull \hbox (badness 10000) in paragraph at lines 26483--26483 []\T1/qhv/m/n/10 CPU Overfull \hbox (4.55038pt too wide) in paragraph at lines 26483--26483 []\T1/qhv/m/n/10 RAM| Overfull \hbox (2.42513pt too wide) in paragraph at lines 26483--26483 []\T1/qhv/m/n/10 GPUs| Underfull \hbox (badness 10000) in paragraph at lines 26483--26483 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (1.22038pt too wide) in paragraph at lines 26483--26483 []\T1/qtm/m/n/10 4GB| Underfull \hbox (badness 10000) in paragraph at lines 26483--26483 []\T1/qtm/m/n/10 50GB Underfull \hbox (badness 10000) in paragraph at lines 26483--26483 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (1.22038pt too wide) in paragraph at lines 26483--26483 []\T1/qtm/m/n/10 8GB| Underfull \hbox (badness 10000) in paragraph at lines 26483--26483 []\T1/qtm/m/n/10 100GB Underfull \hbox (badness 10000) in paragraph at lines 26483--26483 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (6.22038pt too wide) in paragraph at lines 26483--26483 []\T1/qtm/m/n/10 16GB| Underfull \hbox (badness 10000) in paragraph at lines 26483--26483 []\T1/qtm/m/n/10 200GB Underfull \hbox (badness 10000) in paragraph at lines 26483--26483 []\T1/qtm/m/n/10 op- [303] Underfull \hbox (badness 10000) in paragraph at lines 26598--26598 []\T1/qhv/m/n/10 Re- Overfull \hbox (6.04872pt too wide) in paragraph at lines 26598--26598 \T1/qhv/m/n/10 lease| Underfull \hbox (badness 10000) in paragraph at lines 26598--26598 []\T1/qhv/m/n/10 Tar-get Overfull \hbox (7.14873pt too wide) in paragraph at lines 26598--26598 []\T1/qtm/m/n/10 1.23.1| Underfull \hbox (badness 10000) in paragraph at lines 26598--26598 []\T1/qtm/m/n/10 Septem- Underfull \hbox (badness 10000) in paragraph at lines 26598--26598 \T1/qtm/m/n/10 ber 18 Overfull \hbox (7.14873pt too wide) in paragraph at lines 26598--26598 []\T1/qtm/m/n/10 1.23.2| Underfull \hbox (badness 10000) in paragraph at lines 26598--26598 []\T1/qtm/m/n/10 Oc-to-ber Overfull \hbox (7.14873pt too wide) in paragraph at lines 26598--26598 []\T1/qtm/m/n/10 1.24.0| Underfull \hbox (badness 10000) in paragraph at lines 26598--26598 []\T1/qtm/m/n/10 Novem- Underfull \hbox (badness 10000) in paragraph at lines 26598--26598 \T1/qtm/m/n/10 ber 13 Underfull \hbox (badness 10000) in paragraph at lines 26818--26818 []\T1/qhv/m/n/10 Sup- [304] [305] [306] Underfull \hbox (badness 10000) in paragraph at lines 27021--27023 []\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. [307] [308] Overfull \hbox (10.52495pt too wide) in paragraph at lines 27237--27237 []\T1/qhv/m/n/10 Name| Overfull \hbox (4.90489pt too wide) in paragraph at lines 27237--27237 []\T1/txtt/m/n/10 null| Overfull \hbox (15.40486pt too wide) in paragraph at lines 27237--27237 []\T1/txtt/m/n/10 webrtc| Overfull \hbox (15.40486pt too wide) in paragraph at lines 27237--27237 []\T1/txtt/m/n/10 swrast| [309] [310] Underfull \hbox (badness 10000) in paragraph at lines 27513--27513 []\T1/qhv/m/n/10 Value Overfull \hbox (0.6554pt too wide) in paragraph at lines 27513--27513 []\T1/qhv/m/n/10 De- Overfull \hbox (3.34538pt too wide) in paragraph at lines 27513--27513 \T1/qhv/m/n/10 fault| Underfull \hbox (badness 10000) in paragraph at lines 27513--27513 []\T1/txtt/m/n/10 video. Underfull \hbox (badness 10000) in paragraph at lines 27513--27513 []\T1/qtm/m/n/10 ar-ray Underfull \hbox (badness 10000) in paragraph at lines 27513--27513 \T1/qtm/m/n/10 of Underfull \hbox (badness 10000) in paragraph at lines 27513--27513 []\T1/txtt/m/n/10 nvidia_h264. Overfull \hbox (10.79532pt too wide) in paragraph at lines 27513--27513 []\T1/txtt/m/n/10 false| Underfull \hbox (badness 10000) in paragraph at lines 27513--27513 []\T1/txtt/m/n/10 nvidia_h264. Overfull \hbox (44.2301pt too wide) in paragraph at lines 27513--27513 \T1/txtt/m/n/10 multipass_quarter_resolution| Overfull \hbox (10.79532pt too wide) in paragraph at lines 27513--27513 []\T1/txtt/m/n/10 false| Overfull \hbox (10.79532pt too wide) in paragraph at lines 27513--27513 []\T1/txtt/m/n/10 false| Underfull \hbox (badness 10000) in paragraph at lines 27513--27513 []\T1/txtt/m/n/10 nvidia_h264. [311] [312] [313] [314] [315] [316] Underfull \vbox (badness 10000) detected at line 28217 Overfull \vbox (3.12196pt too high) detected at line 28217 [317] Underfull \vbox (badness 10000) detected at line 28217 Underfull \vbox (badness 10000) detected at line 28217 [318] [319] LaTeX Warning: Hyper reference `contribute/anbox-style-guide:/images/' on page 320 undefined on input line 28226. (./canonical-anbox-cloud-documentation.ind [320] [321] [322]) (./canonical-anbox-cloud-documentation.aux) LaTeX Warning: There were undefined references. 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/texlive/texmf-dist/fonts/enc/dvips/fontawesome5/fa5free2.enc}{ /usr/share/texlive/texmf-dist/fonts/enc/dvips/fontawesome5/fa5free1.enc}{/usr/s hare/texmf/fonts/enc/dvips/tex-gyre/q-ts1.enc} Output written on canonical-anbox-cloud-documentation.pdf (326 pages, 5603920 b ytes). Transcript written on canonical-anbox-cloud-documentation.log. Latexmk: Index file 'canonical-anbox-cloud-documentation.idx' was written Latexmk: Missing input file '{images/join-session-icon}.png' (or dependence on it) from following: 'LaTeX Warning: File `{images/join-session-icon}.png' not found on input line 54' Latexmk: Missing input file '{images/join-session-icon}.png' (or dependence on it) from following: 'LaTeX Warning: File `{images/join-session-icon}.png' not found on input line 542.' Latexmk: Missing input file '{images/join-session-icon}.png' (or dependence on it) from following: 'LaTeX Warning: File `{images/join-session-icon}.png' not found on input line 54' Latexmk: Missing input file '{images/join-session-icon}.png' (or dependence on it) from following: 'LaTeX Warning: File `{images/join-session-icon}.png' not found on input line 542.' Latexmk: Missing input file '{images/rendering-pipelines/Intel_AMD_pipeline.png}.png' (or dependence on it) from following: 'LaTeX Warning: File `{images/rendering-pipelines/Intel_AMD_pipeline.png}.png' not found on input line 14811.' Latexmk: Missing input file '{images/rendering-pipelines/Intel_AMD_pipeline.png}.png' (or dependence on it) from following: 'LaTeX Warning: File `{images/rendering-pipelines/Intel_AMD_pipeline.png}.png' not found on input line 14811.' 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 'pdflatex': File changes, etc: Changed files, or newly in use since previous run(s): 'canonical-anbox-cloud-documentation.aux' 'canonical-anbox-cloud-documentation.out' '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)) (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/fontawesome5.sty (/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty) (/usr/share/texlive/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty) (/usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty) (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/fontawesome5-generic-help er.sty (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/fontawesome5-mapping.def) )) *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] (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/ufontawesomefree2.fd) [6] (/usr/share/texlive/texmf-dist/tex/latex/txfonts/t1txtt.fd) [7] Underfull \hbox (badness 10000) in paragraph at lines 418--420 \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:// [8] [9 <./install_appliance_register.png (PNG copy)>] [10] LaTeX Warning: File `{images/join-session-icon}.png' not found on input line 54 2. LaTeX Warning: File `{images/join-session-icon}.png' not found on input line 54 2. ! Package pdftex.def Error: File `images/join-session-icon.png' not found: usin g draft setting. See the pdftex.def package documentation for explanation. Type H for immediate help. ... l.542 ...egraphics{{images/join-session-icon}.png} ) to stream the application. [11] (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/ufontawesomefree1.fd ) [12 <./create-instance-icon.png>] [13 <./edit-application-icon.png> <./delete -icon.png>] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28 <./install_appliance_launch-wizard.png>] [29 <./install_appliance _search-ami.png>] [30 <./install_appliance_select-ami.png>] [31 <./install_appl iance_instance-type.png>] [32 <./install_appliance_key-pair.png>] [33 <./instal l_appliance_security-group.png>] [34 <./install_appliance_add-storage.png>] [35 <./install_appliance_launch-instance.png>] [36 <./install_appliance_launch- status.png>] [37] [38 <./azure_quickstart-co.png>] [39 <./azure_deploy-vm-co.pn g>] [40 <./azure_config-basics-co.png>] [41 <./azure_config-disk.png>] [42 <./a zure_config-secgroup-co.png>] [43 <./azure_config-review.png>] [44 <./azure_pro gress.png>] [45] [46 <./boot-disk-config.png (PNG copy)>] [47 <./add-new-disk.p ng (PNG copy)>] [48] [49] [50] (/usr/share/texlive/texmf-dist/tex/latex/txfonts/ts1txtt.fd) [51] [52] [53 <./i nstall_customise_juju-model.png>] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] Underfull \hbox (badness 10000) in paragraph at lines 4855--4855 []\T1/qhv/m/n/10 Plat- Underfull \hbox (badness 10000) in paragraph at lines 4855--4855 []\T1/qhv/m/n/10 Re-quired for- Underfull \hbox (badness 10000) in paragraph at lines 4855--4855 \T1/qhv/m/n/10 mat of user Underfull \hbox (badness 10000) in paragraph at lines 4855--4855 []\T1/qtm/m/n/10 Comma- Overfull \hbox (10.90097pt too wide) in paragraph at lines 4855--4855 []\T1/txtt/m/n/10 swrast| Underfull \hbox (badness 10000) in paragraph at lines 4855--4855 []\T1/qtm/m/n/10 Comma- Overfull \hbox (10.90097pt too wide) in paragraph at lines 4855--4855 []\T1/txtt/m/n/10 webrtc| Underfull \hbox (badness 10000) in paragraph at lines 4855--4855 []\T1/qtm/m/n/10 {^^Qdis-play_width^^Q: ,^^Qdisplay_height^^Q: ,^^Qdisplay_density^^Q: ,^^Qfps^^Q : <./manage_tls_custom-name-servers.png>] [92 <./manage_tls_enter-nameservers. png> <./manage_tls_cname-record.png>] [93 <./manage_tls_certificate-status.png> ] [94 <./manage_tls_register-targets.png>] [95 <./manage_tls_listener-settings. png> <./manage_tls_dns-name.png>] [96] [97 <./manage_tls_a-record.png>] [98 <./manage_tls_dns-records.png> <./manage_tls_result.png>] [99] [100] [101] [102] [103] [104] [105] Overfull \hbox (24.64912pt too wide) in paragraph at lines 6157--6157 []\T1/txtt/m/n/10 instance[]type| Overfull \hbox (3.64919pt too wide) in paragraph at lines 6157--6157 []\T1/txtt/m/n/10 published| Overfull \hbox (3.64919pt too wide) in paragraph at lines 6157--6157 []\T1/txtt/m/n/10 immutable| [106] [107 <./stream-icon.png>] [108 <./share-stream-icon.png>] [109] [110] [111] [112] [113] [114] [115 <./manage_applications_extra-data.png>] Overfull \hbox (24.64912pt too wide) in paragraph at lines 6916--6916 []\T1/txtt/m/n/10 instance[]type| Overfull \hbox (3.64919pt too wide) in paragraph at lines 6916--6916 []\T1/txtt/m/n/10 published| Overfull \hbox (3.64919pt too wide) in paragraph at lines 6916--6916 []\T1/txtt/m/n/10 immutable| [116] [117] [118] [119] [120] [121] [122] [123] [124] [125] [126] [127] [128] Underfull \hbox (badness 10000) in paragraph at lines 7883--7883 []\T1/qhv/m/n/10 Value Underfull \hbox (badness 10000) in paragraph at lines 7883--7883 []\T1/qtm/m/n/10 Lon-gi-tude in [129] Overfull \hbox (3.74043pt too wide) in paragraph at lines 7980--7980 []\T1/txtt/m/n/10 status| [130] [131] [132] Overfull \hbox (3.7111pt too wide) in paragraph at lines 8215--8215 []\T1/txtt/m/n/10 status| [133] [134] [135] [136] [137] [138] [139] [140] LaTeX Warning: Hyper reference `howto/stream/exchange-oob-data:version-2' on pa ge 141 undefined on input line 8780. LaTeX Warning: Hyper reference `howto/stream/exchange-oob-data:version-1' on pa ge 141 undefined on input line 8787. LaTeX Warning: Hyper reference `howto/stream/exchange-oob-data:version-1' on pa ge 141 undefined on input line 8796. LaTeX Warning: Hyper reference `howto/stream/exchange-oob-data:version-2' on pa ge 141 undefined on input line 8796. [141] [142] [143] Underfull \hbox (badness 10000) in paragraph at lines 9013--9013 []\T1/qhv/m/n/10 Pa-ram-e- Overfull \hbox (47.0134pt too wide) in paragraph at lines 9013--9013 []\T1/txtt/m/n/10 data[]channel[]names| Underfull \hbox (badness 10000) in paragraph at lines 9013--9013 []\T1/qtm/m/n/10 string [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] Overfull \vbox (1.9165pt too high) detected at line 9768 [156] [157] [158] Underfull \hbox (badness 10000) in paragraph at lines 9950--9952 []\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 <./stream_webrtc-connected.png> <./stream_webrtc-candidates.png>] [160] Underfull \hbox (badness 5091) in paragraph at lines 10039--10041 []\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 10039--10041 \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 10039--10041 \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] LaTeX Warning: Hyper reference `howto/troubleshoot/view-logs:logging-level' on page 162 undefined on input line 10100. [162] [163] Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 []\T1/txtt/m/n/10 /var/snap/lxd/common/lxd/logs/ams[]*/ Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 []\T1/qtm/m/n/10 instance-related Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 \T1/qtm/m/n/10 logs for a sin-gle Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 []\T1/qtm/m/n/10 Android-related Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 \T1/qtm/m/n/10 logs for a sin-gle Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 []\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 10396--10396 []\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 10396--10396 []\T1/txtt/m/n/10 u snap.anbox[]stream[]agent. Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 []\T1/qtm/m/n/10 On any ma-chine host-ing the Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 \T1/qtm/m/n/10 An-box Stream Agent (e.g. Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 []\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 10396--10396 []\T1/txtt/m/n/10 u snap.anbox[]stream[]agent. Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 \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 10396--10396 []\T1/qtm/m/n/10 On any ma-chine host-ing the Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 \T1/qtm/m/n/10 An-box Stream Gate-way (e.g. Underfull \hbox (badness 5475) in paragraph at lines 10396--10396 []\T1/qtm/m/n/10 Logs for the An- Underfull \hbox (badness 8038) in paragraph at lines 10396--10396 \T1/qtm/m/n/10 box Stream Gate- Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 []\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 10396--10396 \T1/txtt/m/n/10 snap.anbox[]cloud[]dashboard. Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 \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 10396--10396 []\T1/qtm/m/n/10 On any ma-chine host-ing the An- Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 \T1/qtm/m/n/10 box Cloud web dash-board (e.g. Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 []\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 10396--10396 \T1/qtm/m/n/10 com-mu-ni-ca-tion Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 []\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 10396--10396 \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 10396--10396 []\T1/qtm/m/n/10 On any ma-chine host-ing etcd (e.g. Underfull \hbox (badness 10000) in paragraph at lines 10396--10396 \T1/qtm/m/n/10 database (use-ful [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177 <./adb-connect-icon.png>] [178] [179] [180] [181] [182] [183 <./appl ication_virtual-device.png (PNG copy)>] [184] [185] Underfull \hbox (badness 10000) in paragraph at lines 11882--11882 [][][]\T1/qtm/m/it/10 An-box Man-age- Underfull \hbox (badness 10000) in paragraph at lines 11882--11882 [][][]\T1/qtm/m/it/10 Ap-pli-ca-tion Underfull \hbox (badness 10000) in paragraph at lines 11882--11882 [][][]\T1/qtm/m/it/10 Ren-der-ing ar-chi- [186] [187] [188] [189] [190 <./core_stack.png>] [191] [192 <./core_and_streami ng_stack.png>] [193] [194] [195] [196] [197] [198] [199 <./application-bootstra p.png>] [200] [201] [202 <./application_streaming_stack_v3.png>] [203] [204] [205] [206] [207] [208] [209] [210] [211] LaTeX Warning: Hyper reference `explanation/cryptography/crypto_stream_agent:go pkg.in/macaroon.v2' on page 212 undefined on input line 13671. LaTeX Warning: Hyper reference `explanation/cryptography/crypto_stream_gateway: gopkg.in/macaroon.v2' on page 212 undefined on input line 13724. [212] [213] [214] [215] [216] [217] [218 <./instance_start.png>] Overfull \hbox (10.34161pt too wide) in paragraph at lines 14208--14211 \T1/qtm/m/n/10 its run-time. [] [219 <./instance_stop.png>] Underfull \hbox (badness 10000) in paragraph at lines 14289--14289 []\T1/qhv/m/n/10 Sta- Overfull \hbox (10.79605pt too wide) in paragraph at lines 14289--14289 []\T1/txtt/m/n/10 created| Overfull \hbox (16.04604pt too wide) in paragraph at lines 14289--14289 []\T1/txtt/m/n/10 prepared| Overfull \hbox (10.79605pt too wide) in paragraph at lines 14289--14289 []\T1/txtt/m/n/10 started| Overfull \hbox (10.79605pt too wide) in paragraph at lines 14289--14289 []\T1/txtt/m/n/10 running| Overfull \hbox (10.79605pt too wide) in paragraph at lines 14289--14289 []\T1/txtt/m/n/10 stopped| Overfull \hbox (10.79605pt too wide) in paragraph at lines 14289--14289 []\T1/txtt/m/n/10 deleted| Overfull \hbox (10.79605pt too wide) in paragraph at lines 14289--14289 []\T1/txtt/m/n/10 unknown| [220] [221] [222] [223] [224] [225] [226] [227 <./NVIDIA_pipeline.png (PNG copy )>] LaTeX Warning: File `{images/rendering-pipelines/Intel_AMD_pipeline.png}.png' n ot found on input line 14811. LaTeX Warning: File `{images/rendering-pipelines/Intel_AMD_pipeline.png}.png' n ot found on input line 14811. ! Package pdftex.def Error: File `images/rendering-pipelines/Intel_AMD_pipeline .png.png' not found: using draft setting. See the pdftex.def package documentation for explanation. Type H for immediate help. ... l.14811 ...-pipelines/Intel_AMD_pipeline.png}.png} [228] Underfull \hbox (badness 10000) in paragraph at lines 14897--14899 []\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. [229] [230] [231] [232] [233] [234] [235] Overfull \hbox (6.23364pt too wide) in paragraph at lines 15817--15817 []\T1/qhv/m/n/10 Type| Overfull \hbox (7.83365pt too wide) in paragraph at lines 15817--15817 []\T1/qtm/m/n/10 string| Overfull \hbox (24.62502pt too wide) in paragraph at lines 15817--15817 []\T1/txtt/m/n/10 description| Overfull \hbox (7.83365pt too wide) in paragraph at lines 15817--15817 []\T1/qtm/m/n/10 string| Overfull \hbox (14.12505pt too wide) in paragraph at lines 15817--15817 []\T1/txtt/m/n/10 provides. Overfull \hbox (24.62502pt too wide) in paragraph at lines 15817--15817 \T1/txtt/m/n/10 abi[]support| Overfull \hbox (7.83365pt too wide) in paragraph at lines 15817--15817 []\T1/qtm/m/n/10 string Underfull \hbox (badness 10000) in paragraph at lines 15817--15817 \T1/qtm/m/n/10 ar- Underfull \hbox (badness 10000) in paragraph at lines 15817--15817 []\T1/txtt/m/n/10 arm64[]v8a\T1/qtm/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 15817--15817 []\T1/txtt/m/n/10 hooks. Overfull \hbox (3.62508pt too wide) in paragraph at lines 15817--15817 \T1/txtt/m/n/10 timeout| Overfull \hbox (7.83365pt too wide) in paragraph at lines 15817--15817 []\T1/qtm/m/n/10 string| Overfull \hbox (1814.86357pt too wide) in alignment at lines 15854--15864 [] [] Overfull \hbox (1814.86357pt too wide) in alignment at lines 15864--15878 [] [] Overfull \hbox (1814.86357pt too wide) in alignment at lines 15878--15884 [] [] Overfull \hbox (1814.86357pt too wide) in alignment at lines 15884--15886 [] [] Overfull \hbox (1814.86357pt too wide) in alignment at lines 15886--16162 [] [] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] Underfull \hbox (badness 10000) in paragraph at lines 17409--17411 []\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/ [249] [250] Underfull \hbox (badness 10000) in paragraph at lines 17529--17531 []\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/ [251] [252] Underfull \hbox (badness 10000) in paragraph at lines 17652--17654 []\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/ [253] Underfull \hbox (badness 10000) in paragraph at lines 17726--17728 []\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/ [254] Underfull \hbox (badness 10000) in paragraph at lines 17812--17814 []\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 17812--17814 \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": [255] Underfull \hbox (badness 10000) in paragraph at lines 17937--17939 []\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/ [256] Underfull \hbox (badness 10000) in paragraph at lines 18027--18029 []\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/ Underfull \hbox (badness 10000) in paragraph at lines 18140--18140 []\T1/qhv/m/n/10 Field Underfull \hbox (badness 10000) in paragraph at lines 18140--18140 []\T1/qhv/m/n/10 Avail- Underfull \hbox (badness 10000) in paragraph at lines 18140--18140 \T1/qhv/m/n/10 able Underfull \hbox (badness 10000) in paragraph at lines 18140--18140 []\T1/qhv/m/n/10 Ac- Overfull \hbox (11.08907pt too wide) in paragraph at lines 18140--18140 []\T1/txtt/m/n/10 webrtc| Overfull \hbox (6.75139pt too wide) in paragraph at lines 18140--18140 []\T1/qtm/m/n/10 Boolean| Overfull \hbox (18.3447pt too wide) in paragraph at lines 18140--18140 []\T1/qtm/m/n/10 read/write| Overfull \hbox (11.08907pt too wide) in paragraph at lines 18140--18140 []\T1/txtt/m/n/10 webrtc| Overfull \hbox (30.732pt too wide) in paragraph at lines 18140--18140 []\T1/txtt/m/n/10 stream_active| Overfull \hbox (6.75139pt too wide) in paragraph at lines 18140--18140 []\T1/qtm/m/n/10 Boolean| [257] LaTeX Warning: Hyper reference `reference/anbox-https-api:10vhalconfig' on page 258 undefined on input line 18190. [258] LaTeX Warning: Hyper reference `reference/anbox-https-api:10vhalconfig' on page 259 undefined on input line 18221. [259] [260] [261] Overfull \hbox (3.83052pt too wide) in paragraph at lines 18807--18807 []\T1/qhv/m/n/10 Value Overfull \hbox (1.69052pt too wide) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 string| Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Overfull \hbox (1.69052pt too wide) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 string| Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Overfull \hbox (29.7735pt too wide) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 instance[]type| Overfull \hbox (1.69052pt too wide) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 string| Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Dep-re- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 cated Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 since Overfull \hbox (66.52339pt too wide) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 required[]permissions| Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 ar-ray Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 of Overfull \hbox (5.58052pt too wide) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 strings| Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 image Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 (op- Overfull \hbox (1.69052pt too wide) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 string| Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 addons Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 tags Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Overfull \hbox (24.52351pt too wide) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 boot[]package Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 (op- Overfull \hbox (1.69052pt too wide) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 string| Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 ported Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 on Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 AOSP Overfull \hbox (29.7735pt too wide) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 boot[]activity Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 (op- Overfull \hbox (1.69052pt too wide) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 string| Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 ported Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 on Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 AOSP Overfull \hbox (29.7735pt too wide) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 video[]encoder Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 (op- Overfull \hbox (1.69052pt too wide) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 string| Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Overfull \hbox (3.52357pt too wide) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 watchdog Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Overfull \hbox (3.52357pt too wide) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 services Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Overfull \hbox (8.77356pt too wide) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 resources Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Overfull \hbox (14.02354pt too wide) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 extra[]data Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 hooks Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 ob- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Overfull \hbox (8.77356pt too wide) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 bootstrap Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 ob- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Overfull \hbox (3.52357pt too wide) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 features Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- Overfull \hbox (29.7735pt too wide) in paragraph at lines 18807--18807 []\T1/txtt/m/n/10 node[]selector Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 \T1/qtm/m/n/10 (op- Underfull \hbox (badness 10000) in paragraph at lines 18807--18807 []\T1/qtm/m/n/10 Sup- [262] Overfull \vbox (73.70886pt too high) has occurred while \output is active [263] [264] Overfull \hbox (11.51488pt too wide) in paragraph at lines 19086--19086 []\T1/txtt/m/n/10 gpu[]preferred| Overfull \hbox (8.21721pt too wide) in paragraph at lines 19147--19147 []\T1/txtt/m/n/10 allowed[]packages| Underfull \hbox (badness 10000) in paragraph at lines 19147--19147 []\T1/qtm/m/n/10 ar-ray of [265] [266] Underfull \hbox (badness 10000) in paragraph at lines 19426--19426 []\T1/qhv/m/n/10 Value Underfull \hbox (badness 10000) in paragraph at lines 19426--19426 []\T1/txtt/m/n/10 permissions \T1/qtm/m/n/10 (op- Overfull \hbox (3.63272pt too wide) in paragraph at lines 19561--19561 []\T1/qhv/m/n/10 Type| Overfull \hbox (9.8817pt too wide) in paragraph at lines 19561--19561 []\T1/txtt/m/n/10 permissions| [267] Overfull \hbox (11.62366pt too wide) in paragraph at lines 19645--19645 []\T1/qhv/m/n/10 Name| Overfull \hbox (3.19891pt too wide) in paragraph at lines 19645--19645 []\T1/qhv/m/n/10 Value Overfull \hbox (6.0036pt too wide) in paragraph at lines 19645--19645 []\T1/txtt/m/n/10 keep| [268] [269] Underfull \hbox (badness 10000) in paragraph at lines 19962--19964 []\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 [270] [271] [272] [273] [274] [275] [276] [277] [278] [279] LaTeX Warning: Hyper reference `reference/glossary:control-node' on page 280 un defined on input line 22329. [280] [281] LaTeX Warning: Hyper reference `reference/glossary:control-node' on page 282 un defined on input line 22539. [282] [283] Underfull \hbox (badness 5563) in paragraph at lines 22741--22741 []\T1/qtm/m/n/10 in-stall (dep- Underfull \hbox (badness 10000) in paragraph at lines 22741--22741 []\T1/qtm/m/n/10 pre-pare [284] Overfull \hbox (12.2465pt too wide) in paragraph at lines 22861--22861 []\T1/txtt/m/n/10 ADDON_DIR| Overfull \hbox (1.74654pt too wide) in paragraph at lines 22861--22861 []\T1/txtt/m/n/10 APP_DIR| Overfull \hbox (12.2465pt too wide) in paragraph at lines 22861--22861 []\T1/txtt/m/n/10 ANBOX_DIR| Overfull \hbox (38.49643pt too wide) in paragraph at lines 22861--22861 []\T1/txtt/m/n/10 ANDROID_ROOTFS| Overfull \hbox (27.99646pt too wide) in paragraph at lines 22861--22861 []\T1/txtt/m/n/10 BOOT_PACKAGE| Overfull \hbox (38.49643pt too wide) in paragraph at lines 22861--22861 []\T1/txtt/m/n/10 CONTAINER_TYPE| Underfull \hbox (badness 10000) in paragraph at lines 22861--22861 \T1/qtm/m/n/10 vari-able is now dep-re-cated. Use Overfull \hbox (33.24644pt too wide) in paragraph at lines 22861--22861 []\T1/txtt/m/n/10 INSTANCE_TYPE| Overfull \hbox (43.74641pt too wide) in paragraph at lines 22861--22861 []\T1/txtt/m/n/10 ANBOX_EXIT_CODE| [285 <./addons-reference-hook-order.png>] Underfull \hbox (badness 10000) in paragraph at lines 22935--22935 []\T1/qhv/m/n/10 Soft-ware Underfull \hbox (badness 10000) in paragraph at lines 22935--22935 \T1/qhv/m/n/10 com-po- Underfull \hbox (badness 10000) in paragraph at lines 22935--22935 []\T1/qtm/m/n/10 LXD [286] Underfull \hbox (badness 10000) in paragraph at lines 23268--23268 []\T1/qhv/m/n/10 Pro-to- Underfull \hbox (badness 10000) in paragraph at lines 23268--23268 []\T1/qtm/m/n/10 HTTPS Prometheus end- Underfull \hbox (badness 10000) in paragraph at lines 23268--23268 []\T1/qtm/m/n/10 10000- Underfull \hbox (badness 10000) in paragraph at lines 23268--23268 []\T1/qtm/m/n/10 UDP & Underfull \hbox (badness 10000) in paragraph at lines 23268--23268 []\T1/qtm/m/n/10 An-box Cloud Underfull \hbox (badness 10000) in paragraph at lines 23268--23268 []\T1/qtm/m/n/10 An-box Stream Underfull \hbox (badness 10000) in paragraph at lines 23268--23268 []\T1/qtm/m/n/10 An-box Stream Underfull \hbox (badness 10000) in paragraph at lines 23268--23268 []\T1/qtm/m/n/10 An-box Stream Underfull \hbox (badness 10000) in paragraph at lines 23268--23268 []\T1/qtm/m/n/10 50000- Underfull \hbox (badness 10000) in paragraph at lines 23473--23473 []\T1/qhv/m/n/10 Pro-to- Underfull \hbox (badness 10000) in paragraph at lines 23473--23473 []\T1/qhv/m/n/10 Re- Overfull \hbox (0.63031pt too wide) in paragraph at lines 23473--23473 \T1/qhv/m/n/10 quired| Underfull \hbox (badness 10000) in paragraph at lines 23473--23473 []\T1/qtm/m/n/10 10000- Underfull \hbox (badness 10000) in paragraph at lines 23473--23473 []\T1/qtm/m/n/10 60000- Underfull \hbox (badness 10000) in paragraph at lines 23473--23473 []\T1/qtm/m/n/10 An-box Stream Underfull \hbox (badness 10000) in paragraph at lines 23473--23473 []\T1/qtm/m/n/10 An-box Stream Underfull \hbox (badness 10000) in paragraph at lines 23473--23473 []\T1/qtm/m/n/10 An-box Cloud [287] [288] Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 []\T1/qhv/m/n/10 An-box Cloud Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 []\T1/qhv/m/n/10 Res-o- Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 []\T1/qhv/m/n/10 Ap-pli- Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 []\T1/qhv/m/n/10 # Con- Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 []\T1/qhv/m/n/10 Avg. Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 []\T1/qtm/m/n/10 Am-pere Al-tra + 1x Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 []\T1/qtm/m/n/10 1.11.2 (ap-pli- Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 [][][]\T1/qtm/m/n/10 Bomb- Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 []\T1/qtm/m/n/10 Am-pere Al-tra + 2x Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 []\T1/qtm/m/n/10 1.11.2 (ap-pli- Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 [][][]\T1/qtm/m/n/10 Bomb- Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 []\T1/qtm/m/n/10 Am-pere Al-tra + 1x Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 []\T1/qtm/m/n/10 1.11.2 (ap-pli- Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 [][][]\T1/qtm/m/n/10 Bomb- Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 []\T1/qtm/m/n/10 Am-pere Al-tra + 2x Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 []\T1/qtm/m/n/10 1.11.2 (ap-pli- Underfull \hbox (badness 10000) in paragraph at lines 23627--23627 [][][]\T1/qtm/m/n/10 Bomb- Underfull \hbox (badness 10000) in paragraph at lines 23796--23796 []\T1/qhv/m/n/10 In-stance Underfull \hbox (badness 10000) in paragraph at lines 23796--23796 []\T1/qhv/m/n/10 An-box Cloud Underfull \hbox (badness 10000) in paragraph at lines 23796--23796 []\T1/qhv/m/n/10 Res-o-lu- Underfull \hbox (badness 10000) in paragraph at lines 23796--23796 []\T1/qhv/m/n/10 Avg. Underfull \hbox (badness 10000) in paragraph at lines 23796--23796 []\T1/txtt/m/n/10 m6g. Underfull \hbox (badness 10000) in paragraph at lines 23796--23796 []\T1/qtm/m/n/10 An-droid 10 Underfull \hbox (badness 10000) in paragraph at lines 23796--23796 []\T1/txtt/m/n/10 m5a. Underfull \hbox (badness 10000) in paragraph at lines 23796--23796 []\T1/qtm/m/n/10 An-droid 10 Underfull \hbox (badness 7777) in paragraph at lines 23796--23796 []\T1/qtm/m/n/10 hard-ware / hard- Underfull \hbox (badness 7777) in paragraph at lines 23796--23796 []\T1/qtm/m/n/10 hard-ware / hard- Underfull \hbox (badness 7777) in paragraph at lines 23796--23796 []\T1/qtm/m/n/10 hard-ware / hard- Underfull \hbox (badness 7777) in paragraph at lines 23796--23796 []\T1/qtm/m/n/10 hard-ware / hard- [289] Underfull \hbox (badness 10000) in paragraph at lines 23828--23830 []\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 23845--23847 []\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 Overfull \hbox (32.05202pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_nodes_total| Overfull \hbox (68.80191pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_applications_total| Overfull \hbox (58.30194pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_containers_total| Underfull \hbox (badness 10000) in paragraph at lines 24081--24081 []\T1/qtm/m/n/10 Dep-re-cated since 1.20.0, use Underfull \hbox (badness 10000) in paragraph at lines 24081--24081 \T1/txtt/m/n/10 ams_cluster_instances_total Overfull \hbox (147.55168pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_container_boot_time_seconds_count| Underfull \hbox (badness 10000) in paragraph at lines 24081--24081 []\T1/qtm/m/n/10 Dep-re-cated since 1.20.0, use Overfull \hbox (89.0756pt too wide) in paragraph at lines 24081--24081 \T1/txtt/m/n/10 ams_cluster_instance_boot_time_seconds_count Overfull \hbox (137.1117pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_container_boot_time_seconds_sum| Underfull \hbox (badness 10000) in paragraph at lines 24081--24081 []\T1/qtm/m/n/10 Dep-re-cated since 1.20.0, use Overfull \hbox (78.57564pt too wide) in paragraph at lines 24081--24081 \T1/txtt/m/n/10 ams_cluster_instance_boot_time_seconds_sum Overfull \hbox (152.80167pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_container_boot_time_seconds_bucket| Underfull \hbox (badness 10000) in paragraph at lines 24081--24081 []\T1/qtm/m/n/10 Dep-re-cated since 1.20.0, use Overfull \hbox (94.32559pt too wide) in paragraph at lines 24081--24081 \T1/txtt/m/n/10 ams_cluster_instance_boot_time_seconds_bucket Overfull \hbox (142.3017pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_containers_per_application_total| Underfull \hbox (badness 10000) in paragraph at lines 24081--24081 []\T1/qtm/m/n/10 Dep-re-cated since 1.20.0, use Overfull \hbox (83.82562pt too wide) in paragraph at lines 24081--24081 \T1/txtt/m/n/10 ams_cluster_instances_per_application_total Overfull \hbox (116.05177pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_containers_per_status_total| Underfull \hbox (badness 10000) in paragraph at lines 24081--24081 []\T1/qtm/m/n/10 Dep-re-cated since 1.20.0, use Overfull \hbox (57.5757pt too wide) in paragraph at lines 24081--24081 \T1/txtt/m/n/10 ams_cluster_instances_per_status_total Overfull \hbox (105.5518pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_containers_per_node_total| Underfull \hbox (badness 10000) in paragraph at lines 24081--24081 []\T1/qtm/m/n/10 Dep-re-cated since 1.20.0, use Overfull \hbox (47.07573pt too wide) in paragraph at lines 24081--24081 \T1/txtt/m/n/10 ams_cluster_instances_per_node_total Overfull \hbox (53.05196pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_instances_total| Overfull \hbox (142.3017pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_instance_boot_time_seconds_count| Overfull \hbox (131.86171pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_instance_boot_time_seconds_sum| Overfull \hbox (147.55168pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_instance_boot_time_seconds_bucket| Overfull \hbox (137.05171pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_instances_per_application_total| Overfull \hbox (110.80179pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_instances_per_status_total| Overfull \hbox (100.30182pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_instances_per_node_total| Overfull \hbox (74.0519pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_available_cpu_total| Overfull \hbox (47.80197pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_used_cpu_total| Overfull \hbox (89.80185pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_available_memory_total| Overfull \hbox (63.55193pt too wide) in paragraph at lines 24081--24081 []\T1/txtt/m/n/10 ams_cluster_used_memory_total| [290] [291] Underfull \hbox (badness 5985) in paragraph at lines 24161--24163 []\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 24175--24188 [] [] [] Overfull \hbox (0.63397pt too wide) in alignment at lines 24188--24205 [] [] [] Overfull \hbox (0.63397pt too wide) in alignment at lines 24205--24211 [] [] [] Overfull \hbox (0.63397pt too wide) in alignment at lines 24211--24213 [] [] [] Overfull \hbox (0.63397pt too wide) in alignment at lines 24213--24746 [] [] [] [292] Underfull \hbox (badness 10000) in paragraph at lines 24775--24777 []\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 [293] Overfull \hbox (48.26453pt too wide) in paragraph at lines 24927--24927 []\T1/txtt/m/n/10 anbox_stream_gateway_http_request_duration_seconds_bucket| Overfull \hbox (16.76462pt too wide) in paragraph at lines 24927--24927 []\T1/txtt/m/n/10 anbox_stream_gateway_http_request_size_bytes_bucket| Overfull \hbox (22.0146pt too wide) in paragraph at lines 24927--24927 []\T1/txtt/m/n/10 anbox_stream_gateway_http_response_size_bytes_bucket| [294] Underfull \hbox (badness 10000) in paragraph at lines 25102--25104 []\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 [295] Overfull \hbox (28.51556pt too wide) in paragraph at lines 25266--25266 []\T1/txtt/m/n/10 webrtc_frames_encoded| Overfull \hbox (49.5155pt too wide) in paragraph at lines 25266--25266 []\T1/txtt/m/n/10 webrtc_key_frames_encoded| Overfull \hbox (44.26552pt too wide) in paragraph at lines 25266--25266 []\T1/txtt/m/n/10 webrtc_total_encode_time| Overfull \hbox (28.51556pt too wide) in paragraph at lines 25266--25266 []\T1/txtt/m/n/10 webrtc_target_bitrate| Overfull \hbox (7.51563pt too wide) in paragraph at lines 25266--25266 []\T1/txtt/m/n/10 webrtc_bytes_sent| Overfull \hbox (81.01541pt too wide) in paragraph at lines 25266--25266 []\T1/txtt/m/n/10 webrtc_retransmitted_bytes_sent| Overfull \hbox (91.51538pt too wide) in paragraph at lines 25266--25266 []\T1/txtt/m/n/10 webrtc_retransmitted_packets_sent| Overfull \hbox (75.76543pt too wide) in paragraph at lines 25266--25266 []\T1/txtt/m/n/10 webrtc_total_packet_send_delay| Overfull \hbox (18.0156pt too wide) in paragraph at lines 25266--25266 []\T1/txtt/m/n/10 webrtc_packets_sent| Overfull \hbox (7.51563pt too wide) in paragraph at lines 25266--25266 []\T1/txtt/m/n/10 webrtc_nack_count| Overfull \hbox (2.26564pt too wide) in paragraph at lines 25266--25266 []\T1/txtt/m/n/10 webrtc_fir_count| Overfull \hbox (2.26564pt too wide) in paragraph at lines 25266--25266 []\T1/txtt/m/n/10 webrtc_pli_count| Overfull \hbox (2.26564pt too wide) in paragraph at lines 25266--25266 []\T1/txtt/m/n/10 webrtc_sli_count| Overfull \hbox (18.0156pt too wide) in paragraph at lines 25266--25266 []\T1/txtt/m/n/10 webrtc_relay_in_use| [296] [297] [298] [299] [300] [301] [302] Underfull \hbox (badness 10000) in paragraph at lines 26380--26380 []\T1/qhv/m/n/10 Ar-chi-tec- Underfull \hbox (badness 10000) in paragraph at lines 26380--26380 []\T1/qhv/m/n/10 CPU Overfull \hbox (4.55038pt too wide) in paragraph at lines 26380--26380 []\T1/qhv/m/n/10 RAM| Overfull \hbox (2.42513pt too wide) in paragraph at lines 26380--26380 []\T1/qhv/m/n/10 GPUs| Underfull \hbox (badness 10000) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (1.22038pt too wide) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 4GB| Underfull \hbox (badness 10000) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 50GB Underfull \hbox (badness 10000) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (1.22038pt too wide) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 2GB| Underfull \hbox (badness 10000) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 100GB Underfull \hbox (badness 10000) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (1.22038pt too wide) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 8GB| Underfull \hbox (badness 10000) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 100GB Underfull \hbox (badness 10000) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (1.22038pt too wide) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 8GB| Underfull \hbox (badness 10000) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 100GB Underfull \hbox (badness 10000) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (6.22038pt too wide) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 16GB| Underfull \hbox (badness 10000) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 200GB Underfull \hbox (badness 10000) in paragraph at lines 26380--26380 []\T1/qtm/m/n/10 op- Underfull \hbox (badness 10000) in paragraph at lines 26483--26483 []\T1/qhv/m/n/10 Ar-chi-tec- Underfull \hbox (badness 10000) in paragraph at lines 26483--26483 []\T1/qhv/m/n/10 CPU Overfull \hbox (4.55038pt too wide) in paragraph at lines 26483--26483 []\T1/qhv/m/n/10 RAM| Overfull \hbox (2.42513pt too wide) in paragraph at lines 26483--26483 []\T1/qhv/m/n/10 GPUs| Underfull \hbox (badness 10000) in paragraph at lines 26483--26483 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (1.22038pt too wide) in paragraph at lines 26483--26483 []\T1/qtm/m/n/10 4GB| Underfull \hbox (badness 10000) in paragraph at lines 26483--26483 []\T1/qtm/m/n/10 50GB Underfull \hbox (badness 10000) in paragraph at lines 26483--26483 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (1.22038pt too wide) in paragraph at lines 26483--26483 []\T1/qtm/m/n/10 8GB| Underfull \hbox (badness 10000) in paragraph at lines 26483--26483 []\T1/qtm/m/n/10 100GB Underfull \hbox (badness 10000) in paragraph at lines 26483--26483 []\T1/qtm/m/n/10 amd64 or Overfull \hbox (6.22038pt too wide) in paragraph at lines 26483--26483 []\T1/qtm/m/n/10 16GB| Underfull \hbox (badness 10000) in paragraph at lines 26483--26483 []\T1/qtm/m/n/10 200GB Underfull \hbox (badness 10000) in paragraph at lines 26483--26483 []\T1/qtm/m/n/10 op- [303] Underfull \hbox (badness 10000) in paragraph at lines 26598--26598 []\T1/qhv/m/n/10 Re- Overfull \hbox (6.04872pt too wide) in paragraph at lines 26598--26598 \T1/qhv/m/n/10 lease| Underfull \hbox (badness 10000) in paragraph at lines 26598--26598 []\T1/qhv/m/n/10 Tar-get Overfull \hbox (7.14873pt too wide) in paragraph at lines 26598--26598 []\T1/qtm/m/n/10 1.23.1| Underfull \hbox (badness 10000) in paragraph at lines 26598--26598 []\T1/qtm/m/n/10 Septem- Underfull \hbox (badness 10000) in paragraph at lines 26598--26598 \T1/qtm/m/n/10 ber 18 Overfull \hbox (7.14873pt too wide) in paragraph at lines 26598--26598 []\T1/qtm/m/n/10 1.23.2| Underfull \hbox (badness 10000) in paragraph at lines 26598--26598 []\T1/qtm/m/n/10 Oc-to-ber Overfull \hbox (7.14873pt too wide) in paragraph at lines 26598--26598 []\T1/qtm/m/n/10 1.24.0| Underfull \hbox (badness 10000) in paragraph at lines 26598--26598 []\T1/qtm/m/n/10 Novem- Underfull \hbox (badness 10000) in paragraph at lines 26598--26598 \T1/qtm/m/n/10 ber 13 Underfull \hbox (badness 10000) in paragraph at lines 26818--26818 []\T1/qhv/m/n/10 Sup- [304] [305] [306] Underfull \hbox (badness 10000) in paragraph at lines 27021--27023 []\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. [307] [308] Overfull \hbox (10.52495pt too wide) in paragraph at lines 27237--27237 []\T1/qhv/m/n/10 Name| Overfull \hbox (4.90489pt too wide) in paragraph at lines 27237--27237 []\T1/txtt/m/n/10 null| Overfull \hbox (15.40486pt too wide) in paragraph at lines 27237--27237 []\T1/txtt/m/n/10 webrtc| Overfull \hbox (15.40486pt too wide) in paragraph at lines 27237--27237 []\T1/txtt/m/n/10 swrast| [309] [310] Underfull \hbox (badness 10000) in paragraph at lines 27513--27513 []\T1/qhv/m/n/10 Value Overfull \hbox (0.6554pt too wide) in paragraph at lines 27513--27513 []\T1/qhv/m/n/10 De- Overfull \hbox (3.34538pt too wide) in paragraph at lines 27513--27513 \T1/qhv/m/n/10 fault| Underfull \hbox (badness 10000) in paragraph at lines 27513--27513 []\T1/txtt/m/n/10 video. Underfull \hbox (badness 10000) in paragraph at lines 27513--27513 []\T1/qtm/m/n/10 ar-ray Underfull \hbox (badness 10000) in paragraph at lines 27513--27513 \T1/qtm/m/n/10 of Underfull \hbox (badness 10000) in paragraph at lines 27513--27513 []\T1/txtt/m/n/10 nvidia_h264. Overfull \hbox (10.79532pt too wide) in paragraph at lines 27513--27513 []\T1/txtt/m/n/10 false| Underfull \hbox (badness 10000) in paragraph at lines 27513--27513 []\T1/txtt/m/n/10 nvidia_h264. Overfull \hbox (44.2301pt too wide) in paragraph at lines 27513--27513 \T1/txtt/m/n/10 multipass_quarter_resolution| Overfull \hbox (10.79532pt too wide) in paragraph at lines 27513--27513 []\T1/txtt/m/n/10 false| Overfull \hbox (10.79532pt too wide) in paragraph at lines 27513--27513 []\T1/txtt/m/n/10 false| Underfull \hbox (badness 10000) in paragraph at lines 27513--27513 []\T1/txtt/m/n/10 nvidia_h264. [311] [312] [313] [314] [315] [316] Underfull \vbox (badness 10000) detected at line 28217 Overfull \vbox (3.12196pt too high) detected at line 28217 [317] Underfull \vbox (badness 10000) detected at line 28217 Underfull \vbox (badness 10000) detected at line 28217 [318] [319] LaTeX Warning: Hyper reference `contribute/anbox-style-guide:/images/' on page 320 undefined on input line 28226. (./canonical-anbox-cloud-documentation.ind [320] [321] [322]) (./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/texlive/texmf-dist/fonts/enc/dvips/fontawesome5/fa5free2.enc}{ /usr/share/texlive/texmf-dist/fonts/enc/dvips/fontawesome5/fa5free1.enc}{/usr/s hare/texmf/fonts/enc/dvips/tex-gyre/q-ts1.enc} Output written on canonical-anbox-cloud-documentation.pdf (326 pages, 5603995 b ytes). Transcript written on canonical-anbox-cloud-documentation.log. Latexmk: Index file 'canonical-anbox-cloud-documentation.idx' was written Latexmk: Missing input file '{images/join-session-icon}.png' (or dependence on it) from following: 'LaTeX Warning: File `{images/join-session-icon}.png' not found on input line 54' Latexmk: Missing input file '{images/join-session-icon}.png' (or dependence on it) from following: 'LaTeX Warning: File `{images/join-session-icon}.png' not found on input line 542.' Latexmk: Missing input file '{images/join-session-icon}.png' (or dependence on it) from following: 'LaTeX Warning: File `{images/join-session-icon}.png' not found on input line 54' Latexmk: Missing input file '{images/join-session-icon}.png' (or dependence on it) from following: 'LaTeX Warning: File `{images/join-session-icon}.png' not found on input line 542.' Latexmk: Missing input file '{images/rendering-pipelines/Intel_AMD_pipeline.png}.png' (or dependence on it) from following: 'LaTeX Warning: File `{images/rendering-pipelines/Intel_AMD_pipeline.png}.png' not found on input line 14811.' Latexmk: Missing input file '{images/rendering-pipelines/Intel_AMD_pipeline.png}.png' (or dependence on it) from following: 'LaTeX Warning: File `{images/rendering-pipelines/Intel_AMD_pipeline.png}.png' not found on input line 14811.' 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: Errors, in force_mode: so I tried finishing targets Collected error summary (may duplicate other messages): pdflatex: Command for 'pdflatex' gave return code 1 Refer to 'canonical-anbox-cloud-documentation.log' for details