Read the Docs build information Build id: 2460305 Project: xanaduai-pennylane-lightning Version: 889 Commit: fecade90b18cd71dcd3a7804eef6863ddbfbf64b Date: 2024-09-04T21:50:12.738886Z State: cancelled Success: False [rtd-command-info] start-time: 2024-09-04T21:50:13.948239Z, end-time: 2024-09-04T21:50:14.879887Z, duration: 0, exit-code: 0 git clone --depth 1 https://github.com/PennyLaneAI/pennylane-lightning.git . Cloning into '.'... [rtd-command-info] start-time: 2024-09-04T21:50:14.948376Z, end-time: 2024-09-04T21:50:15.569175Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/889/head:external-889 From https://github.com/PennyLaneAI/pennylane-lightning * [new ref] refs/pull/889/head -> external-889 [rtd-command-info] start-time: 2024-09-04T21:50:15.687310Z, end-time: 2024-09-04T21:50:15.815231Z, duration: 0, exit-code: 0 git checkout --force fecade90b18cd71dcd3a7804eef6863ddbfbf64b Note: switching to 'fecade90b18cd71dcd3a7804eef6863ddbfbf64b'. 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 fecade9 Enable warnings as errors globally in test suite [rtd-command-info] start-time: 2024-09-04T21:50:15.887023Z, end-time: 2024-09-04T21:50:15.950968Z, duration: 0, exit-code: 0 cat .readthedocs.yml version: 2 sphinx: configuration: doc/conf.py python: install: - requirements: ci_build_requirements.txt - requirements: doc/requirements.txt - requirements: requirements-dev.txt - method: pip path: . build: os: ubuntu-22.04 tools: python: "3.9" apt_packages: - cmake - build-essential - libopenblas-base - libopenblas-dev - graphviz - wget jobs: pre_install: - wget https://developer.download.nvidia.com/compute/cuda/12.3.2/local_installers/cuda_12.3.2_545.23.08_linux.run - sh cuda_12.3.2_545.23.08_linux.run --silent --toolkit --toolkitpath=${READTHEDOCS_VIRTUALENV_PATH}/cuda-12.3 || cat /tmp/cuda-installer.log - echo "setuptools~=66.0" >> ci_build_requirements.txt post_install: - rm -rf ./build && export PATH=${READTHEDOCS_VIRTUALENV_PATH}/cuda-12.3/bin${PATH:+:${PATH}} && export LD_LIBRARY_PATH=${READTHEDOCS_VIRTUALENV_PATH}/cuda-12.3/lib64${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}} && PL_BACKEND="lightning_gpu" python scripts/configure_pyproject_toml.py && CMAKE_ARGS="-DPL_DISABLE_CUDA_SAFETY=1" python -m build - rm -rf ./build && PL_BACKEND="lightning_kokkos" python scripts/configure_pyproject_toml.py && python -m build - rm -rf ./build && export PATH=${READTHEDOCS_VIRTUALENV_PATH}/cuda-12.3/bin${PATH:+:${PATH}} && export LD_LIBRARY_PATH=${READTHEDOCS_VIRTUALENV_PATH}/cuda-12.3/lib64${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}} && PL_BACKEND="lightning_tensor" python scripts/configure_pyproject_toml.py && CMAKE_ARGS="-DPL_DISABLE_CUDA_SAFETY=1" python -m build - python -m pip install ./dist/*.whl [rtd-command-info] start-time: 2024-09-04T21:50:16.988144Z, end-time: 2024-09-04T21:50:20.651665Z, duration: 3, exit-code: 0 apt-get update --assume-yes --quiet Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] Get:4 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2967 kB] Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2499 kB] Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2224 kB] Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1438 kB] Get:9 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [44.7 kB] Get:10 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1149 kB] Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [51.8 kB] Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [3045 kB] Get:13 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [33.7 kB] Get:14 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [81.4 kB] Fetched 13.9 MB in 3s (5483 kB/s) Reading package lists...