Read the Docs build information Build id: 2116717 Project: arm-oss-totalcompute Version: latest Commit: aeaea2c561312a3f1ee66833bf283339e9bf3d84 Date: 2024-03-28T08:57:34.780559Z State: finished Success: True [rtd-command-info] start-time: 2024-03-28T08:57:36.124308Z, end-time: 2024-03-28T08:57:38.139633Z, duration: 2, exit-code: 0 git clone --depth 1 https://git.gitlab.arm.com/arm-reference-solutions/build-scripts . Cloning into '.'... warning: redirecting to https://gitlab.arm.com/-/push_from_secondary/7/arm-reference-solutions/build-scripts.git/ [rtd-command-info] start-time: 2024-03-28T08:57:38.199186Z, end-time: 2024-03-28T08:57:41.117189Z, duration: 2, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/releases/TC2-2023.10.04:refs/remotes/origin/releases/TC2-2023.10.04 warning: redirecting to https://gitlab.arm.com/-/push_from_secondary/7/arm-reference-solutions/build-scripts.git/ From https://git.gitlab.arm.com/arm-reference-solutions/build-scripts * [new branch] releases/TC2-2023.10.04 -> origin/releases/TC2-2023.10.04 * [new tag] TC2-2023.10.04 -> TC2-2023.10.04 warning: redirecting to https://gitlab.arm.com/-/push_from_secondary/7/arm-reference-solutions/build-scripts.git/ * [new tag] TC2-2023.08.15-OldTag -> TC2-2023.08.15-OldTag * [new tag] TC2-2023.10.04-OldTag -> TC2-2023.10.04-OldTag [rtd-command-info] start-time: 2024-03-28T08:57:41.249146Z, end-time: 2024-03-28T08:57:41.333787Z, duration: 0, exit-code: 0 git checkout --force origin/releases/TC2-2023.10.04 Note: switching to 'origin/releases/TC2-2023.10.04'. 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 aeaea2c Update components version in requirements to comply with RTD support changes; [rtd-command-info] start-time: 2024-03-28T08:57:41.403091Z, end-time: 2024-03-28T08:57:41.461863Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2024-03-28T08:57:41.536704Z, end-time: 2024-03-28T08:57:41.603041Z, duration: 0, exit-code: 0 cat docs/.readthedocs.yaml # .readthedocs.yaml # ReadTheDocs configuration file. # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details. version: 2 build: os: ubuntu-22.04 tools: python: "3.11" sphinx: configuration: docs/conf.py formats: - pdf python: install: - requirements: docs/requirements.txt [rtd-command-info] start-time: 2024-03-28T08:57:48.128027Z, end-time: 2024-03-28T08:57:48.214979Z, duration: 0, exit-code: 0 asdf global python 3.11.6 [rtd-command-info] start-time: 2024-03-28T08:57:48.631102Z, end-time: 2024-03-28T08:57:49.771185Z, duration: 1, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.11.6.final.0-64 in 842ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/arm-oss-totalcompute/envs/latest, clear=False, no_vcs_ignore=False, global=False) seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/docs/.local/share/virtualenv) added seed packages: pip==23.1, setuptools==67.6.1, wheel==0.40.0 activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator [rtd-command-info] start-time: 2024-03-28T08:57:49.839096Z, end-time: 2024-03-28T08:58:02.431239Z, duration: 12, 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/arm-oss-totalcompute/envs/latest/lib/python3.11/site-packages (23.1) Collecting pip Downloading pip-24.0-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 10.2 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/arm-oss-totalcompute/envs/latest/lib/python3.11/site-packages (67.6.1) Collecting setuptools Downloading setuptools-69.2.0-py3-none-any.whl (821 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 821.5/821.5 kB 23.1 MB/s eta 0:00:00 Installing collected packages: setuptools, pip Attempting uninstall: setuptools Found existing installation: setuptools 67.6.1 Uninstalling setuptools-67.6.1: Successfully uninstalled setuptools-67.6.1 Attempting uninstall: pip Found existing installation: pip 23.1 Uninstalling pip-23.1: Successfully uninstalled pip-23.1 Successfully installed pip-24.0 setuptools-69.2.0 [rtd-command-info] start-time: 2024-03-28T08:58:02.506065Z, end-time: 2024-03-28T08:58:08.581086Z, duration: 6, exit-code: 0 python -m pip install --upgrade --no-cache-dir sphinx readthedocs-sphinx-ext Collecting sphinx Downloading sphinx-7.2.6-py3-none-any.whl.metadata (5.9 kB) Collecting readthedocs-sphinx-ext Downloading readthedocs_sphinx_ext-2.2.5-py2.py3-none-any.whl.metadata (1.5 kB) Collecting sphinxcontrib-applehelp (from sphinx) Downloading sphinxcontrib_applehelp-1.0.8-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-devhelp (from sphinx) Downloading sphinxcontrib_devhelp-1.0.6-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-jsmath (from sphinx) Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl.metadata (1.4 kB) Collecting sphinxcontrib-htmlhelp>=2.0.0 (from sphinx) Downloading sphinxcontrib_htmlhelp-2.0.5-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-serializinghtml>=1.1.9 (from sphinx) Downloading sphinxcontrib_serializinghtml-1.1.10-py3-none-any.whl.metadata (2.4 kB) Collecting sphinxcontrib-qthelp (from sphinx) Downloading sphinxcontrib_qthelp-1.0.7-py3-none-any.whl.metadata (2.2 kB) Collecting Jinja2>=3.0 (from sphinx) Downloading Jinja2-3.1.3-py3-none-any.whl.metadata (3.3 kB) Collecting Pygments>=2.14 (from sphinx) Downloading pygments-2.17.2-py3-none-any.whl.metadata (2.6 kB) Collecting docutils<0.21,>=0.18.1 (from sphinx) Downloading docutils-0.20.1-py3-none-any.whl.metadata (2.8 kB) Collecting snowballstemmer>=2.0 (from sphinx) Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl.metadata (6.5 kB) Collecting babel>=2.9 (from sphinx) Downloading Babel-2.14.0-py3-none-any.whl.metadata (1.6 kB) Collecting alabaster<0.8,>=0.7 (from sphinx) Downloading alabaster-0.7.16-py3-none-any.whl.metadata (2.9 kB) Collecting imagesize>=1.3 (from sphinx) Downloading imagesize-1.4.1-py2.py3-none-any.whl.metadata (1.5 kB) Collecting requests>=2.25.0 (from sphinx) Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) Collecting packaging>=21.0 (from sphinx) Downloading packaging-24.0-py3-none-any.whl.metadata (3.2 kB) Collecting MarkupSafe>=2.0 (from Jinja2>=3.0->sphinx) Downloading MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB) Collecting charset-normalizer<4,>=2 (from requests>=2.25.0->sphinx) Downloading charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB) Collecting idna<4,>=2.5 (from requests>=2.25.0->sphinx) Downloading idna-3.6-py3-none-any.whl.metadata (9.9 kB) Collecting urllib3<3,>=1.21.1 (from requests>=2.25.0->sphinx) Downloading urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB) Collecting certifi>=2017.4.17 (from requests>=2.25.0->sphinx) Downloading certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB) Downloading sphinx-7.2.6-py3-none-any.whl (3.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 52.1 MB/s eta 0:00:00 Downloading readthedocs_sphinx_ext-2.2.5-py2.py3-none-any.whl (11 kB) Downloading alabaster-0.7.16-py3-none-any.whl (13 kB) Downloading Babel-2.14.0-py3-none-any.whl (11.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.0/11.0 MB 219.9 MB/s eta 0:00:00 Downloading docutils-0.20.1-py3-none-any.whl (572 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 572.7/572.7 kB 290.1 MB/s eta 0:00:00 Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB) Downloading Jinja2-3.1.3-py3-none-any.whl (133 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.2/133.2 kB 275.6 MB/s eta 0:00:00 Downloading packaging-24.0-py3-none-any.whl (53 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.5/53.5 kB 242.9 MB/s eta 0:00:00 Downloading pygments-2.17.2-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 300.3 MB/s eta 0:00:00 Downloading requests-2.31.0-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 246.2 MB/s eta 0:00:00 Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.0/93.0 kB 260.4 MB/s eta 0:00:00 Downloading sphinxcontrib_htmlhelp-2.0.5-py3-none-any.whl (99 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.2/99.2 kB 268.2 MB/s eta 0:00:00 Downloading sphinxcontrib_serializinghtml-1.1.10-py3-none-any.whl (92 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.7/92.7 kB 265.9 MB/s eta 0:00:00 Downloading sphinxcontrib_applehelp-1.0.8-py3-none-any.whl (120 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.0/120.0 kB 273.7 MB/s eta 0:00:00 Downloading sphinxcontrib_devhelp-1.0.6-py3-none-any.whl (83 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.5/83.5 kB 257.1 MB/s eta 0:00:00 Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) Downloading sphinxcontrib_qthelp-1.0.7-py3-none-any.whl (89 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.4/89.4 kB 265.0 MB/s eta 0:00:00 Downloading certifi-2024.2.2-py3-none-any.whl (163 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 kB 291.7 MB/s eta 0:00:00 Downloading charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (140 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.3/140.3 kB 254.1 MB/s eta 0:00:00 Downloading idna-3.6-py3-none-any.whl (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.6/61.6 kB 196.7 MB/s eta 0:00:00 Downloading MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (28 kB) Downloading urllib3-2.2.1-py3-none-any.whl (121 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 262.9 MB/s eta 0:00:00 Installing collected packages: snowballstemmer, urllib3, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, Pygments, packaging, MarkupSafe, imagesize, idna, docutils, charset-normalizer, certifi, babel, alabaster, requests, Jinja2, sphinx, readthedocs-sphinx-ext Successfully installed Jinja2-3.1.3 MarkupSafe-2.1.5 Pygments-2.17.2 alabaster-0.7.16 babel-2.14.0 certifi-2024.2.2 charset-normalizer-3.3.2 docutils-0.20.1 idna-3.6 imagesize-1.4.1 packaging-24.0 readthedocs-sphinx-ext-2.2.5 requests-2.31.0 snowballstemmer-2.2.0 sphinx-7.2.6 sphinxcontrib-applehelp-1.0.8 sphinxcontrib-devhelp-1.0.6 sphinxcontrib-htmlhelp-2.0.5 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.7 sphinxcontrib-serializinghtml-1.1.10 urllib3-2.2.1 [rtd-command-info] start-time: 2024-03-28T08:58:08.659977Z, end-time: 2024-03-28T08:58:11.927563Z, duration: 3, exit-code: 0 python -m pip install --exists-action=w --no-cache-dir -r docs/requirements.txt Collecting jinja2==3.1.1 (from -r docs/requirements.txt (line 6)) Downloading Jinja2-3.1.1-py3-none-any.whl.metadata (3.5 kB) Collecting sphinx==5.3.0 (from -r docs/requirements.txt (line 9)) Downloading sphinx-5.3.0-py3-none-any.whl.metadata (6.4 kB) Collecting sphinx_rtd_theme==2.0.0 (from -r docs/requirements.txt (line 10)) Downloading sphinx_rtd_theme-2.0.0-py2.py3-none-any.whl.metadata (4.4 kB) Collecting sphinx-copybutton==0.5.0 (from -r docs/requirements.txt (line 11)) Downloading sphinx_copybutton-0.5.0-py3-none-any.whl.metadata (3.2 kB) Collecting docutils==0.18.1 (from -r docs/requirements.txt (line 12)) Downloading docutils-0.18.1-py2.py3-none-any.whl.metadata (2.9 kB) Requirement already satisfied: MarkupSafe>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/arm-oss-totalcompute/envs/latest/lib/python3.11/site-packages (from jinja2==3.1.1->-r docs/requirements.txt (line 6)) (2.1.5) Requirement already satisfied: sphinxcontrib-applehelp in /home/docs/checkouts/readthedocs.org/user_builds/arm-oss-totalcompute/envs/latest/lib/python3.11/site-packages (from sphinx==5.3.0->-r docs/requirements.txt (line 9)) (1.0.8) Requirement already satisfied: sphinxcontrib-devhelp in /home/docs/checkouts/readthedocs.org/user_builds/arm-oss-totalcompute/envs/latest/lib/python3.11/site-packages (from sphinx==5.3.0->-r docs/requirements.txt (line 9)) (1.0.6) Requirement already satisfied: sphinxcontrib-jsmath in /home/docs/checkouts/readthedocs.org/user_builds/arm-oss-totalcompute/envs/latest/lib/python3.11/site-packages (from sphinx==5.3.0->-r docs/requirements.txt (line 9)) (1.0.1) Requirement already satisfied: sphinxcontrib-htmlhelp>=2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/arm-oss-totalcompute/envs/latest/lib/python3.11/site-packages (from sphinx==5.3.0->-r docs/requirements.txt (line 9)) (2.0.5) Requirement already satisfied: sphinxcontrib-serializinghtml>=1.1.5 in /home/docs/checkouts/readthedocs.org/user_builds/arm-oss-totalcompute/envs/latest/lib/python3.11/site-packages (from sphinx==5.3.0->-r docs/requirements.txt (line 9)) (1.1.10) Requirement already satisfied: sphinxcontrib-qthelp in /home/docs/checkouts/readthedocs.org/user_builds/arm-oss-totalcompute/envs/latest/lib/python3.11/site-packages (from sphinx==5.3.0->-r docs/requirements.txt (line 9)) (1.0.7) Requirement already satisfied: Pygments>=2.12 in /home/docs/checkouts/readthedocs.org/user_builds/arm-oss-totalcompute/envs/latest/lib/python3.11/site-packages (from sphinx==5.3.0->-r docs/requirements.txt (line 9)) (2.17.2) Requirement already satisfied: snowballstemmer>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/arm-oss-totalcompute/envs/latest/lib/python3.11/site-packages (from sphinx==5.3.0->-r docs/requirements.txt (line 9)) (2.2.0) Requirement already satisfied: babel>=2.9 in /home/docs/checkouts/readthedocs.org/user_builds/arm-oss-totalcompute/envs/latest/lib/python3.11/site-packages (from sphinx==5.3.0->-r docs/requirements.txt (line 9)) (2.14.0) Requirement already satisfied: alabaster<0.8,>=0.7 in /home/docs/checkouts/readthedocs.org/user_builds/arm-oss-totalcompute/envs/latest/lib/python3.11/site-packages (from sphinx==5.3.0->-r docs/requirements.txt (line 9)) (0.7.16) Requirement already satisfied: imagesize>=1.3 in /home/docs/checkouts/readthedocs.org/user_builds/arm-oss-totalcompute/envs/latest/lib/python3.11/site-packages (from sphinx==5.3.0->-r docs/requirements.txt (line 9)) (1.4.1) Requirement already satisfied: requests>=2.5.0 in /home/docs/checkouts/readthedocs.org/user_builds/arm-oss-totalcompute/envs/latest/lib/python3.11/site-packages (from sphinx==5.3.0->-r docs/requirements.txt (line 9)) (2.31.0) Requirement already satisfied: packaging>=21.0 in /home/docs/checkouts/readthedocs.org/user_builds/arm-oss-totalcompute/envs/latest/lib/python3.11/site-packages (from sphinx==5.3.0->-r docs/requirements.txt (line 9)) (24.0) Collecting sphinxcontrib-jquery<5,>=4 (from sphinx_rtd_theme==2.0.0->-r docs/requirements.txt (line 10)) Downloading sphinxcontrib_jquery-4.1-py2.py3-none-any.whl.metadata (2.6 kB) Requirement already satisfied: charset-normalizer<4,>=2 in /home/docs/checkouts/readthedocs.org/user_builds/arm-oss-totalcompute/envs/latest/lib/python3.11/site-packages (from requests>=2.5.0->sphinx==5.3.0->-r docs/requirements.txt (line 9)) (3.3.2) Requirement already satisfied: idna<4,>=2.5 in /home/docs/checkouts/readthedocs.org/user_builds/arm-oss-totalcompute/envs/latest/lib/python3.11/site-packages (from requests>=2.5.0->sphinx==5.3.0->-r docs/requirements.txt (line 9)) (3.6) Requirement already satisfied: urllib3<3,>=1.21.1 in /home/docs/checkouts/readthedocs.org/user_builds/arm-oss-totalcompute/envs/latest/lib/python3.11/site-packages (from requests>=2.5.0->sphinx==5.3.0->-r docs/requirements.txt (line 9)) (2.2.1) Requirement already satisfied: certifi>=2017.4.17 in /home/docs/checkouts/readthedocs.org/user_builds/arm-oss-totalcompute/envs/latest/lib/python3.11/site-packages (from requests>=2.5.0->sphinx==5.3.0->-r docs/requirements.txt (line 9)) (2024.2.2) Downloading Jinja2-3.1.1-py3-none-any.whl (132 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 132.6/132.6 kB 8.3 MB/s eta 0:00:00 Downloading sphinx-5.3.0-py3-none-any.whl (3.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 31.3 MB/s eta 0:00:00 Downloading sphinx_rtd_theme-2.0.0-py2.py3-none-any.whl (2.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.8/2.8 MB 54.8 MB/s eta 0:00:00 Downloading sphinx_copybutton-0.5.0-py3-none-any.whl (12 kB) Downloading docutils-0.18.1-py2.py3-none-any.whl (570 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 570.0/570.0 kB 77.2 MB/s eta 0:00:00 Downloading sphinxcontrib_jquery-4.1-py2.py3-none-any.whl (121 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 275.4 MB/s eta 0:00:00 Installing collected packages: jinja2, docutils, sphinx, sphinxcontrib-jquery, sphinx-copybutton, sphinx_rtd_theme Attempting uninstall: jinja2 Found existing installation: Jinja2 3.1.3 Uninstalling Jinja2-3.1.3: Successfully uninstalled Jinja2-3.1.3 Attempting uninstall: docutils Found existing installation: docutils 0.20.1 Uninstalling docutils-0.20.1: Successfully uninstalled docutils-0.20.1 Attempting uninstall: sphinx Found existing installation: Sphinx 7.2.6 Uninstalling Sphinx-7.2.6: Successfully uninstalled Sphinx-7.2.6 Successfully installed docutils-0.18.1 jinja2-3.1.1 sphinx-5.3.0 sphinx-copybutton-0.5.0 sphinx_rtd_theme-2.0.0 sphinxcontrib-jquery-4.1 [rtd-command-info] start-time: 2024-03-28T08:58:12.485864Z, end-time: 2024-03-28T08:58:12.539466Z, duration: 0, exit-code: 0 cat docs/conf.py # Configuration file for the Sphinx documentation builder. # # This file only contains a selection of the most common options. For a full # list see the documentation: # https://www.sphinx-doc.org/en/master/usage/configuration.html # -- Path setup -------------------------------------------------------------- # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. # # import os # import sys # sys.path.insert(0, os.path.abspath('.')) # -- Project information ----------------------------------------------------- project = 'Total Compute' copyright = '2020-2023, Arm' author = 'Arm Limited' # -- General configuration --------------------------------------------------- # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. extensions = [ ] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This pattern also affects html_static_path and html_extra_path. exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'docs/infra'] # -- Options for HTML output ------------------------------------------------- # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # html_theme = 'sphinx_rtd_theme' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". #html_static_path = ['_static'] ########################################################################### # 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/"), ("tc2-2024.02.22-lsc", "/en/tc2-2024.02.22-lsc/"), ("tc2-2023.10.04", "/en/tc2-2023.10.04/"), ("tc2-2023.08.15", "/en/tc2-2023.08.15/"), ("tc2-2023.04.21", "/en/tc2-2023.04.21/"), ], 'downloads': [ ("pdf", "//totalcompute.docs.arm.com/_/downloads/en/latest/pdf/"), ], 'subprojects': [ ], 'slug': 'arm-oss-totalcompute', 'name': u'TotalCompute', 'rtd_language': u'en', 'programming_language': u'words', 'canonical_url': '', 'analytics_code': 'None', 'single_version': False, 'conf_py_path': '/docs/', 'api_host': 'https://readthedocs.com', 'github_user': 'None', 'proxied_api_host': '/_', 'github_repo': 'None', 'github_version': 'releases/TC2-2023.10.04', 'display_github': False, 'bitbucket_user': 'None', 'bitbucket_repo': 'None', 'bitbucket_version': 'releases/TC2-2023.10.04', 'display_bitbucket': False, 'gitlab_user': 'None', 'gitlab_repo': 'None', 'gitlab_version': 'releases/TC2-2023.10.04', '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': 'aeaea2c5', } # 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/arm-oss-totalcompute/builds/2116717/' project_language = 'en' # User's Sphinx configurations language_user = globals().get('language', None) latex_engine_user = globals().get('latex_engine', None) latex_elements_user = globals().get('latex_elements', None) # Remove this once xindy gets installed in Docker image and XINDYOPS # env variable is supported # https://github.com/rtfd/readthedocs-docker-images/pull/98 latex_use_xindy = False chinese = any([ language_user in ('zh_CN', 'zh_TW'), project_language in ('zh_CN', 'zh_TW'), ]) japanese = any([ language_user == 'ja', project_language == 'ja', ]) if chinese: latex_engine = latex_engine_user or 'xelatex' latex_elements_rtd = { 'preamble': '\\usepackage[UTF8]{ctex}\n', } latex_elements = latex_elements_user or latex_elements_rtd elif japanese: latex_engine = latex_engine_user or 'platex' # Make sure our build directory is always excluded exclude_patterns = globals().get('exclude_patterns', []) exclude_patterns.extend(['_build']) [rtd-command-info] start-time: 2024-03-28T08:58:12.617199Z, end-time: 2024-03-28T08:58:14.483971Z, duration: 1, exit-code: 0 python -m sphinx -T -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html Running Sphinx v5.3.0 making output directory... done building [mo]: targets for 0 po files that are out of date building [html]: targets for 10 source files that are out of date updating environment: [new config] 10 added, 0 changed, 0 removed reading sources... [ 10%] index reading sources... [ 20%] totalcompute/tc2/change-log reading sources... [ 30%] totalcompute/tc2/expected-test-results reading sources... [ 40%] totalcompute/tc2/index reading sources... [ 50%] totalcompute/tc2/index_previous_tc_releases reading sources... [ 60%] totalcompute/tc2/readme reading sources... [ 70%] totalcompute/tc2/release_notes reading sources... [ 80%] totalcompute/tc2/tc2_sw_stack reading sources... [ 90%] totalcompute/tc2/troubleshooting reading sources... [100%] totalcompute/tc2/user-guide looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 10%] index writing output... [ 20%] totalcompute/tc2/change-log writing output... [ 30%] totalcompute/tc2/expected-test-results writing output... [ 40%] totalcompute/tc2/index writing output... [ 50%] totalcompute/tc2/index_previous_tc_releases writing output... [ 60%] totalcompute/tc2/readme writing output... [ 70%] totalcompute/tc2/release_notes writing output... [ 80%] totalcompute/tc2/tc2_sw_stack writing output... [ 90%] totalcompute/tc2/troubleshooting writing output... [100%] totalcompute/tc2/user-guide generating indices... genindex done writing additional pages... search done copying images... [ 14%] totalcompute/tc2/tc2_sw_stack.png copying images... [ 28%] totalcompute/tc2/tc2_bootflow.svg copying images... [ 42%] totalcompute/tc2/Debug_control_console.png copying images... [ 57%] totalcompute/tc2/switch_cores.png copying images... [ 71%] totalcompute/tc2/enable_llvm.png copying images... [ 85%] totalcompute/tc2/arm_ds_version.png copying images... [100%] totalcompute/tc2/tap_interface_ip_addr.png copying static files... done copying extra files... done dumping search index in English (code: en)... done dumping object inventory... done Updating searchtools for Read the Docs search... build succeeded. The HTML pages are in ../_readthedocs/html. [rtd-command-info] start-time: 2024-03-28T08:58:14.548380Z, end-time: 2024-03-28T08:58:15.713001Z, duration: 1, exit-code: 0 python -m sphinx -T -b latex -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/pdf Running Sphinx v5.3.0 making output directory... done loading pickled environment... done building [mo]: targets for 0 po files that are out of date building [latex]: all documents updating environment: 0 added, 0 changed, 0 removed looking for now-outdated files... none found processing totalcompute.tex... index totalcompute/tc2/index totalcompute/tc2/tc2_sw_stack totalcompute/tc2/readme totalcompute/tc2/user-guide totalcompute/tc2/expected-test-results totalcompute/tc2/troubleshooting totalcompute/tc2/release_notes totalcompute/tc2/change-log totalcompute/tc2/index_previous_tc_releases resolving references... done writing... done copying images... [ 14%] totalcompute/tc2/tc2_sw_stack.png copying images... [ 28%] totalcompute/tc2/tc2_bootflow.svg copying images... [ 42%] totalcompute/tc2/Debug_control_console.png copying images... [ 57%] totalcompute/tc2/switch_cores.png copying images... [ 71%] totalcompute/tc2/enable_llvm.png copying images... [ 85%] totalcompute/tc2/arm_ds_version.png copying images... [100%] totalcompute/tc2/tap_interface_ip_addr.png copying TeX support files... copying TeX support files... done Missing searchtools: /home/docs/checkouts/readthedocs.org/user_builds/arm-oss-totalcompute/checkouts/latest/_readthedocs/pdf/_static/searchtools.js build succeeded. The LaTeX files are in ../_readthedocs/pdf. Run 'make' in that directory to run these through (pdf)latex (use `make latexpdf' here to do that automatically). [rtd-command-info] start-time: 2024-03-28T08:58:16.592072Z, end-time: 2024-03-28T08:58:16.652915Z, duration: 0, exit-code: 0 cat latexmkrc $latex = 'latex ' . $ENV{'LATEXOPTS'} . ' %O %S'; $pdflatex = 'pdflatex ' . $ENV{'LATEXOPTS'} . ' %O %S'; $lualatex = 'lualatex ' . $ENV{'LATEXOPTS'} . ' %O %S'; $xelatex = 'xelatex --no-pdf ' . $ENV{'LATEXOPTS'} . ' %O %S'; $makeindex = 'makeindex -s python.ist %O -o %D %S'; add_cus_dep( "glo", "gls", 0, "makeglo" ); sub makeglo { return system( "makeindex -s gglo.ist -o '$_[0].gls' '$_[0].glo'" ); } [rtd-command-info] start-time: 2024-03-28T08:58:16.715433Z, end-time: 2024-03-28T08:58:23.390858Z, duration: 6, exit-code: 0 latexmk -r latexmkrc -pdf -f -dvi- -ps- -jobname=arm-oss-totalcompute -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): 'totalcompute.tex' ------------ Run number 1 of rule 'pdflatex' ------------ ------------ Running 'pdflatex -interaction=nonstopmode -recorder --jobname="arm-oss-totalcompute" "totalcompute.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 (./totalcompute.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) (./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)) (./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 arm-oss-totalcompute.idx (/usr/share/texmf/tex/latex/tex-gyre/t1qtm.fd) (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def) (./arm-oss-totalcompute.aux) (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty)) (/usr/share/texmf/tex/latex/tex-gyre/t1qhv.fd)<><><><> (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1{/var/lib/texmf/fo nts/map/pdftex/updmap/pdftex.map}] [2] [1] [2] Chapter 1. (/usr/share/texlive/texmf-dist/tex/latex/txfonts/t1txtt.fd) [1 <./tc2_sw_stack. png>] ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.143 ...sphinxincludegraphics{{tc2_bootflow}.svg} ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.143 ...sphinxincludegraphics{{tc2_bootflow}.svg} [2] (/usr/share/texmf/tex/latex/tex-gyre/ts1qtm.fd) [3] [4] [5] LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:docs-totalcompute-t c2-user-guide' on page 6 undefined on input line 448. LaTeX Warning: Hyper reference `totalcompute/tc2/change-log:docs-totalcompute-t c2-change-log' on page 6 undefined on input line 452. LaTeX Warning: Hyper reference `totalcompute/tc2/release_notes:docs-totalcomput e-tc2-release-notes' on page 6 undefined on input line 456. LaTeX Warning: Hyper reference `totalcompute/tc2/tc2_sw_stack:docs-totalcompute -tc2-tc2-sw-stack' on page 6 undefined on input line 551. [6] LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:user-guide' on page 7 undefined on input line 570. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:notice' on page 7 u ndefined on input line 574. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:prerequisites' on p age 7 undefined on input line 578. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:download-the-source -code-and-build' on page 7 undefined on input line 582. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:download-the-source -code' on page 7 undefined on input line 586. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:initial-setup' on p age 7 undefined on input line 590. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:build-options' on p age 7 undefined on input line 594. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:debian-os-build-var iant' on page 7 undefined on input line 598. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:android-os-build-va riants' on page 7 undefined on input line 602. ! LaTeX Error: Too deeply nested. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.603 \begin{itemize} LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:hardware-vs-softwar e-rendering' on page 7 undefined on input line 606. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:android-verified-bo ot-avb-with-without-authentication' on page 7 undefined on input line 610. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:build-variants-conf iguration' on page 7 undefined on input line 618. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:buildroot-build' on page 7 undefined on input line 622. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:debian-build' on pa ge 7 undefined on input line 626. ! LaTeX Error: Too deeply nested. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.627 \begin{itemize} LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:debian-build-withou t-software-or-gpu-hardware-rendering-support' on page 7 undefined on input line 630. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:android-build' on p age 7 undefined on input line 636. ! LaTeX Error: Too deeply nested. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.637 \begin{itemize} LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:android-build-with- hardware-rendering-support-based-on-prebuilt-binaries' on page 7 undefined on i nput line 640. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:android-build-with- hardware-rendering-support-based-on-ddk-source-code' on page 7 undefined on inp ut line 644. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:android-build-with- software-rendering-support' on page 7 undefined on input line 648. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:build-command' on p age 7 undefined on input line 656. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:more-about-the-buil d-system' on page 7 undefined on input line 660. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:build-components-an d-its-dependencies' on page 7 undefined on input line 664. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:provided-components ' on page 7 undefined on input line 670. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:firmware-components ' on page 7 undefined on input line 674. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:trusted-firmware-a' on page 7 undefined on input line 678. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:system-control-proc essor-scp' on page 7 undefined on input line 682. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:u-boot' on page 7 u ndefined on input line 686. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:hafnium' on page 7 undefined on input line 690. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:op-tee' on page 7 u ndefined on input line 694. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:s-el0-trusted-servi ces' on page 7 undefined on input line 698. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:linux' on page 7 un defined on input line 702. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:trusty' on page 7 u ndefined on input line 706. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:distributions' on p age 7 undefined on input line 712. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:buildroot-linux-dis tro' on page 7 undefined on input line 716. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:debian-linux-distro ' on page 7 undefined on input line 720. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:android' on page 7 undefined on input line 724. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:run-scripts' on pag e 7 undefined on input line 730. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:obtaining-the-tc2-f vp' on page 7 undefined on input line 736. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:running-the-softwar e-on-fvp' on page 7 undefined on input line 740. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:running-buildroot' on page 7 undefined on input line 744. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:running-debian' on page 7 undefined on input line 748. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:running-android' on page 7 undefined on input line 752. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:android-general-com mon-run-command' on page 7 undefined on input line 756. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:android-with-avb-en abled' on page 7 undefined on input line 760. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:expected-behaviour' on page 7 undefined on input line 766. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:running-sanity-test s' on page 7 undefined on input line 772. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:validate-the-tensor flow-lite-ml-flow' on page 7 undefined on input line 776. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:id1' on page 7 unde fined on input line 780. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:running-the-provide d-tensorflow-lite-ml-model-examples' on page 7 undefined on input line 784. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:manually-uploading- a-tensorflow-lite-ml-model' on page 7 undefined on input line 788. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:docs-totalcompute-t c2-sanity-tests-optee' on page 7 undefined on input line 794. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:trusted-services-an d-client-application' on page 7 undefined on input line 798. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:docs-totalcompute-t c2-sanity-tests-trusty' on page 7 undefined on input line 802. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:microdroid-demo' on page 7 undefined on input line 806. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:kernel-selftest' on page 7 undefined on input line 810. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:mpam' on page 7 und efined on input line 814. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:mpmm' on page 7 und efined on input line 818. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:bti' on page 7 unde fined on input line 822. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:mte' on page 7 unde fined on input line 826. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:pauth' on page 7 un defined on input line 830. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:eas-with-lisa' on p age 7 undefined on input line 834. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:pkvm-smmuv3-driver- support-validation' on page 7 undefined on input line 838. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:cpu-hardware-capabi lities' on page 7 undefined on input line 842. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:debugging-on-arm-de velopment-studio' on page 7 undefined on input line 848. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:attach-and-debug' o n page 7 undefined on input line 852. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:switch-between-scp- and-ap' on page 7 undefined on input line 856. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:enable-llvm-parser- for-dwarf5-support' on page 7 undefined on input line 860. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:arm-ds-version' on page 7 undefined on input line 864. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:feature-guide' on p age 7 undefined on input line 870. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:firmware-update' on page 7 undefined on input line 874. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:creating-capsule' o n page 7 undefined on input line 878. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:loading-capsule' on page 7 undefined on input line 882. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:updating-firmware' on page 7 undefined on input line 886. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:autofdo-in-android' on page 7 undefined on input line 892. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:id4' on page 7 unde fined on input line 896. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:steps-to-use-autofd o' on page 7 undefined on input line 900. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:adb-connection-on-a ndroid' on page 7 undefined on input line 906. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:connect-to-the-runn ing-fvp-model-instance' on page 7 undefined on input line 910. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:upload-a-file' on p age 7 undefined on input line 914. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:download-a-file' on page 7 undefined on input line 918. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:execute-a-remote-co mmand' on page 7 undefined on input line 922. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:set-up-tap-interfac e-for-android-adb' on page 7 undefined on input line 928. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:steps-to-set-up-the -tap-interface' on page 7 undefined on input line 932. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:steps-to-graceful-d isable-and-remove-the-tap-interface' on page 7 undefined on input line 936. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:running-and-collect ing-fvp-tracing-information' on page 7 undefined on input line 942. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:getting-the-list-of -trace-sources' on page 7 undefined on input line 946. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:executing-the-fvp-m odel-with-traces-enabled' on page 7 undefined on input line 950. [7] Overfull \vbox (2.0pt too high) has occurred while \output is active [8] [9] [10] (/usr/share/texlive/texmf-dist/tex/latex/txfonts/ts1txtt.fd) [11] LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:docs-totalcompute-t c2-user-guide-build-variants-conf' on page 12 undefined on input line 1137. [12] [13] [14] [15] Overfull \hbox (66.95247pt too wide) in paragraph at lines 1437--1439 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/bl1- Overfull \hbox (64.73247pt too wide) in paragraph at lines 1441--1443 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/fip- Overfull \hbox (109.85248pt too wide) in paragraph at lines 1475--1477 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/scp_ramfw.bin Overfull \hbox (110.41248pt too wide) in paragraph at lines 1479--1481 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/scp_romfw.bin Overfull \hbox (59.17247pt too wide) in paragraph at lines 1513--1515 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/u- Overfull \hbox (99.45247pt too wide) in paragraph at lines 1547--1549 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/hafnium.bin [16] Overfull \hbox (92.10246pt too wide) in paragraph at lines 1581--1583 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/tmp_build/tfa_sp/tee- Underfull \hbox (badness 10000) in paragraph at lines 1607--1610 []|\T1/qtm/m/n/10 /build-scripts/build-trusted- Overfull \hbox (106.19244pt too wide) in paragraph at lines 1615--1617 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/tmp_build/tfa_sp/crypto- Overfull \hbox (111.19244pt too wide) in paragraph at lines 1619--1621 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/tmp_build/tfa_sp/internal - Overfull \hbox (75.58247pt too wide) in paragraph at lines 1653--1655 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/Image Overfull \hbox (73.90247pt too wide) in paragraph at lines 1687--1689 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/lk.bin [17] Overfull \hbox (61.39247pt too wide) in paragraph at lines 1725--1727 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/tc- Overfull \hbox (107.58247pt too wide) in paragraph at lines 1756--1758 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/debian_fs.img Overfull \hbox (99.45247pt too wide) in paragraph at lines 1787--1789 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/android.img Overfull \hbox (128.90247pt too wide) in paragraph at lines 1791--1793 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/ramdisk_uboot. img Overfull \hbox (96.28247pt too wide) in paragraph at lines 1795--1797 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/system.img Overfull \hbox (102.22247pt too wide) in paragraph at lines 1799--1801 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/userdata.img Overfull \hbox (86.68246pt too wide) in paragraph at lines 1803--1805 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/boot.img Overfull \hbox (98.34247pt too wide) in paragraph at lines 1807--1809 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/vbmeta.img [18] [19] [20] [21] LaTeX Warning: Hyper reference `totalcompute/tc2/expected-test-results:docs-tot alcompute-tc2-expected-test-results-optee' on page 22 undefined on input line 2 081. Underfull \hbox (badness 10000) in paragraph at lines 2087--2089 \T1/qtm/m/n/10 For Trusted Ser-vices, please run the com-mand \T1/txtt/m/n/10 t s[]service[]test []sg ItsServiceTests []sg Underfull \hbox (badness 10000) in paragraph at lines 2087--2089 \T1/txtt/m/n/10 PsaCryptoApiTests []sg CryptoServicePackedcTests []sg CryptoSer viceProtobufTests []sg LaTeX Warning: Hyper reference `totalcompute/tc2/expected-test-results:docs-tot alcompute-tc2-expected-test-results-ts' on page 22 undefined on input line 2092 . [22] LaTeX Warning: Hyper reference `totalcompute/tc2/expected-test-results:docs-tot alcompute-tc2-expected-test-results-trusty' on page 23 undefined on input line 2105. LaTeX Warning: Hyper reference `totalcompute/tc2/expected-test-results:docs-tot alcompute-tc2-expected-test-results-microdroid' on page 23 undefined on input l ine 2122. LaTeX Warning: Hyper reference `totalcompute/tc2/expected-test-results:docs-tot alcompute-tc2-expected-test-results-kernel' on page 23 undefined on input line 2145. LaTeX Warning: Hyper reference `totalcompute/tc2/expected-test-results:docs-tot alcompute-tc2-expected-test-results-mpam' on page 23 undefined on input line 21 56. [23] LaTeX Warning: Hyper reference `totalcompute/tc2/expected-test-results:docs-tot alcompute-tc2-expected-test-results-mpmm' on page 24 undefined on input line 22 05. LaTeX Warning: Hyper reference `totalcompute/tc2/expected-test-results:docs-tot alcompute-tc2-expected-test-results-bti' on page 24 undefined on input line 222 2. [24] LaTeX Warning: Hyper reference `totalcompute/tc2/expected-test-results:docs-tot alcompute-tc2-expected-test-results-mte' on page 25 undefined on input line 223 9. LaTeX Warning: Hyper reference `totalcompute/tc2/expected-test-results:docs-tot alcompute-tc2-expected-test-results-pauth' on page 25 undefined on input line 2 256. [25] LaTeX Warning: Hyper reference `totalcompute/tc2/expected-test-results:docs-tot alcompute-tc2-expected-test-results-eas' on page 26 undefined on input line 232 1. [26] LaTeX Warning: Hyper reference `totalcompute/tc2/expected-test-results:docs-tot alcompute-tc2-expected-test-results-cpu-feat' on page 27 undefined on input lin e 2402. [27] [28 <./Debug_control_console.png>] [29] [30 <./switch_cores.png>] [31 <./e nable_llvm.png>] [32 <./arm_ds_version.png>] [33] LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:docs-totalcompute-t c2-user-guide-adb-connect' on page 34 undefined on input line 2699. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:docs-totalcompute-t c2-user-guide-adb-upload' on page 34 undefined on input line 2708. [34] LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:docs-totalcompute-t c2-user-guide-adb-download' on page 35 undefined on input line 2768. [35] [36] [37] [38 <./tap_interface_ip_addr.png>] LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:docs-totalcompute-t c2-user-guide-adb' on page 39 undefined on input line 3050. [39] Underfull \hbox (badness 10000) in paragraph at lines 3186--3188 []\T1/qtm/m/n/10 The fol-low-ing out-put ex-cerpt il-lus-trates an ex-am-ple of the trace in-for-ma-tion cap-tured for the DPU [40] Underfull \vbox (badness 10000) detected at line 3214 [41] LaTeX Warning: Hyper reference `totalcompute/tc2/expected-test-results:expected -test-results' on page 42 undefined on input line 3234. LaTeX Warning: Hyper reference `totalcompute/tc2/expected-test-results:op-tee-u nit-tests' on page 42 undefined on input line 3238. LaTeX Warning: Hyper reference `totalcompute/tc2/expected-test-results:trusted- services-and-client-application-unit-tests' on page 42 undefined on input line 3242. LaTeX Warning: Hyper reference `totalcompute/tc2/expected-test-results:trusty-u nit-tests' on page 42 undefined on input line 3246. LaTeX Warning: Hyper reference `totalcompute/tc2/expected-test-results:microdro id-demo-unit-tests' on page 42 undefined on input line 3250. LaTeX Warning: Hyper reference `totalcompute/tc2/expected-test-results:kernel-s elftest-unit-tests' on page 42 undefined on input line 3254. LaTeX Warning: Hyper reference `totalcompute/tc2/expected-test-results:mpam-uni t-tests' on page 42 undefined on input line 3258. LaTeX Warning: Hyper reference `totalcompute/tc2/expected-test-results:mpmm-uni t-tests' on page 42 undefined on input line 3262. LaTeX Warning: Hyper reference `totalcompute/tc2/expected-test-results:bti-unit -tests' on page 42 undefined on input line 3266. LaTeX Warning: Hyper reference `totalcompute/tc2/expected-test-results:mte-unit -tests' on page 42 undefined on input line 3270. LaTeX Warning: Hyper reference `totalcompute/tc2/expected-test-results:pauth-un it-tests' on page 42 undefined on input line 3274. LaTeX Warning: Hyper reference `totalcompute/tc2/expected-test-results:eas-with -lisa-unit-tests' on page 42 undefined on input line 3278. LaTeX Warning: Hyper reference `totalcompute/tc2/expected-test-results:cpu-hard ware-capabilities' on page 42 undefined on input line 3282. [42] LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:docs-totalcompute-t c2-sanity-tests-optee' on page 43 undefined on input line 3326. [43] [44] Underfull \vbox (badness 10000) detected at line 3467 Underfull \vbox (badness 10000) detected at line 3467 [45] LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:docs-totalcompute-t c2-sanity-tests-ts' on page 46 undefined on input line 3471. [46] LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:docs-totalcompute-t c2-sanity-tests-trusty' on page 47 undefined on input line 3549. [47] Underfull \vbox (badness 10000) detected at line 3666 Underfull \vbox (badness 10000) detected at line 3666 [48] Underfull \vbox (badness 10000) detected at line 3666 Underfull \vbox (badness 10000) detected at line 3666 [49] LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:docs-totalcompute-t c2-sanity-tests-microdroid' on page 50 undefined on input line 3670. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:docs-totalcompute-t c2-sanity-tests-kselftest' on page 50 undefined on input line 3706. [50] LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:docs-totalcompute-t c2-sanity-tests-mpam' on page 51 undefined on input line 3738. Overfull \vbox (0.93639pt too high) detected at line 3811 [51] LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:docs-totalcompute-t c2-sanity-tests-mpmm' on page 52 undefined on input line 3815. [52] [53] LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:docs-totalcompute-t c2-sanity-tests-bti' on page 54 undefined on input line 3889. [54] LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:docs-totalcompute-t c2-sanity-tests-mte' on page 55 undefined on input line 3934. [55] LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:docs-totalcompute-t c2-sanity-tests-pauth' on page 56 undefined on input line 4003. [56] Underfull \vbox (badness 10000) detected at line 4110 Underfull \vbox (badness 10000) detected at line 4110 [57] Underfull \vbox (badness 10000) detected at line 4110 Underfull \vbox (badness 10000) detected at line 4110 [58] LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:docs-totalcompute-t c2-sanity-tests-lisa' on page 59 undefined on input line 4114. LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:docs-totalcompute-t c2-sanity-tests-cpufeatures' on page 59 undefined on input line 4136. LaTeX Warning: Hyper reference `totalcompute/tc2/troubleshooting:troubleshootin g-common-problems-and-solutions' on page 59 undefined on input line 4161. LaTeX Warning: Hyper reference `totalcompute/tc2/troubleshooting:docker' on pag e 59 undefined on input line 4165. LaTeX Warning: Hyper reference `totalcompute/tc2/troubleshooting:error-message- cannot-connect-to-a-docker-daemon' on page 59 undefined on input line 4169. LaTeX Warning: Hyper reference `totalcompute/tc2/troubleshooting:error-message- transport-dial-unix-var-run-docker-containerd-docker-containerd-sock-connect-co nnection-refused' on page 59 undefined on input line 4173. Underfull \hbox (badness 10000) in paragraph at lines 4172--4174 [][][]\T1/qtm/m/it/10 Error mes-sage: \T1/txtt/m/sl/10 transport: dial unix /va r/run/docker/containerd/ [59] LaTeX Warning: Hyper reference `totalcompute/tc2/user-guide:docs-totalcompute-t c2-user-guide-prerequisites' on page 60 undefined on input line 4189. LaTeX Warning: Hyper reference `totalcompute/tc2/release_notes:release-notes-tc 2-2023-10-04' on page 60 undefined on input line 4214. LaTeX Warning: Hyper reference `totalcompute/tc2/release_notes:release-tag' on page 60 undefined on input line 4218. LaTeX Warning: Hyper reference `totalcompute/tc2/release_notes:components' on p age 60 undefined on input line 4222. LaTeX Warning: Hyper reference `totalcompute/tc2/release_notes:hardware-feature s' on page 60 undefined on input line 4226. LaTeX Warning: Hyper reference `totalcompute/tc2/release_notes:software-feature s' on page 60 undefined on input line 4230. LaTeX Warning: Hyper reference `totalcompute/tc2/release_notes:platform-support ' on page 60 undefined on input line 4234. LaTeX Warning: Hyper reference `totalcompute/tc2/release_notes:tools-support' o n page 60 undefined on input line 4238. LaTeX Warning: Hyper reference `totalcompute/tc2/release_notes:known-issues-or- limitations' on page 60 undefined on input line 4242. LaTeX Warning: Hyper reference `totalcompute/tc2/release_notes:support' on page 60 undefined on input line 4246. [60] [61] [62] [63] Underfull \vbox (badness 10000) detected at line 4665 Underfull \vbox (badness 10000) detected at line 4665 [64] Underfull \vbox (badness 10000) detected at line 4665 Underfull \vbox (badness 10000) detected at line 4665 [65] [66] LaTeX Warning: Hyper reference `totalcompute/tc2/change-log:change-log' on page 67 undefined on input line 4736. LaTeX Warning: Hyper reference `totalcompute/tc2/change-log:version-tc2-2023-10 -04' on page 67 undefined on input line 4740. LaTeX Warning: Hyper reference `totalcompute/tc2/change-log:features-added' on page 67 undefined on input line 4744. LaTeX Warning: Hyper reference `totalcompute/tc2/change-log:version-tc2-2023-08 -15' on page 67 undefined on input line 4750. LaTeX Warning: Hyper reference `totalcompute/tc2/change-log:id1' on page 67 und efined on input line 4754. LaTeX Warning: Hyper reference `totalcompute/tc2/change-log:version-tc2-2023-04 -21' on page 67 undefined on input line 4760. LaTeX Warning: Hyper reference `totalcompute/tc2/change-log:id2' on page 67 und efined on input line 4764. LaTeX Warning: Hyper reference `totalcompute/tc2/change-log:changes' on page 67 undefined on input line 4768. LaTeX Warning: Hyper reference `totalcompute/tc2/change-log:version-tc2-2022-12 -07' on page 67 undefined on input line 4774. LaTeX Warning: Hyper reference `totalcompute/tc2/change-log:id3' on page 67 und efined on input line 4778. LaTeX Warning: Hyper reference `totalcompute/tc2/change-log:version-tc2-2022-08 -12' on page 67 undefined on input line 4784. LaTeX Warning: Hyper reference `totalcompute/tc2/change-log:id4' on page 67 und efined on input line 4788. [67] [68] [69] [70] Chapter 2. No file arm-oss-totalcompute.ind. [71] (./arm-oss-totalcompute.aux) LaTeX Warning: There were undefined references. LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right. Package rerunfilecheck Warning: File `arm-oss-totalcompute.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/texmf/fonts/enc/dvips/tex-gyre/q-ts1.enc}< /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi5.pfb> Output written on arm-oss-totalcompute.pdf (75 pages, 721036 bytes). Transcript written on arm-oss-totalcompute.log. Latexmk: Index file 'arm-oss-totalcompute.idx' was written Latexmk: Missing input file 'arm-oss-totalcompute.ind' (or dependence on it) from following: 'No file arm-oss-totalcompute.ind.' Latexmk: References changed. Latexmk: References changed. Latexmk: Log file says output to 'arm-oss-totalcompute.pdf' Rule 'makeindex arm-oss-totalcompute.idx': File changes, etc: Changed files, or newly in use since previous run(s): 'arm-oss-totalcompute.idx' ------------ Run number 1 of rule 'makeindex arm-oss-totalcompute.idx' ------------ ------------ Running 'makeindex -s python.ist -o "arm-oss-totalcompute.ind" "arm-oss-totalcompute.idx"' ------------ Latexmk: Examining 'arm-oss-totalcompute.log' === TeX engine is 'pdfTeX' Latexmk: applying rule 'makeindex arm-oss-totalcompute.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 arm-oss-totalcompute.idx...done (0 entries accepted, 0 rejected). Nothing written in arm-oss-totalcompute.ind. Transcript written in arm-oss-totalcompute.ilg. Rule 'pdflatex': File changes, etc: Changed files, or newly in use since previous run(s): 'arm-oss-totalcompute.aux' 'arm-oss-totalcompute.ind' 'arm-oss-totalcompute.out' ------------ Run number 2 of rule 'pdflatex' ------------ ------------ Running 'pdflatex -interaction=nonstopmode -recorder --jobname="arm-oss-totalcompute" "totalcompute.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 (./totalcompute.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) (./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)) (./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 arm-oss-totalcompute.idx (/usr/share/texmf/tex/latex/tex-gyre/t1qtm.fd) (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def) (./arm-oss-totalcompute.aux) (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty)) (./arm-oss-totalcompute.out) (./arm-oss-totalcompute.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] (./arm-oss-totalcompute.toc [1]) [2] Chapter 1. (/usr/share/texlive/texmf-dist/tex/latex/txfonts/t1txtt.fd) [1 <./tc2_sw_stack. png>] ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.143 ...sphinxincludegraphics{{tc2_bootflow}.svg} ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.143 ...sphinxincludegraphics{{tc2_bootflow}.svg} [2] (/usr/share/texmf/tex/latex/tex-gyre/ts1qtm.fd) [3] [4] [5] [6] ! LaTeX Error: Too deeply nested. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.603 \begin{itemize} ! LaTeX Error: Too deeply nested. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.627 \begin{itemize} ! LaTeX Error: Too deeply nested. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.637 \begin{itemize} [7] Overfull \vbox (2.0pt too high) has occurred while \output is active [8] [9] [10] (/usr/share/texlive/texmf-dist/tex/latex/txfonts/ts1txtt.fd) [11] [12] [13] [14] [15] Overfull \hbox (66.95247pt too wide) in paragraph at lines 1437--1439 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/bl1- Overfull \hbox (64.73247pt too wide) in paragraph at lines 1441--1443 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/fip- Overfull \hbox (109.85248pt too wide) in paragraph at lines 1475--1477 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/scp_ramfw.bin Overfull \hbox (110.41248pt too wide) in paragraph at lines 1479--1481 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/scp_romfw.bin Overfull \hbox (59.17247pt too wide) in paragraph at lines 1513--1515 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/u- Overfull \hbox (99.45247pt too wide) in paragraph at lines 1547--1549 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/hafnium.bin [16] Overfull \hbox (92.10246pt too wide) in paragraph at lines 1581--1583 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/tmp_build/tfa_sp/tee- Underfull \hbox (badness 10000) in paragraph at lines 1607--1610 []|\T1/qtm/m/n/10 /build-scripts/build-trusted- Overfull \hbox (106.19244pt too wide) in paragraph at lines 1615--1617 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/tmp_build/tfa_sp/crypto- Overfull \hbox (111.19244pt too wide) in paragraph at lines 1619--1621 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/tmp_build/tfa_sp/internal - Overfull \hbox (75.58247pt too wide) in paragraph at lines 1653--1655 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/Image Overfull \hbox (73.90247pt too wide) in paragraph at lines 1687--1689 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/lk.bin [17] Overfull \hbox (61.39247pt too wide) in paragraph at lines 1725--1727 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/tc- Overfull \hbox (107.58247pt too wide) in paragraph at lines 1756--1758 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/debian_fs.img Overfull \hbox (99.45247pt too wide) in paragraph at lines 1787--1789 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/android.img Overfull \hbox (128.90247pt too wide) in paragraph at lines 1791--1793 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/ramdisk_uboot. img Overfull \hbox (96.28247pt too wide) in paragraph at lines 1795--1797 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/system.img Overfull \hbox (102.22247pt too wide) in paragraph at lines 1799--1801 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/userdata.img Overfull \hbox (86.68246pt too wide) in paragraph at lines 1803--1805 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/boot.img Overfull \hbox (98.34247pt too wide) in paragraph at lines 1807--1809 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/vbmeta.img [18] [19] [20] [21] Underfull \hbox (badness 10000) in paragraph at lines 2087--2089 \T1/qtm/m/n/10 For Trusted Ser-vices, please run the com-mand \T1/txtt/m/n/10 t s[]service[]test []sg ItsServiceTests []sg Underfull \hbox (badness 10000) in paragraph at lines 2087--2089 \T1/txtt/m/n/10 PsaCryptoApiTests []sg CryptoServicePackedcTests []sg CryptoSer viceProtobufTests []sg [22] [23] [24] [25] [26] [27] [28 <./Debug_control_console.png>] [29] [30 <./sw itch_cores.png>] [31 <./enable_llvm.png>] [32 <./arm_ds_version.png>] [33] [34] [35] [36] [37] [38 <./tap_interface_ip_addr.png>] [39] Underfull \hbox (badness 10000) in paragraph at lines 3186--3188 []\T1/qtm/m/n/10 The fol-low-ing out-put ex-cerpt il-lus-trates an ex-am-ple of the trace in-for-ma-tion cap-tured for the DPU [40] Underfull \vbox (badness 10000) detected at line 3214 [41] [42] [43] [44] Underfull \vbox (badness 10000) detected at line 3467 Underfull \vbox (badness 10000) detected at line 3467 [45] [46] [47] Underfull \vbox (badness 10000) detected at line 3666 Underfull \vbox (badness 10000) detected at line 3666 [48] Underfull \vbox (badness 10000) detected at line 3666 Underfull \vbox (badness 10000) detected at line 3666 [49] [50] Overfull \vbox (0.93639pt too high) detected at line 3811 [51] [52] [53] [54] [55] [56] Underfull \vbox (badness 10000) detected at line 4110 Underfull \vbox (badness 10000) detected at line 4110 [57] Underfull \vbox (badness 10000) detected at line 4110 Underfull \vbox (badness 10000) detected at line 4110 [58] Underfull \hbox (badness 10000) in paragraph at lines 4172--4174 [][][][][]\T1/qtm/m/it/10 Error mes-sage: \T1/txtt/m/sl/10 transport: dial unix /var/run/docker/containerd/ [59] [60] [61] [62] [63] Underfull \vbox (badness 10000) detected at line 4665 Underfull \vbox (badness 10000) detected at line 4665 [64] Underfull \vbox (badness 10000) detected at line 4665 Underfull \vbox (badness 10000) detected at line 4665 [65] [66] [67] [68] [69] [70] Chapter 2. (./arm-oss-totalcompute.ind) [71] (./arm-oss-totalcompute.aux) ) (see the transcript file for additional information){/usr/share/texmf/fonts/enc /dvips/tex-gyre/q-ec.enc}{/usr/share/texmf/fonts/enc/dvips/tex-gyre/q-ts1.enc}< /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi5.pfb> Output written on arm-oss-totalcompute.pdf (75 pages, 742515 bytes). Transcript written on arm-oss-totalcompute.log. Latexmk: Index file 'arm-oss-totalcompute.idx' was written Latexmk: Log file says output to 'arm-oss-totalcompute.pdf' Rule 'pdflatex': File changes, etc: Changed files, or newly in use since previous run(s): 'arm-oss-totalcompute.toc' ------------ Run number 3 of rule 'pdflatex' ------------ Latexmk: Examining 'arm-oss-totalcompute.log' === TeX engine is 'pdfTeX' Latexmk: applying rule 'pdflatex'... ------------ Running 'pdflatex -interaction=nonstopmode -recorder --jobname="arm-oss-totalcompute" "totalcompute.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 (./totalcompute.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) (./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)) (./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 arm-oss-totalcompute.idx (/usr/share/texmf/tex/latex/tex-gyre/t1qtm.fd) (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def) (./arm-oss-totalcompute.aux) (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty)) (./arm-oss-totalcompute.out) (./arm-oss-totalcompute.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] (./arm-oss-totalcompute.toc [1]) [2] Chapter 1. (/usr/share/texlive/texmf-dist/tex/latex/txfonts/t1txtt.fd) [1 <./tc2_sw_stack. png>] ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.143 ...sphinxincludegraphics{{tc2_bootflow}.svg} ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.143 ...sphinxincludegraphics{{tc2_bootflow}.svg} [2] (/usr/share/texmf/tex/latex/tex-gyre/ts1qtm.fd) [3] [4] [5] [6] ! LaTeX Error: Too deeply nested. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.603 \begin{itemize} ! LaTeX Error: Too deeply nested. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.627 \begin{itemize} ! LaTeX Error: Too deeply nested. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.637 \begin{itemize} [7] Overfull \vbox (2.0pt too high) has occurred while \output is active [8] [9] [10] (/usr/share/texlive/texmf-dist/tex/latex/txfonts/ts1txtt.fd) [11] [12] [13] [14] [15] Overfull \hbox (66.95247pt too wide) in paragraph at lines 1437--1439 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/bl1- Overfull \hbox (64.73247pt too wide) in paragraph at lines 1441--1443 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/fip- Overfull \hbox (109.85248pt too wide) in paragraph at lines 1475--1477 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/scp_ramfw.bin Overfull \hbox (110.41248pt too wide) in paragraph at lines 1479--1481 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/scp_romfw.bin Overfull \hbox (59.17247pt too wide) in paragraph at lines 1513--1515 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/u- Overfull \hbox (99.45247pt too wide) in paragraph at lines 1547--1549 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/hafnium.bin [16] Overfull \hbox (92.10246pt too wide) in paragraph at lines 1581--1583 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/tmp_build/tfa_sp/tee- Underfull \hbox (badness 10000) in paragraph at lines 1607--1610 []|\T1/qtm/m/n/10 /build-scripts/build-trusted- Overfull \hbox (106.19244pt too wide) in paragraph at lines 1615--1617 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/tmp_build/tfa_sp/crypto- Overfull \hbox (111.19244pt too wide) in paragraph at lines 1619--1621 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/tmp_build/tfa_sp/internal - Overfull \hbox (75.58247pt too wide) in paragraph at lines 1653--1655 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/Image Overfull \hbox (73.90247pt too wide) in paragraph at lines 1687--1689 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/lk.bin [17] Overfull \hbox (61.39247pt too wide) in paragraph at lines 1725--1727 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/tc- Overfull \hbox (107.58247pt too wide) in paragraph at lines 1756--1758 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/debian_fs.img Overfull \hbox (99.45247pt too wide) in paragraph at lines 1787--1789 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/android.img Overfull \hbox (128.90247pt too wide) in paragraph at lines 1791--1793 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/ramdisk_uboot. img Overfull \hbox (96.28247pt too wide) in paragraph at lines 1795--1797 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/system.img Overfull \hbox (102.22247pt too wide) in paragraph at lines 1799--1801 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/userdata.img Overfull \hbox (86.68246pt too wide) in paragraph at lines 1803--1805 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/boot.img Overfull \hbox (98.34247pt too wide) in paragraph at lines 1807--1809 []\T1/qtm/m/n/10 /output/<$FILESYSTEM>/deploy/tc2/vbmeta.img [18] [19] [20] [21] Underfull \hbox (badness 10000) in paragraph at lines 2087--2089 \T1/qtm/m/n/10 For Trusted Ser-vices, please run the com-mand \T1/txtt/m/n/10 t s[]service[]test []sg ItsServiceTests []sg Underfull \hbox (badness 10000) in paragraph at lines 2087--2089 \T1/txtt/m/n/10 PsaCryptoApiTests []sg CryptoServicePackedcTests []sg CryptoSer viceProtobufTests []sg [22] [23] [24] [25] [26] [27] [28 <./Debug_control_console.png>] [29] [30 <./sw itch_cores.png>] [31 <./enable_llvm.png>] [32 <./arm_ds_version.png>] [33] [34] [35] [36] [37] [38 <./tap_interface_ip_addr.png>] [39] Underfull \hbox (badness 10000) in paragraph at lines 3186--3188 []\T1/qtm/m/n/10 The fol-low-ing out-put ex-cerpt il-lus-trates an ex-am-ple of the trace in-for-ma-tion cap-tured for the DPU [40] Underfull \vbox (badness 10000) detected at line 3214 [41] [42] [43] [44] Underfull \vbox (badness 10000) detected at line 3467 Underfull \vbox (badness 10000) detected at line 3467 [45] [46] [47] Underfull \vbox (badness 10000) detected at line 3666 Underfull \vbox (badness 10000) detected at line 3666 [48] Underfull \vbox (badness 10000) detected at line 3666 Underfull \vbox (badness 10000) detected at line 3666 [49] [50] Overfull \vbox (0.93639pt too high) detected at line 3811 [51] [52] [53] [54] [55] [56] Underfull \vbox (badness 10000) detected at line 4110 Underfull \vbox (badness 10000) detected at line 4110 [57] Underfull \vbox (badness 10000) detected at line 4110 Underfull \vbox (badness 10000) detected at line 4110 [58] Underfull \hbox (badness 10000) in paragraph at lines 4172--4174 [][][][][]\T1/qtm/m/it/10 Error mes-sage: \T1/txtt/m/sl/10 transport: dial unix /var/run/docker/containerd/ [59] [60] [61] [62] [63] Underfull \vbox (badness 10000) detected at line 4665 Underfull \vbox (badness 10000) detected at line 4665 [64] Underfull \vbox (badness 10000) detected at line 4665 Underfull \vbox (badness 10000) detected at line 4665 [65] [66] [67] [68] [69] [70] Chapter 2. (./arm-oss-totalcompute.ind) [71] (./arm-oss-totalcompute.aux) ) (see the transcript file for additional information){/usr/share/texmf/fonts/enc /dvips/tex-gyre/q-ec.enc}{/usr/share/texmf/fonts/enc/dvips/tex-gyre/q-ts1.enc}< /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi5.pfb> Output written on arm-oss-totalcompute.pdf (75 pages, 742515 bytes). Transcript written on arm-oss-totalcompute.log. Latexmk: Index file 'arm-oss-totalcompute.idx' was written Latexmk: Log file says output to 'arm-oss-totalcompute.pdf' Latexmk: Examining 'arm-oss-totalcompute.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 'arm-oss-totalcompute.log' for details