Read the Docs build information Build id: 1694799 Project: soafee-meta-ewaol Version: latest Commit: bbe5c9f9c750280dae5a66c95979118a556595f1 Date: 2023-08-31T12:47:42.334598Z State: finished Success: True [rtd-command-info] start-time: 2023-08-31T12:47:53.510948Z, end-time: 2023-08-31T12:47:54.459958Z, duration: 0, exit-code: 0 git clone --depth 1 https://gitlab.com/soafee/ewaol/meta-ewaol.git . Cloning into '.'... [rtd-command-info] start-time: 2023-08-31T12:47:54.994644Z, end-time: 2023-08-31T12:47:57.498028Z, duration: 2, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/kirkstone-dev:refs/remotes/origin/kirkstone-dev From https://gitlab.com/soafee/ewaol/meta-ewaol * [new tag] v1.0 -> v1.0 [rtd-command-info] start-time: 2023-08-31T12:47:58.171708Z, end-time: 2023-08-31T12:47:58.263610Z, duration: 0, exit-code: 0 git checkout --force origin/kirkstone-dev Note: switching to 'origin/kirkstone-dev'. 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 bbe5c9f Signed-off-by: Anmar Oueja [rtd-command-info] start-time: 2023-08-31T12:47:58.795442Z, end-time: 2023-08-31T12:47:58.848507Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2023-08-31T12:47:59.307293Z, end-time: 2023-08-31T12:47:59.371415Z, duration: 0, exit-code: 0 cat .readthedocs.yaml # Copyright (c) 2022, Arm Limited. # # SPDX-License-Identifier: MIT --- version: 2 build: os: "ubuntu-22.04" tools: python: "3.11" sphinx: configuration: documentation/conf.py formats: - pdf python: install: - requirements: documentation/requirements.txt [rtd-command-info] start-time: 2023-08-31T12:48:08.304781Z, end-time: 2023-08-31T12:48:08.385316Z, duration: 0, exit-code: 0 asdf global python 3.11.4 [rtd-command-info] start-time: 2023-08-31T12:48:09.227662Z, end-time: 2023-08-31T12:48:10.192066Z, duration: 0, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.11.4.final.0-64 in 642ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/soafee-meta-ewaol/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==21.2.3, setuptools==57.4.0, wheel==0.37.0 activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator [rtd-command-info] start-time: 2023-08-31T12:48:11.040428Z, end-time: 2023-08-31T12:48:23.330320Z, 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/soafee-meta-ewaol/envs/latest/lib/python3.11/site-packages (21.2.3) Collecting pip Downloading pip-23.2.1-py3-none-any.whl (2.1 MB) Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/soafee-meta-ewaol/envs/latest/lib/python3.11/site-packages (57.4.0) Collecting setuptools Downloading setuptools-68.1.2-py3-none-any.whl (805 kB) Installing collected packages: setuptools, pip Attempting uninstall: setuptools Found existing installation: setuptools 57.4.0 Uninstalling setuptools-57.4.0: Successfully uninstalled setuptools-57.4.0 Attempting uninstall: pip Found existing installation: pip 21.2.3 Uninstalling pip-21.2.3: Successfully uninstalled pip-21.2.3 Successfully installed pip-23.2.1 setuptools-68.1.2 [rtd-command-info] start-time: 2023-08-31T12:48:25.248187Z, end-time: 2023-08-31T12:48:33.904478Z, duration: 8, exit-code: 0 python -m pip install --upgrade --no-cache-dir pillow mock==1.0.1 alabaster>=0.7,<0.8,!=0.7.5 commonmark==0.9.1 recommonmark==0.5.0 sphinx sphinx-rtd-theme readthedocs-sphinx-ext<2.3 Collecting pillow Obtaining dependency information for pillow from https://files.pythonhosted.org/packages/16/89/818fa238e37a47a29bb8495ca2cafdd514599a89f19ada7916348a74b5f9/Pillow-10.0.0-cp311-cp311-manylinux_2_28_x86_64.whl.metadata Downloading Pillow-10.0.0-cp311-cp311-manylinux_2_28_x86_64.whl.metadata (9.5 kB) Collecting mock==1.0.1 Downloading mock-1.0.1.zip (861 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 861.9/861.9 kB 4.3 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting alabaster!=0.7.5,<0.8,>=0.7 Downloading alabaster-0.7.13-py3-none-any.whl (13 kB) Collecting commonmark==0.9.1 Downloading commonmark-0.9.1-py2.py3-none-any.whl (51 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 51.1/51.1 kB 12.1 MB/s eta 0:00:00 Collecting recommonmark==0.5.0 Downloading recommonmark-0.5.0-py2.py3-none-any.whl (9.8 kB) Collecting sphinx Obtaining dependency information for sphinx from https://files.pythonhosted.org/packages/a6/54/f4fcf7113eb051a46476ecce9485c463f58dbc3887c06dbfe1e67a8ce7c0/sphinx-7.2.5-py3-none-any.whl.metadata Downloading sphinx-7.2.5-py3-none-any.whl.metadata (5.9 kB) Collecting sphinx-rtd-theme Obtaining dependency information for sphinx-rtd-theme from https://files.pythonhosted.org/packages/18/01/76f40a18e9209bb098c1c1313c823dbbd001b23a2db71e7fd4eb5a48559c/sphinx_rtd_theme-1.3.0-py2.py3-none-any.whl.metadata Downloading sphinx_rtd_theme-1.3.0-py2.py3-none-any.whl.metadata (4.5 kB) Collecting readthedocs-sphinx-ext<2.3 Obtaining dependency information for readthedocs-sphinx-ext<2.3 from https://files.pythonhosted.org/packages/8c/f1/3d783ebfc084a9d556123d54669116101760e5e0dbb894b006745bcb59ea/readthedocs_sphinx_ext-2.2.2-py2.py3-none-any.whl.metadata Downloading readthedocs_sphinx_ext-2.2.2-py2.py3-none-any.whl.metadata (1.5 kB) Collecting docutils>=0.11 (from recommonmark==0.5.0) Obtaining dependency information for docutils>=0.11 from https://files.pythonhosted.org/packages/26/87/f238c0670b94533ac0353a4e2a1a771a0cc73277b88bff23d3ae35a256c1/docutils-0.20.1-py3-none-any.whl.metadata Downloading docutils-0.20.1-py3-none-any.whl.metadata (2.8 kB) Collecting sphinxcontrib-applehelp (from sphinx) Obtaining dependency information for sphinxcontrib-applehelp from https://files.pythonhosted.org/packages/c0/0c/261c0949083c0ac635853528bb0070c89e927841d4e533ba0b5563365c06/sphinxcontrib_applehelp-1.0.7-py3-none-any.whl.metadata Downloading sphinxcontrib_applehelp-1.0.7-py3-none-any.whl.metadata (2.2 kB) Collecting sphinxcontrib-devhelp (from sphinx) Obtaining dependency information for sphinxcontrib-devhelp from https://files.pythonhosted.org/packages/c0/03/010ac733ec7b7f71c1dc88e7115743ee466560d6d85373b56fb9916e4586/sphinxcontrib_devhelp-1.0.5-py3-none-any.whl.metadata Downloading sphinxcontrib_devhelp-1.0.5-py3-none-any.whl.metadata (2.2 kB) Collecting sphinxcontrib-jsmath (from sphinx) Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) Collecting sphinxcontrib-htmlhelp>=2.0.0 (from sphinx) Obtaining dependency information for sphinxcontrib-htmlhelp>=2.0.0 from https://files.pythonhosted.org/packages/28/7a/958f8e3e6abe8219d0d1f1224886de847ab227b218f4a07b61bc337f64be/sphinxcontrib_htmlhelp-2.0.4-py3-none-any.whl.metadata Downloading sphinxcontrib_htmlhelp-2.0.4-py3-none-any.whl.metadata (2.2 kB) Collecting sphinxcontrib-serializinghtml>=1.1.9 (from sphinx) Obtaining dependency information for sphinxcontrib-serializinghtml>=1.1.9 from https://files.pythonhosted.org/packages/95/d6/2e0bda62b2a808070ac922d21a950aa2cb5e4fcfb87e5ff5f86bc43a2201/sphinxcontrib_serializinghtml-1.1.9-py3-none-any.whl.metadata Downloading sphinxcontrib_serializinghtml-1.1.9-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-qthelp (from sphinx) Obtaining dependency information for sphinxcontrib-qthelp from https://files.pythonhosted.org/packages/1f/e5/1850f3f118e95581c1e30b57028ac979badee1eb29e70ee72b0241f5a185/sphinxcontrib_qthelp-1.0.6-py3-none-any.whl.metadata Downloading sphinxcontrib_qthelp-1.0.6-py3-none-any.whl.metadata (2.2 kB) Collecting Jinja2>=3.0 (from sphinx) Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 kB 12.4 MB/s eta 0:00:00 Collecting Pygments>=2.14 (from sphinx) Obtaining dependency information for Pygments>=2.14 from https://files.pythonhosted.org/packages/43/88/29adf0b44ba6ac85045e63734ae0997d3c58d8b1a91c914d240828d0d73d/Pygments-2.16.1-py3-none-any.whl.metadata Downloading Pygments-2.16.1-py3-none-any.whl.metadata (2.5 kB) Collecting snowballstemmer>=2.0 (from sphinx) Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.0/93.0 kB 12.7 MB/s eta 0:00:00 Collecting babel>=2.9 (from sphinx) Downloading Babel-2.12.1-py3-none-any.whl (10.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.1/10.1 MB 34.5 MB/s eta 0:00:00 Collecting imagesize>=1.3 (from sphinx) Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB) Collecting requests>=2.25.0 (from sphinx) Obtaining dependency information for requests>=2.25.0 from https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl.metadata Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) Collecting packaging>=21.0 (from sphinx) Downloading packaging-23.1-py3-none-any.whl (48 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.9/48.9 kB 238.7 MB/s eta 0:00:00 Collecting docutils>=0.11 (from recommonmark==0.5.0) Downloading docutils-0.18.1-py2.py3-none-any.whl (570 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 570.0/570.0 kB 135.0 MB/s eta 0:00:00 Collecting sphinxcontrib-jquery<5,>=4 (from sphinx-rtd-theme) Downloading sphinxcontrib_jquery-4.1-py2.py3-none-any.whl (121 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 271.4 MB/s eta 0:00:00 Collecting MarkupSafe>=2.0 (from Jinja2>=3.0->sphinx) Obtaining dependency information for MarkupSafe>=2.0 from https://files.pythonhosted.org/packages/fe/21/2eff1de472ca6c99ec3993eab11308787b9879af9ca8bbceb4868cf4f2ca/MarkupSafe-2.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading MarkupSafe-2.1.3-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) Obtaining dependency information for charset-normalizer<4,>=2 from https://files.pythonhosted.org/packages/bc/85/ef25d4ba14c7653c3020a1c6e1a7413e6791ef36a0ac177efa605fc2c737/charset_normalizer-3.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading charset_normalizer-3.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (31 kB) Collecting idna<4,>=2.5 (from requests>=2.25.0->sphinx) Downloading idna-3.4-py3-none-any.whl (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 233.0 MB/s eta 0:00:00 Collecting urllib3<3,>=1.21.1 (from requests>=2.25.0->sphinx) Obtaining dependency information for urllib3<3,>=1.21.1 from https://files.pythonhosted.org/packages/9b/81/62fd61001fa4b9d0df6e31d47ff49cfa9de4af03adecf339c7bc30656b37/urllib3-2.0.4-py3-none-any.whl.metadata Downloading urllib3-2.0.4-py3-none-any.whl.metadata (6.6 kB) Collecting certifi>=2017.4.17 (from requests>=2.25.0->sphinx) Obtaining dependency information for certifi>=2017.4.17 from https://files.pythonhosted.org/packages/4c/dd/2234eab22353ffc7d94e8d13177aaa050113286e93e7b40eae01fbf7c3d9/certifi-2023.7.22-py3-none-any.whl.metadata Downloading certifi-2023.7.22-py3-none-any.whl.metadata (2.2 kB) Downloading Pillow-10.0.0-cp311-cp311-manylinux_2_28_x86_64.whl (3.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 91.3 MB/s eta 0:00:00 Downloading sphinx-7.2.5-py3-none-any.whl (3.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 119.2 MB/s eta 0:00:00 Downloading sphinx_rtd_theme-1.3.0-py2.py3-none-any.whl (2.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.8/2.8 MB 153.0 MB/s eta 0:00:00 Downloading readthedocs_sphinx_ext-2.2.2-py2.py3-none-any.whl (11 kB) Downloading Pygments-2.16.1-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 190.8 MB/s eta 0:00:00 Downloading requests-2.31.0-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 249.1 MB/s eta 0:00:00 Downloading sphinxcontrib_htmlhelp-2.0.4-py3-none-any.whl (99 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.2/99.2 kB 263.3 MB/s eta 0:00:00 Downloading sphinxcontrib_serializinghtml-1.1.9-py3-none-any.whl (92 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.7/92.7 kB 261.9 MB/s eta 0:00:00 Downloading sphinxcontrib_applehelp-1.0.7-py3-none-any.whl (120 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.0/120.0 kB 271.7 MB/s eta 0:00:00 Downloading sphinxcontrib_devhelp-1.0.5-py3-none-any.whl (83 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.5/83.5 kB 260.5 MB/s eta 0:00:00 Downloading sphinxcontrib_qthelp-1.0.6-py3-none-any.whl (89 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.4/89.4 kB 266.6 MB/s eta 0:00:00 Downloading certifi-2023.7.22-py3-none-any.whl (158 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 158.3/158.3 kB 252.2 MB/s eta 0:00:00 Downloading charset_normalizer-3.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (199 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199.6/199.6 kB 277.3 MB/s eta 0:00:00 Downloading MarkupSafe-2.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (28 kB) Downloading urllib3-2.0.4-py3-none-any.whl (123 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.9/123.9 kB 266.5 MB/s eta 0:00:00 Building wheels for collected packages: mock Building wheel for mock (setup.py): started Building wheel for mock (setup.py): finished with status 'done' Created wheel for mock: filename=mock-1.0.1-py3-none-any.whl size=23753 sha256=c934a37fff3069ac320fc4f6748c16b032862bdf95c039eb10f45cdb4cdbca0c Stored in directory: /tmp/pip-ephem-wheel-cache-f65n6tyg/wheels/80/c2/c8/630c9eb889f0be0202cb11bf30b47aa54bf7588e8d50b70005 Successfully built mock Installing collected packages: snowballstemmer, mock, commonmark, urllib3, sphinxcontrib-jsmath, Pygments, pillow, packaging, MarkupSafe, imagesize, idna, docutils, charset-normalizer, certifi, babel, alabaster, requests, Jinja2, readthedocs-sphinx-ext, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, sphinx, sphinxcontrib-jquery, sphinx-rtd-theme, recommonmark Successfully installed Jinja2-3.1.2 MarkupSafe-2.1.3 Pygments-2.16.1 alabaster-0.7.13 babel-2.12.1 certifi-2023.7.22 charset-normalizer-3.2.0 commonmark-0.9.1 docutils-0.18.1 idna-3.4 imagesize-1.4.1 mock-1.0.1 packaging-23.1 pillow-10.0.0 readthedocs-sphinx-ext-2.2.2 recommonmark-0.5.0 requests-2.31.0 snowballstemmer-2.2.0 sphinx-7.2.5 sphinx-rtd-theme-1.3.0 sphinxcontrib-applehelp-1.0.7 sphinxcontrib-devhelp-1.0.5 sphinxcontrib-htmlhelp-2.0.4 sphinxcontrib-jquery-4.1 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.6 sphinxcontrib-serializinghtml-1.1.9 urllib3-2.0.4 [rtd-command-info] start-time: 2023-08-31T12:48:34.564701Z, end-time: 2023-08-31T12:48:38.956112Z, duration: 4, exit-code: 0 python -m pip install --exists-action=w --no-cache-dir -r documentation/requirements.txt Collecting jinja2==3.1.1 (from -r documentation/requirements.txt (line 6)) Downloading Jinja2-3.1.1-py3-none-any.whl (132 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 132.6/132.6 kB 4.1 MB/s eta 0:00:00 Collecting sphinx==4.5.0 (from -r documentation/requirements.txt (line 9)) Downloading Sphinx-4.5.0-py3-none-any.whl (3.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 17.2 MB/s eta 0:00:00 Collecting sphinx_rtd_theme==1.0.0 (from -r documentation/requirements.txt (line 10)) Downloading sphinx_rtd_theme-1.0.0-py2.py3-none-any.whl (2.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.8/2.8 MB 36.5 MB/s eta 0:00:00 Collecting sphinx-copybutton==0.5.0 (from -r documentation/requirements.txt (line 11)) Downloading sphinx_copybutton-0.5.0-py3-none-any.whl (12 kB) Collecting readthedocs-sphinx-search==0.1.2 (from -r documentation/requirements.txt (line 12)) Downloading readthedocs_sphinx_search-0.1.2-py3-none-any.whl (18 kB) Collecting docutils==0.17.1 (from -r documentation/requirements.txt (line 13)) Downloading docutils-0.17.1-py2.py3-none-any.whl (575 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 575.5/575.5 kB 55.4 MB/s eta 0:00:00 Collecting sphinx-substitution-extensions==2022.2.16 (from -r documentation/requirements.txt (line 14)) Downloading Sphinx_Substitution_Extensions-2022.2.16-py3-none-any.whl (9.8 kB) Requirement already satisfied: MarkupSafe>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/soafee-meta-ewaol/envs/latest/lib/python3.11/site-packages (from jinja2==3.1.1->-r documentation/requirements.txt (line 6)) (2.1.3) Requirement already satisfied: sphinxcontrib-applehelp in /home/docs/checkouts/readthedocs.org/user_builds/soafee-meta-ewaol/envs/latest/lib/python3.11/site-packages (from sphinx==4.5.0->-r documentation/requirements.txt (line 9)) (1.0.7) Requirement already satisfied: sphinxcontrib-devhelp in /home/docs/checkouts/readthedocs.org/user_builds/soafee-meta-ewaol/envs/latest/lib/python3.11/site-packages (from sphinx==4.5.0->-r documentation/requirements.txt (line 9)) (1.0.5) Requirement already satisfied: sphinxcontrib-jsmath in /home/docs/checkouts/readthedocs.org/user_builds/soafee-meta-ewaol/envs/latest/lib/python3.11/site-packages (from sphinx==4.5.0->-r documentation/requirements.txt (line 9)) (1.0.1) Requirement already satisfied: sphinxcontrib-htmlhelp>=2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/soafee-meta-ewaol/envs/latest/lib/python3.11/site-packages (from sphinx==4.5.0->-r documentation/requirements.txt (line 9)) (2.0.4) Requirement already satisfied: sphinxcontrib-serializinghtml>=1.1.5 in /home/docs/checkouts/readthedocs.org/user_builds/soafee-meta-ewaol/envs/latest/lib/python3.11/site-packages (from sphinx==4.5.0->-r documentation/requirements.txt (line 9)) (1.1.9) Requirement already satisfied: sphinxcontrib-qthelp in /home/docs/checkouts/readthedocs.org/user_builds/soafee-meta-ewaol/envs/latest/lib/python3.11/site-packages (from sphinx==4.5.0->-r documentation/requirements.txt (line 9)) (1.0.6) Requirement already satisfied: Pygments>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/soafee-meta-ewaol/envs/latest/lib/python3.11/site-packages (from sphinx==4.5.0->-r documentation/requirements.txt (line 9)) (2.16.1) Requirement already satisfied: snowballstemmer>=1.1 in /home/docs/checkouts/readthedocs.org/user_builds/soafee-meta-ewaol/envs/latest/lib/python3.11/site-packages (from sphinx==4.5.0->-r documentation/requirements.txt (line 9)) (2.2.0) Requirement already satisfied: babel>=1.3 in /home/docs/checkouts/readthedocs.org/user_builds/soafee-meta-ewaol/envs/latest/lib/python3.11/site-packages (from sphinx==4.5.0->-r documentation/requirements.txt (line 9)) (2.12.1) Requirement already satisfied: alabaster<0.8,>=0.7 in /home/docs/checkouts/readthedocs.org/user_builds/soafee-meta-ewaol/envs/latest/lib/python3.11/site-packages (from sphinx==4.5.0->-r documentation/requirements.txt (line 9)) (0.7.13) Requirement already satisfied: imagesize in /home/docs/checkouts/readthedocs.org/user_builds/soafee-meta-ewaol/envs/latest/lib/python3.11/site-packages (from sphinx==4.5.0->-r documentation/requirements.txt (line 9)) (1.4.1) Requirement already satisfied: requests>=2.5.0 in /home/docs/checkouts/readthedocs.org/user_builds/soafee-meta-ewaol/envs/latest/lib/python3.11/site-packages (from sphinx==4.5.0->-r documentation/requirements.txt (line 9)) (2.31.0) Requirement already satisfied: packaging in /home/docs/checkouts/readthedocs.org/user_builds/soafee-meta-ewaol/envs/latest/lib/python3.11/site-packages (from sphinx==4.5.0->-r documentation/requirements.txt (line 9)) (23.1) Requirement already satisfied: charset-normalizer<4,>=2 in /home/docs/checkouts/readthedocs.org/user_builds/soafee-meta-ewaol/envs/latest/lib/python3.11/site-packages (from requests>=2.5.0->sphinx==4.5.0->-r documentation/requirements.txt (line 9)) (3.2.0) Requirement already satisfied: idna<4,>=2.5 in /home/docs/checkouts/readthedocs.org/user_builds/soafee-meta-ewaol/envs/latest/lib/python3.11/site-packages (from requests>=2.5.0->sphinx==4.5.0->-r documentation/requirements.txt (line 9)) (3.4) Requirement already satisfied: urllib3<3,>=1.21.1 in /home/docs/checkouts/readthedocs.org/user_builds/soafee-meta-ewaol/envs/latest/lib/python3.11/site-packages (from requests>=2.5.0->sphinx==4.5.0->-r documentation/requirements.txt (line 9)) (2.0.4) Requirement already satisfied: certifi>=2017.4.17 in /home/docs/checkouts/readthedocs.org/user_builds/soafee-meta-ewaol/envs/latest/lib/python3.11/site-packages (from requests>=2.5.0->sphinx==4.5.0->-r documentation/requirements.txt (line 9)) (2023.7.22) INFO: pip is looking at multiple versions of sphinxcontrib-htmlhelp to determine which version is compatible with other requirements. This could take a while. Collecting sphinxcontrib-htmlhelp>=2.0.0 (from sphinx==4.5.0->-r documentation/requirements.txt (line 9)) Obtaining dependency information for sphinxcontrib-htmlhelp>=2.0.0 from https://files.pythonhosted.org/packages/d0/a1/5b678486ce3f7f3135ac5396db4591e967fc6709f27aa57fe13c97180953/sphinxcontrib_htmlhelp-2.0.3-py3-none-any.whl.metadata Downloading sphinxcontrib_htmlhelp-2.0.3-py3-none-any.whl.metadata (2.2 kB) Obtaining dependency information for sphinxcontrib-htmlhelp>=2.0.0 from https://files.pythonhosted.org/packages/57/41/ad44d14fd5273a7b20905fa4dd8444abf1795f6581666f6272e7d8cabf5a/sphinxcontrib_htmlhelp-2.0.2-py3-none-any.whl.metadata Downloading sphinxcontrib_htmlhelp-2.0.2-py3-none-any.whl.metadata (2.2 kB) Downloading sphinxcontrib_htmlhelp-2.0.1-py3-none-any.whl (99 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.8/99.8 kB 250.1 MB/s eta 0:00:00 INFO: pip is looking at multiple versions of sphinxcontrib-serializinghtml to determine which version is compatible with other requirements. This could take a while. Collecting sphinxcontrib-serializinghtml>=1.1.5 (from sphinx==4.5.0->-r documentation/requirements.txt (line 9)) Obtaining dependency information for sphinxcontrib-serializinghtml>=1.1.5 from https://files.pythonhosted.org/packages/dc/85/ea34b6be0494eff8ae281107bb4a83f6c83066b358f2525a251dc852817c/sphinxcontrib_serializinghtml-1.1.8-py3-none-any.whl.metadata Downloading sphinxcontrib_serializinghtml-1.1.8-py3-none-any.whl.metadata (2.3 kB) Obtaining dependency information for sphinxcontrib-serializinghtml>=1.1.5 from https://files.pythonhosted.org/packages/36/c6/0d5b3f258fdb107558163e88607eb6c245d8785fbd707e027f2da7fbc795/sphinxcontrib_serializinghtml-1.1.7-py3-none-any.whl.metadata Downloading sphinxcontrib_serializinghtml-1.1.7-py3-none-any.whl.metadata (2.3 kB) Obtaining dependency information for sphinxcontrib-serializinghtml>=1.1.5 from https://files.pythonhosted.org/packages/82/a2/962548d13ceddff95eac7843c9ff37b451c02b69429007b93d6a10a353d3/sphinxcontrib_serializinghtml-1.1.6-py3-none-any.whl.metadata Downloading sphinxcontrib_serializinghtml-1.1.6-py3-none-any.whl.metadata (2.3 kB) Downloading sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl (94 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.0/94.0 kB 253.0 MB/s eta 0:00:00 INFO: pip is looking at multiple versions of sphinxcontrib-applehelp to determine which version is compatible with other requirements. This could take a while. Collecting sphinxcontrib-applehelp (from sphinx==4.5.0->-r documentation/requirements.txt (line 9)) Obtaining dependency information for sphinxcontrib-applehelp from https://files.pythonhosted.org/packages/b1/db/2c9a62f9d7c8abf45fa79d28a9d0c80e16cb42deac58a699cbd952efda1a/sphinxcontrib_applehelp-1.0.6-py3-none-any.whl.metadata Downloading sphinxcontrib_applehelp-1.0.6-py3-none-any.whl.metadata (2.2 kB) Obtaining dependency information for sphinxcontrib-applehelp from https://files.pythonhosted.org/packages/57/57/1cdaff9321329139ffb0616b9907f2ddf46fa9a6a9488a93f049b2325472/sphinxcontrib_applehelp-1.0.5-py3-none-any.whl.metadata Downloading sphinxcontrib_applehelp-1.0.5-py3-none-any.whl.metadata (2.2 kB) Downloading sphinxcontrib_applehelp-1.0.4-py3-none-any.whl (120 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.6/120.6 kB 270.4 MB/s eta 0:00:00 INFO: pip is looking at multiple versions of sphinxcontrib-devhelp to determine which version is compatible with other requirements. This could take a while. Collecting sphinxcontrib-devhelp (from sphinx==4.5.0->-r documentation/requirements.txt (line 9)) Obtaining dependency information for sphinxcontrib-devhelp from https://files.pythonhosted.org/packages/5d/b6/7f58acb86c93e54236ca8b5b79dd3873138397060a74a143b1c1e30ba6bf/sphinxcontrib_devhelp-1.0.4-py3-none-any.whl.metadata Downloading sphinxcontrib_devhelp-1.0.4-py3-none-any.whl.metadata (2.2 kB) Obtaining dependency information for sphinxcontrib-devhelp from https://files.pythonhosted.org/packages/30/68/7e7c2e823a50cc4d0835b962425924fe7006afa2bc7151a79c30b91fcf52/sphinxcontrib_devhelp-1.0.3-py3-none-any.whl.metadata Downloading sphinxcontrib_devhelp-1.0.3-py3-none-any.whl.metadata (2.2 kB) Downloading sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl (84 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.7/84.7 kB 249.6 MB/s eta 0:00:00 INFO: pip is looking at multiple versions of sphinxcontrib-qthelp to determine which version is compatible with other requirements. This could take a while. Collecting sphinxcontrib-qthelp (from sphinx==4.5.0->-r documentation/requirements.txt (line 9)) Obtaining dependency information for sphinxcontrib-qthelp from https://files.pythonhosted.org/packages/c1/54/d3f8d78634c43be776bbec969cce56cf6a6ba49fc950774179b6cc20176b/sphinxcontrib_qthelp-1.0.5-py3-none-any.whl.metadata Downloading sphinxcontrib_qthelp-1.0.5-py3-none-any.whl.metadata (2.2 kB) Obtaining dependency information for sphinxcontrib-qthelp from https://files.pythonhosted.org/packages/8d/57/6edeb937dbc2858d980242ffc5913303c19774048b68654e5bee9556e146/sphinxcontrib_qthelp-1.0.4-py3-none-any.whl.metadata Downloading sphinxcontrib_qthelp-1.0.4-py3-none-any.whl.metadata (2.2 kB) Downloading sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl (90 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.6/90.6 kB 257.5 MB/s eta 0:00:00 Installing collected packages: sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, readthedocs-sphinx-search, jinja2, docutils, sphinx, sphinx-substitution-extensions, sphinx_rtd_theme, sphinx-copybutton Attempting uninstall: sphinxcontrib-serializinghtml Found existing installation: sphinxcontrib-serializinghtml 1.1.9 Uninstalling sphinxcontrib-serializinghtml-1.1.9: Successfully uninstalled sphinxcontrib-serializinghtml-1.1.9 Attempting uninstall: sphinxcontrib-qthelp Found existing installation: sphinxcontrib-qthelp 1.0.6 Uninstalling sphinxcontrib-qthelp-1.0.6: Successfully uninstalled sphinxcontrib-qthelp-1.0.6 Attempting uninstall: sphinxcontrib-htmlhelp Found existing installation: sphinxcontrib-htmlhelp 2.0.4 Uninstalling sphinxcontrib-htmlhelp-2.0.4: Successfully uninstalled sphinxcontrib-htmlhelp-2.0.4 Attempting uninstall: sphinxcontrib-devhelp Found existing installation: sphinxcontrib-devhelp 1.0.5 Uninstalling sphinxcontrib-devhelp-1.0.5: Successfully uninstalled sphinxcontrib-devhelp-1.0.5 Attempting uninstall: sphinxcontrib-applehelp Found existing installation: sphinxcontrib-applehelp 1.0.7 Uninstalling sphinxcontrib-applehelp-1.0.7: Successfully uninstalled sphinxcontrib-applehelp-1.0.7 Attempting uninstall: jinja2 Found existing installation: Jinja2 3.1.2 Uninstalling Jinja2-3.1.2: Successfully uninstalled Jinja2-3.1.2 Attempting uninstall: docutils Found existing installation: docutils 0.18.1 Uninstalling docutils-0.18.1: Successfully uninstalled docutils-0.18.1 Attempting uninstall: sphinx Found existing installation: Sphinx 7.2.5 Uninstalling Sphinx-7.2.5: Successfully uninstalled Sphinx-7.2.5 Attempting uninstall: sphinx_rtd_theme Found existing installation: sphinx-rtd-theme 1.3.0 Uninstalling sphinx-rtd-theme-1.3.0: Successfully uninstalled sphinx-rtd-theme-1.3.0 Successfully installed docutils-0.17.1 jinja2-3.1.1 readthedocs-sphinx-search-0.1.2 sphinx-4.5.0 sphinx-copybutton-0.5.0 sphinx-substitution-extensions-2022.2.16 sphinx_rtd_theme-1.0.0 sphinxcontrib-applehelp-1.0.4 sphinxcontrib-devhelp-1.0.2 sphinxcontrib-htmlhelp-2.0.1 sphinxcontrib-qthelp-1.0.3 sphinxcontrib-serializinghtml-1.1.5 [rtd-command-info] start-time: 2023-08-31T12:48:46.656564Z, end-time: 2023-08-31T12:48:46.718617Z, duration: 0, exit-code: 0 cat documentation/conf.py # Copyright (c) 2021-2022, Arm Limited. # # SPDX-License-Identifier: MIT # 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: # [inclusivity-exception] # 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. # Append the documentation directory to the path, so we can import variables import os import sys sys.path.append(os.path.dirname(__file__)) # -- Project information ----------------------------------------------------- project = 'EWAOL' copyright = '2021-2022, Arm Ltd.' author = 'Arm Ltd.' # -- General configuration --------------------------------------------------- #import sphinx_rtd_theme # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. extensions = [ 'sphinx.ext.autosectionlabel', 'sphinx_rtd_theme', 'sphinx_copybutton', 'sphinx_substitution_extensions' ] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. language = 'en' # 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'] # -- 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'] html_css_files = [ 'css/custom.css', ] # Don't show the "Built with Sphinx" footer html_show_sphinx = False html_theme_options = { 'collapse_navigation': False, 'navigation_depth': 5, 'prev_next_buttons_location': "both", 'style_external_links': True } # -- Extension configuration ------------------------------------------------- # -- Options for autosectionlabel -------------------------------------------- # Prefix each section label with the name of the document it is in autosectionlabel_prefix_document = True # Only generate automatic section labels for document titles autosectionlabel_maxdepth = 1 # -- Options for copybutton -------------------------------------------------- copybutton_prompt_text = r'\$ ' copybutton_prompt_is_regexp = True copybutton_remove_prompts = True copybutton_only_copy_prompt_lines = True copybutton_copy_empty_lines = False copybutton_line_continuation_character = "\\" import variables rst_prolog = variables.generate_rst_prolog() ########################################################################### # 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/"), ("stable", "/en/stable/"), ("v1.0", "/en/v1.0/"), ], 'downloads': [ ("pdf", "//meta-ewaol.docs.soafee.io/_/downloads/en/latest/pdf/"), ], 'subprojects': [ ], 'slug': 'soafee-meta-ewaol', 'name': u'meta-ewaol', 'rtd_language': u'en', 'programming_language': u'words', 'canonical_url': '', 'analytics_code': 'None', 'single_version': False, 'conf_py_path': '/documentation/', 'api_host': 'https://readthedocs.com', 'github_user': 'None', 'proxied_api_host': '/_', 'github_repo': 'None', 'github_version': 'kirkstone-dev', 'display_github': False, 'bitbucket_user': 'None', 'bitbucket_repo': 'None', 'bitbucket_version': 'kirkstone-dev', 'display_bitbucket': False, 'gitlab_user': 'soafee/ewaol', 'gitlab_repo': 'meta-ewaol', 'gitlab_version': 'kirkstone-dev', 'display_gitlab': True, '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': 'bbe5c9f9', } # 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/soafee-meta-ewaol/builds/1694799/' 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: 2023-08-31T12:48:47.175180Z, end-time: 2023-08-31T12:48:50.509174Z, duration: 3, exit-code: 0 python -m sphinx -T -E -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html Running Sphinx v4.5.0 loading translations [en]... done making output directory... done building [mo]: targets for 0 po files that are out of date building [html]: targets for 18 source files that are out of date updating environment: [new config] 18 added, 0 changed, 0 removed reading sources... [ 5%] changelog reading sources... [ 11%] codeline_management reading sources... [ 16%] contributing reading sources... [ 22%] index reading sources... [ 27%] introduction reading sources... [ 33%] license_link reading sources... [ 38%] manual/architectures reading sources... [ 44%] manual/build_system reading sources... [ 50%] manual/hardening reading sources... [ 55%] manual/index reading sources... [ 61%] manual/sdk reading sources... [ 66%] manual/user_accounts reading sources... [ 72%] manual/validation reading sources... [ 77%] manual/yocto_layers reading sources... [ 83%] user_guide/extend reading sources... [ 88%] user_guide/index reading sources... [ 94%] user_guide/migration reading sources... [100%] user_guide/reproduce /home/docs/checkouts/readthedocs.org/user_builds/soafee-meta-ewaol/checkouts/latest/documentation/contributing.rst:297: ERROR: Unknown target name: "https://gitlab.com/users/sign_in". looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 5%] changelog writing output... [ 11%] codeline_management writing output... [ 16%] contributing writing output... [ 22%] index writing output... [ 27%] introduction writing output... [ 33%] license_link writing output... [ 38%] manual/architectures writing output... [ 44%] manual/build_system writing output... [ 50%] manual/hardening writing output... [ 55%] manual/index writing output... [ 61%] manual/sdk writing output... [ 66%] manual/user_accounts writing output... [ 72%] manual/validation writing output... [ 77%] manual/yocto_layers writing output... [ 83%] user_guide/extend writing output... [ 88%] user_guide/index writing output... [ 94%] user_guide/migration writing output... [100%] user_guide/reproduce generating indices... genindex done writing additional pages... search done copying images... [ 7%] images/ewaol_rel_yocto_overview.png copying images... [ 15%] images/ewaol_rel_dev_branches.png copying images... [ 23%] images/high_level_overview.png copying images... [ 30%] images/baremetal_architecture.png copying images... [ 38%] images/virtualization_architecture.png copying images... [ 46%] images/ewaol_layers_deps_diagram.png copying images... [ 53%] images/adlink_ava_top.png copying images... [ 61%] images/adlink_ava_backpanel.png copying images... [ 69%] images/ava_edk2_escape_boot_screenshot.png copying images... [ 76%] images/ava_edk2_initial_boot_screenshot.png copying images... [ 84%] images/ava_edk2_boot_manager_boot_screenshot.png copying images... [ 92%] images/ava_edk2_boot_usb_boot_screenshot.png copying images... [100%] images/ava_grub2_flasher_image_usb_boot_screenshot.png copying static files... done copying extra files... done dumping search index in English (code: en)... done dumping object inventory... done build succeeded, 1 warning. The HTML pages are in ../_readthedocs/html. Updating searchtools for Read the Docs search... [rtd-command-info] start-time: 2023-08-31T12:48:50.996589Z, end-time: 2023-08-31T12:48:53.576509Z, duration: 2, exit-code: 0 python -m sphinx -T -E -b latex -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/pdf Running Sphinx v4.5.0 loading translations [en]... done making output directory... done building [mo]: targets for 0 po files that are out of date building [latex]: all documents updating environment: [new config] 18 added, 0 changed, 0 removed reading sources... [ 5%] changelog reading sources... [ 11%] codeline_management reading sources... [ 16%] contributing reading sources... [ 22%] index reading sources... [ 27%] introduction reading sources... [ 33%] license_link reading sources... [ 38%] manual/architectures reading sources... [ 44%] manual/build_system reading sources... [ 50%] manual/hardening reading sources... [ 55%] manual/index reading sources... [ 61%] manual/sdk reading sources... [ 66%] manual/user_accounts reading sources... [ 72%] manual/validation reading sources... [ 77%] manual/yocto_layers reading sources... [ 83%] user_guide/extend reading sources... [ 88%] user_guide/index reading sources... [ 94%] user_guide/migration reading sources... [100%] user_guide/reproduce /home/docs/checkouts/readthedocs.org/user_builds/soafee-meta-ewaol/checkouts/latest/documentation/contributing.rst:297: ERROR: Unknown target name: "https://gitlab.com/users/sign_in". looking for now-outdated files... none found pickling environment... done checking consistency... done processing ewaol.tex... index introduction user_guide/index user_guide/reproduce user_guide/extend user_guide/migration manual/index manual/architectures manual/user_accounts manual/build_system manual/yocto_layers manual/hardening manual/sdk manual/validation codeline_management contributing license_link changelog resolving references... done writing... done copying images... [ 7%] images/high_level_overview.png copying images... [ 15%] images/adlink_ava_top.png copying images... [ 23%] images/adlink_ava_backpanel.png copying images... [ 30%] images/ava_edk2_escape_boot_screenshot.png copying images... [ 38%] images/ava_edk2_initial_boot_screenshot.png copying images... [ 46%] images/ava_edk2_boot_manager_boot_screenshot.png copying images... [ 53%] images/ava_edk2_boot_usb_boot_screenshot.png copying images... [ 61%] images/ava_grub2_flasher_image_usb_boot_screenshot.png copying images... [ 69%] images/baremetal_architecture.png copying images... [ 76%] images/virtualization_architecture.png copying images... [ 84%] images/ewaol_layers_deps_diagram.png copying images... [ 92%] images/ewaol_rel_yocto_overview.png copying images... [100%] images/ewaol_rel_dev_branches.png copying TeX support files... copying TeX support files... done build succeeded, 1 warning. 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). WARNING: Missing searchtools: /home/docs/checkouts/readthedocs.org/user_builds/soafee-meta-ewaol/checkouts/latest/_readthedocs/pdf/_static/searchtools.js [rtd-command-info] start-time: 2023-08-31T12:48:55.940115Z, end-time: 2023-08-31T12:48:55.995204Z, 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: 2023-08-31T12:48:56.920948Z, end-time: 2023-08-31T12:49:02.838922Z, duration: 5, exit-code: 0 latexmk -r latexmkrc -pdf -f -dvi- -ps- -jobname=soafee-meta-ewaol -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): 'ewaol.tex' ------------ Run number 1 of rule 'pdflatex' ------------ ------------ Running 'pdflatex -interaction=nonstopmode -recorder --jobname="soafee-meta-ewaol" "ewaol.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 (./ewaol.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) (./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)) (./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 soafee-meta-ewaol.idx (/usr/share/texmf/tex/latex/tex-gyre/t1qtm.fd) (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def) (./soafee-meta-ewaol.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)) Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `\spacefactor' on input line 77. Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `\@m' on input line 77. (/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) (/usr/share/texmf/tex/latex/tex-gyre/ts1qtm.fd) [1] LaTeX Warning: Hyper reference `introduction:ewaol-system-architectures' on pag e 2 undefined on input line 176. [2 <./high_level_overview.png>] LaTeX Warning: Hyper reference `user_guide/reproduce:reproduce' on page 3 undef ined on input line 210. LaTeX Warning: Hyper reference `introduction:documentation-assumptions' on page 3 undefined on input line 212. [3] LaTeX Warning: Hyper reference `user_guide/index:user-guide' on page 4 undefine d on input line 319. LaTeX Warning: Hyper reference `manual/index:developer-manual' on page 4 undefi ned on input line 331. LaTeX Warning: Hyper reference `codeline_management:codeline-management' on pag e 4 undefined on input line 339. LaTeX Warning: Hyper reference `contributing:contributing' on page 4 undefined on input line 347. LaTeX Warning: Hyper reference `license_link:license' on page 4 undefined on in put line 355. LaTeX Warning: Hyper reference `changelog:changelog-release-notes' on page 4 un defined on input line 362. [4] LaTeX Warning: Hyper reference `contributing:contributing-documentation-build-v alidation' on page 5 undefined on input line 481. LaTeX Warning: Hyper reference `manual/yocto_layers:yocto-layers' on page 5 und efined on input line 500. LaTeX Warning: Hyper reference `license_link:license' on page 5 undefined on in put line 507. [5] LaTeX Warning: Hyper reference `contributing:contributing' on page 6 undefined on input line 522. LaTeX Warning: Hyper reference `manual/build_system:manual-build-system-target- platforms' on page 6 undefined on input line 551. LaTeX Warning: Hyper reference `introduction:introduction-use-cases-overview' o n page 6 undefined on input line 553. LaTeX Warning: Hyper reference `manual/build_system:build-system' on page 6 und efined on input line 581. [6] LaTeX Warning: Hyper reference `manual/index:developer-manual' on page 7 undefi ned on input line 666. [7] Underfull \hbox (badness 10000) in paragraph at lines 809--813 []\T1/qtm/m/n/10 The re-sult-ing baremetal dis-tri-bu-tion im-age which in-clud es the EWAOL Underfull \hbox (badness 10000) in paragraph at lines 809--813 \T1/qtm/m/n/10 SDK will be pro-duced at: \T1/txtt/m/n/10 build/tmp_baremetal/de ploy/images/n1sdp/ Overfull \vbox (7.23483pt too high) detected at line 826 [8] LaTeX Warning: Hyper reference `manual/build_system:manual-build-system-run-tim e-integration-tests' on page 9 undefined on input line 841. LaTeX Warning: Hyper reference `manual/build_system:manual-build-system-securit y-hardening' on page 9 undefined on input line 843. Underfull \hbox (badness 10000) in paragraph at lines 865--868 []\T1/qtm/m/n/10 The re-sult-ing vir-tu-al-iza-tion dis-tri-bu-tion im-age will be pro- Underfull \hbox (badness 10000) in paragraph at lines 865--868 \T1/qtm/m/n/10 duced: \T1/txtt/m/n/10 build/tmp_virtualization/deploy/images/n1 sdp/ Underfull \hbox (badness 10000) in paragraph at lines 883--886 []\T1/qtm/m/n/10 The re-sult-ing vir-tu-al-iza-tion dis-tri-bu-tion im-age will be pro-duced: \T1/txtt/m/n/10 build/ Underfull \hbox (badness 10000) in paragraph at lines 906--910 []\T1/qtm/m/n/10 The re-sult-ing vir-tu-al-iza-tion dis-tri-bu-tion im-age whic h in-cludes the EWAOL SDK Underfull \hbox (badness 10000) in paragraph at lines 906--910 \T1/qtm/m/n/10 will be pro-duced at: \T1/txtt/m/n/10 build/tmp_virtualization/d eploy/images/n1sdp/ Underfull \hbox (badness 10000) in paragraph at lines 925--929 []\T1/qtm/m/n/10 The re-sult-ing vir-tu-al-iza-tion dis-tri-bu-tion im-age whic h in-cludes the EWAOL SDK Underfull \hbox (badness 10000) in paragraph at lines 925--929 \T1/qtm/m/n/10 will be pro-duced at: \T1/txtt/m/n/10 build/tmp_virtualization/d eploy/images/ava/ LaTeX Warning: Hyper reference `manual/build_system:manual-build-system-run-tim e-integration-tests' on page 9 undefined on input line 941. LaTeX Warning: Hyper reference `manual/build_system:manual-build-system-securit y-hardening' on page 9 undefined on input line 943. LaTeX Warning: Hyper reference `manual/build_system:manual-build-system-pci-pas sthrough' on page 9 undefined on input line 944. [9] LaTeX Warning: Hyper reference `manual/build_system:manual-build-system-pci-pas sthrough' on page 10 undefined on input line 985. LaTeX Warning: Hyper reference `manual/build_system:manual-build-system-virtual ization-customization' on page 10 undefined on input line 998. LaTeX Warning: Hyper reference `user_guide/reproduce:user-guide-reproduce-deplo y-n1sdp' on page 10 undefined on input line 1009. LaTeX Warning: Hyper reference `user_guide/reproduce:user-guide-reproduce-deplo y-ava' on page 10 undefined on input line 1013. [10] LaTeX Warning: Hyper reference `user_guide/reproduce:load-the-image-onto-a-usb- storage-device' on page 11 undefined on input line 1040. LaTeX Warning: Hyper reference `user_guide/reproduce:update-the-n1sdp-mcc-confi guration-microsd-card' on page 11 undefined on input line 1044. [11] [12] (/usr/share/texlive/texmf-dist/tex/latex/txfonts/ts1txtt.fd) [13] [14] LaTeX Warning: Hyper reference `user_guide/reproduce:user-guide-reproduce-ava-d eploy-flasher-to-usb' on page 15 undefined on input line 1543. LaTeX Warning: Hyper reference `user_guide/reproduce:user-guide-reproduce-ava-d eploy-boot-flasher' on page 15 undefined on input line 1547. LaTeX Warning: Hyper reference `user_guide/reproduce:user-guide-reproduce-ava-d eploy-flash-ewaol' on page 15 undefined on input line 1551. [15] [16 <./adlink_ava_top.png>] [17 <./adlink_ava_backpanel.png>] [18] LaTeX Warning: Hyper reference `user_guide/reproduce:user-guide-reproduce-ava-i mages' on page 19 undefined on input line 1668. LaTeX Warning: Hyper reference `user_guide/reproduce:user-guide-reproduce-ava-i mages' on page 19 undefined on input line 1674. LaTeX Warning: Hyper reference `user_guide/reproduce:user-guide-reproduce-ava-i mages' on page 19 undefined on input line 1680. LaTeX Warning: Hyper reference `user_guide/reproduce:user-guide-reproduce-ava-i mages' on page 19 undefined on input line 1685. LaTeX Warning: Hyper reference `user_guide/reproduce:user-guide-reproduce-ava-i mages' on page 19 undefined on input line 1691. LaTeX Warning: Hyper reference `user_guide/reproduce:user-guide-reproduce-ava-i mages' on page 19 undefined on input line 1747. [19 <./ava_edk2_escape_boot_screenshot.png>] [20 <./ava_edk2_initial_boot_scree nshot.png> <./ava_edk2_boot_manager_boot_screenshot.png>] [21 <./ava_edk2_boot_ usb_boot_screenshot.png>] LaTeX Warning: Hyper reference `user_guide/reproduce:user-guide-reproduce-build ' on page 22 undefined on input line 1853. [22 <./ava_grub2_flasher_image_usb_boot_screenshot.png (PNG copy)>] [23] LaTeX Warning: Hyper reference `user_guide/reproduce:user-guide-reproduce-ava-i mages' on page 24 undefined on input line 2078. LaTeX Warning: Hyper reference `manual/user_accounts:user-accounts' on page 24 undefined on input line 2092. [24] LaTeX Warning: Hyper reference `manual/validation:validation-run-time-integrati on-tests' on page 25 undefined on input line 2183. LaTeX Warning: Hyper reference `manual/validation:validation' on page 25 undefi ned on input line 2187. LaTeX Warning: Hyper reference `introduction:introduction-use-cases-overview' o n page 25 undefined on input line 2196. LaTeX Warning: Hyper reference `introduction:introduction-documentation-assumpt ions' on page 25 undefined on input line 2202. LaTeX Warning: Hyper reference `manual/validation:validation' on page 25 undefi ned on input line 2209. [25] [26] [27] [28] Overfull \hbox (81.64375pt too wide) in paragraph at lines 2611--2611 []\T1/txtt/m/n/10 %[=========================================================== ================> [29] LaTeX Warning: Hyper reference `codeline_management:codeline-management' on pag e 30 undefined on input line 2703. LaTeX Warning: Hyper reference `changelog:changelog-release-notes' on page 30 u ndefined on input line 2705. [30] LaTeX Warning: Hyper reference `user_guide/reproduce:user-guide-reproduce-envir onment-setup' on page 31 undefined on input line 2737. LaTeX Warning: Hyper reference `user_guide/reproduce:user-guide-reproduce-downl oad' on page 31 undefined on input line 2750. LaTeX Warning: Hyper reference `user_guide/reproduce:user-guide-reproduce-build ' on page 31 undefined on input line 2764. LaTeX Warning: Hyper reference `user_guide/reproduce:user-guide-reproduce-build ' on page 31 undefined on input line 2784. LaTeX Warning: Hyper reference `user_guide/reproduce:user-guide-reproduce-deplo y' on page 31 undefined on input line 2785. LaTeX Warning: Hyper reference `user_guide/extend:user-guide-extend-porting' on page 31 undefined on input line 2806. [31] LaTeX Warning: Hyper reference `manual/build_system:manual-build-system-baremet al-architecture' on page 32 undefined on input line 2868. [32 <./baremetal_architecture.png>] Underfull \hbox (badness 10000) in paragraph at lines 2884--2888 []\T1/qtm/m/n/10 An EWAOL vir-tu-al-iza-tion dis-tri-bu-tion im-age (\T1/txtt/m /n/10 ewaol[]virtualization[]image\T1/qtm/m/n/10 ) is en-abled if [33 <./virtualization_architecture.png>] LaTeX Warning: Hyper reference `manual/build_system:manual-build-system-virtual ization-architecture' on page 34 undefined on input line 2926. LaTeX Warning: Hyper reference `manual/build_system:manual-build-system-virtual ization-customization' on page 34 undefined on input line 2933. LaTeX Warning: Hyper reference `manual/hardening:security-hardening' on page 34 undefined on input line 2973. LaTeX Warning: Hyper reference `manual/validation:validation-run-time-integrati on-tests' on page 34 undefined on input line 2976. LaTeX Warning: Hyper reference `manual/validation:manual-validation-user-accoun ts-tests' on page 34 undefined on input line 2983. LaTeX Warning: Hyper reference `manual/validation:validation' on page 34 undefi ned on input line 2984. [34] LaTeX Warning: Hyper reference `manual/build_system:target-platforms' on page 3 5 undefined on input line 3050. LaTeX Warning: Hyper reference `manual/build_system:distribution-image-features ' on page 35 undefined on input line 3050. LaTeX Warning: Hyper reference `user_guide/reproduce:user-guide-reproduce-build ' on page 35 undefined on input line 3052. [35] [36] Underfull \hbox (badness 10000) in paragraph at lines 3259--3264 \T1/txtt/m/n/10 multiconfig/ewaol[]guest[]vm.conf \T1/qtm/m/n/10 file and the \ T1/txtt/m/n/10 meta[]ewaol[]distro/conf/distro/include/ [37] [38] LaTeX Warning: Hyper reference `manual/validation:validation-run-time-integrati on-tests' on page 39 undefined on input line 3456. [39] LaTeX Warning: Hyper reference `manual/hardening:security-hardening' on page 40 undefined on input line 3513. Underfull \hbox (badness 10000) in paragraph at lines 3540--3544 []\T1/qtm/m/n/10 En-ables two ad-di-tional SDK build tar-gets, \T1/txtt/m/n/10 ewaol[]baremetal[]sdk[]image \T1/qtm/m/n/10 and LaTeX Warning: Hyper reference `manual/sdk:software-development-kit-sdk' on pag e 40 undefined on input line 3584. [40] LaTeX Warning: Hyper reference `manual/build_system:manual-build-system-virtual ization-customization' on page 41 undefined on input line 3611. [41] LaTeX Warning: Hyper reference `manual/yocto_layers:manual-yocto-layers-layer-d ependency-overview' on page 42 undefined on input line 3664. [42] [43 <./ewaol_layers_deps_diagram.png>] [44] Underfull \hbox (badness 6078) in paragraph at lines 3928--3931 []\T1/qtm/m/n/10 En-able the `Se-cure Com-put-ing Mode' (sec-comp) Linux ker-ne l fea-ture by ap-pend-ing \T1/txtt/m/n/10 seccomp \T1/qtm/m/n/10 to LaTeX Warning: Hyper reference `manual/build_system:manual-build-system-securit y-hardening' on page 45 undefined on input line 3955. LaTeX Warning: Hyper reference `manual/validation:validation-run-time-integrati on-tests' on page 45 undefined on input line 3960. LaTeX Warning: Hyper reference `manual/build_system:manual-build-system-sdk' on page 45 undefined on input line 4003. [45] LaTeX Warning: Hyper reference `manual/validation:container-engine-tests' on pa ge 46 undefined on input line 4080. LaTeX Warning: Hyper reference `manual/validation:k3s-orchestration-tests' on p age 46 undefined on input line 4084. LaTeX Warning: Hyper reference `manual/validation:user-accounts-tests' on page 46 undefined on input line 4088. LaTeX Warning: Hyper reference `manual/validation:container-engine-tests' on pa ge 46 undefined on input line 4102. LaTeX Warning: Hyper reference `manual/validation:k3s-orchestration-tests' on p age 46 undefined on input line 4106. LaTeX Warning: Hyper reference `manual/validation:user-accounts-tests' on page 46 undefined on input line 4111. LaTeX Warning: Hyper reference `manual/validation:xen-virtualization-tests' on page 46 undefined on input line 4115. LaTeX Warning: Hyper reference `manual/validation:container-engine-tests' on pa ge 46 undefined on input line 4125. LaTeX Warning: Hyper reference `manual/validation:user-accounts-tests' on page 46 undefined on input line 4129. LaTeX Warning: Hyper reference `manual/build_system:manual-build-system-run-tim e-integration-tests' on page 46 undefined on input line 4146. [46] LaTeX Warning: Hyper reference `manual/user_accounts:user-accounts' on page 47 undefined on input line 4152. LaTeX Warning: Hyper reference `manual/validation:test-logging' on page 47 unde fined on input line 4213. [47] LaTeX Warning: Hyper reference `manual/validation:running-the-tests' on page 48 undefined on input line 4294. [48] LaTeX Warning: Hyper reference `manual/validation:test-logging' on page 49 unde fined on input line 4382. LaTeX Warning: Hyper reference `manual/validation:container-engine-environment- clean-up' on page 49 undefined on input line 4388. [49] LaTeX Warning: Hyper reference `manual/hardening:security-hardening' on page 50 undefined on input line 4436. LaTeX Warning: Hyper reference `manual/validation:running-the-tests' on page 50 undefined on input line 4457. [50] LaTeX Warning: Hyper reference `manual/validation:test-logging' on page 51 unde fined on input line 4538. LaTeX Warning: Hyper reference `manual/validation:k3s-environment-clean-up' on page 51 undefined on input line 4544. [51] LaTeX Warning: Hyper reference `manual/hardening:security-hardening' on page 52 undefined on input line 4607. LaTeX Warning: Hyper reference `manual/validation:running-the-tests' on page 52 undefined on input line 4628. LaTeX Warning: Hyper reference `manual/user_accounts:user-accounts' on page 52 undefined on input line 4637. LaTeX Warning: Hyper reference `manual/hardening:security-hardening' on page 52 undefined on input line 4641. [52] LaTeX Warning: Hyper reference `manual/validation:test-logging' on page 53 unde fined on input line 4728. LaTeX Warning: Hyper reference `manual/validation:user-accounts-environment-cle an-up' on page 53 undefined on input line 4734. LaTeX Warning: Hyper reference `manual/hardening:security-hardening' on page 53 undefined on input line 4779. [53] LaTeX Warning: Hyper reference `manual/validation:running-the-tests' on page 54 undefined on input line 4804. LaTeX Warning: Hyper reference `manual/validation:test-logging' on page 54 unde fined on input line 4863. LaTeX Warning: Hyper reference `manual/validation:xen-virtualization-environmen t-clean-up' on page 54 undefined on input line 4869. [54] LaTeX Warning: Hyper reference `manual/hardening:security-hardening' on page 55 undefined on input line 4892. LaTeX Warning: Hyper reference `manual/hardening:security-hardening' on page 55 undefined on input line 4904. [55 <./ewaol_rel_yocto_overview.png>] LaTeX Warning: Hyper reference `codeline_management:ewaol-development-branches' on page 56 undefined on input line 5016. [56 <./ewaol_rel_dev_branches.png>] [57] LaTeX Warning: Hyper reference `contributing:commit-message' on page 58 undefin ed on input line 5146. LaTeX Warning: Hyper reference `contributing:documentation' on page 58 undefine d on input line 5150. LaTeX Warning: Hyper reference `contributing:inclusive-language' on page 58 und efined on input line 5154. LaTeX Warning: Hyper reference `contributing:license-and-copyright-header' on p age 58 undefined on input line 5158. LaTeX Warning: Hyper reference `contributing:python-code-quality' on page 58 un defined on input line 5162. LaTeX Warning: Hyper reference `contributing:shell-script-code-quality' on page 58 undefined on input line 5166. LaTeX Warning: Hyper reference `contributing:spelling' on page 58 undefined on input line 5170. LaTeX Warning: Hyper reference `contributing:yaml-formatting' on page 58 undefi ned on input line 5174. LaTeX Warning: Hyper reference `contributing:yocto-layer-compatibility' on page 58 undefined on input line 5178. LaTeX Warning: Hyper reference `contributing:quality-assurance-checks' on page 58 undefined on input line 5190. LaTeX Warning: Hyper reference `license_link:license' on page 58 undefined on i nput line 5198. LaTeX Warning: Hyper reference `contributing:documentation-build-validation' on page 58 undefined on input line 5209. LaTeX Warning: Hyper reference `manual/validation:validation' on page 58 undefi ned on input line 5228. [58] LaTeX Warning: Hyper reference `contributing:quality-assurance-checks' on page 59 undefined on input line 5269. [59] LaTeX Warning: Hyper reference `contributing:documentation-build-validation' on page 60 undefined on input line 5345. [60] LaTeX Warning: Hyper reference `contributing:quality-assurance-checks' on page 61 undefined on input line 5510. [61] LaTeX Warning: Hyper reference `contributing:minimal-contribution-standards' on page 62 undefined on input line 5573. [62] LaTeX Warning: Hyper reference `contributing:minimal-contribution-standards' on page 63 undefined on input line 5609. [63] [64] LaTeX Warning: Hyper reference `changelog:changelog-v1-0-known-issues' on page 65 undefined on input line 5771. [65] [66] LaTeX Warning: Hyper reference `changelog:v0-2-4-resolved-and-known-issues' on page 67 undefined on input line 6056. [67] LaTeX Warning: Hyper reference `changelog:v0-2-3-resolved-and-known-issues' on page 68 undefined on input line 6089. LaTeX Warning: Hyper reference `changelog:v0-2-2-resolved-and-known-issues' on page 68 undefined on input line 6127. [68] LaTeX Warning: Hyper reference `changelog:v0-2-1-resolved-and-known-issues' on page 69 undefined on input line 6160. [69] [70] LaTeX Warning: Hyper reference `changelog:v0-1-limitations' on page 71 undefine d on input line 6430. [71] [72] No file soafee-meta-ewaol.ind. [73] (./soafee-meta-ewaol.aux) LaTeX Warning: There were undefined references. LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right. Package rerunfilecheck Warning: File `soafee-meta-ewaol.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-ts1.enc}{/usr/share/texmf/fonts/enc/dvips/tex-gyre/q-ec.enc}< /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi5.pfb> Output written on soafee-meta-ewaol.pdf (77 pages, 2033306 bytes). Transcript written on soafee-meta-ewaol.log. Latexmk: Index file 'soafee-meta-ewaol.idx' was written Latexmk: Missing input file 'soafee-meta-ewaol.ind' (or dependence on it) from following: 'No file soafee-meta-ewaol.ind.' Latexmk: References changed. Latexmk: References changed. Latexmk: Log file says output to 'soafee-meta-ewaol.pdf' Rule 'makeindex soafee-meta-ewaol.idx': File changes, etc: Changed files, or newly in use since previous run(s): 'soafee-meta-ewaol.idx' ------------ Run number 1 of rule 'makeindex soafee-meta-ewaol.idx' ------------ ------------ Running 'makeindex -s python.ist -o "soafee-meta-ewaol.ind" "soafee-meta-ewaol.idx"' ------------ Latexmk: Examining 'soafee-meta-ewaol.log' === TeX engine is 'pdfTeX' Latexmk: applying rule 'makeindex soafee-meta-ewaol.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 soafee-meta-ewaol.idx...done (0 entries accepted, 0 rejected). Nothing written in soafee-meta-ewaol.ind. Transcript written in soafee-meta-ewaol.ilg. Rule 'pdflatex': File changes, etc: Changed files, or newly in use since previous run(s): 'soafee-meta-ewaol.aux' 'soafee-meta-ewaol.ind' 'soafee-meta-ewaol.out' ------------ Run number 2 of rule 'pdflatex' ------------ ------------ Running 'pdflatex -interaction=nonstopmode -recorder --jobname="soafee-meta-ewaol" "ewaol.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 (./ewaol.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) (./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)) (./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 soafee-meta-ewaol.idx (/usr/share/texmf/tex/latex/tex-gyre/t1qtm.fd) (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def) (./soafee-meta-ewaol.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)) (./soafee-meta-ewaol.out) (./soafee-meta-ewaol.out) Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `\spacefactor' on input line 77. Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `\@m' on input line 77. (/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] (./soafee-meta-ewaol.toc [1]) [2] Chapter 1. (/usr/share/texlive/texmf-dist/tex/latex/txfonts/t1txtt.fd) (/usr/share/texmf/tex/latex/tex-gyre/ts1qtm.fd) [1] [2 <./high_level_overview.p ng>] [3] [4] [5] [6] [7] Underfull \hbox (badness 10000) in paragraph at lines 809--813 []\T1/qtm/m/n/10 The re-sult-ing baremetal dis-tri-bu-tion im-age which in-clud es the EWAOL Underfull \hbox (badness 10000) in paragraph at lines 809--813 \T1/qtm/m/n/10 SDK will be pro-duced at: \T1/txtt/m/n/10 build/tmp_baremetal/de ploy/images/n1sdp/ Overfull \vbox (7.23483pt too high) detected at line 826 [8] Underfull \hbox (badness 10000) in paragraph at lines 865--868 []\T1/qtm/m/n/10 The re-sult-ing vir-tu-al-iza-tion dis-tri-bu-tion im-age will be pro- Underfull \hbox (badness 10000) in paragraph at lines 865--868 \T1/qtm/m/n/10 duced: \T1/txtt/m/n/10 build/tmp_virtualization/deploy/images/n1 sdp/ Underfull \hbox (badness 10000) in paragraph at lines 883--886 []\T1/qtm/m/n/10 The re-sult-ing vir-tu-al-iza-tion dis-tri-bu-tion im-age will be pro-duced: \T1/txtt/m/n/10 build/ Underfull \hbox (badness 10000) in paragraph at lines 906--910 []\T1/qtm/m/n/10 The re-sult-ing vir-tu-al-iza-tion dis-tri-bu-tion im-age whic h in-cludes the EWAOL SDK Underfull \hbox (badness 10000) in paragraph at lines 906--910 \T1/qtm/m/n/10 will be pro-duced at: \T1/txtt/m/n/10 build/tmp_virtualization/d eploy/images/n1sdp/ Underfull \hbox (badness 10000) in paragraph at lines 925--929 []\T1/qtm/m/n/10 The re-sult-ing vir-tu-al-iza-tion dis-tri-bu-tion im-age whic h in-cludes the EWAOL SDK Underfull \hbox (badness 10000) in paragraph at lines 925--929 \T1/qtm/m/n/10 will be pro-duced at: \T1/txtt/m/n/10 build/tmp_virtualization/d eploy/images/ava/ [9] [10] [11] [12] (/usr/share/texlive/texmf-dist/tex/latex/txfonts/ts1txtt.fd) [13] [14] [15] [16 <./adlink_ava_top.png>] [17 <./adlink_ava_backpanel.png>] [18] [19 <./ava_edk2_escape_boot_screenshot.png>] [20 <./ava_edk2_initial_boot_ screenshot.png> <./ava_edk2_boot_manager_boot_screenshot.png>] [21 <./ava_edk2_ boot_usb_boot_screenshot.png>] [22 <./ava_grub2_flasher_image_usb_boot_screensh ot.png (PNG copy)>] [23] [24] [25] [26] [27] [28] Overfull \hbox (81.64375pt too wide) in paragraph at lines 2611--2611 []\T1/txtt/m/n/10 %[=========================================================== ================> [29] [30] [31] [32 <./baremetal_architecture.png>] Underfull \hbox (badness 10000) in paragraph at lines 2884--2888 []\T1/qtm/m/n/10 An EWAOL vir-tu-al-iza-tion dis-tri-bu-tion im-age (\T1/txtt/m /n/10 ewaol[]virtualization[]image\T1/qtm/m/n/10 ) is en-abled if [33 <./virtualization_architecture.png>] [34] [35] [36] Underfull \hbox (badness 10000) in paragraph at lines 3259--3264 \T1/txtt/m/n/10 multiconfig/ewaol[]guest[]vm.conf \T1/qtm/m/n/10 file and the \ T1/txtt/m/n/10 meta[]ewaol[]distro/conf/distro/include/ [37] [38] [39] Underfull \hbox (badness 10000) in paragraph at lines 3540--3544 []\T1/qtm/m/n/10 En-ables two ad-di-tional SDK build tar-gets, \T1/txtt/m/n/10 ewaol[]baremetal[]sdk[]image \T1/qtm/m/n/10 and [40] [41] [42] [43 <./ewaol_layers_deps_diagram.png>] [44] Underfull \hbox (badness 6078) in paragraph at lines 3928--3931 []\T1/qtm/m/n/10 En-able the `Se-cure Com-put-ing Mode' (sec-comp) Linux ker-ne l fea-ture by ap-pend-ing \T1/txtt/m/n/10 seccomp \T1/qtm/m/n/10 to [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55 <./ewaol_rel_yocto_overvi ew.png>] [56 <./ewaol_rel_dev_branches.png>] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] (./soafee-meta-ewaol.ind) [73] (./soafee-meta-ewaol.aux) ) (see the transcript file for additional information){/usr/share/texmf/fonts/enc /dvips/tex-gyre/q-ts1.enc}{/usr/share/texmf/fonts/enc/dvips/tex-gyre/q-ec.enc}< /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi5.pfb> Output written on soafee-meta-ewaol.pdf (77 pages, 2052213 bytes). Transcript written on soafee-meta-ewaol.log. Latexmk: Index file 'soafee-meta-ewaol.idx' was written Latexmk: Log file says output to 'soafee-meta-ewaol.pdf' Rule 'pdflatex': File changes, etc: Changed files, or newly in use since previous run(s): 'soafee-meta-ewaol.toc' ------------ Run number 3 of rule 'pdflatex' ------------ Latexmk: Examining 'soafee-meta-ewaol.log' === TeX engine is 'pdfTeX' Latexmk: applying rule 'pdflatex'... ------------ Running 'pdflatex -interaction=nonstopmode -recorder --jobname="soafee-meta-ewaol" "ewaol.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 (./ewaol.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) (./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)) (./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 soafee-meta-ewaol.idx (/usr/share/texmf/tex/latex/tex-gyre/t1qtm.fd) (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def) (./soafee-meta-ewaol.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)) (./soafee-meta-ewaol.out) (./soafee-meta-ewaol.out) Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `\spacefactor' on input line 77. Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `\@m' on input line 77. (/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] (./soafee-meta-ewaol.toc [1]) [2] Chapter 1. (/usr/share/texlive/texmf-dist/tex/latex/txfonts/t1txtt.fd) (/usr/share/texmf/tex/latex/tex-gyre/ts1qtm.fd) [1] [2 <./high_level_overview.p ng>] [3] [4] [5] [6] [7] Underfull \hbox (badness 10000) in paragraph at lines 809--813 []\T1/qtm/m/n/10 The re-sult-ing baremetal dis-tri-bu-tion im-age which in-clud es the EWAOL Underfull \hbox (badness 10000) in paragraph at lines 809--813 \T1/qtm/m/n/10 SDK will be pro-duced at: \T1/txtt/m/n/10 build/tmp_baremetal/de ploy/images/n1sdp/ Overfull \vbox (7.23483pt too high) detected at line 826 [8] Underfull \hbox (badness 10000) in paragraph at lines 865--868 []\T1/qtm/m/n/10 The re-sult-ing vir-tu-al-iza-tion dis-tri-bu-tion im-age will be pro- Underfull \hbox (badness 10000) in paragraph at lines 865--868 \T1/qtm/m/n/10 duced: \T1/txtt/m/n/10 build/tmp_virtualization/deploy/images/n1 sdp/ Underfull \hbox (badness 10000) in paragraph at lines 883--886 []\T1/qtm/m/n/10 The re-sult-ing vir-tu-al-iza-tion dis-tri-bu-tion im-age will be pro-duced: \T1/txtt/m/n/10 build/ Underfull \hbox (badness 10000) in paragraph at lines 906--910 []\T1/qtm/m/n/10 The re-sult-ing vir-tu-al-iza-tion dis-tri-bu-tion im-age whic h in-cludes the EWAOL SDK Underfull \hbox (badness 10000) in paragraph at lines 906--910 \T1/qtm/m/n/10 will be pro-duced at: \T1/txtt/m/n/10 build/tmp_virtualization/d eploy/images/n1sdp/ Underfull \hbox (badness 10000) in paragraph at lines 925--929 []\T1/qtm/m/n/10 The re-sult-ing vir-tu-al-iza-tion dis-tri-bu-tion im-age whic h in-cludes the EWAOL SDK Underfull \hbox (badness 10000) in paragraph at lines 925--929 \T1/qtm/m/n/10 will be pro-duced at: \T1/txtt/m/n/10 build/tmp_virtualization/d eploy/images/ava/ [9] [10] [11] [12] (/usr/share/texlive/texmf-dist/tex/latex/txfonts/ts1txtt.fd) [13] [14] [15] [16 <./adlink_ava_top.png>] [17 <./adlink_ava_backpanel.png>] [18] [19 <./ava_edk2_escape_boot_screenshot.png>] [20 <./ava_edk2_initial_boot_ screenshot.png> <./ava_edk2_boot_manager_boot_screenshot.png>] [21 <./ava_edk2_ boot_usb_boot_screenshot.png>] [22 <./ava_grub2_flasher_image_usb_boot_screensh ot.png (PNG copy)>] [23] [24] [25] [26] [27] [28] Overfull \hbox (81.64375pt too wide) in paragraph at lines 2611--2611 []\T1/txtt/m/n/10 %[=========================================================== ================> [29] [30] [31] [32 <./baremetal_architecture.png>] Underfull \hbox (badness 10000) in paragraph at lines 2884--2888 []\T1/qtm/m/n/10 An EWAOL vir-tu-al-iza-tion dis-tri-bu-tion im-age (\T1/txtt/m /n/10 ewaol[]virtualization[]image\T1/qtm/m/n/10 ) is en-abled if [33 <./virtualization_architecture.png>] [34] [35] [36] Underfull \hbox (badness 10000) in paragraph at lines 3259--3264 \T1/txtt/m/n/10 multiconfig/ewaol[]guest[]vm.conf \T1/qtm/m/n/10 file and the \ T1/txtt/m/n/10 meta[]ewaol[]distro/conf/distro/include/ [37] [38] [39] Underfull \hbox (badness 10000) in paragraph at lines 3540--3544 []\T1/qtm/m/n/10 En-ables two ad-di-tional SDK build tar-gets, \T1/txtt/m/n/10 ewaol[]baremetal[]sdk[]image \T1/qtm/m/n/10 and [40] [41] [42] [43 <./ewaol_layers_deps_diagram.png>] [44] Underfull \hbox (badness 6078) in paragraph at lines 3928--3931 []\T1/qtm/m/n/10 En-able the `Se-cure Com-put-ing Mode' (sec-comp) Linux ker-ne l fea-ture by ap-pend-ing \T1/txtt/m/n/10 seccomp \T1/qtm/m/n/10 to [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55 <./ewaol_rel_yocto_overvi ew.png>] [56 <./ewaol_rel_dev_branches.png>] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] (./soafee-meta-ewaol.ind) [73] (./soafee-meta-ewaol.aux) ) (see the transcript file for additional information){/usr/share/texmf/fonts/enc /dvips/tex-gyre/q-ts1.enc}{/usr/share/texmf/fonts/enc/dvips/tex-gyre/q-ec.enc}< /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi5.pfb> Output written on soafee-meta-ewaol.pdf (77 pages, 2052213 bytes). Transcript written on soafee-meta-ewaol.log. Latexmk: Index file 'soafee-meta-ewaol.idx' was written Latexmk: Log file says output to 'soafee-meta-ewaol.pdf' Latexmk: Examining 'soafee-meta-ewaol.log' === TeX engine is 'pdfTeX' Latexmk: All targets (soafee-meta-ewaol.pdf) are up-to-date