Read the Docs build information Build id: 1707064 Project: ntech-lab-findface Version: latest Commit: e93384ef77340a658a11cc9540567a8a635bb2d2 Date: 2023-09-07T10:54:08.361897Z State: cancelled Success: False [rtd-command-info] start-time: 2023-09-07T10:54:16.755718Z, end-time: 2023-09-07T10:54:19.707166Z, duration: 2, exit-code: 0 git clone --depth 1 git@gitlab.doc.ntechlab.com:docs/findface.git . Cloning into '.'... Warning: Permanently added 'gitlab.doc.ntechlab.com' (ED25519) to the list of known hosts. [rtd-command-info] start-time: 2023-09-07T10:54:20.178568Z, end-time: 2023-09-07T10:54:23.302086Z, duration: 3, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 Warning: Permanently added 'gitlab.doc.ntechlab.com' (ED25519) to the list of known hosts. [rtd-command-info] start-time: 2023-09-07T10:54:23.748800Z, end-time: 2023-09-07T10:54:23.806532Z, duration: 0, exit-code: 0 cat .readthedocs.yaml # .readthedocs.yaml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required version: 2 build: os: ubuntu-22.04 tools: python: "3.6" # You can also specify other tool versions: # nodejs: "19" # rust: "1.64" # golang: "1.19" # Build documentation in the docs/ directory with Sphinx sphinx: # builder: html configuration: docs/source/conf.py # fail_on_warning: true # If using Sphinx, optionally build your docs in additional formats such as PDF formats: - pdf - epub # Optionally declare the Python requirements required to build your docs # python: # install: # - requirements: source/requirements.txt [rtd-command-info] start-time: 2023-09-07T10:54:32.663566Z, end-time: 2023-09-07T10:54:32.749367Z, duration: 0, exit-code: 0 asdf global python 3.6.15 [rtd-command-info] start-time: 2023-09-07T10:54:33.636493Z, end-time: 2023-09-07T10:54:34.755532Z, duration: 1, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.6.15.final.0-64 in 766ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/ntech-lab-findface/envs/latest, clear=False, no_vcs_ignore=False, global=False) seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/docs/.local/share/virtualenv) added seed packages: pip==21.2.3, setuptools==57.4.0, wheel==0.37.0 activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator [rtd-command-info] start-time: 2023-09-07T10:54:35.206143Z, end-time: 2023-09-07T10:54:43.551468Z, 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/ntech-lab-findface/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/ntech-lab-findface/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