Read the Docs build information Build id: 2265246 Project: espressif-esp-rainmaker Version: latest Commit: 347bb5bc6f6ac17d057657dea4727d4bdcdd01e5 Date: 2024-06-06T09:02:27.994268Z State: finished Success: False [rtd-command-info] start-time: 2024-06-06T09:02:29.195020Z, end-time: 2024-06-06T09:02:30.507059Z, duration: 1, exit-code: 0 git clone --depth 1 git@github.com:espressif/esp-rainmaker.git . Cloning into '.'... Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. [rtd-command-info] start-time: 2024-06-06T09:02:30.575280Z, end-time: 2024-06-06T09:02:32.081706Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/master:refs/remotes/origin/master Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. [rtd-command-info] start-time: 2024-06-06T09:02:32.217022Z, end-time: 2024-06-06T09:02:32.322794Z, duration: 0, exit-code: 0 git checkout --force origin/master Note: switching to 'origin/master'. 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 347bb5b Merge branch 'fix/controller_parsing_json_from_cloud' into 'master' [rtd-command-info] start-time: 2024-06-06T09:02:32.394233Z, end-time: 2024-06-06T09:02:32.467817Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2024-06-06T09:02:32.560061Z, end-time: 2024-06-06T09:02:32.621516Z, duration: 0, exit-code: 0 cat .readthedocs.yml # .readthedocs.yml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required. version: 2 must be used with build.os. To specify Python version, have to use build.tools.python version: 2 build: os: "ubuntu-20.04" # RTD v2 only supports ubuntu-22.04 and ubuntu-20.04. But ubuntu-22.04 does not support building API documentation. Use ubuntu-20.04 instead tools: python: "3.6" # python 3.5 is used in CI, but RTD v2 does not support python 3.5 any more. Python 3.6 is used instead # Optionally build your docs in additional formats such as PDF and ePub formats: - htmlzip - pdf # Optionally set the requirements required to build your docs python: install: - requirements: docs/requirements.txt submodules: include: all [rtd-command-info] start-time: 2024-06-06T09:02:32.753265Z, end-time: 2024-06-06T09:02:32.981321Z, duration: 0, exit-code: 0 git submodule sync [rtd-command-info] start-time: 2024-06-06T09:02:33.070914Z, end-time: 2024-06-06T09:02:37.204830Z, duration: 4, exit-code: 0 git submodule update --init --force -- Submodule 'cli' (git@github.com:espressif/esp-rainmaker-cli.git) registered for path 'cli' Submodule 'components/esp-insights' (git@github.com:espressif/esp-insights.git) registered for path 'components/esp-insights' Submodule 'components/rmaker_common' (git@github.com:espressif/esp-rainmaker-common.git) registered for path 'components/rmaker_common' Cloning into '/home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/checkouts/latest/cli'... Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. Cloning into '/home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/checkouts/latest/components/esp-insights'... Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. Cloning into '/home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/checkouts/latest/components/rmaker_common'... Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. Submodule path 'cli': checked out '5bcceb4ca13a60fbc433bbd968082e4a5a926911' Submodule path 'components/esp-insights': checked out 'cfdd71e99607506c53b3a900ce1b010c2fd0d514' Submodule path 'components/rmaker_common': checked out '76c9973e3a793a3096a747b811ee77da295ddd26' [rtd-command-info] start-time: 2024-06-06T09:02:42.277934Z, end-time: 2024-06-06T09:02:42.374680Z, duration: 0, exit-code: 0 asdf global python 3.6.15 [rtd-command-info] start-time: 2024-06-06T09:02:42.849089Z, end-time: 2024-06-06T09:02:43.987751Z, duration: 1, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.6.15.final.0-64 in 790ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/envs/latest, clear=False, no_vcs_ignore=False, global=False) seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/docs/.local/share/virtualenv) added seed packages: pip==21.2.3, setuptools==57.4.0, wheel==0.37.0 activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator [rtd-command-info] start-time: 2024-06-06T09:02:44.078485Z, end-time: 2024-06-06T09:02:52.249897Z, duration: 8, 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/espressif-esp-rainmaker/envs/latest/lib/python3.6/site-packages (21.2.3) Collecting pip Downloading pip-21.3.1-py3-none-any.whl (1.7 MB) Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/envs/latest/lib/python3.6/site-packages (57.4.0) Collecting setuptools Downloading setuptools-59.6.0-py3-none-any.whl (952 kB) Installing collected packages: setuptools, pip Attempting uninstall: setuptools Found existing installation: setuptools 57.4.0 Uninstalling setuptools-57.4.0: Successfully uninstalled setuptools-57.4.0 Attempting uninstall: pip Found existing installation: pip 21.2.3 Uninstalling pip-21.2.3: Successfully uninstalled pip-21.2.3 Successfully installed pip-21.3.1 setuptools-59.6.0 [rtd-command-info] start-time: 2024-06-06T09:02:52.311099Z, end-time: 2024-06-06T09:02:59.744432Z, duration: 7, exit-code: 0 python -m pip install --upgrade --no-cache-dir sphinx readthedocs-sphinx-ext Collecting sphinx Downloading sphinx-5.3.0-py3-none-any.whl (3.2 MB) Collecting readthedocs-sphinx-ext Downloading readthedocs_sphinx_ext-2.2.5-py2.py3-none-any.whl (11 kB) Collecting alabaster<0.8,>=0.7 Downloading alabaster-0.7.13-py3-none-any.whl (13 kB) Collecting imagesize>=1.3 Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB) Collecting snowballstemmer>=2.0 Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB) Collecting Pygments>=2.12 Downloading Pygments-2.14.0-py3-none-any.whl (1.1 MB) Collecting sphinxcontrib-devhelp Downloading sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl (84 kB) Collecting packaging>=21.0 Downloading packaging-21.3-py3-none-any.whl (40 kB) Collecting sphinxcontrib-qthelp Downloading sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl (90 kB) Collecting sphinxcontrib-serializinghtml>=1.1.5 Downloading sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl (94 kB) Collecting Jinja2>=3.0 Downloading Jinja2-3.0.3-py3-none-any.whl (133 kB) Collecting sphinxcontrib-jsmath Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) Collecting requests>=2.5.0 Downloading requests-2.27.1-py2.py3-none-any.whl (63 kB) Collecting sphinxcontrib-htmlhelp>=2.0.0 Downloading sphinxcontrib_htmlhelp-2.0.0-py2.py3-none-any.whl (100 kB) Collecting docutils<0.20,>=0.14 Downloading docutils-0.18.1-py2.py3-none-any.whl (570 kB) Collecting importlib-metadata>=4.8 Downloading importlib_metadata-4.8.3-py3-none-any.whl (17 kB) Collecting babel>=2.9 Downloading Babel-2.11.0-py3-none-any.whl (9.5 MB) Collecting sphinxcontrib-applehelp Downloading sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl (121 kB) Collecting pytz>=2015.7 Downloading pytz-2024.1-py2.py3-none-any.whl (505 kB) Collecting zipp>=0.5 Downloading zipp-3.6.0-py3-none-any.whl (5.3 kB) Collecting typing-extensions>=3.6.4 Downloading typing_extensions-4.1.1-py3-none-any.whl (26 kB) Collecting MarkupSafe>=2.0 Downloading MarkupSafe-2.0.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (30 kB) Collecting pyparsing!=3.0.5,>=2.0.2 Downloading pyparsing-3.1.2-py3-none-any.whl (103 kB) Collecting idna<4,>=2.5 Downloading idna-3.7-py3-none-any.whl (66 kB) Collecting charset-normalizer~=2.0.0 Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB) Collecting certifi>=2017.4.17 Downloading certifi-2024.6.2-py3-none-any.whl (164 kB) Collecting urllib3<1.27,>=1.21.1 Downloading urllib3-1.26.18-py2.py3-none-any.whl (143 kB) Installing collected packages: zipp, urllib3, typing-extensions, pytz, pyparsing, MarkupSafe, idna, charset-normalizer, certifi, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, snowballstemmer, requests, Pygments, packaging, Jinja2, importlib-metadata, imagesize, docutils, babel, alabaster, sphinx, readthedocs-sphinx-ext Successfully installed Jinja2-3.0.3 MarkupSafe-2.0.1 Pygments-2.14.0 alabaster-0.7.13 babel-2.11.0 certifi-2024.6.2 charset-normalizer-2.0.12 docutils-0.18.1 idna-3.7 imagesize-1.4.1 importlib-metadata-4.8.3 packaging-21.3 pyparsing-3.1.2 pytz-2024.1 readthedocs-sphinx-ext-2.2.5 requests-2.27.1 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.1.1 urllib3-1.26.18 zipp-3.6.0 [rtd-command-info] start-time: 2024-06-06T09:02:59.824670Z, end-time: 2024-06-06T09:03:00.781321Z, duration: 0, exit-code: 1 python -m pip install --exists-action=w --no-cache-dir -r docs/requirements.txt ERROR: Could not find a version that satisfies the requirement esp-docs==0.2.4 (from versions: 0.0.2, 0.0.3, 0.1.0, 0.1.1, 0.2.0, 0.2.1) ERROR: No matching distribution found for esp-docs==0.2.4