Read the Docs build information Build id: 4090144 Project: anyscale-ray Version: 63957 Commit: e2e36f4f6efc98de42e393c47f5d04ae83f4e4a8 Date: 2026-06-09T16:02:49.911272Z State: cancelled Success: False [rtd-command-info] start-time: 2026-06-09T16:02:50.664470Z, end-time: 2026-06-09T16:05:56.180691Z, duration: 185, exit-code: 0 git clone --depth 1 https://github.com/ray-project/ray.git . Cloning into '.'... Updating files: 27% (2893/10510) Updating files: 28% (2943/10510) Updating files: 29% (3048/10510) Updating files: 30% (3153/10510) Updating files: 31% (3259/10510) Updating files: 32% (3364/10510) Updating files: 33% (3469/10510) Updating files: 34% (3574/10510) Updating files: 35% (3679/10510) Updating files: 36% (3784/10510) Updating files: 37% (3889/10510) Updating files: 38% (3994/10510) Updating files: 39% (4099/10510) Updating files: 40% (4204/10510) Updating files: 41% (4310/10510) Updating files: 42% (4415/10510) Updating files: 43% (4520/10510) Updating files: 44% (4625/10510) Updating files: 45% (4730/10510) Updating files: 46% (4835/10510) Updating files: 47% (4940/10510) Updating files: 48% (5045/10510) Updating files: 49% (5150/10510) Updating files: 50% (5255/10510) Updating files: 51% (5361/10510) Updating files: 52% (5466/10510) Updating files: 53% (5571/10510) Updating files: 54% (5676/10510) Updating files: 55% (5781/10510) Updating files: 56% (5886/10510) Updating files: 57% (5991/10510) Updating files: 58% (6096/10510) Updating files: 59% (6201/10510) Updating files: 60% (6306/10510) Updating files: 61% (6412/10510) Updating files: 62% (6517/10510) Updating files: 63% (6622/10510) Updating files: 64% (6727/10510) Updating files: 65% (6832/10510) Updating files: 66% (6937/10510) Updating files: 67% (7042/10510) Updating files: 68% (7147/10510) Updating files: 69% (7252/10510) Updating files: 70% (7357/10510) Updating files: 71% (7463/10510) Updating files: 72% (7568/10510) Updating files: 73% (7673/10510) Updating files: 74% (7778/10510) Updating files: 75% (7883/10510) Updating files: 76% (7988/10510) Updating files: 77% (8093/10510) Updating files: 78% (8198/10510) Updating files: 79% (8303/10510) Updating files: 80% (8408/10510) Updating files: 81% (8514/10510) Updating files: 82% (8619/10510) Updating files: 83% (8724/10510) Updating files: 84% (8829/10510) Updating files: 85% (8934/10510) Updating files: 86% (9039/10510) Updating files: 87% (9144/10510) Updating files: 88% (9249/10510) Updating files: 89% (9354/10510) Updating files: 90% (9459/10510) Updating files: 91% (9565/10510) Updating files: 92% (9670/10510) Updating files: 93% (9775/10510) Updating files: 94% (9880/10510) Updating files: 95% (9985/10510) Updating files: 96% (10090/10510) Updating files: 97% (10195/10510) Updating files: 98% (10300/10510) Updating files: 99% (10405/10510) Updating files: 100% (10510/10510) Updating files: 100% (10510/10510), done. [rtd-command-info] start-time: 2026-06-09T16:05:56.272990Z, end-time: 2026-06-09T16:05:59.396048Z, duration: 3, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/63957/head:external-63957 From https://github.com/ray-project/ray * [new ref] refs/pull/63957/head -> external-63957 [rtd-command-info] start-time: 2026-06-09T16:06:00.116702Z, end-time: 2026-06-09T16:06:00.378804Z, duration: 0, exit-code: 0 git checkout --force e2e36f4f6efc98de42e393c47f5d04ae83f4e4a8 Note: switching to 'e2e36f4f6efc98de42e393c47f5d04ae83f4e4a8'. 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 e2e36f4 WIP [rtd-command-info] start-time: 2026-06-09T16:06:00.460445Z, end-time: 2026-06-09T16:06:00.496454Z, 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 # Required version: 2 # Set the version of Python and other tools you might need build: os: ubuntu-24.04 tools: python: "3.10" jobs: # On PR builds, skip the Sphinx build when the PR doesn't touch any # files that affect documentation output. Reduces queue pressure on # the shared RTD build slots when several PRs are open at once. # Tag/branch builds (master, stable, etc.) always run. # See https://docs.readthedocs.com/platform/stable/guides/build/skip-build.html # # Some constructs are avoided deliberately because RTD's job runner # silently drops scripts that contain them: use echo (not printf # with a backslash-escape format string), avoid backslash escapes # in general, and keep shell comments out of this block so that # backticks/$() inside comments don't confuse the preprocessor. post_checkout: - | if [ "${READTHEDOCS_VERSION_TYPE:-}" != "external" ]; then echo "Not a PR build (version type: '${READTHEDOCS_VERSION_TYPE:-unset}'); building docs." exit 0 fi git fetch --depth=500 origin master 2>/dev/null || true if ! git merge-base origin/master HEAD >/dev/null 2>&1; then echo "Could not determine merge-base with origin/master; building docs to be safe." exit 0 fi if git diff --quiet origin/master...HEAD -- doc/ python/ray/ rllib/ .readthedocs.yaml; then echo "No doc-affecting files changed in this PR; skipping Sphinx build." echo "Files changed in PR:" git diff --name-only origin/master...HEAD exit 183 fi echo "Doc-affecting files changed; building docs. Changed doc-relevant paths:" git diff --name-only origin/master...HEAD -- doc/ python/ray/ rllib/ .readthedocs.yaml # Build documentation in the docs/ directory with Sphinx sphinx: configuration: doc/source/conf.py fail_on_warning: true # We recommend specifying your dependencies to enable reproducible builds: # https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html python: install: - requirements: doc/requirements-doc.lock.txt [rtd-command-info] start-time: 2026-06-09T16:06:00.581140Z, end-time: 2026-06-09T16:06:06.007782Z, duration: 5, exit-code: 183 if [ "${READTHEDOCS_VERSION_TYPE:-}" != "external" ]; then echo "Not a PR build (version type: '${READTHEDOCS_VERSION_TYPE:-unset}'); building docs." exit 0 fi git fetch --depth=500 origin master 2>/dev/null || true if ! git merge-base origin/master HEAD >/dev/null 2>&1; then echo "Could not determine merge-base with origin/master; building docs to be safe." exit 0 fi if git diff --quiet origin/master...HEAD -- doc/ python/ray/ rllib/ .readthedocs.yaml; then echo "No doc-affecting files changed in this PR; skipping Sphinx build." echo "Files changed in PR:" git diff --name-only origin/master...HEAD exit 183 fi echo "Doc-affecting files changed; building docs. Changed doc-relevant paths:" git diff --name-only origin/master...HEAD -- doc/ python/ray/ rllib/ .readthedocs.yaml No doc-affecting files changed in this PR; skipping Sphinx build. Files changed in PR: src/mock/ray/core_worker/memory_store.h src/ray/core_worker/task_submission/tests/BUILD.bazel src/ray/core_worker/task_submission/tests/dependency_resolver_test.cc src/ray/core_worker/task_submission/tests/direct_actor_transport_test.cc src/ray/core_worker/task_submission/tests/normal_task_submitter_test.cc src/ray/core_worker/tests/BUILD.bazel src/ray/core_worker/tests/memory_store_test.cc