Read the Docs build information Build id: 1559433 Project: acquia-docs Version: stable Commit: 42ec9f1e5767ceb488f3b86e01a5b6eac9a3b7bd Date: 2023-06-24T06:40:13.778955Z State: finished Success: False [rtd-command-info] start-time: 2023-06-24T06:40:15.739618Z, end-time: 2023-06-24T06:40:31.746428Z, duration: 16, exit-code: 0 git clone --no-single-branch --depth 50 git@github.com:acquia/docs.git . Cloning into '.'... Warning: Permanently added 'github.com,192.30.255.113' (ECDSA) to the list of known hosts. [rtd-command-info] start-time: 2023-06-24T06:40:31.964379Z, end-time: 2023-06-24T06:40:32.388239Z, duration: 0, exit-code: 0 git checkout --force 42ec9f1e5767ceb488f3b86e01a5b6eac9a3b7bd Note: switching to '42ec9f1e5767ceb488f3b86e01a5b6eac9a3b7bd'. 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 42ec9f1e5 Merge pull request #7294 from Sidhartha10/develop [rtd-command-info] start-time: 2023-06-24T06:40:32.590267Z, end-time: 2023-06-24T06:40:32.655312Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2023-06-24T06:40:34.679579Z, end-time: 2023-06-24T06:40:47.145617Z, duration: 12, exit-code: 0 python3.7 -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH Using base prefix '/home/docs/.pyenv/versions/3.7.9' New python executable in /home/docs/checkouts/readthedocs.org/user_builds/acquia-docs/envs/stable/bin/python3.7 Also creating executable in /home/docs/checkouts/readthedocs.org/user_builds/acquia-docs/envs/stable/bin/python Installing setuptools, pip, wheel... done. [rtd-command-info] start-time: 2023-06-24T06:40:47.402509Z, end-time: 2023-06-24T06:40:49.111386Z, duration: 1, 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/acquia-docs/envs/stable/lib/python3.7/site-packages (23.1.2) Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/acquia-docs/envs/stable/lib/python3.7/site-packages (68.0.0) [rtd-command-info] start-time: 2023-06-24T06:40:49.315026Z, end-time: 2023-06-24T06:40:56.432661Z, duration: 7, exit-code: 0 python -m pip install --upgrade --no-cache-dir pillow mock==1.0.1 alabaster>=0.7,<0.8,!=0.7.5 commonmark==0.9.1 recommonmark==0.5.0 sphinx<2 sphinx-rtd-theme<0.5 readthedocs-sphinx-ext<2.3 jinja2<3.1.0 Collecting pillow Downloading Pillow-9.5.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.3/3.3 MB 61.9 MB/s eta 0:00:00 Collecting mock==1.0.1 Downloading mock-1.0.1.zip (861 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 861.9/861.9 kB 224.2 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting alabaster!=0.7.5,<0.8,>=0.7 Downloading alabaster-0.7.13-py3-none-any.whl (13 kB) Collecting commonmark==0.9.1 Downloading commonmark-0.9.1-py2.py3-none-any.whl (51 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 51.1/51.1 kB 170.7 MB/s eta 0:00:00 Collecting recommonmark==0.5.0 Downloading recommonmark-0.5.0-py2.py3-none-any.whl (9.8 kB) Collecting sphinx<2 Downloading Sphinx-1.8.6-py2.py3-none-any.whl (3.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 188.3 MB/s eta 0:00:00 Collecting sphinx-rtd-theme<0.5 Downloading sphinx_rtd_theme-0.4.3-py2.py3-none-any.whl (6.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.4/6.4 MB 180.0 MB/s eta 0:00:00 Collecting readthedocs-sphinx-ext<2.3 Downloading readthedocs_sphinx_ext-2.2.1-py2.py3-none-any.whl (11 kB) Collecting jinja2<3.1.0 Downloading Jinja2-3.0.3-py3-none-any.whl (133 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.6/133.6 kB 188.3 MB/s eta 0:00:00 Collecting docutils>=0.11 (from recommonmark==0.5.0) Downloading docutils-0.20.1-py3-none-any.whl (572 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 572.7/572.7 kB 226.2 MB/s eta 0:00:00 Collecting six>=1.5 (from sphinx<2) Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) Collecting Pygments>=2.0 (from sphinx<2) Downloading Pygments-2.15.1-py3-none-any.whl (1.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 225.2 MB/s eta 0:00:00 Collecting docutils>=0.11 (from recommonmark==0.5.0) Downloading docutils-0.17.1-py2.py3-none-any.whl (575 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 575.5/575.5 kB 221.9 MB/s eta 0:00:00 Collecting snowballstemmer>=1.1 (from sphinx<2) Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.0/93.0 kB 193.9 MB/s eta 0:00:00 Collecting babel!=2.0,>=1.3 (from sphinx<2) Downloading Babel-2.12.1-py3-none-any.whl (10.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.1/10.1 MB 180.3 MB/s eta 0:00:00 Collecting imagesize (from sphinx<2) Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB) Collecting requests>=2.0.0 (from sphinx<2) Downloading requests-2.31.0-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 161.5 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/acquia-docs/envs/stable/lib/python3.7/site-packages (from sphinx<2) (68.0.0) Collecting packaging (from sphinx<2) Downloading packaging-23.1-py3-none-any.whl (48 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.9/48.9 kB 170.5 MB/s eta 0:00:00 Collecting sphinxcontrib-websupport (from sphinx<2) Downloading sphinxcontrib_websupport-1.2.4-py2.py3-none-any.whl (39 kB) Collecting MarkupSafe>=2.0 (from jinja2<3.1.0) Downloading MarkupSafe-2.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) Collecting pytz>=2015.7 (from babel!=2.0,>=1.3->sphinx<2) Downloading pytz-2023.3-py2.py3-none-any.whl (502 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 502.3/502.3 kB 218.5 MB/s eta 0:00:00 Collecting charset-normalizer<4,>=2 (from requests>=2.0.0->sphinx<2) Downloading charset_normalizer-3.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (171 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 171.0/171.0 kB 208.7 MB/s eta 0:00:00 Collecting idna<4,>=2.5 (from requests>=2.0.0->sphinx<2) Downloading idna-3.4-py3-none-any.whl (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 176.6 MB/s eta 0:00:00 Collecting urllib3<3,>=1.21.1 (from requests>=2.0.0->sphinx<2) Downloading urllib3-2.0.3-py3-none-any.whl (123 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.6/123.6 kB 199.0 MB/s eta 0:00:00 Collecting certifi>=2017.4.17 (from requests>=2.0.0->sphinx<2) Downloading certifi-2023.5.7-py3-none-any.whl (156 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 157.0/157.0 kB 212.6 MB/s eta 0:00:00 Collecting sphinxcontrib-serializinghtml (from sphinxcontrib-websupport->sphinx<2) Downloading sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl (94 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.0/94.0 kB 193.7 MB/s eta 0:00:00 Building wheels for collected packages: mock Building wheel for mock (setup.py): started Building wheel for mock (setup.py): finished with status 'done' Created wheel for mock: filename=mock-1.0.1-py3-none-any.whl size=23753 sha256=35d636377488f2d4b735cc5a6c583a52f43978bcfaa1eb684ac216d7c2fe1068 Stored in directory: /tmp/pip-ephem-wheel-cache-wnhexz4b/wheels/7a/94/b1/0fdc5339a5bd487a5cc15421ec200d9ba3e2aa7190e4a727f1 Successfully built mock Installing collected packages: snowballstemmer, pytz, mock, commonmark, urllib3, sphinxcontrib-serializinghtml, six, Pygments, pillow, packaging, MarkupSafe, imagesize, idna, docutils, charset-normalizer, certifi, babel, alabaster, sphinxcontrib-websupport, requests, jinja2, sphinx, readthedocs-sphinx-ext, sphinx-rtd-theme, recommonmark Successfully installed MarkupSafe-2.1.3 Pygments-2.15.1 alabaster-0.7.13 babel-2.12.1 certifi-2023.5.7 charset-normalizer-3.1.0 commonmark-0.9.1 docutils-0.17.1 idna-3.4 imagesize-1.4.1 jinja2-3.0.3 mock-1.0.1 packaging-23.1 pillow-9.5.0 pytz-2023.3 readthedocs-sphinx-ext-2.2.1 recommonmark-0.5.0 requests-2.31.0 six-1.16.0 snowballstemmer-2.2.0 sphinx-1.8.6 sphinx-rtd-theme-0.4.3 sphinxcontrib-serializinghtml-1.1.5 sphinxcontrib-websupport-1.2.4 urllib3-2.0.3 [rtd-command-info] start-time: 2023-06-24T06:40:56.646813Z, end-time: 2023-06-24T06:41:00.019564Z, duration: 3, exit-code: 1 python -m pip install --exists-action=w --no-cache-dir -r requirements.txt Requirement already satisfied: babel>=2.9 in /home/docs/checkouts/readthedocs.org/user_builds/acquia-docs/envs/stable/lib/python3.7/site-packages (from -r requirements.txt (line 2)) (2.12.1) Collecting pyyaml>=5.1.2 (from -r requirements.txt (line 3)) Downloading PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (596 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 596.3/596.3 kB 22.3 MB/s eta 0:00:00 Collecting sphinx-sitemap>=1.0.2 (from -r requirements.txt (line 4)) Downloading sphinx_sitemap-2.5.0-py3-none-any.whl (5.2 kB) Collecting sphinxcontrib-fulltoc>=1.2.0 (from -r requirements.txt (line 5)) Downloading sphinxcontrib-fulltoc-1.2.0.tar.gz (13 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Requirement already satisfied: sphinxcontrib-websupport>=1.1.2 in /home/docs/checkouts/readthedocs.org/user_builds/acquia-docs/envs/stable/lib/python3.7/site-packages (from -r requirements.txt (line 6)) (1.2.4) Requirement already satisfied: alabaster>=0.7.12 in /home/docs/checkouts/readthedocs.org/user_builds/acquia-docs/envs/stable/lib/python3.7/site-packages (from -r requirements.txt (line 7)) (0.7.13) Collecting argh>=0.26.2 (from -r requirements.txt (line 8)) Downloading argh-0.27.2-py2.py3-none-any.whl (43 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.3/43.3 kB 148.5 MB/s eta 0:00:00 Requirement already satisfied: certifi>=2020.6.20 in /home/docs/checkouts/readthedocs.org/user_builds/acquia-docs/envs/stable/lib/python3.7/site-packages (from -r requirements.txt (line 9)) (2023.5.7) Collecting chardet>=4.0.0 (from -r requirements.txt (line 10)) Downloading chardet-5.1.0-py3-none-any.whl (199 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199.1/199.1 kB 198.6 MB/s eta 0:00:00 Requirement already satisfied: docutils>=0.17.1 in /home/docs/checkouts/readthedocs.org/user_builds/acquia-docs/envs/stable/lib/python3.7/site-packages (from -r requirements.txt (line 11)) (0.17.1) Requirement already satisfied: imagesize>=1.3.0 in /home/docs/checkouts/readthedocs.org/user_builds/acquia-docs/envs/stable/lib/python3.7/site-packages (from -r requirements.txt (line 12)) (1.4.1) Requirement already satisfied: jinja2>=3.0.3 in /home/docs/checkouts/readthedocs.org/user_builds/acquia-docs/envs/stable/lib/python3.7/site-packages (from -r requirements.txt (line 13)) (3.0.3) Collecting livereload>=2.6.3 (from -r requirements.txt (line 14)) Downloading livereload-2.6.3-py2.py3-none-any.whl (24 kB) Requirement already satisfied: markupsafe>=2.0.1 in /home/docs/checkouts/readthedocs.org/user_builds/acquia-docs/envs/stable/lib/python3.7/site-packages (from -r requirements.txt (line 15)) (2.1.3) Collecting pathtools>=0.1.2 (from -r requirements.txt (line 16)) Downloading pathtools-0.1.2.tar.gz (11 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting port-for>=0.6.1 (from -r requirements.txt (line 17)) Downloading port_for-0.7.0-py3-none-any.whl (21 kB) Requirement already satisfied: pygments>=2.11.2 in /home/docs/checkouts/readthedocs.org/user_builds/acquia-docs/envs/stable/lib/python3.7/site-packages (from -r requirements.txt (line 18)) (2.15.1) Requirement already satisfied: pytz>=2020.1 in /home/docs/checkouts/readthedocs.org/user_builds/acquia-docs/envs/stable/lib/python3.7/site-packages (from -r requirements.txt (line 19)) (2023.3) Requirement already satisfied: requests>=2.25.1 in /home/docs/checkouts/readthedocs.org/user_builds/acquia-docs/envs/stable/lib/python3.7/site-packages (from -r requirements.txt (line 20)) (2.31.0) Requirement already satisfied: six>=1.16.0 in /home/docs/checkouts/readthedocs.org/user_builds/acquia-docs/envs/stable/lib/python3.7/site-packages (from -r requirements.txt (line 21)) (1.16.0) Requirement already satisfied: snowballstemmer>=2.2.0 in /home/docs/checkouts/readthedocs.org/user_builds/acquia-docs/envs/stable/lib/python3.7/site-packages (from -r requirements.txt (line 22)) (2.2.0) Collecting sphinx-autobuild>=2021.3.14 (from -r requirements.txt (line 23)) Downloading sphinx_autobuild-2021.3.14-py3-none-any.whl (9.9 kB) Collecting sphinx-tabs>=3.2.0 (from -r requirements.txt (line 24)) Downloading sphinx_tabs-3.4.1-py3-none-any.whl (10.0 kB) Collecting tornado>=6.1.0 (from -r requirements.txt (line 25)) Downloading tornado-6.2-cp37-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (423 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 424.0/424.0 kB 218.5 MB/s eta 0:00:00 ERROR: Ignored the following versions that require a different python version: 0.28.0 Requires-Python >=3.8; 0.28.0.dev2 Requires-Python >=3.8; 0.28.1 Requires-Python >=3.8; 6.0.0 Requires-Python >=3.8; 6.0.0b1 Requires-Python >=3.8; 6.0.0b2 Requires-Python >=3.8; 6.0.1 Requires-Python >=3.8; 6.1.0 Requires-Python >=3.8; 6.1.1 Requires-Python >=3.8; 6.1.2 Requires-Python >=3.8; 6.1.3 Requires-Python >=3.8; 6.2.0 Requires-Python >=3.8; 6.2.1 Requires-Python >=3.8; 6.3 Requires-Python >= 3.8; 6.3.1 Requires-Python >= 3.8; 6.3.2 Requires-Python >= 3.8; 6.3b1 Requires-Python >= 3.8; 7.0.0 Requires-Python >=3.8; 7.0.0rc1 Requires-Python >=3.8; 7.0.1 Requires-Python >=3.8 ERROR: Could not find a version that satisfies the requirement sphinx>=6.0 (from versions: 0.1.61611, 0.1.61798, 0.1.61843, 0.1.61945, 0.1.61950, 0.2, 0.3, 0.4, 0.4.1, 0.4.2, 0.4.3, 0.5, 0.5.1, 0.5.2b1, 0.5.2, 0.6b1, 0.6, 0.6.1, 0.6.2, 0.6.3, 0.6.4, 0.6.5, 0.6.6, 0.6.7, 1.0b1, 1.0b2, 1.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 1.0.8, 1.1, 1.1.1, 1.1.2, 1.1.3, 1.2b1, 1.2b2, 1.2b3, 1.2, 1.2.1, 1.2.2, 1.2.3, 1.3b1, 1.3b2, 1.3b3, 1.3, 1.3.1, 1.3.2, 1.3.3, 1.3.4, 1.3.5, 1.3.6, 1.4a1, 1.4b1, 1.4, 1.4.1, 1.4.2, 1.4.3, 1.4.4, 1.4.5, 1.4.6, 1.4.7, 1.4.8, 1.4.9, 1.5a1, 1.5a2, 1.5b1, 1.5, 1.5.1, 1.5.2, 1.5.3, 1.5.4, 1.5.5, 1.5.6, 1.6b1, 1.6b2, 1.6b3, 1.6.1, 1.6.2, 1.6.3, 1.6.4, 1.6.5, 1.6.6, 1.6.7, 1.7.0b1, 1.7.0b2, 1.7.0, 1.7.1, 1.7.2, 1.7.3, 1.7.4, 1.7.5, 1.7.6, 1.7.7, 1.7.8, 1.7.9, 1.8.0b1, 1.8.0, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.8.5, 1.8.6, 2.0.0b1, 2.0.0b2, 2.0.0, 2.0.1, 2.1.0, 2.1.1, 2.1.2, 2.2.0, 2.2.1, 2.2.2, 2.3.0, 2.3.1, 2.4.0, 2.4.1, 2.4.2, 2.4.3, 2.4.4, 2.4.5, 3.0.0b1, 3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.1.0, 3.1.1, 3.1.2, 3.2.0, 3.2.1, 3.3.0, 3.3.1, 3.4.0, 3.4.1, 3.4.2, 3.4.3, 3.5.0, 3.5.1, 3.5.2, 3.5.3, 3.5.4, 4.0.0b1, 4.0.0b2, 4.0.0, 4.0.1, 4.0.2, 4.0.3, 4.1.0, 4.1.1, 4.1.2, 4.2.0, 4.3.0, 4.3.1, 4.3.2, 4.4.0, 4.5.0, 5.0.0b1, 5.0.0, 5.0.1, 5.0.2, 5.1.0, 5.1.1, 5.2.0, 5.2.0.post0, 5.2.1, 5.2.2, 5.2.3, 5.3.0) ERROR: No matching distribution found for sphinx>=6.0