Read the Docs build information Build id: 29 Project: rcc-rccreator-docs Version: latest Commit: 7287bb128339443aeb48f6b87e6a539d44ee2922 Date: 2024-09-05T12:10:07.214173Z State: finished Success: False [rtd-command-info] start-time: 2024-09-05T12:10:08.315091Z, end-time: 2024-09-05T12:10:09.303805Z, duration: 0, exit-code: 0 git clone --depth 1 https://readthedocs:RtheD2023@gitea.delly.info/gitea/rcc-rccreator-docs.git . Cloning into '.'... [rtd-command-info] start-time: 2024-09-05T12:10:09.428381Z, end-time: 2024-09-05T12:10:09.993423Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/master:refs/remotes/origin/master [rtd-command-info] start-time: 2024-09-05T12:10:10.125777Z, end-time: 2024-09-05T12:10:10.175671Z, 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 7287bb1 Первая заливка [rtd-command-info] start-time: 2024-09-05T12:10:10.236028Z, end-time: 2024-09-05T12:10:10.292813Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2024-09-05T12:10:10.389028Z, end-time: 2024-09-05T12:10:10.444840Z, duration: 0, exit-code: 0 cat .readthedocs.yaml version: "2" build: os: "ubuntu-22.04" tools: python: "3.10" python: install: - requirements: docs/requirements.txt sphinx: configuration: docs/source/conf.py [rtd-command-info] start-time: 2024-09-05T12:10:11.527186Z, end-time: 2024-09-05T12:11:16.872411Z, duration: 65, exit-code: 0 asdf install python 3.10.13 Downloading python-build... Cloning into '/root/.asdf/plugins/python/pyenv'... python-build 3.10.13 /root/.asdf/installs/python/3.10.13 Downloading Python-3.10.13.tar.xz... -> https://www.python.org/ftp/python/3.10.13/Python-3.10.13.tar.xz Installing Python-3.10.13... Installed Python-3.10.13 to /root/.asdf/installs/python/3.10.13 [rtd-command-info] start-time: 2024-09-05T12:11:16.945948Z, end-time: 2024-09-05T12:11:17.028281Z, duration: 0, exit-code: 0 asdf global python 3.10.13 [rtd-command-info] start-time: 2024-09-05T12:11:17.532920Z, end-time: 2024-09-05T12:11:20.281517Z, duration: 2, exit-code: 0 python -mpip install -U virtualenv setuptools Collecting virtualenv Downloading virtualenv-20.26.3-py3-none-any.whl (5.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.7/5.7 MB 23.1 MB/s eta 0:00:00 Requirement already satisfied: setuptools in ./.asdf/installs/python/3.10.13/lib/python3.10/site-packages (65.5.0) Collecting setuptools Downloading setuptools-74.1.2-py3-none-any.whl (1.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 47.0 MB/s eta 0:00:00 Collecting filelock<4,>=3.12.2 Downloading filelock-3.15.4-py3-none-any.whl (16 kB) Collecting distlib<1,>=0.3.7 Downloading distlib-0.3.8-py2.py3-none-any.whl (468 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 468.9/468.9 kB 49.8 MB/s eta 0:00:00 Collecting platformdirs<5,>=3.9.1 Downloading platformdirs-4.2.2-py3-none-any.whl (18 kB) Installing collected packages: distlib, setuptools, platformdirs, filelock, virtualenv Attempting uninstall: setuptools Found existing installation: setuptools 65.5.0 Uninstalling setuptools-65.5.0: Successfully uninstalled setuptools-65.5.0 Successfully installed distlib-0.3.8 filelock-3.15.4 platformdirs-4.2.2 setuptools-74.1.2 virtualenv-20.26.3 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [notice] A new release of pip is available: 23.0.1 -> 24.2 [notice] To update, run: pip3 install --upgrade pip [rtd-command-info] start-time: 2024-09-05T12:11:20.339697Z, end-time: 2024-09-05T12:11:20.938166Z, duration: 0, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.10.13.final.0-64 in 297ms creator CPython3Posix(dest=/usr/src/app/checkouts/readthedocs.org/user_builds/bffec82b249d/rcc-rccreator-docs/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=/root/.local/share/virtualenv) added seed packages: pip==24.1, setuptools==70.1.0, wheel==0.43.0 activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator [rtd-command-info] start-time: 2024-09-05T12:11:20.998296Z, end-time: 2024-09-05T12:11:23.790532Z, duration: 2, exit-code: 0 python -m pip install --upgrade --no-cache-dir pip setuptools Requirement already satisfied: pip in /usr/src/app/checkouts/readthedocs.org/user_builds/bffec82b249d/rcc-rccreator-docs/envs/latest/lib/python3.10/site-packages (24.1) Collecting pip Downloading pip-24.2-py3-none-any.whl.metadata (3.6 kB) Requirement already satisfied: setuptools in /usr/src/app/checkouts/readthedocs.org/user_builds/bffec82b249d/rcc-rccreator-docs/envs/latest/lib/python3.10/site-packages (70.1.0) Collecting setuptools Downloading setuptools-74.1.2-py3-none-any.whl.metadata (6.7 kB) Downloading pip-24.2-py3-none-any.whl (1.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 50.1 MB/s eta 0:00:00 Downloading setuptools-74.1.2-py3-none-any.whl (1.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 60.0 MB/s eta 0:00:00 Installing collected packages: setuptools, pip Attempting uninstall: setuptools Found existing installation: setuptools 70.1.0 Uninstalling setuptools-70.1.0: Successfully uninstalled setuptools-70.1.0 Attempting uninstall: pip Found existing installation: pip 24.1 Uninstalling pip-24.1: Successfully uninstalled pip-24.1 Successfully installed pip-24.2 setuptools-74.1.2 [rtd-command-info] start-time: 2024-09-05T12:11:23.850436Z, end-time: 2024-09-05T12:11:28.085672Z, duration: 4, exit-code: 0 python -m pip install --upgrade --no-cache-dir sphinx readthedocs-sphinx-ext Collecting sphinx Downloading sphinx-8.0.2-py3-none-any.whl.metadata (6.2 kB) Collecting readthedocs-sphinx-ext Downloading readthedocs_sphinx_ext-2.2.5-py2.py3-none-any.whl.metadata (1.5 kB) Collecting sphinxcontrib-applehelp (from sphinx) Downloading sphinxcontrib_applehelp-2.0.0-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-devhelp (from sphinx) Downloading sphinxcontrib_devhelp-2.0.0-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-jsmath (from sphinx) Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl.metadata (1.4 kB) Collecting sphinxcontrib-htmlhelp>=2.0.0 (from sphinx) Downloading sphinxcontrib_htmlhelp-2.1.0-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-serializinghtml>=1.1.9 (from sphinx) Downloading sphinxcontrib_serializinghtml-2.0.0-py3-none-any.whl.metadata (2.4 kB) Collecting sphinxcontrib-qthelp (from sphinx) Downloading sphinxcontrib_qthelp-2.0.0-py3-none-any.whl.metadata (2.3 kB) Collecting Jinja2>=3.1 (from sphinx) Downloading jinja2-3.1.4-py3-none-any.whl.metadata (2.6 kB) Collecting Pygments>=2.17 (from sphinx) Downloading pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB) Collecting docutils<0.22,>=0.20 (from sphinx) Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) Collecting snowballstemmer>=2.2 (from sphinx) Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl.metadata (6.5 kB) Collecting babel>=2.13 (from sphinx) Downloading babel-2.16.0-py3-none-any.whl.metadata (1.5 kB) Collecting alabaster>=0.7.14 (from sphinx) Downloading alabaster-1.0.0-py3-none-any.whl.metadata (2.8 kB) Collecting imagesize>=1.3 (from sphinx) Downloading imagesize-1.4.1-py2.py3-none-any.whl.metadata (1.5 kB) Collecting requests>=2.30.0 (from sphinx) Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB) Collecting packaging>=23.0 (from sphinx) Downloading packaging-24.1-py3-none-any.whl.metadata (3.2 kB) Collecting tomli>=2 (from sphinx) Downloading tomli-2.0.1-py3-none-any.whl.metadata (8.9 kB) Collecting MarkupSafe>=2.0 (from Jinja2>=3.1->sphinx) Downloading MarkupSafe-2.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB) Collecting charset-normalizer<4,>=2 (from requests>=2.30.0->sphinx) Downloading charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB) Collecting idna<4,>=2.5 (from requests>=2.30.0->sphinx) Downloading idna-3.8-py3-none-any.whl.metadata (9.9 kB) Collecting urllib3<3,>=1.21.1 (from requests>=2.30.0->sphinx) Downloading urllib3-2.2.2-py3-none-any.whl.metadata (6.4 kB) Collecting certifi>=2017.4.17 (from requests>=2.30.0->sphinx) Downloading certifi-2024.8.30-py3-none-any.whl.metadata (2.2 kB) Downloading sphinx-8.0.2-py3-none-any.whl (3.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.5/3.5 MB 87.5 MB/s eta 0:00:00 Downloading readthedocs_sphinx_ext-2.2.5-py2.py3-none-any.whl (11 kB) Downloading alabaster-1.0.0-py3-none-any.whl (13 kB) Downloading babel-2.16.0-py3-none-any.whl (9.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.6/9.6 MB 117.0 MB/s eta 0:00:00 Downloading docutils-0.21.2-py3-none-any.whl (587 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 128.3 MB/s eta 0:00:00 Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB) Downloading jinja2-3.1.4-py3-none-any.whl (133 kB) Downloading packaging-24.1-py3-none-any.whl (53 kB) Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 121.1 MB/s eta 0:00:00 Downloading requests-2.32.3-py3-none-any.whl (64 kB) Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB) Downloading sphinxcontrib_htmlhelp-2.1.0-py3-none-any.whl (98 kB) Downloading sphinxcontrib_serializinghtml-2.0.0-py3-none-any.whl (92 kB) Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Downloading sphinxcontrib_applehelp-2.0.0-py3-none-any.whl (119 kB) Downloading sphinxcontrib_devhelp-2.0.0-py3-none-any.whl (82 kB) Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) Downloading sphinxcontrib_qthelp-2.0.0-py3-none-any.whl (88 kB) Downloading certifi-2024.8.30-py3-none-any.whl (167 kB) Downloading charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (142 kB) Downloading idna-3.8-py3-none-any.whl (66 kB) Downloading MarkupSafe-2.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) Downloading urllib3-2.2.2-py3-none-any.whl (121 kB) Installing collected packages: snowballstemmer, urllib3, tomli, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, Pygments, packaging, MarkupSafe, imagesize, idna, docutils, charset-normalizer, certifi, babel, alabaster, requests, Jinja2, sphinx, readthedocs-sphinx-ext Successfully installed Jinja2-3.1.4 MarkupSafe-2.1.5 Pygments-2.18.0 alabaster-1.0.0 babel-2.16.0 certifi-2024.8.30 charset-normalizer-3.3.2 docutils-0.21.2 idna-3.8 imagesize-1.4.1 packaging-24.1 readthedocs-sphinx-ext-2.2.5 requests-2.32.3 snowballstemmer-2.2.0 sphinx-8.0.2 sphinxcontrib-applehelp-2.0.0 sphinxcontrib-devhelp-2.0.0 sphinxcontrib-htmlhelp-2.1.0 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-2.0.0 sphinxcontrib-serializinghtml-2.0.0 tomli-2.0.1 urllib3-2.2.2 [rtd-command-info] start-time: 2024-09-05T12:11:28.148731Z, end-time: 2024-09-05T12:11:28.709532Z, duration: 0, exit-code: 1 python -m pip install --exists-action=w --no-cache-dir -r docs/requirements.txt ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'docs/requirements.txt'