Read the Docs build information Build id: 4334977 Project: anapaya-scion Version: latest Commit: 85856a8767641dea7d622585c4c279f9ed763db0 Date: 2026-08-19T10:15:59.888049Z State: finished Success: False [rtd-command-info] start-time: 2026-08-19T10:16:00.605871Z, end-time: 2026-08-19T10:16:02.242092Z, duration: 1, exit-code: 0 git clone --depth 1 https://github.com/scionproto/scion.git . Cloning into '.'... [rtd-command-info] start-time: 2026-08-19T10:16:02.335356Z, end-time: 2026-08-19T10:16:03.196254Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 HEAD From https://github.com/scionproto/scion * branch HEAD -> FETCH_HEAD [rtd-command-info] start-time: 2026-08-19T10:16:03.835192Z, end-time: 2026-08-19T10:16:03.869720Z, 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 version: 2 build: os: ubuntu-24.04 tools: python: "3.12" sphinx: configuration: doc/conf.py fail_on_warning: true python: install: - requirements: doc/requirements.txt [rtd-command-info] start-time: 2026-08-19T10:16:07.804976Z, end-time: 2026-08-19T10:16:07.857793Z, duration: 0, exit-code: 0 asdf global python 3.12.13 [rtd-command-info] start-time: 2026-08-19T10:16:08.205552Z, end-time: 2026-08-19T10:16:08.770355Z, duration: 0, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.12.13.final.0-64 in 327ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/anapaya-scion/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==23.1, setuptools==67.6.1, wheel==0.40.0 activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator [rtd-command-info] start-time: 2026-08-19T10:16:08.846692Z, end-time: 2026-08-19T10:16:10.999207Z, duration: 2, exit-code: 1 python -m pip install --upgrade --no-cache-dir pip setuptools Requirement already satisfied: pip in /home/docs/checkouts/readthedocs.org/user_builds/anapaya-scion/envs/latest/lib/python3.12/site-packages (23.1) Collecting pip ERROR: HTTP error 502 while getting https://files.pythonhosted.org/packages/f3/6e/1736e5b4ae2b778ef2f81c47d797de9f891d4d8acb047a24ca37a60294dd/pip-26.2.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.10) ERROR: Could not install requirement pip from https://files.pythonhosted.org/packages/f3/6e/1736e5b4ae2b778ef2f81c47d797de9f891d4d8acb047a24ca37a60294dd/pip-26.2.1-py3-none-any.whl because of HTTP error 502 Server Error: Gateway Error for url: https://files.pythonhosted.org/packages/f3/6e/1736e5b4ae2b778ef2f81c47d797de9f891d4d8acb047a24ca37a60294dd/pip-26.2.1-py3-none-any.whl for URL https://files.pythonhosted.org/packages/f3/6e/1736e5b4ae2b778ef2f81c47d797de9f891d4d8acb047a24ca37a60294dd/pip-26.2.1-py3-none-any.whl (from https://pypi.org/simple/pip/) (requires-python:>=3.10) [notice] A new release of pip is available: 23.1 -> 26.2.1 [notice] To update, run: pip install --upgrade pip