Read the Docs build information Build id: 1656380 Project: advanced-micro-devices-hipcub Version: develop Commit: 5b0719bbeef95f50b27920588ac5cf64a83ea21f Date: 2023-08-11T17:56:01.767777Z State: cancelled Success: False [rtd-command-info] start-time: 2023-08-11T17:56:09.798793Z, end-time: 2023-08-11T17:56:10.748754Z, duration: 0, exit-code: 0 git clone --no-single-branch --depth 50 https://github.com/ROCmSoftwarePlatform/hipCUB.git . Cloning into '.'... [rtd-command-info] start-time: 2023-08-11T17:56:11.578438Z, end-time: 2023-08-11T17:56:11.683725Z, duration: 0, exit-code: 0 git checkout --force origin/develop Note: switching to 'origin/develop'. 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 5b0719b Bump certifi from 2022.12.7 to 2023.7.22 in /docs/.sphinx (#273) [rtd-command-info] start-time: 2023-08-11T17:56:11.921567Z, end-time: 2023-08-11T17:56:11.986205Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2023-08-11T17:56:12.255994Z, end-time: 2023-08-11T17:56:12.320024Z, duration: 0, exit-code: 0 cat .readthedocs.yaml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details version: 2 sphinx: configuration: docs/conf.py formats: [htmlzip, pdf, epub] python: install: - requirements: docs/.sphinx/requirements.txt build: os: ubuntu-20.04 tools: python: "3.8" apt_packages: - "doxygen" [rtd-command-info] start-time: 2023-08-11T17:56:14.056083Z, end-time: 2023-08-11T17:56:17.679095Z, duration: 3, exit-code: 0 apt-get update --assume-yes --quiet Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] Get:4 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2619 kB] Get:5 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] Get:6 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1390 kB] Get:7 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2760 kB] Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2925 kB] Get:9 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [29.3 kB] Get:10 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1091 kB] Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3407 kB] Get:12 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [32.0 kB] Get:13 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [28.6 kB] Get:14 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [55.2 kB] Fetched 14.7 MB in 3s (5716 kB/s) Reading package lists... [rtd-command-info] start-time: 2023-08-11T17:56:18.099155Z, end-time: 2023-08-11T17:56:19.454408Z, duration: 1, exit-code: 0 apt-get install --assume-yes --quiet -- doxygen Reading package lists... Building dependency tree... Reading state information... doxygen is already the newest version (1.8.17-0ubuntu2). 0 upgraded, 0 newly installed, 0 to remove and 302 not upgraded. [rtd-command-info] start-time: 2023-08-11T17:56:24.157259Z, end-time: 2023-08-11T17:56:24.243293Z, duration: 0, exit-code: 0 asdf global python 3.8.17 [rtd-command-info] start-time: 2023-08-11T17:56:24.821040Z, end-time: 2023-08-11T17:56:25.817971Z, duration: 0, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.8.17.final.0-64 in 670ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-hipcub/envs/develop, 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