Read the Docs build information Build id: 4171041 Project: anyscale-ray Version: 64315 Commit: 2312e9126fb49e19f6b1c16d7996540c1ee13d0e Date: 2026-07-02T23:47:07.778987Z State: cancelled Success: False [rtd-command-info] start-time: 2026-07-02T23:47:08.551894Z, end-time: 2026-07-02T23:47:20.172874Z, duration: 11, exit-code: 0 git clone --depth 1 https://github.com/ray-project/ray.git . Cloning into '.'... Updating files: 28% (2874/10078) Updating files: 29% (2923/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-02T23:47:20.259299Z, end-time: 2026-07-02T23:47:21.833273Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/64315/head:external-64315 From https://github.com/ray-project/ray * [new ref] refs/pull/64315/head -> external-64315 [rtd-command-info] start-time: 2026-07-02T23:47:22.716620Z, end-time: 2026-07-02T23:47:23.069523Z, duration: 0, exit-code: 0 git checkout --force 2312e9126fb49e19f6b1c16d7996540c1ee13d0e Note: switching to '2312e9126fb49e19f6b1c16d7996540c1ee13d0e'. 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 2312e91 Port HFU/OOM/benchmark-view metrics onto reworked harness [rtd-command-info] start-time: 2026-07-02T23:47:23.154174Z, end-time: 2026-07-02T23:47:23.194582Z, 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-02T23:47:23.272494Z, end-time: 2026-07-02T23:47:27.740847Z, 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/ray_release/byod/byod_train_benchmark_deepspeed.sh release/release_tests.yaml release/train_tests/benchmark/collect.py release/train_tests/benchmark/compute_configs/compute_gpu_16xA100_aws.yaml release/train_tests/benchmark/core/README.md release/train_tests/benchmark/core/__init__.py release/train_tests/benchmark/core/experiment_config.py release/train_tests/benchmark/core/launchers/__init__.py release/train_tests/benchmark/core/launchers/ray_actor_utils.py release/train_tests/benchmark/core/launchers/ray_launcher.py release/train_tests/benchmark/core/launchers/torchrun_ray_launcher.py release/train_tests/benchmark/core/metrics.py release/train_tests/benchmark/core/registry.py release/train_tests/benchmark/core/runner.py release/train_tests/benchmark/core/test_harness_logic.py release/train_tests/benchmark/core/train_context.py release/train_tests/benchmark/data/__init__.py release/train_tests/benchmark/data/text_dataset.py release/train_tests/benchmark/experiments/qwen3_06b_deepspeed.yaml release/train_tests/benchmark/experiments/qwen3_06b_deepspeed_smoke.yaml release/train_tests/benchmark/experiments/qwen3_32b_deepspeed.yaml release/train_tests/benchmark/frameworks/__init__.py release/train_tests/benchmark/frameworks/base_adapter.py release/train_tests/benchmark/frameworks/deepspeed/__init__.py release/train_tests/benchmark/frameworks/deepspeed/adapter.py release/train_tests/benchmark/sweep.py