Read the Docs build information Build id: 452 Project: db Version: latest Commit: 929cdf15484035a04cd0d5b677fc41426497da2b Date: 2024-07-16T14:58:11.651969Z State: finished Success: False [rtd-command-info] start-time: 2024-07-16T14:58:17.157204Z, end-time: 2024-07-16T14:58:18.485005Z, duration: 1, exit-code: 0 git clone --depth 1 https://gitlab.c3sl.ufpr.br/team-db/documentation.git . Cloning into '.'... [rtd-command-info] start-time: 2024-07-16T14:58:18.541994Z, end-time: 2024-07-16T14:58:19.437733Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/main:refs/remotes/origin/main [rtd-command-info] start-time: 2024-07-16T14:58:19.570119Z, end-time: 2024-07-16T14:58:19.689916Z, duration: 0, exit-code: 0 git checkout --force origin/main Note: switching to 'origin/main'. 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 929cdf1 Update docs/source/pages/MonetDB/monetdb.md [rtd-command-info] start-time: 2024-07-16T14:58:19.782277Z, end-time: 2024-07-16T14:58:19.857489Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2024-07-16T14:58:19.915037Z, end-time: 2024-07-16T14:58:20.002964Z, duration: 0, exit-code: 0 cat .readthedocs.yaml version: "2" build: os: "ubuntu-22.04" tools: python: "3.10" python: install: - requirements: ./requirements.txt sphinx: configuration: docs/source/conf.py formats: - pdf - htmlzip [rtd-command-info] start-time: 2024-07-16T14:58:24.324622Z, end-time: 2024-07-16T15:00:36.993052Z, duration: 132, 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-07-16T15:00:37.134277Z, end-time: 2024-07-16T15:00:37.255640Z, duration: 0, exit-code: 0 asdf global python 3.10.13 [rtd-command-info] start-time: 2024-07-16T15:00:38.462430Z, end-time: 2024-07-16T15:00:46.207961Z, duration: 7, 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 10.4 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-70.3.0-py3-none-any.whl (931 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 931.1/931.1 kB 9.6 MB/s eta 0:00:00 Collecting platformdirs<5,>=3.9.1 Downloading platformdirs-4.2.2-py3-none-any.whl (18 kB) Collecting distlib<1,>=0.3.7 Downloading distlib-0.3.8-py2.py3-none-any.whl (468 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 468.9/468.9 kB 3.1 MB/s eta 0:00:00 Collecting filelock<4,>=3.12.2 Downloading filelock-3.15.4-py3-none-any.whl (16 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-70.3.0 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.1.2 [notice] To update, run: pip3 install --upgrade pip [rtd-command-info] start-time: 2024-07-16T15:00:46.264494Z, end-time: 2024-07-16T15:00:47.558119Z, duration: 1, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.10.13.final.0-64 in 646ms creator CPython3Posix(dest=/usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/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-07-16T15:00:47.620431Z, end-time: 2024-07-16T15:00:54.757112Z, duration: 7, 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/ae9b8ffbc85b/documentation-db/envs/latest/lib/python3.10/site-packages (24.1) Collecting pip Downloading pip-24.1.2-py3-none-any.whl.metadata (3.6 kB) Requirement already satisfied: setuptools in /usr/src/app/checkouts/readthedocs.org/user_builds/ae9b8ffbc85b/documentation-db/envs/latest/lib/python3.10/site-packages (70.1.0) Collecting setuptools Downloading setuptools-70.3.0-py3-none-any.whl.metadata (5.8 kB) Downloading pip-24.1.2-py3-none-any.whl (1.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 24.5 MB/s eta 0:00:00 Downloading setuptools-70.3.0-py3-none-any.whl (931 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 931.1/931.1 kB 138.6 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.1.2 setuptools-70.3.0