Read the Docs build information Build id: 2744696 Project: quantumcast-public-platform-documentation Version: stable Commit: c90d501a361104678d57eda6b985c245e98d0473 Date: 2025-01-19T10:13:02.317915Z State: finished Success: True [rtd-command-info] start-time: 2025-01-19T10:13:03.368975Z, end-time: 2025-01-19T10:13:04.785092Z, duration: 1, exit-code: 0 git clone --depth 1 git@github.com:QuantumCast/platform-documentation.git . Cloning into '.'... Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. [rtd-command-info] start-time: 2025-01-19T10:13:04.847227Z, end-time: 2025-01-19T10:13:05.942963Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 c90d501a361104678d57eda6b985c245e98d0473 Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. From github.com:QuantumCast/platform-documentation * branch c90d501a361104678d57eda6b985c245e98d0473 -> FETCH_HEAD [rtd-command-info] start-time: 2025-01-19T10:13:06.048381Z, end-time: 2025-01-19T10:13:06.113548Z, duration: 0, exit-code: 0 git checkout --force c90d501a361104678d57eda6b985c245e98d0473 Note: switching to 'c90d501a361104678d57eda6b985c245e98d0473'. 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 c90d501 fix [rtd-command-info] start-time: 2025-01-19T10:13:06.173683Z, end-time: 2025-01-19T10:13:06.222665Z, duration: 0, exit-code: 0 cat .readthedocs.yml # Read the Docs configuration file for Sphinx projects # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required version: 2 # Set the OS, Python version and other tools you might need build: os: ubuntu-22.04 tools: python: "3.7" # You can also specify other tool versions: # nodejs: "20" # rust: "1.70" # golang: "1.20" # Build documentation in the "docs/" directory with Sphinx sphinx: configuration: conf.py # You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs # builder: "dirhtml" # Fail on all warnings to avoid broken references # fail_on_warning: true # Optionally build your docs in additional formats such as PDF and ePub formats: - pdf # - epub # Optional but recommended, declare the Python requirements required # to build your documentation # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html python: install: - requirements: requirements.txt [rtd-command-info] start-time: 2025-01-19T10:13:10.490967Z, end-time: 2025-01-19T10:13:10.555938Z, duration: 0, exit-code: 0 asdf global python 3.7.17 [rtd-command-info] start-time: 2025-01-19T10:13:10.900125Z, end-time: 2025-01-19T10:13:11.785869Z, duration: 0, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.7.17.final.0-64 in 663ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable, clear=False, no_vcs_ignore=False, global=False) seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/docs/.local/share/virtualenv) added seed packages: pip==23.1, setuptools==67.6.1, wheel==0.40.0 activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator [rtd-command-info] start-time: 2025-01-19T10:13:11.849787Z, end-time: 2025-01-19T10:13:17.882610Z, duration: 6, 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/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (23.1) Collecting pip Downloading pip-24.0-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 11.6 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (67.6.1) Collecting setuptools Downloading setuptools-68.0.0-py3-none-any.whl (804 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 804.0/804.0 kB 20.5 MB/s eta 0:00:00 Installing collected packages: setuptools, pip Attempting uninstall: setuptools Found existing installation: setuptools 67.6.1 Uninstalling setuptools-67.6.1: Successfully uninstalled setuptools-67.6.1 Attempting uninstall: pip Found existing installation: pip 23.1 Uninstalling pip-23.1: Successfully uninstalled pip-23.1 Successfully installed pip-24.0 setuptools-68.0.0 [rtd-command-info] start-time: 2025-01-19T10:13:17.943904Z, end-time: 2025-01-19T10:13:23.078692Z, duration: 5, exit-code: 0 python -m pip install --upgrade --no-cache-dir sphinx Collecting sphinx Downloading sphinx-5.3.0-py3-none-any.whl.metadata (6.4 kB) Collecting sphinxcontrib-applehelp (from sphinx) Downloading sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl.metadata (1.4 kB) Collecting sphinxcontrib-devhelp (from sphinx) Downloading sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl.metadata (1.4 kB) Collecting sphinxcontrib-jsmath (from sphinx) Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl.metadata (1.4 kB) Collecting sphinxcontrib-htmlhelp>=2.0.0 (from sphinx) Downloading sphinxcontrib_htmlhelp-2.0.0-py2.py3-none-any.whl.metadata (1.6 kB) Collecting sphinxcontrib-serializinghtml>=1.1.5 (from sphinx) Downloading sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl.metadata (1.5 kB) Collecting sphinxcontrib-qthelp (from sphinx) Downloading sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl.metadata (1.4 kB) Collecting Jinja2>=3.0 (from sphinx) Downloading jinja2-3.1.5-py3-none-any.whl.metadata (2.6 kB) Collecting Pygments>=2.12 (from sphinx) Downloading pygments-2.17.2-py3-none-any.whl.metadata (2.6 kB) Collecting docutils<0.20,>=0.14 (from sphinx) Downloading docutils-0.19-py3-none-any.whl.metadata (2.7 kB) Collecting snowballstemmer>=2.0 (from sphinx) Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl.metadata (6.5 kB) Collecting babel>=2.9 (from sphinx) Downloading Babel-2.14.0-py3-none-any.whl.metadata (1.6 kB) Collecting alabaster<0.8,>=0.7 (from sphinx) Downloading alabaster-0.7.13-py3-none-any.whl.metadata (3.0 kB) Collecting imagesize>=1.3 (from sphinx) Downloading imagesize-1.4.1-py2.py3-none-any.whl.metadata (1.5 kB) Collecting requests>=2.5.0 (from sphinx) Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) Collecting packaging>=21.0 (from sphinx) Downloading packaging-24.0-py3-none-any.whl.metadata (3.2 kB) Collecting importlib-metadata>=4.8 (from sphinx) Downloading importlib_metadata-6.7.0-py3-none-any.whl.metadata (4.9 kB) Collecting pytz>=2015.7 (from babel>=2.9->sphinx) Downloading pytz-2024.2-py2.py3-none-any.whl.metadata (22 kB) Collecting zipp>=0.5 (from importlib-metadata>=4.8->sphinx) Downloading zipp-3.15.0-py3-none-any.whl.metadata (3.7 kB) Collecting typing-extensions>=3.6.4 (from importlib-metadata>=4.8->sphinx) Downloading typing_extensions-4.7.1-py3-none-any.whl.metadata (3.1 kB) Collecting MarkupSafe>=2.0 (from Jinja2>=3.0->sphinx) Downloading MarkupSafe-2.1.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB) Collecting charset-normalizer<4,>=2 (from requests>=2.5.0->sphinx) Downloading charset_normalizer-3.4.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (35 kB) Collecting idna<4,>=2.5 (from requests>=2.5.0->sphinx) Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) Collecting urllib3<3,>=1.21.1 (from requests>=2.5.0->sphinx) Downloading urllib3-2.0.7-py3-none-any.whl.metadata (6.6 kB) Collecting certifi>=2017.4.17 (from requests>=2.5.0->sphinx) Downloading certifi-2024.12.14-py3-none-any.whl.metadata (2.3 kB) Downloading sphinx-5.3.0-py3-none-any.whl (3.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 70.9 MB/s eta 0:00:00 Downloading alabaster-0.7.13-py3-none-any.whl (13 kB) Downloading Babel-2.14.0-py3-none-any.whl (11.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.0/11.0 MB 186.6 MB/s eta 0:00:00 Downloading docutils-0.19-py3-none-any.whl (570 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 570.5/570.5 kB 283.4 MB/s eta 0:00:00 Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB) Downloading importlib_metadata-6.7.0-py3-none-any.whl (22 kB) Downloading jinja2-3.1.5-py3-none-any.whl (134 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.6/134.6 kB 288.7 MB/s eta 0:00:00 Downloading packaging-24.0-py3-none-any.whl (53 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.5/53.5 kB 243.5 MB/s eta 0:00:00 Downloading pygments-2.17.2-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 318.4 MB/s eta 0:00:00 Downloading requests-2.31.0-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 254.8 MB/s eta 0:00:00 Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.0/93.0 kB 271.1 MB/s eta 0:00:00 Downloading sphinxcontrib_htmlhelp-2.0.0-py2.py3-none-any.whl (100 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.5/100.5 kB 249.5 MB/s eta 0:00:00 Downloading sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl (94 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.0/94.0 kB 267.8 MB/s eta 0:00:00 Downloading sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl (121 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.2/121.2 kB 286.3 MB/s eta 0:00:00 Downloading sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl (84 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.7/84.7 kB 261.5 MB/s eta 0:00:00 Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) Downloading sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl (90 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.6/90.6 kB 275.7 MB/s eta 0:00:00 Downloading certifi-2024.12.14-py3-none-any.whl (164 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 164.9/164.9 kB 293.6 MB/s eta 0:00:00 Downloading charset_normalizer-3.4.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (138 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 138.6/138.6 kB 294.2 MB/s eta 0:00:00 Downloading idna-3.10-py3-none-any.whl (70 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70.4/70.4 kB 262.5 MB/s eta 0:00:00 Downloading MarkupSafe-2.1.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) Downloading pytz-2024.2-py2.py3-none-any.whl (508 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 508.0/508.0 kB 246.5 MB/s eta 0:00:00 Downloading typing_extensions-4.7.1-py3-none-any.whl (33 kB) Downloading urllib3-2.0.7-py3-none-any.whl (124 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 124.2/124.2 kB 286.4 MB/s eta 0:00:00 Downloading zipp-3.15.0-py3-none-any.whl (6.8 kB) Installing collected packages: snowballstemmer, pytz, zipp, urllib3, typing-extensions, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, Pygments, packaging, MarkupSafe, imagesize, idna, docutils, charset-normalizer, certifi, babel, alabaster, requests, Jinja2, importlib-metadata, sphinx Successfully installed Jinja2-3.1.5 MarkupSafe-2.1.5 Pygments-2.17.2 alabaster-0.7.13 babel-2.14.0 certifi-2024.12.14 charset-normalizer-3.4.1 docutils-0.19 idna-3.10 imagesize-1.4.1 importlib-metadata-6.7.0 packaging-24.0 pytz-2024.2 requests-2.31.0 snowballstemmer-2.2.0 sphinx-5.3.0 sphinxcontrib-applehelp-1.0.2 sphinxcontrib-devhelp-1.0.2 sphinxcontrib-htmlhelp-2.0.0 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.3 sphinxcontrib-serializinghtml-1.1.5 typing-extensions-4.7.1 urllib3-2.0.7 zipp-3.15.0 [rtd-command-info] start-time: 2025-01-19T10:13:23.145355Z, end-time: 2025-01-19T10:13:32.208836Z, duration: 9, exit-code: 0 python -m pip install --exists-action=w --no-cache-dir -r requirements.txt Collecting Sphinx==4.0.2 (from -r requirements.txt (line 1)) Downloading Sphinx-4.0.2-py3-none-any.whl.metadata (7.9 kB) Collecting sphinx-hoverxref>=0.2b1 (from -r requirements.txt (line 2)) Downloading sphinx_hoverxref-1.4.2-py2.py3-none-any.whl.metadata (3.0 kB) Collecting sphinx-notfound-page>=0.4 (from -r requirements.txt (line 3)) Downloading sphinx_notfound_page-0.8.3-py2.py3-none-any.whl.metadata (2.7 kB) Collecting sphinx_rtd_theme==0.5.2 (from -r requirements.txt (line 4)) Downloading sphinx_rtd_theme-0.5.2-py2.py3-none-any.whl.metadata (3.6 kB) Collecting sphinxcontrib-httpdomain (from -r requirements.txt (line 5)) Downloading sphinxcontrib_httpdomain-1.8.1-py2.py3-none-any.whl.metadata (2.0 kB) Collecting sphinxext-opengraph (from -r requirements.txt (line 6)) Downloading sphinxext_opengraph-0.8.2-py3-none-any.whl.metadata (6.5 kB) Collecting sphinx_tabs (from -r requirements.txt (line 7)) Downloading sphinx_tabs-3.4.7-py3-none-any.whl.metadata (6.3 kB) Collecting sphinxemoji (from -r requirements.txt (line 8)) Downloading sphinxemoji-0.2.0.tar.gz (44 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.4/44.4 kB 4.1 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting sphinx_copybutton (from -r requirements.txt (line 9)) Downloading sphinx_copybutton-0.5.2-py3-none-any.whl.metadata (3.2 kB) Collecting readthedocs-sphinx-search (from -r requirements.txt (line 10)) Downloading readthedocs_sphinx_search-0.3.2-py3-none-any.whl.metadata (2.4 kB) Collecting sphinx-prompt (from -r requirements.txt (line 11)) Downloading sphinx_prompt-1.5.0-py3-none-any.whl.metadata (1.2 kB) Collecting sphinx_typo3_theme (from -r requirements.txt (line 13)) Downloading sphinx_typo3_theme-4.9.0-py2.py3-none-any.whl.metadata (13 kB) Collecting btd.sphinx.graphviz (from -r requirements.txt (line 14)) Downloading btd.sphinx.graphviz-2.3.1.post1-py3-none-any.whl.metadata (4.4 kB) Requirement already satisfied: Pygments in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (from -r requirements.txt (line 15)) (2.17.2) Collecting Jinja2<3.1 (from -r requirements.txt (line 16)) Downloading Jinja2-3.0.3-py3-none-any.whl.metadata (3.5 kB) Requirement already satisfied: sphinxcontrib-applehelp in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (from Sphinx==4.0.2->-r requirements.txt (line 1)) (1.0.2) Requirement already satisfied: sphinxcontrib-devhelp in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (from Sphinx==4.0.2->-r requirements.txt (line 1)) (1.0.2) Requirement already satisfied: sphinxcontrib-jsmath in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (from Sphinx==4.0.2->-r requirements.txt (line 1)) (1.0.1) Requirement already satisfied: sphinxcontrib-htmlhelp in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (from Sphinx==4.0.2->-r requirements.txt (line 1)) (2.0.0) Requirement already satisfied: sphinxcontrib-serializinghtml in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (from Sphinx==4.0.2->-r requirements.txt (line 1)) (1.1.5) Requirement already satisfied: sphinxcontrib-qthelp in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (from Sphinx==4.0.2->-r requirements.txt (line 1)) (1.0.3) Collecting docutils<0.18,>=0.14 (from Sphinx==4.0.2->-r requirements.txt (line 1)) Downloading docutils-0.17.1-py2.py3-none-any.whl.metadata (2.9 kB) Requirement already satisfied: snowballstemmer>=1.1 in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (from Sphinx==4.0.2->-r requirements.txt (line 1)) (2.2.0) Requirement already satisfied: babel>=1.3 in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (from Sphinx==4.0.2->-r requirements.txt (line 1)) (2.14.0) Requirement already satisfied: alabaster<0.8,>=0.7 in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (from Sphinx==4.0.2->-r requirements.txt (line 1)) (0.7.13) Requirement already satisfied: imagesize in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (from Sphinx==4.0.2->-r requirements.txt (line 1)) (1.4.1) Requirement already satisfied: requests>=2.5.0 in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (from Sphinx==4.0.2->-r requirements.txt (line 1)) (2.31.0) Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (from Sphinx==4.0.2->-r requirements.txt (line 1)) (68.0.0) Requirement already satisfied: packaging in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (from Sphinx==4.0.2->-r requirements.txt (line 1)) (24.0) Downloading docutils-0.16-py2.py3-none-any.whl.metadata (2.7 kB) INFO: pip is looking at multiple versions of sphinx-hoverxref to determine which version is compatible with other requirements. This could take a while. Collecting sphinx-hoverxref>=0.2b1 (from -r requirements.txt (line 2)) Downloading sphinx_hoverxref-1.4.1-py2.py3-none-any.whl.metadata (3.0 kB) Downloading sphinx_hoverxref-1.4.0-py2.py3-none-any.whl.metadata (3.1 kB) Downloading sphinx_hoverxref-1.3.0-py2.py3-none-any.whl.metadata (3.1 kB) Collecting sphinxcontrib-jquery (from sphinx-hoverxref>=0.2b1->-r requirements.txt (line 2)) Downloading sphinxcontrib_jquery-4.1-py2.py3-none-any.whl.metadata (2.6 kB) Collecting six (from sphinxcontrib-httpdomain->-r requirements.txt (line 5)) Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) Collecting matplotlib (from sphinxext-opengraph->-r requirements.txt (line 6)) Downloading matplotlib-3.5.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl.metadata (6.7 kB) Requirement already satisfied: MarkupSafe>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (from Jinja2<3.1->-r requirements.txt (line 16)) (2.1.5) Requirement already satisfied: pytz>=2015.7 in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (from babel>=1.3->Sphinx==4.0.2->-r requirements.txt (line 1)) (2024.2) Requirement already satisfied: charset-normalizer<4,>=2 in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (from requests>=2.5.0->Sphinx==4.0.2->-r requirements.txt (line 1)) (3.4.1) Requirement already satisfied: idna<4,>=2.5 in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (from requests>=2.5.0->Sphinx==4.0.2->-r requirements.txt (line 1)) (3.10) Requirement already satisfied: urllib3<3,>=1.21.1 in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (from requests>=2.5.0->Sphinx==4.0.2->-r requirements.txt (line 1)) (2.0.7) Requirement already satisfied: certifi>=2017.4.17 in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (from requests>=2.5.0->Sphinx==4.0.2->-r requirements.txt (line 1)) (2024.12.14) Collecting cycler>=0.10 (from matplotlib->sphinxext-opengraph->-r requirements.txt (line 6)) Downloading cycler-0.11.0-py3-none-any.whl.metadata (785 bytes) Collecting fonttools>=4.22.0 (from matplotlib->sphinxext-opengraph->-r requirements.txt (line 6)) Downloading fonttools-4.38.0-py3-none-any.whl.metadata (138 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 138.5/138.5 kB 14.6 MB/s eta 0:00:00 Collecting kiwisolver>=1.0.1 (from matplotlib->sphinxext-opengraph->-r requirements.txt (line 6)) Downloading kiwisolver-1.4.5-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl.metadata (6.4 kB) Collecting numpy>=1.17 (from matplotlib->sphinxext-opengraph->-r requirements.txt (line 6)) Downloading numpy-1.21.6-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata (2.1 kB) Collecting pillow>=6.2.0 (from matplotlib->sphinxext-opengraph->-r requirements.txt (line 6)) Downloading Pillow-9.5.0-cp37-cp37m-manylinux_2_28_x86_64.whl.metadata (9.5 kB) Collecting pyparsing>=2.2.1 (from matplotlib->sphinxext-opengraph->-r requirements.txt (line 6)) Downloading pyparsing-3.1.4-py3-none-any.whl.metadata (5.1 kB) Collecting python-dateutil>=2.7 (from matplotlib->sphinxext-opengraph->-r requirements.txt (line 6)) Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) Requirement already satisfied: typing-extensions in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (from kiwisolver>=1.0.1->matplotlib->sphinxext-opengraph->-r requirements.txt (line 6)) (4.7.1) Downloading Sphinx-4.0.2-py3-none-any.whl (2.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.9/2.9 MB 98.9 MB/s eta 0:00:00 Downloading sphinx_rtd_theme-0.5.2-py2.py3-none-any.whl (9.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.1/9.1 MB 194.8 MB/s eta 0:00:00 Downloading sphinx_hoverxref-1.3.0-py2.py3-none-any.whl (32 kB) Downloading sphinx_notfound_page-0.8.3-py2.py3-none-any.whl (8.5 kB) Downloading sphinxcontrib_httpdomain-1.8.1-py2.py3-none-any.whl (25 kB) Downloading sphinxext_opengraph-0.8.2-py3-none-any.whl (1.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 293.9 MB/s eta 0:00:00 Downloading sphinx_tabs-3.4.7-py3-none-any.whl (9.7 kB) Downloading sphinx_copybutton-0.5.2-py3-none-any.whl (13 kB) Downloading readthedocs_sphinx_search-0.3.2-py3-none-any.whl (21 kB) Downloading sphinx_prompt-1.5.0-py3-none-any.whl (4.5 kB) Downloading sphinx_typo3_theme-4.9.0-py2.py3-none-any.whl (2.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 225.3 MB/s eta 0:00:00 Downloading btd.sphinx.graphviz-2.3.1.post1-py3-none-any.whl (7.5 kB) Downloading Jinja2-3.0.3-py3-none-any.whl (133 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.6/133.6 kB 286.7 MB/s eta 0:00:00 Downloading docutils-0.16-py2.py3-none-any.whl (548 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 548.2/548.2 kB 307.4 MB/s eta 0:00:00 Downloading matplotlib-3.5.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (11.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.2/11.2 MB 178.3 MB/s eta 0:00:00 Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) Downloading sphinxcontrib_jquery-4.1-py2.py3-none-any.whl (121 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 274.4 MB/s eta 0:00:00 Downloading cycler-0.11.0-py3-none-any.whl (6.4 kB) Downloading fonttools-4.38.0-py3-none-any.whl (965 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 965.4/965.4 kB 320.2 MB/s eta 0:00:00 Downloading kiwisolver-1.4.5-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 331.2 MB/s eta 0:00:00 Downloading numpy-1.21.6-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (15.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.7/15.7 MB 175.4 MB/s eta 0:00:00 Downloading Pillow-9.5.0-cp37-cp37m-manylinux_2_28_x86_64.whl (3.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 122.3 MB/s eta 0:00:00 Downloading pyparsing-3.1.4-py3-none-any.whl (104 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.1/104.1 kB 277.1 MB/s eta 0:00:00 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 309.2 MB/s eta 0:00:00 Building wheels for collected packages: sphinxemoji Building wheel for sphinxemoji (setup.py): started Building wheel for sphinxemoji (setup.py): finished with status 'done' Created wheel for sphinxemoji: filename=sphinxemoji-0.2.0-py3-none-any.whl size=44408 sha256=61732cd1216c5a57ae4b7dce3e6b2c24d5038eec6c718c892713609366cb6eaa Stored in directory: /tmp/pip-ephem-wheel-cache-yyii472z/wheels/09/10/81/0438103576aeaea47d55fe341a8e89d7561afc4e414741bf87 Successfully built sphinxemoji Installing collected packages: sphinx_typo3_theme, six, readthedocs-sphinx-search, pyparsing, pillow, numpy, kiwisolver, Jinja2, fonttools, docutils, cycler, Sphinx, python-dateutil, sphinxemoji, sphinxcontrib-jquery, sphinxcontrib-httpdomain, sphinx_tabs, sphinx_rtd_theme, sphinx-prompt, sphinx-notfound-page, sphinx_copybutton, matplotlib, btd.sphinx.graphviz, sphinxext-opengraph, sphinx-hoverxref Attempting uninstall: Jinja2 Found existing installation: Jinja2 3.1.5 Uninstalling Jinja2-3.1.5: Successfully uninstalled Jinja2-3.1.5 Attempting uninstall: docutils Found existing installation: docutils 0.19 Uninstalling docutils-0.19: Successfully uninstalled docutils-0.19 Attempting uninstall: Sphinx Found existing installation: Sphinx 5.3.0 Uninstalling Sphinx-5.3.0: Successfully uninstalled Sphinx-5.3.0 Successfully installed Jinja2-3.0.3 Sphinx-4.0.2 btd.sphinx.graphviz-2.3.1.post1 cycler-0.11.0 docutils-0.16 fonttools-4.38.0 kiwisolver-1.4.5 matplotlib-3.5.3 numpy-1.21.6 pillow-9.5.0 pyparsing-3.1.4 python-dateutil-2.9.0.post0 readthedocs-sphinx-search-0.3.2 six-1.17.0 sphinx-hoverxref-1.3.0 sphinx-notfound-page-0.8.3 sphinx-prompt-1.5.0 sphinx_copybutton-0.5.2 sphinx_rtd_theme-0.5.2 sphinx_tabs-3.4.7 sphinx_typo3_theme-4.9.0 sphinxcontrib-httpdomain-1.8.1 sphinxcontrib-jquery-4.1 sphinxemoji-0.2.0 sphinxext-opengraph-0.8.2 [rtd-command-info] start-time: 2025-01-19T10:13:32.372304Z, end-time: 2025-01-19T10:13:32.425480Z, duration: 0, exit-code: 0 cat conf.py ## setup -> pip3 install -r requirements.txt # -*- coding: utf-8 -*- # # Audalaxy Documentation build configuration file, created by # sphinx-quickstart on Mon Jul 31 15:43:58 2017. # # This file is execfile()d with the current directory set to its # containing dir. # # Note that not all possible configuration values are present in this # autogenerated file. # # All configuration values have a default; values that are commented out # serve to show the default. # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. # import os #import sys #sys.path.insert(0, os.path.abspath('.')) import sys from datetime import datetime from os import path # -- General configuration ------------------------------------------------ # If your documentation needs a minimal Sphinx version, state it here. # # needs_sphinx = '1.0' # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] # The suffix(es) of source filenames. # You can specify multiple suffix as a list of string: # # source_suffix = ['.rst', '.md'] source_suffix = '.rst' # The master toctree document. master_doc = 'index' # General information about the project. project = u'Audalaxy Platform Documentation' author = u'Audalaxy Team' copyright = '2019-' + str(datetime.now().year) + ', ' + author import re # The full version, including alpha/beta/rc tags. release = re.sub('^v', '', os.popen('git describe').read().strip()) # The short X.Y version. version = release # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. #version = u'1.0.0' # The full version, including alpha/beta/rc tags. #release = u'1.0.0' # The short X.Y version. #try: # import docs # version = '.'.join(map(str, docs.version_info[:2])) # release = docs.__version__ #except ImportError: # version = '0.0.1' # release = '0.0.1' # 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 patterns also effect to html_static_path and html_extra_path exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] exclude_trees = ['.build'] # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx' # If true, `todo` and `todoList` produce output, else they produce nothing. todo_include_todos = False # -- Options for HTML output ---------------------------------------------- # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # import sphinx_rtd_theme from sphinx.locale import _ #html_theme = 'alabaster' #html_theme = 'sphinx_rtd_theme' #html_theme_path = ["themes"] #html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the # documentation. # # html_theme_options = {} # 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_last_updated_fmt = '%b %d, %Y' html_show_sphinx = True html_theme = 'sphinx_rtd_theme' html_baseurl = 'https://docs.audalaxy.com/projects/platform/en/stable/' html_theme_options = { 'logo_only': True, 'navigation_depth': 5, } html_logo = '_static/img/20250118_Audalaxy_logo_weiss.png' html_context = {} if not 'READTHEDOCS' in os.environ: html_static_path = ['_static/'] html_js_files = ['debug.js'] # Add fake versions for local QA of the menu html_context['test_versions'] = list(map( lambda x: str(x / 10), range(1, 100) )) # html_logo = "demo/static/logo-wordmark-light.svg" html_show_sourcelink = False # Custom sidebar templates, must be a dictionary that maps document names # to template names. # # This is required for the alabaster theme # refs: http://alabaster.readthedocs.io/en/latest/installation.html#sidebars #html_sidebars = { # '**': [ # 'about.html', # 'navigation.html', # 'relations.html', # needs 'show_related': True theme option to display # 'searchbox.html', # 'donate.html', # ] #} # 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.githubpages'] extensions = [ 'hoverxref.extension', 'notfound.extension', 'sphinx.ext.coverage', 'sphinx.ext.intersphinx', 'sphinx.ext.autosectionlabel', 'sphinx.ext.autodoc', 'sphinx.ext.mathjax', 'sphinx.ext.viewcode', 'sphinxcontrib.httpdomain', 'sphinx_rtd_theme', 'sphinxext.opengraph', 'sphinx_tabs.tabs', 'sphinxemoji.sphinxemoji', 'sphinx_search.extension', 'sphinx-prompt', 'sphinx_copybutton', 'sphinx_typo3_theme', 'sphinx.ext.graphviz' ] # -- GraphViz configuration ---------------------------------- #graphviz_output_format = 'svg' autosectionlabel_prefix_document = True #html_theme = 'sphinx_typo3_theme' #html_theme_options = { # # Banner # 'logo' : '', # 'logo_alt' : '', # 'logo_title' : '', # 'logo_url' : '', # # # Clear deprecated variables to make the "Edit On Github" button work # 'github_branch' : '', # 'github_commit_hash' : '', # 'github_repository' : '', # 'github_revision_msg' : '', # 'github_sphinx_locale': '', # # # Footer # #'docstypo3org' : 'True', # 'project_repository' : '', # # # How-to-edit # 'h2edit_url' : '' #} # -- Options for HTMLHelp output ------------------------------------------ # Output file base name for HTML help builder. htmlhelp_basename = 'AudalaxyDoc' # -- Options for LaTeX output --------------------------------------------- latex_elements = { # The paper size ('letterpaper' or 'a4paper'). # # 'papersize': 'letterpaper', # The font size ('10pt', '11pt' or '12pt'). # # 'pointsize': '10pt', # Additional stuff for the LaTeX preamble. # # 'preamble': '', # Latex figure (float) alignment # # 'figure_align': 'htbp', } # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ (master_doc, 'audalaxy.tex', u'Audalaxy Platform Documentation', u'Audalaxy', 'manual'), ] # -- Options for manual page output --------------------------------------- # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ (master_doc, 'audalaxy', u'Audalaxy Platform Documentation', [author], 1) ] # -- Options for Texinfo output ------------------------------------------- # Grouping the document tree into Texinfo files. List of tuples # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ (master_doc, 'audalaxy', u'Audalaxy Platform Documentation', author, 'Audalaxy Team', 'If it isn’t documented, it doesn’t exist.', 'Miscellaneous'), ] # Options for the InterSphinx extension # ------------------------------------- intersphinx_mapping = { 'attrs': ('https://www.attrs.org/en/stable/', None), 'coverage': ('https://coverage.readthedocs.io/en/stable', None), 'cssselect': ('https://cssselect.readthedocs.io/en/latest', None), 'itemloaders': ('https://itemloaders.readthedocs.io/en/latest/', None), 'pytest': ('https://docs.pytest.org/en/latest', None), 'python': ('https://docs.python.org/3', None), 'sphinx': ('https://www.sphinx-doc.org/en/master', None), 'tox': ('https://tox.readthedocs.io/en/latest', None), 'audalaxy-operation-manual': ('https://docs.audalaxy.com/projects/operation-manual/de/stable/', None), 'audalaxy-platform-documentation': ('https://docs.audalaxy.com/projects/platform/en/stable/', None), 'audalaxy-doc-overview': ('https://docs.audalaxy.com/en/latest/', None), } # Options for sphinx-hoverxref options # Disabled @readthedocs.com with own domain # ------------------------------------ hoverxref_auto_ref = True hoverxref_role_types = { "class": "tooltip", "confval": "tooltip", "hoverxref": "tooltip", "mod": "tooltip", "ref": "tooltip", } hoverxref_roles = ['command', 'reqmeta', 'setting', 'signal'] hoverxref_api_host = 'https://docs.audalaxy.com/_' # https://readthedocs.org # Options for sphinxext-opengraph options # ------------------------------------ ogp_site_url = "https://docs.audalaxy.com/projects/platform/en/stable/" ogp_image = "https://docs.audalaxy.com/projects/platform/en/stable/_static/img/audalaxy-icon-500x500-documentation.png" ogp_description_length = 300 ogp_type = "article" # Extensions to theme docs def setup(app): from sphinx.domains.python import PyField from sphinx.util.docfields import Field app.add_object_type( 'confval', 'confval', objname='configuration value', indextemplate='pair: %s; configuration value', doc_field_types=[ PyField( 'type', label=_('Type'), has_arg=False, names=('type',), bodyrolename='class' ), Field( 'default', label=_('Default'), has_arg=False, names=('default',), ), ] ) suppress_warnings = ['epub.unknown_project_files'] [rtd-command-info] start-time: 2025-01-19T10:13:32.494857Z, end-time: 2025-01-19T10:13:39.997050Z, duration: 7, exit-code: 0 python -m sphinx -T -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html Running Sphinx v4.0.2 fatal: No names found, cannot describe anything. loading translations [en]... done making output directory... done loading intersphinx inventory from https://www.attrs.org/en/stable/objects.inv... loading intersphinx inventory from https://coverage.readthedocs.io/en/stable/objects.inv... loading intersphinx inventory from https://cssselect.readthedocs.io/en/latest/objects.inv... loading intersphinx inventory from https://itemloaders.readthedocs.io/en/latest/objects.inv... loading intersphinx inventory from https://docs.pytest.org/en/latest/objects.inv... loading intersphinx inventory from https://docs.python.org/3/objects.inv... loading intersphinx inventory from https://www.sphinx-doc.org/en/master/objects.inv... loading intersphinx inventory from https://tox.readthedocs.io/en/latest/objects.inv... loading intersphinx inventory from https://docs.audalaxy.com/projects/operation-manual/de/stable/objects.inv... loading intersphinx inventory from https://docs.audalaxy.com/projects/platform/en/stable/objects.inv... loading intersphinx inventory from https://docs.audalaxy.com/en/latest/objects.inv... WARNING: failed to reach any of the inventories with the following issues: intersphinx inventory 'https://coverage.readthedocs.io/en/stable/objects.inv' not fetchable due to : 404 Client Error: Not Found for url: https://coverage.readthedocs.io/en/stable/objects.inv intersphinx inventory has moved: https://tox.readthedocs.io/en/latest/objects.inv -> https://tox.wiki/en/latest/objects.inv building [mo]: targets for 0 po files that are out of date building [html]: targets for 57 source files that are out of date updating environment: [new config] 57 added, 0 changed, 0 removed reading sources... [ 1%] cloud-operators/advancedsettings reading sources... [ 3%] cloud-operators/autoswitch reading sources... [ 5%] cloud-operators/glitches reading sources... [ 7%] cloud-operators/index reading sources... [ 8%] cloud-operators/logimport_logimporter reading sources... [ 10%] cloud-operators/metaport reading sources... [ 12%] cloud-operators/metaspreader-conf reading sources... [ 14%] cloud-operators/musicmaster reading sources... [ 15%] developers/audalaxyapi reading sources... [ 17%] developers/audiobutler reading sources... [ 19%] developers/index reading sources... [ 21%] developers/listenerids reading sources... [ 22%] developers/metadata reading sources... [ 24%] developers/metaport reading sources... [ 26%] developers/playerservices reading sources... [ 28%] developers/tcf reading sources... [ 29%] developers/vast4 reading sources... [ 31%] index reading sources... [ 33%] introduction/index reading sources... [ 35%] introduction/supported-features reading sources... [ 36%] introduction/upgrades reading sources... [ 38%] introduction/what-is-audalaxy reading sources... [ 40%] topics/adflow reading sources... [ 42%] topics/advisor reading sources... [ 43%] topics/api reading sources... [ 45%] topics/audiobutler reading sources... [ 47%] topics/audiocache reading sources... [ 49%] topics/audiolibrary reading sources... [ 50%] topics/audioport reading sources... [ 52%] topics/audiostreamer reading sources... [ 54%] topics/audiotools reading sources... [ 56%] topics/authentication reading sources... [ 57%] topics/cloudconnect reading sources... [ 59%] topics/dataanalytics reading sources... [ 61%] topics/dynamicscheduling reading sources... [ 63%] topics/externalschedulingtools reading sources... [ 64%] topics/health reading sources... [ 66%] topics/logimporter reading sources... [ 68%] topics/logprocessing reading sources... [ 70%] topics/metaflow reading sources... [ 71%] topics/metaport reading sources... [ 73%] topics/metaspreader reading sources... [ 75%] topics/notificationservice reading sources... [ 77%] topics/playerservices reading sources... [ 78%] topics/playout reading sources... [ 80%] topics/playoutflow reading sources... [ 82%] topics/selfserviceconsole reading sources... [ 84%] topics/sequenceeditor reading sources... [ 85%] topics/skiponradio reading sources... [ 87%] topics/soundprocessing reading sources... [ 89%] topics/spotcontrol reading sources... [ 91%] topics/streamcontrol reading sources... [ 92%] topics/streamrecorder reading sources... [ 94%] topics/streamroute reading sources... [ 96%] topics/streamwatch reading sources... [ 98%] topics/timeshift reading sources... [100%] topics/transcoding /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/checkouts/stable/developers/listenerids.rst:118: WARNING: Malformed table. Text in column margin in table line 5. ============== =========================== =============== ID Provider Homepage ============== =========================== =============== adswizz AdsWizz https://www.adswizz.com qc Audalaxy https://audalaxy.com qy Quantyoo https://quantyoo.de ============== =========================== =============== /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/checkouts/stable/topics/metaflow.rst:: WARNING: image file not readable: topics/img/audalaxy-metaflow.png looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 1%] cloud-operators/advancedsettings writing output... [ 3%] cloud-operators/autoswitch writing output... [ 5%] cloud-operators/glitches writing output... [ 7%] cloud-operators/index writing output... [ 8%] cloud-operators/logimport_logimporter writing output... [ 10%] cloud-operators/metaport writing output... [ 12%] cloud-operators/metaspreader-conf writing output... [ 14%] cloud-operators/musicmaster writing output... [ 15%] developers/audalaxyapi writing output... [ 17%] developers/audiobutler writing output... [ 19%] developers/index writing output... [ 21%] developers/listenerids writing output... [ 22%] developers/metadata writing output... [ 24%] developers/metaport writing output... [ 26%] developers/playerservices writing output... [ 28%] developers/tcf writing output... [ 29%] developers/vast4 writing output... [ 31%] index Ignoring reference in hoverxref_ignore_refs. target=genindex writing output... [ 33%] introduction/index writing output... [ 35%] introduction/supported-features writing output... [ 36%] introduction/upgrades writing output... [ 38%] introduction/what-is-audalaxy writing output... [ 40%] topics/adflow writing output... [ 42%] topics/advisor writing output... [ 43%] topics/api writing output... [ 45%] topics/audiobutler writing output... [ 47%] topics/audiocache writing output... [ 49%] topics/audiolibrary writing output... [ 50%] topics/audioport writing output... [ 52%] topics/audiostreamer writing output... [ 54%] topics/audiotools writing output... [ 56%] topics/authentication writing output... [ 57%] topics/cloudconnect writing output... [ 59%] topics/dataanalytics writing output... [ 61%] topics/dynamicscheduling writing output... [ 63%] topics/externalschedulingtools writing output... [ 64%] topics/health writing output... [ 66%] topics/logimporter writing output... [ 68%] topics/logprocessing writing output... [ 70%] topics/metaflow writing output... [ 71%] topics/metaport writing output... [ 73%] topics/metaspreader writing output... [ 75%] topics/notificationservice writing output... [ 77%] topics/playerservices writing output... [ 78%] topics/playout writing output... [ 80%] topics/playoutflow writing output... [ 82%] topics/selfserviceconsole writing output... [ 84%] topics/sequenceeditor writing output... [ 85%] topics/skiponradio writing output... [ 87%] topics/soundprocessing writing output... [ 89%] topics/spotcontrol writing output... [ 91%] topics/streamcontrol writing output... [ 92%] topics/streamrecorder writing output... [ 94%] topics/streamroute writing output... [ 96%] topics/streamwatch writing output... [ 98%] topics/timeshift writing output... [100%] topics/transcoding generating indices... genindex http-routingtable done writing additional pages... search done copying images... [ 12%] cloud-operators/img/fallback_workflow.png copying images... [ 25%] cloud-operators/img/new_audio_source.png copying images... [ 37%] cloud-operators/img/transcoding.png copying images... [ 50%] cloud-operators/img/advanced_settings_fallback.png copying images... [ 62%] cloud-operators/img/Musicmaster_scheduling_workflow.png copying images... [ 75%] cloud-operators/img/Troubleshooting_Mixing_Protocol.png copying images... [ 87%] introduction/img/intro_audiocloudservices.png copying images... [100%] topics/img/intro_dashboard.png copying static files... done copying extra files... done dumping search index in English (code: en)... done dumping object inventory... done build succeeded, 3 warnings. The HTML pages are in _readthedocs/html. [rtd-command-info] start-time: 2025-01-19T10:13:40.065090Z, end-time: 2025-01-19T10:13:41.785807Z, duration: 1, exit-code: 0 python -m sphinx -T -b latex -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/pdf Running Sphinx v4.0.2 fatal: No names found, cannot describe anything. loading translations [en]... done making output directory... done loading pickled environment... done loading intersphinx inventory from https://coverage.readthedocs.io/en/stable/objects.inv... WARNING: failed to reach any of the inventories with the following issues: intersphinx inventory 'https://coverage.readthedocs.io/en/stable/objects.inv' not fetchable due to : 404 Client Error: Not Found for url: https://coverage.readthedocs.io/en/stable/objects.inv building [mo]: targets for 0 po files that are out of date building [latex]: all documents updating environment: 0 added, 1 changed, 0 removed reading sources... [100%] topics/metaflow looking for now-outdated files... /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/checkouts/stable/topics/metaflow.rst:: WARNING: image file not readable: topics/img/audalaxy-metaflow.png none found pickling environment... done checking consistency... done processing audalaxy.tex... index introduction/what-is-audalaxy topics/selfserviceconsole topics/spotcontrol topics/streamcontrol topics/notificationservice topics/streamrecorder topics/audiostreamer topics/metaflow topics/adflow topics/playoutflow topics/audioport topics/transcoding topics/playout topics/audiolibrary topics/audiotools topics/soundprocessing topics/audiocache topics/audiobutler topics/dynamicscheduling topics/sequenceeditor topics/externalschedulingtools topics/skiponradio topics/timeshift topics/playerservices topics/streamroute topics/authentication topics/metaspreader topics/metaport topics/cloudconnect topics/logimporter topics/logprocessing topics/dataanalytics topics/api topics/streamwatch topics/advisor topics/health developers/index developers/listenerids developers/metadata developers/metaport developers/playerservices developers/tcf cloud-operators/index cloud-operators/advancedsettings cloud-operators/autoswitch cloud-operators/glitches cloud-operators/logimport_logimporter cloud-operators/metaport cloud-operators/metaspreader-conf cloud-operators/musicmaster resolving references... done writing... done copying images... [ 12%] introduction/img/intro_audiocloudservices.png copying images... [ 25%] topics/img/intro_dashboard.png copying images... [ 37%] cloud-operators/img/fallback_workflow.png copying images... [ 50%] cloud-operators/img/new_audio_source.png copying images... [ 62%] cloud-operators/img/transcoding.png copying images... [ 75%] cloud-operators/img/advanced_settings_fallback.png copying images... [ 87%] cloud-operators/img/Musicmaster_scheduling_workflow.png copying images... [100%] cloud-operators/img/Troubleshooting_Mixing_Protocol.png copying TeX support files... copying TeX support files... done build succeeded, 2 warnings. The LaTeX files are in _readthedocs/pdf. Run 'make' in that directory to run these through (pdf)latex (use `make latexpdf' here to do that automatically). [rtd-command-info] start-time: 2025-01-19T10:13:42.623124Z, end-time: 2025-01-19T10:13:42.674733Z, 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: 2025-01-19T10:13:42.739856Z, end-time: 2025-01-19T10:13:47.986955Z, duration: 5, exit-code: 0 latexmk -r latexmkrc -pdf -f -dvi- -ps- -jobname=quantumcast-public-platform-documentation -interaction=nonstopmode Use of uninitialized value in concatenation (.) or string at (eval 10) line 1. Use of uninitialized value in concatenation (.) or string at (eval 10) line 2. Use of uninitialized value in concatenation (.) or string at (eval 10) line 3. Use of uninitialized value in concatenation (.) or string at (eval 10) line 4. Subroutine makeglo redefined at (eval 11) line 7. Use of uninitialized value in concatenation (.) or string at (eval 11) line 1. Use of uninitialized value in concatenation (.) or string at (eval 11) line 2. Use of uninitialized value in concatenation (.) or string at (eval 11) line 3. Use of uninitialized value in concatenation (.) or string at (eval 11) line 4. Rc files read: /etc/LatexMk latexmkrc latexmkrc Latexmk: This is Latexmk, John Collins, 20 November 2021, version: 4.76. Rule 'pdflatex': File changes, etc: Changed files, or newly in use since previous run(s): 'audalaxy.tex' ------------ Run number 1 of rule 'pdflatex' ------------ ------------ Running 'pdflatex -interaction=nonstopmode -recorder --jobname="quantumcast-public-platform-documentation" "audalaxy.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 (./audalaxy.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) (./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 quantumcast-public-platform-documentation.idx (/usr/share/texmf/tex/latex/tex-gyre/t1qtm.fd) (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def) (./quantumcast-public-platform-documentation.aux) (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty)) (/usr/share/texmf/tex/latex/tex-gyre/t1qhv.fd)<><><><> (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1{/var/lib/texmf/fo nts/map/pdftex/updmap/pdftex.map}] [2] [1] [2] [1] [2] Chapter 1. (/usr/share/texlive/texmf-dist/tex/latex/txfonts/t1txtt.fd) [3 <./intro_audiocl oudservices.png>] [4] Chapter 2. (/usr/share/texmf/tex/latex/tex-gyre/ts1qtm.fd) [5] [6] Chapter 3. [7] [8 <./intro_dashboard.png>] Chapter 4. [9] [10] Chapter 5. [11] [12] Chapter 6. [13] [14] Chapter 7. [15] [16] Chapter 8. LaTeX Warning: File `{topics/img/audalaxy-metaflow}.png' not found on input lin e 2. LaTeX Warning: File `{topics/img/audalaxy-metaflow}.png' not found on input lin e 2. ! Package pdftex.def Error: File `topics/img/audalaxy-metaflow.png' not found: using draft setting. See the pdftex.def package documentation for explanation. Type H for immediate help. ... l.478 ...hics{{topics/img/audalaxy-metaflow}.png}} LaTeX Warning: Hyper reference `topics/audioport:audioport' on page 17 undefine d on input line 485. LaTeX Warning: Hyper reference `topics/metaport:metaport' on page 17 undefined on input line 489. LaTeX Warning: Hyper reference `topics/playerservices:playerservices' on page 1 7 undefined on input line 498. LaTeX Warning: Hyper reference `topics/metaport:metaport' on page 17 undefined on input line 507. LaTeX Warning: Hyper reference `topics/metaspreader:metaspreader' on page 17 un defined on input line 516. LaTeX Warning: Hyper reference `developers/metadata:devmetadata' on page 17 und efined on input line 526. LaTeX Warning: Hyper reference `developers/metaport:devmetaport' on page 17 und efined on input line 530. LaTeX Warning: Hyper reference `cloud-operators/metaspreader-conf:metaspreader- co' on page 17 undefined on input line 534. [17] [18] Chapter 9. [19] [20] Chapter 10. [21] [22] Chapter 11. [23] [24] Chapter 12. [25] [26] Chapter 13. [27] [28] Chapter 14. [29] [30] Chapter 15. [31] [32] Chapter 16. [33] [34] Chapter 17. [35] [36] Chapter 18. [37] [38] Chapter 19. [39] [40] Chapter 20. [41] [42] Chapter 21. [43] [44] Chapter 22. [45] [46] Chapter 23. [47] [48] Chapter 24. LaTeX Warning: Hyper reference `developers/playerservices:devplayerservices' on page 49 undefined on input line 1269. LaTeX Warning: Hyper reference `developers/metadata:devmetadata' on page 49 und efined on input line 1273. LaTeX Warning: Hyper reference `topics/metaflow:metaflow' on page 49 undefined on input line 1277. [49] [50] Chapter 25. [51] LaTeX Warning: Hyper reference `developers/listenerids:listeneridscontainer' on page 52 undefined on input line 1456. LaTeX Warning: Hyper reference `topics/streamroute:streamurl-scheme' on page 52 undefined on input line 1484. Underfull \hbox (badness 10000) in paragraph at lines 1501--1504 []\T1/txtt/m/n/10 https://domain/programkey/format/aggregator/listenerid/$[]$\T 1/qtm/m/it/10 lay.m3u\T1/txtt/m/n/10 ? [52] Underfull \hbox (badness 10000) in paragraph at lines 1521--1524 []\T1/txtt/m/n/10 https://domain/programkey/format/aggregator/listenerid/$[]$\T 1/qtm/m/it/10 lay.pls\T1/txtt/m/n/10 ? Underfull \hbox (badness 10000) in paragraph at lines 1541--1544 []\T1/txtt/m/n/10 https://domain/programkey/format/aggregator/listenerid/$[]$\T 1/qtm/m/it/10 lay.m3u8\T1/txtt/m/n/10 ? LaTeX Warning: Hyper reference `developers/tcf:tcfconsent' on page 53 undefined on input line 1579. [53] [54] Chapter 26. [55] [56] Chapter 27. LaTeX Warning: Hyper reference `cloud-operators/metaspreader-conf:metaspreader- co' on page 57 undefined on input line 1655. LaTeX Warning: Hyper reference `developers/metadata:devmetadata' on page 57 und efined on input line 1659. LaTeX Warning: Hyper reference `developers/metaport:devmetaport' on page 57 und efined on input line 1663. LaTeX Warning: Hyper reference `topics/metaflow:metaflow' on page 57 undefined on input line 1667. [57] [58] Chapter 28. LaTeX Warning: Hyper reference `developers/metaport:devmetaport' on page 59 und efined on input line 1703. LaTeX Warning: Hyper reference `developers/metadata:devmetadata' on page 59 und efined on input line 1707. LaTeX Warning: Hyper reference `cloud-operators/metaspreader-conf:metaspreader- co' on page 59 undefined on input line 1711. LaTeX Warning: Hyper reference `topics/metaflow:metaflow' on page 59 undefined on input line 1715. LaTeX Warning: Hyper reference `cloud-operators/metaport:cloudops-delaymetada' on page 59 undefined on input line 1719. [59] [60] Chapter 29. [61] [62] Chapter 30. LaTeX Warning: Hyper reference `cloud-operators/logimport_logimporter:logimport -logimporter' on page 63 undefined on input line 1825. [63] [64] Chapter 31. [65] [66] Chapter 32. [67] [68] Chapter 33. [69] [70] Chapter 34. [71] [72] Chapter 35. [73] [74] Chapter 36. [75] [76] Chapter 37. LaTeX Warning: Hyper reference `topics/playerservices:playerservices' on page 7 7 undefined on input line 2062. [77] LaTeX Warning: Hyper reference `developers/listenerids:listener-identifier-ids' on page 78 undefined on input line 2108. LaTeX Warning: Hyper reference `topics/streamroute:partsofaudiostreamrequest' o n page 78 undefined on input line 2111. LaTeX Warning: Hyper reference `topics/streamroute:streamroute' on page 78 unde fined on input line 2140. Overfull \hbox (762.7415pt too wide) in paragraph at lines 2152--2152 []|\T1/txtt/m/n/10 idsv1=W3sicWMiOiI0ZThkNmQwNTEyOWI4ZDFjNmU2MTZiY2ZlYWIyYjlmMi J9LHsiYWRzd2l6eiI6ICJFNDUzNTk1Mi02QkVGLTQxMjItOUNGMS1DQzFBOTUwQ0VCQzMifSx7InF1Y W50eW9vIjogInh1bDhPbmdCSXMwOS1nOUptZmIyIn0seyJwbGF0Zm9ybWtleSI6ICJhcHAtbGlmZXJh ZGlvLWF0In1d| LaTeX Warning: Hyper reference `topics/metaflow:metaflow' on page 78 undefined on input line 2166. LaTeX Warning: Hyper reference `topics/metaspreader:metaspreader' on page 78 un defined on input line 2166. Overfull \vbox (0.75447pt too high) detected at line 2185 [78] [79] LaTeX Warning: Hyper reference `cloud-operators/metaspreader-conf:metaspreader- co' on page 80 undefined on input line 2507. LaTeX Warning: Hyper reference `developers/metaport:devmetaport' on page 80 und efined on input line 2511. LaTeX Warning: Hyper reference `topics/metaflow:metaflow' on page 80 undefined on input line 2515. LaTeX Warning: Hyper reference `topics/metaflow:metaflow' on page 80 undefined on input line 2526. LaTeX Warning: Hyper reference `topics/metaflow:metaflow' on page 80 undefined on input line 2529. LaTeX Warning: Hyper reference `topics/metaport:metaport' on page 80 undefined on input line 2529. [80] LaTeX Warning: Hyper reference `topics/selfserviceconsole:selfserviceconsole' o n page 81 undefined on input line 2539. LaTeX Warning: Hyper reference `topics/selfserviceconsole:selfserviceconsole' o n page 81 undefined on input line 2739. [81] [82] [83] LaTeX Warning: Hyper reference `developers/metadata:devmetadata' on page 84 und efined on input line 2987. LaTeX Warning: Hyper reference `cloud-operators/metaspreader-conf:metaspreader- co' on page 84 undefined on input line 2991. LaTeX Warning: Hyper reference `topics/metaflow:metaflow' on page 84 undefined on input line 2995. Underfull \hbox (badness 10000) in paragraph at lines 3018--3023 \T1/txtt/m/n/10 /api.streamabc.net/metadata/channel/{channelkey}.txt \T1/qtm/m/ n/10 (Chan-nel TXT Polling) \T1/txtt/m/n/10 https://api. [84] LaTeX Warning: Hyper reference `developers/metadata:devmetadata' on page 85 und efined on input line 3086. LaTeX Warning: Hyper reference `topics/playerservices:playerservices' on page 8 5 undefined on input line 3090. LaTeX Warning: Hyper reference `topics/metaflow:metaflow' on page 85 undefined on input line 3094. LaTeX Warning: Hyper reference `developers/listenerids:listenerids' on page 85 undefined on input line 3098. [85] [86] LaTeX Warning: Hyper reference `topics/streamroute:streamroute' on page 87 unde fined on input line 3235. Overfull \hbox (11.99368pt too wide) in paragraph at lines 3247--3247 []\T1/txtt/m/n/10 8NyYeH7BoGP2MwvBX4JiQKGRgksjKBAQdtHGhcSQgBgIhViTKMYk2MjzNKJLJ AilsbO0NYCD9mnsHT3ZCY70- Overfull \hbox (101.24342pt too wide) in paragraph at lines 3247--3247 []\T1/txtt/m/n/10 7zlvT9hnDC8ZZ94bkw8P2DQMfsZheCvwTEgUMjBJZGUCAg7aONC4khADARCrE mUYxJsZHmaUSWSBFLY2doawEH7NPYOnuyEx3p9fd_ LaTeX Warning: Hyper reference `topics/audiostreamer:audiostreamer' on page 87 undefined on input line 3257. LaTeX Warning: Hyper reference `topics/streamroute:streamroute' on page 87 unde fined on input line 3257. Overfull \hbox (11.99368pt too wide) in paragraph at lines 3263--3263 []\T1/txtt/m/n/10 8NyYeH7BoGP2MwvBX4JiQKGRgksjKBAQdtHGhcSQgBgIhViTKMYk2MjzNKJLJ AilsbO0NYCD9mnsHT3ZCY70- Overfull \hbox (101.24342pt too wide) in paragraph at lines 3263--3263 []\T1/txtt/m/n/10 7zlvT9hnDC8ZZ94bkw8P2DQMfsZheCvwTEgUMjBJZGUCAg7aONC4khADARCrE mUYxJsZHmaUSWSBFLY2doawEH7NPYOnuyEx3p9fd_ LaTeX Warning: Hyper reference `topics/audiostreamer:audiostreamer' on page 87 undefined on input line 3273. LaTeX Warning: Hyper reference `topics/streamroute:streamroute' on page 87 unde fined on input line 3273. [87] [88] Chapter 38. [89] [90] [91] [92 <./fallback_workflow.png>] [93 <./new_audio_source.png> <./t ranscoding.png> <./advanced_settings_fallback.png>] [94] [95] LaTeX Warning: Hyper reference `cloud-operators/logimport_logimporter:healthche ck' on page 96 undefined on input line 3763. [96] [97] [98] LaTeX Warning: Hyper reference `cloud-operators/logimport_logimporter:inputplug in' on page 99 undefined on input line 3994. [99] LaTeX Warning: Hyper reference `developers/metadata:devmetadata' on page 100 un defined on input line 4078. [100] [101] [102] LaTeX Warning: Hyper reference `developers/metadata:devmetadata' on page 103 un defined on input line 4251. LaTeX Warning: Hyper reference `developers/metaport:devmetaport' on page 103 un defined on input line 4255. LaTeX Warning: Hyper reference `topics/metaflow:metaflow' on page 103 undefined on input line 4259. [103] [104 <./Musicmaster_scheduling_workflow.png>] [105] [106] Underfull \vbox (badness 10000) detected at line 4616 Underfull \vbox (badness 10000) detected at line 4616 [107] [108] [109 <./Troubleshooting_Mixing_Protocol.png>] [110] Chapter 39. [111] [112] LaTeX Warning: Reference `developers/playerservices:get-https---api.streamabc.n et-metadata-channel-(string-channelkey).json' on page 113 undefined on input li ne 4762. Overfull \hbox (145.37141pt too wide) in paragraph at lines 4762--4763 []\T1/txtt/m/n/10 GET https://api.streamabc.net/metadata/channel/(string:channe lkey).json\T1/qtm/m/n/10 , LaTeX Warning: Reference `developers/metaport:get-https---metadata.streamabc.ne t-metapush-(string-channelkey)-(string-token)' on page 113 undefined on input l ine 4763. Overfull \hbox (182.1213pt too wide) in paragraph at lines 4763--4764 []\T1/txtt/m/n/10 GET https://metadata.streamabc.net/metapush/(string:channelke y)/(string:token)\T1/qtm/m/n/10 , LaTeX Warning: Reference `developers/metaport:post-https---metadata.streamabc.n et-metapush-(string-channelkey)-(string-token)' on page 113 undefined on input line 4764. Overfull \hbox (187.37129pt too wide) in paragraph at lines 4764--4765 []\T1/txtt/m/n/10 POST https://metadata.streamabc.net/metapush/(string:channelk ey)/(string:token)\T1/qtm/m/n/10 , [113] No file quantumcast-public-platform-documentation.ind. (./quantumcast-public-platform-documentation.aux) LaTeX Warning: There were undefined references. LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right. Package rerunfilecheck Warning: File `quantumcast-public-platform-documentation .out' has changed. (rerunfilecheck) Rerun to get outlines right (rerunfilecheck) or use package `bookmark'. ) (see the transcript file for additional information){/usr/share/texmf/fonts/enc /dvips/tex-gyre/q-ec.enc}{/usr/share/texmf/fonts/enc/dvips/tex-gyre/q-ts1.enc}< /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi5.pfb> Output written on quantumcast-public-platform-documentation.pdf (117 pages, 100 5278 bytes). Transcript written on quantumcast-public-platform-documentation.log. Latexmk: Index file 'quantumcast-public-platform-documentation.idx' was written Latexmk: Missing input file '{topics/img/audalaxy-metaflow}.png' (or dependence on it) from following: 'LaTeX Warning: File `{topics/img/audalaxy-metaflow}.png' not found on input lin' Latexmk: Missing input file '{topics/img/audalaxy-metaflow}.png' (or dependence on it) from following: 'LaTeX Warning: File `{topics/img/audalaxy-metaflow}.png' not found on input line 2.' Latexmk: Missing input file '{topics/img/audalaxy-metaflow}.png' (or dependence on it) from following: 'LaTeX Warning: File `{topics/img/audalaxy-metaflow}.png' not found on input lin' Latexmk: Missing input file '{topics/img/audalaxy-metaflow}.png' (or dependence on it) from following: 'LaTeX Warning: File `{topics/img/audalaxy-metaflow}.png' not found on input line 2.' Latexmk: Missing input file '`topics/img/audalaxy-metaflow.png'' (or dependence on it) from following: '! Package pdftex.def Error: File `topics/img/audalaxy-metaflow.png' not found: ' Latexmk: Missing input file 'quantumcast-public-platform-documentation.ind' (or dependence on it) from following: 'No file quantumcast-public-platform-documentation.ind.' Latexmk: References changed. Latexmk: References changed. Latexmk: Log file says output to 'quantumcast-public-platform-documentation.pdf' Latexmk: Log file says output to 'quantumcast-public-platform-documentation.pdf' Latexmk: List of undefined refs and citations: Reference `developers/metaport:get-https---metadata.streamabc.net-metapush-(string-channelkey)-(string-token)' on page 113 undefined on input line 4763 Reference `developers/metaport:post-https---metadata.streamabc.net-metapush-(string-channelkey)-(string-token)' on page 113 undefined on input line 4764 Reference `developers/playerservices:get-https---api.streamabc.net-metadata-channel-(string-channelkey).json' on page 113 undefined on input line 4762 Rule 'makeindex quantumcast-public-platform-documentation.idx': File changes, etc: Changed files, or newly in use since previous run(s): 'quantumcast-public-platform-documentation.idx' ------------ Run number 1 of rule 'makeindex quantumcast-public-platform-documentation.idx' ------------ ------------ Running 'makeindex -s python.ist -o "quantumcast-public-platform-documentation.ind" "quantumcast-public-platform-documentation.idx"' ------------ Latexmk: Examining 'quantumcast-public-platform-documentation.log' === TeX engine is 'pdfTeX' Latexmk: applying rule 'makeindex quantumcast-public-platform-documentation.idx'... This is makeindex, version 2.15 [TeX Live 2022/dev] (kpathsea + Thai support). Scanning style file ./python.ist.......done (7 attributes redefined, 0 ignored). Scanning input file quantumcast-public-platform-documentation.idx....done (134 entries accepted, 0 rejected). Sorting entries....done (1011 comparisons). Generating output file quantumcast-public-platform-documentation.ind....done (211 lines written, 0 warnings). Output written in quantumcast-public-platform-documentation.ind. Transcript written in quantumcast-public-platform-documentation.ilg. Rule 'pdflatex': File changes, etc: Changed files, or newly in use since previous run(s): 'quantumcast-public-platform-documentation.aux' 'quantumcast-public-platform-documentation.ind' 'quantumcast-public-platform-documentation.out' ------------ Run number 2 of rule 'pdflatex' ------------ ------------ Running 'pdflatex -interaction=nonstopmode -recorder --jobname="quantumcast-public-platform-documentation" "audalaxy.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 (./audalaxy.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) (./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 quantumcast-public-platform-documentation.idx (/usr/share/texmf/tex/latex/tex-gyre/t1qtm.fd) (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def) (./quantumcast-public-platform-documentation.aux) (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty)) (./quantumcast-public-platform-documentation.out) (./quantumcast-public-platform-documentation.out) (/usr/share/texmf/tex/latex/tex-gyre/t1qhv.fd)<><><><> (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1{/var/lib/texmf/fo nts/map/pdftex/updmap/pdftex.map}] [2] (./quantumcast-public-platform-documentation.toc [1]) [2] [1] [2] Chapter 1. (/usr/share/texlive/texmf-dist/tex/latex/txfonts/t1txtt.fd) [3 <./intro_audiocl oudservices.png>] [4] Chapter 2. (/usr/share/texmf/tex/latex/tex-gyre/ts1qtm.fd) [5] [6] Chapter 3. [7] [8 <./intro_dashboard.png>] Chapter 4. [9] [10] Chapter 5. [11] [12] Chapter 6. [13] [14] Chapter 7. [15] [16] Chapter 8. LaTeX Warning: File `{topics/img/audalaxy-metaflow}.png' not found on input lin e 2. LaTeX Warning: File `{topics/img/audalaxy-metaflow}.png' not found on input lin e 2. ! Package pdftex.def Error: File `topics/img/audalaxy-metaflow.png' not found: using draft setting. See the pdftex.def package documentation for explanation. Type H for immediate help. ... l.478 ...hics{{topics/img/audalaxy-metaflow}.png}} [17] [18] Chapter 9. [19] [20] Chapter 10. [21] [22] Chapter 11. [23] [24] Chapter 12. [25] [26] Chapter 13. [27] [28] Chapter 14. [29] [30] Chapter 15. [31] [32] Chapter 16. [33] [34] Chapter 17. [35] [36] Chapter 18. [37] [38] Chapter 19. [39] [40] Chapter 20. [41] [42] Chapter 21. [43] [44] Chapter 22. [45] [46] Chapter 23. [47] [48] Chapter 24. [49] [50] Chapter 25. [51] Underfull \hbox (badness 10000) in paragraph at lines 1501--1504 []\T1/txtt/m/n/10 https://domain/programkey/format/aggregator/listenerid/$[]$\T 1/qtm/m/it/10 lay.m3u\T1/txtt/m/n/10 ? [52] Underfull \hbox (badness 10000) in paragraph at lines 1521--1524 []\T1/txtt/m/n/10 https://domain/programkey/format/aggregator/listenerid/$[]$\T 1/qtm/m/it/10 lay.pls\T1/txtt/m/n/10 ? Underfull \hbox (badness 10000) in paragraph at lines 1541--1544 []\T1/txtt/m/n/10 https://domain/programkey/format/aggregator/listenerid/$[]$\T 1/qtm/m/it/10 lay.m3u8\T1/txtt/m/n/10 ? [53] [54] Chapter 26. [55] [56] Chapter 27. [57] [58] Chapter 28. [59] [60] Chapter 29. [61] [62] Chapter 30. [63] [64] Chapter 31. [65] [66] Chapter 32. [67] [68] Chapter 33. [69] [70] Chapter 34. [71] [72] Chapter 35. [73] [74] Chapter 36. [75] [76] Chapter 37. [77] Overfull \hbox (762.7415pt too wide) in paragraph at lines 2152--2152 []|\T1/txtt/m/n/10 idsv1=W3sicWMiOiI0ZThkNmQwNTEyOWI4ZDFjNmU2MTZiY2ZlYWIyYjlmMi J9LHsiYWRzd2l6eiI6ICJFNDUzNTk1Mi02QkVGLTQxMjItOUNGMS1DQzFBOTUwQ0VCQzMifSx7InF1Y W50eW9vIjogInh1bDhPbmdCSXMwOS1nOUptZmIyIn0seyJwbGF0Zm9ybWtleSI6ICJhcHAtbGlmZXJh ZGlvLWF0In1d| Overfull \vbox (0.75447pt too high) detected at line 2185 [78] [79] [80] [81] [82] [83] Underfull \hbox (badness 10000) in paragraph at lines 3018--3023 \T1/txtt/m/n/10 /api.streamabc.net/metadata/channel/{channelkey}.txt \T1/qtm/m/ n/10 (Chan-nel TXT Polling) \T1/txtt/m/n/10 https://api. [84] [85] [86] Overfull \hbox (11.99368pt too wide) in paragraph at lines 3247--3247 []\T1/txtt/m/n/10 8NyYeH7BoGP2MwvBX4JiQKGRgksjKBAQdtHGhcSQgBgIhViTKMYk2MjzNKJLJ AilsbO0NYCD9mnsHT3ZCY70- Overfull \hbox (101.24342pt too wide) in paragraph at lines 3247--3247 []\T1/txtt/m/n/10 7zlvT9hnDC8ZZ94bkw8P2DQMfsZheCvwTEgUMjBJZGUCAg7aONC4khADARCrE mUYxJsZHmaUSWSBFLY2doawEH7NPYOnuyEx3p9fd_ Overfull \hbox (11.99368pt too wide) in paragraph at lines 3263--3263 []\T1/txtt/m/n/10 8NyYeH7BoGP2MwvBX4JiQKGRgksjKBAQdtHGhcSQgBgIhViTKMYk2MjzNKJLJ AilsbO0NYCD9mnsHT3ZCY70- Overfull \hbox (101.24342pt too wide) in paragraph at lines 3263--3263 []\T1/txtt/m/n/10 7zlvT9hnDC8ZZ94bkw8P2DQMfsZheCvwTEgUMjBJZGUCAg7aONC4khADARCrE mUYxJsZHmaUSWSBFLY2doawEH7NPYOnuyEx3p9fd_ [87] [88] Chapter 38. [89] [90] [91] [92 <./fallback_workflow.png>] [93 <./new_audio_source.png> <./t ranscoding.png> <./advanced_settings_fallback.png>] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] [104 <./Musicmaster_scheduling_workflow.png>] [105] [106] Underfull \vbox (badness 10000) detected at line 4616 Underfull \vbox (badness 10000) detected at line 4616 [107] [108] [109 <./Troubleshooting_Mixing_Protocol.png>] [110] Chapter 39. [111] [112] Overfull \hbox (145.37141pt too wide) in paragraph at lines 4762--4763 []\T1/txtt/m/n/10 GET https://api.streamabc.net/metadata/channel/(string:channe lkey).json\T1/qtm/m/n/10 , Overfull \hbox (182.1213pt too wide) in paragraph at lines 4763--4764 []\T1/txtt/m/n/10 GET https://metadata.streamabc.net/metapush/(string:channelke y)/(string:token)\T1/qtm/m/n/10 , Overfull \hbox (187.37129pt too wide) in paragraph at lines 4764--4765 []\T1/txtt/m/n/10 POST https://metadata.streamabc.net/metapush/(string:channelk ey)/(string:token)\T1/qtm/m/n/10 , [113] (./quantumcast-public-platform-documentation.ind [114] [115] [116]) (./quantumcast-public-platform-documentation.aux) Package rerunfilecheck Warning: File `quantumcast-public-platform-documentation .out' has changed. (rerunfilecheck) Rerun to get outlines right (rerunfilecheck) or use package `bookmark'. ) (see the transcript file for additional information){/usr/share/texmf/fonts/enc /dvips/tex-gyre/q-ec.enc}{/usr/share/texmf/fonts/enc/dvips/tex-gyre/q-ts1.enc}< /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi5.pfb> Output written on quantumcast-public-platform-documentation.pdf (120 pages, 102 9307 bytes). Transcript written on quantumcast-public-platform-documentation.log. Latexmk: Index file 'quantumcast-public-platform-documentation.idx' was written Latexmk: Missing input file '{topics/img/audalaxy-metaflow}.png' (or dependence on it) from following: 'LaTeX Warning: File `{topics/img/audalaxy-metaflow}.png' not found on input lin' Latexmk: Missing input file '{topics/img/audalaxy-metaflow}.png' (or dependence on it) from following: 'LaTeX Warning: File `{topics/img/audalaxy-metaflow}.png' not found on input line 2.' Latexmk: Missing input file '{topics/img/audalaxy-metaflow}.png' (or dependence on it) from following: 'LaTeX Warning: File `{topics/img/audalaxy-metaflow}.png' not found on input lin' Latexmk: Missing input file '{topics/img/audalaxy-metaflow}.png' (or dependence on it) from following: 'LaTeX Warning: File `{topics/img/audalaxy-metaflow}.png' not found on input line 2.' Latexmk: Missing input file '`topics/img/audalaxy-metaflow.png'' (or dependence on it) from following: '! Package pdftex.def Error: File `topics/img/audalaxy-metaflow.png' not found: ' Latexmk: References changed. Latexmk: Log file says output to 'quantumcast-public-platform-documentation.pdf' Latexmk: Log file says output to 'quantumcast-public-platform-documentation.pdf' Rule 'pdflatex': File changes, etc: Changed files, or newly in use since previous run(s): 'quantumcast-public-platform-documentation.aux' 'quantumcast-public-platform-documentation.out' 'quantumcast-public-platform-documentation.toc' ------------ Run number 3 of rule 'pdflatex' ------------ Latexmk: Examining 'quantumcast-public-platform-documentation.log' === TeX engine is 'pdfTeX' Latexmk: applying rule 'pdflatex'... ------------ Running 'pdflatex -interaction=nonstopmode -recorder --jobname="quantumcast-public-platform-documentation" "audalaxy.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 (./audalaxy.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) (./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 quantumcast-public-platform-documentation.idx (/usr/share/texmf/tex/latex/tex-gyre/t1qtm.fd) (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def) (./quantumcast-public-platform-documentation.aux) (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty)) (./quantumcast-public-platform-documentation.out) (./quantumcast-public-platform-documentation.out) (/usr/share/texmf/tex/latex/tex-gyre/t1qhv.fd)<><><><> (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1{/var/lib/texmf/fo nts/map/pdftex/updmap/pdftex.map}] [2] (./quantumcast-public-platform-documentation.toc [1]) [2] [1] [2] Chapter 1. (/usr/share/texlive/texmf-dist/tex/latex/txfonts/t1txtt.fd) [3 <./intro_audiocl oudservices.png>] [4] Chapter 2. (/usr/share/texmf/tex/latex/tex-gyre/ts1qtm.fd) [5] [6] Chapter 3. [7] [8 <./intro_dashboard.png>] Chapter 4. [9] [10] Chapter 5. [11] [12] Chapter 6. [13] [14] Chapter 7. [15] [16] Chapter 8. LaTeX Warning: File `{topics/img/audalaxy-metaflow}.png' not found on input lin e 2. LaTeX Warning: File `{topics/img/audalaxy-metaflow}.png' not found on input lin e 2. ! Package pdftex.def Error: File `topics/img/audalaxy-metaflow.png' not found: using draft setting. See the pdftex.def package documentation for explanation. Type H for immediate help. ... l.478 ...hics{{topics/img/audalaxy-metaflow}.png}} [17] [18] Chapter 9. [19] [20] Chapter 10. [21] [22] Chapter 11. [23] [24] Chapter 12. [25] [26] Chapter 13. [27] [28] Chapter 14. [29] [30] Chapter 15. [31] [32] Chapter 16. [33] [34] Chapter 17. [35] [36] Chapter 18. [37] [38] Chapter 19. [39] [40] Chapter 20. [41] [42] Chapter 21. [43] [44] Chapter 22. [45] [46] Chapter 23. [47] [48] Chapter 24. [49] [50] Chapter 25. [51] Underfull \hbox (badness 10000) in paragraph at lines 1501--1504 []\T1/txtt/m/n/10 https://domain/programkey/format/aggregator/listenerid/$[]$\T 1/qtm/m/it/10 lay.m3u\T1/txtt/m/n/10 ? [52] Underfull \hbox (badness 10000) in paragraph at lines 1521--1524 []\T1/txtt/m/n/10 https://domain/programkey/format/aggregator/listenerid/$[]$\T 1/qtm/m/it/10 lay.pls\T1/txtt/m/n/10 ? Underfull \hbox (badness 10000) in paragraph at lines 1541--1544 []\T1/txtt/m/n/10 https://domain/programkey/format/aggregator/listenerid/$[]$\T 1/qtm/m/it/10 lay.m3u8\T1/txtt/m/n/10 ? [53] [54] Chapter 26. [55] [56] Chapter 27. [57] [58] Chapter 28. [59] [60] Chapter 29. [61] [62] Chapter 30. [63] [64] Chapter 31. [65] [66] Chapter 32. [67] [68] Chapter 33. [69] [70] Chapter 34. [71] [72] Chapter 35. [73] [74] Chapter 36. [75] [76] Chapter 37. [77] Overfull \hbox (762.7415pt too wide) in paragraph at lines 2152--2152 []|\T1/txtt/m/n/10 idsv1=W3sicWMiOiI0ZThkNmQwNTEyOWI4ZDFjNmU2MTZiY2ZlYWIyYjlmMi J9LHsiYWRzd2l6eiI6ICJFNDUzNTk1Mi02QkVGLTQxMjItOUNGMS1DQzFBOTUwQ0VCQzMifSx7InF1Y W50eW9vIjogInh1bDhPbmdCSXMwOS1nOUptZmIyIn0seyJwbGF0Zm9ybWtleSI6ICJhcHAtbGlmZXJh ZGlvLWF0In1d| Overfull \vbox (0.75447pt too high) detected at line 2185 [78] [79] [80] [81] [82] [83] Underfull \hbox (badness 10000) in paragraph at lines 3018--3023 \T1/txtt/m/n/10 /api.streamabc.net/metadata/channel/{channelkey}.txt \T1/qtm/m/ n/10 (Chan-nel TXT Polling) \T1/txtt/m/n/10 https://api. [84] [85] [86] Overfull \hbox (11.99368pt too wide) in paragraph at lines 3247--3247 []\T1/txtt/m/n/10 8NyYeH7BoGP2MwvBX4JiQKGRgksjKBAQdtHGhcSQgBgIhViTKMYk2MjzNKJLJ AilsbO0NYCD9mnsHT3ZCY70- Overfull \hbox (101.24342pt too wide) in paragraph at lines 3247--3247 []\T1/txtt/m/n/10 7zlvT9hnDC8ZZ94bkw8P2DQMfsZheCvwTEgUMjBJZGUCAg7aONC4khADARCrE mUYxJsZHmaUSWSBFLY2doawEH7NPYOnuyEx3p9fd_ Overfull \hbox (11.99368pt too wide) in paragraph at lines 3263--3263 []\T1/txtt/m/n/10 8NyYeH7BoGP2MwvBX4JiQKGRgksjKBAQdtHGhcSQgBgIhViTKMYk2MjzNKJLJ AilsbO0NYCD9mnsHT3ZCY70- Overfull \hbox (101.24342pt too wide) in paragraph at lines 3263--3263 []\T1/txtt/m/n/10 7zlvT9hnDC8ZZ94bkw8P2DQMfsZheCvwTEgUMjBJZGUCAg7aONC4khADARCrE mUYxJsZHmaUSWSBFLY2doawEH7NPYOnuyEx3p9fd_ [87] [88] Chapter 38. [89] [90] [91] [92 <./fallback_workflow.png>] [93 <./new_audio_source.png> <./t ranscoding.png> <./advanced_settings_fallback.png>] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] [104 <./Musicmaster_scheduling_workflow.png>] [105] [106] Underfull \vbox (badness 10000) detected at line 4616 Underfull \vbox (badness 10000) detected at line 4616 [107] [108] [109 <./Troubleshooting_Mixing_Protocol.png>] [110] Chapter 39. [111] [112] Overfull \hbox (145.37141pt too wide) in paragraph at lines 4762--4763 []\T1/txtt/m/n/10 GET https://api.streamabc.net/metadata/channel/(string:channe lkey).json\T1/qtm/m/n/10 , Overfull \hbox (182.1213pt too wide) in paragraph at lines 4763--4764 []\T1/txtt/m/n/10 GET https://metadata.streamabc.net/metapush/(string:channelke y)/(string:token)\T1/qtm/m/n/10 , Overfull \hbox (187.37129pt too wide) in paragraph at lines 4764--4765 []\T1/txtt/m/n/10 POST https://metadata.streamabc.net/metapush/(string:channelk ey)/(string:token)\T1/qtm/m/n/10 , [113] (./quantumcast-public-platform-documentation.ind [114] [115] [116]) (./quantumcast-public-platform-documentation.aux) ) (see the transcript file for additional information){/usr/share/texmf/fonts/enc /dvips/tex-gyre/q-ec.enc}{/usr/share/texmf/fonts/enc/dvips/tex-gyre/q-ts1.enc}< /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi5.pfb> Output written on quantumcast-public-platform-documentation.pdf (120 pages, 102 9303 bytes). Transcript written on quantumcast-public-platform-documentation.log. Latexmk: Index file 'quantumcast-public-platform-documentation.idx' was written Latexmk: Missing input file '{topics/img/audalaxy-metaflow}.png' (or dependence on it) from following: 'LaTeX Warning: File `{topics/img/audalaxy-metaflow}.png' not found on input lin' Latexmk: Missing input file '{topics/img/audalaxy-metaflow}.png' (or dependence on it) from following: 'LaTeX Warning: File `{topics/img/audalaxy-metaflow}.png' not found on input line 2.' Latexmk: Missing input file '{topics/img/audalaxy-metaflow}.png' (or dependence on it) from following: 'LaTeX Warning: File `{topics/img/audalaxy-metaflow}.png' not found on input lin' Latexmk: Missing input file '{topics/img/audalaxy-metaflow}.png' (or dependence on it) from following: 'LaTeX Warning: File `{topics/img/audalaxy-metaflow}.png' not found on input line 2.' Latexmk: Missing input file '`topics/img/audalaxy-metaflow.png'' (or dependence on it) from following: '! Package pdftex.def Error: File `topics/img/audalaxy-metaflow.png' not found: ' Latexmk: Log file says output to 'quantumcast-public-platform-documentation.pdf' Latexmk: Log file says output to 'quantumcast-public-platform-documentation.pdf' Latexmk: Examining 'quantumcast-public-platform-documentation.log' === TeX engine is 'pdfTeX' Latexmk: Errors, in force_mode: so I tried finishing targets Collected error summary (may duplicate other messages): pdflatex: Command for 'pdflatex' gave return code 1 Refer to 'quantumcast-public-platform-documentation.log' for details