Read the Docs build information Build id: 4174590 Project: anyscale-ray Version: 64536 Commit: edd770026eaf4e211f05c8a8ec7bd2bcb6a53dad Date: 2026-07-04T10:28:41.828261Z State: cancelled Success: False [rtd-command-info] start-time: 2026-07-04T10:28:42.522722Z, end-time: 2026-07-04T10:28:54.155294Z, duration: 11, exit-code: 0 git clone --depth 1 https://github.com/ray-project/ray.git . Cloning into '.'... Updating files: 29% (2982/10078) Updating files: 30% (3024/10078) Updating files: 31% (3125/10078) Updating files: 32% (3225/10078) Updating files: 33% (3326/10078) Updating files: 34% (3427/10078) Updating files: 35% (3528/10078) Updating files: 36% (3629/10078) Updating files: 37% (3729/10078) Updating files: 38% (3830/10078) Updating files: 39% (3931/10078) Updating files: 40% (4032/10078) Updating files: 41% (4132/10078) Updating files: 42% (4233/10078) Updating files: 43% (4334/10078) Updating files: 44% (4435/10078) Updating files: 45% (4536/10078) Updating files: 46% (4636/10078) Updating files: 47% (4737/10078) Updating files: 48% (4838/10078) Updating files: 49% (4939/10078) Updating files: 50% (5039/10078) Updating files: 51% (5140/10078) Updating files: 52% (5241/10078) Updating files: 53% (5342/10078) Updating files: 54% (5443/10078) Updating files: 55% (5543/10078) Updating files: 56% (5644/10078) Updating files: 57% (5745/10078) Updating files: 58% (5846/10078) Updating files: 59% (5947/10078) Updating files: 60% (6047/10078) Updating files: 61% (6148/10078) Updating files: 62% (6249/10078) Updating files: 63% (6350/10078) Updating files: 64% (6450/10078) Updating files: 65% (6551/10078) Updating files: 66% (6652/10078) Updating files: 67% (6753/10078) Updating files: 68% (6854/10078) Updating files: 69% (6954/10078) Updating files: 70% (7055/10078) Updating files: 71% (7156/10078) Updating files: 72% (7257/10078) Updating files: 73% (7357/10078) Updating files: 74% (7458/10078) Updating files: 75% (7559/10078) Updating files: 76% (7660/10078) Updating files: 77% (7761/10078) Updating files: 78% (7861/10078) Updating files: 79% (7962/10078) Updating files: 80% (8063/10078) Updating files: 81% (8164/10078) Updating files: 82% (8264/10078) Updating files: 83% (8365/10078) Updating files: 84% (8466/10078) Updating files: 85% (8567/10078) Updating files: 86% (8668/10078) Updating files: 87% (8768/10078) Updating files: 88% (8869/10078) Updating files: 89% (8970/10078) Updating files: 90% (9071/10078) Updating files: 91% (9171/10078) Updating files: 92% (9272/10078) Updating files: 93% (9373/10078) Updating files: 94% (9474/10078) Updating files: 95% (9575/10078) Updating files: 96% (9675/10078) Updating files: 97% (9776/10078) Updating files: 98% (9877/10078) Updating files: 99% (9978/10078) Updating files: 100% (10078/10078) Updating files: 100% (10078/10078), done. [rtd-command-info] start-time: 2026-07-04T10:28:54.234509Z, end-time: 2026-07-04T10:28:56.121169Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/64536/head:external-64536 From https://github.com/ray-project/ray * [new ref] refs/pull/64536/head -> external-64536 [rtd-command-info] start-time: 2026-07-04T10:28:56.768115Z, end-time: 2026-07-04T10:28:57.090624Z, duration: 0, exit-code: 0 git checkout --force edd770026eaf4e211f05c8a8ec7bd2bcb6a53dad Note: switching to 'edd770026eaf4e211f05c8a8ec7bd2bcb6a53dad'. 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 edd7700 Add flag-gated PG scheduling quick fixes: infeasible rescan memoization, bundle-node candidate index, GCS bundle-node forwarding [rtd-command-info] start-time: 2026-07-04T10:28:57.176857Z, end-time: 2026-07-04T10:28:57.215276Z, 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.11" 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 # Override the html build step. On PR (external) builds, restore the latest # master build cache and build incrementally so only PR-changed files are # rebuilt; fall back to a clean build (rtd-fallback) if the incremental build # fails. On branch/tag builds (master, stable, release tags) always do a full # clean build so the published output is never stale. Targets live in # doc/Makefile (rtd, rtd-fallback, html). build: html: - | if [ "${READTHEDOCS_VERSION_TYPE:-}" = "external" ]; then echo "PR build; attempting incremental build from the master doc cache." make -C doc rtd HTMLDIR="$READTHEDOCS_OUTPUT/html" || make -C doc rtd-fallback HTMLDIR="$READTHEDOCS_OUTPUT/html" else echo "Branch/tag build; running a full clean build." make -C doc html HTMLDIR="$READTHEDOCS_OUTPUT/html" fi # 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-07-04T10:28:57.292277Z, end-time: 2026-07-04T10:29:01.355002Z, duration: 4, 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: release/benchmarks/distributed/many_nodes_tests/actor_test.py release/benchmarks/distributed/many_nodes_tests/compute_config.yaml release/benchmarks/distributed/many_nodes_tests/compute_config_gce.yaml release/benchmarks/distributed/pg_topology/compute_rack_111.yaml release/benchmarks/distributed/pg_topology/compute_rack_555.yaml release/benchmarks/distributed/test_pg_actor_scalability.py release/release_tests.yaml src/ray/common/ray_config_def.h src/ray/gcs/actor/BUILD.bazel src/ray/gcs/actor/gcs_actor_scheduler.cc src/ray/gcs/actor/gcs_actor_scheduler.h src/ray/gcs/actor/tests/gcs_actor_scheduler_mock_test.cc src/ray/gcs/actor/tests/gcs_actor_scheduler_test.cc src/ray/gcs/gcs_placement_group_scheduler.cc src/ray/gcs/gcs_server.cc src/ray/raylet/scheduling/cluster_lease_manager.cc src/ray/raylet/scheduling/cluster_lease_manager.h src/ray/raylet/scheduling/cluster_resource_manager.cc src/ray/raylet/scheduling/cluster_resource_manager.h src/ray/raylet/scheduling/cluster_resource_scheduler.cc src/ray/raylet/scheduling/policy/hybrid_scheduling_policy.cc src/ray/raylet/scheduling/policy/hybrid_scheduling_policy.h src/ray/raylet/scheduling/policy/scheduling_options.h src/ray/raylet/scheduling/policy/tests/hybrid_scheduling_policy_test.cc src/ray/raylet/scheduling/tests/cluster_lease_manager_test.cc src/ray/raylet/scheduling/tests/cluster_resource_manager_test.cc