Read the Docs build information Build id: 2178872 Project: xanaduai-pennylane-lightning Version: 680 Commit: 98968b4da532d6a3f8ec972db0d94131521b1e17 Date: 2024-04-26T01:56:41.316934Z State: cancelled Success: False [rtd-command-info] start-time: 2024-04-26T01:56:42.453781Z, end-time: 2024-04-26T01:56:43.180398Z, duration: 0, exit-code: 0 git clone --depth 1 https://github.com/PennyLaneAI/pennylane-lightning.git . Cloning into '.'... [rtd-command-info] start-time: 2024-04-26T01:56:43.239643Z, end-time: 2024-04-26T01:56:43.978887Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/680/head:external-680 From https://github.com/PennyLaneAI/pennylane-lightning * [new ref] refs/pull/680/head -> external-680 [rtd-command-info] start-time: 2024-04-26T01:56:44.119903Z, end-time: 2024-04-26T01:56:44.226649Z, duration: 0, exit-code: 0 git checkout --force 98968b4da532d6a3f8ec972db0d94131521b1e17 Note: switching to '98968b4da532d6a3f8ec972db0d94131521b1e17'. 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 98968b4 use applyGateTensor for CSWAP [rtd-command-info] start-time: 2024-04-26T01:56:44.311636Z, end-time: 2024-04-26T01:56:44.376325Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2024-04-26T01:56:44.441934Z, end-time: 2024-04-26T01:56:44.497281Z, 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\npip~=22.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 setup.py build_ext --define="PL_DISABLE_CUDA_SAFETY=1" && PL_BACKEND="lightning_gpu" python setup.py bdist_wheel - rm -rf ./build && PL_BACKEND="lightning_kokkos" python setup.py bdist_wheel - python -m pip install ./dist/*.whl [rtd-command-info] start-time: 2024-04-26T01:56:45.465355Z, end-time: 2024-04-26T01:57:04.040228Z, duration: 18, exit-code: 0 apt-get update --assume-yes --quiet Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] Get:4 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [44.7 kB] Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] Get:6 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2265 kB] Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2035 kB] Get:8 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1077 kB] Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1755 kB] Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1370 kB] Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [51.1 kB] Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2339 kB] Get:13 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [81.0 kB] Get:14 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [31.9 kB] Fetched 11.4 MB in 18s (650 kB/s) Reading package lists...