Read the Docs build information Build id: 3973102 Project: canonical-charmed-mysql Version: 290 Commit: b0d3c7cc5805539775672020a2fd3bed66ced4f0 Date: 2026-04-29T18:19:31.641033Z State: cancelled Success: False [rtd-command-info] start-time: 2026-04-29T18:19:33.188938Z, end-time: 2026-04-29T18:19:33.918147Z, duration: 0, exit-code: 0 git clone --depth 1 https://github.com/canonical/mysql-operators . Cloning into '.'... [rtd-command-info] start-time: 2026-04-29T18:19:34.108637Z, end-time: 2026-04-29T18:19:35.179309Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/290/head:external-290 From https://github.com/canonical/mysql-operators * [new ref] refs/pull/290/head -> external-290 * [new tag] mysql-k8s/rev393 -> mysql-k8s/rev393 * [new tag] mysql-k8s/rev394 -> mysql-k8s/rev394 * [new tag] mysql-k8s/rev395 -> mysql-k8s/rev395 * [new tag] mysql-k8s/rev402 -> mysql-k8s/rev402 * [new tag] mysql-k8s/rev403 -> mysql-k8s/rev403 * [new tag] mysql-k8s/rev404 -> mysql-k8s/rev404 * [new tag] mysql-k8s/rev406 -> mysql-k8s/rev406 * [new tag] mysql-k8s/rev407 -> mysql-k8s/rev407 * [new tag] mysql-k8s/rev408 -> mysql-k8s/rev408 * [new tag] mysql/rev486 -> mysql/rev486 * [new tag] mysql/rev487 -> mysql/rev487 * [new tag] mysql/rev488 -> mysql/rev488 * [new tag] mysql/rev495 -> mysql/rev495 * [new tag] mysql/rev496 -> mysql/rev496 * [new tag] mysql/rev497 -> mysql/rev497 * [new tag] mysql/rev498 -> mysql/rev498 * [new tag] mysql/rev499 -> mysql/rev499 * [new tag] mysql/rev500 -> mysql/rev500 * [new tag] v8.4/1.10.0 -> v8.4/1.10.0 * [new tag] v8.4/1.11.0 -> v8.4/1.11.0 * [new tag] v8.4/1.12.0 -> v8.4/1.12.0 * [new tag] v8.4/1.13.0 -> v8.4/1.13.0 * [new tag] v8.4/1.14.0 -> v8.4/1.14.0 * [new tag] v8.4/1.15.0 -> v8.4/1.15.0 * [new tag] v8.4/1.16.0 -> v8.4/1.16.0 * [new tag] v8.4/1.17.0 -> v8.4/1.17.0 * [new tag] v8.4/1.18.0 -> v8.4/1.18.0 * [new tag] v8.4/1.19.0 -> v8.4/1.19.0 * [new tag] v8.4/1.2.0 -> v8.4/1.2.0 * [new tag] v8.4/1.20.0 -> v8.4/1.20.0 * [new tag] v8.4/1.21.0 -> v8.4/1.21.0 * [new tag] v8.4/1.22.0 -> v8.4/1.22.0 * [new tag] v8.4/1.23.0 -> v8.4/1.23.0 * [new tag] v8.4/1.24.0 -> v8.4/1.24.0 * [new tag] v8.4/1.25.0 -> v8.4/1.25.0 * [new tag] v8.4/1.26.0 -> v8.4/1.26.0 * [new tag] v8.4/1.27.0 -> v8.4/1.27.0 * [new tag] v8.4/1.28.0 -> v8.4/1.28.0 * [new tag] v8.4/1.29.0 -> v8.4/1.29.0 * [new tag] v8.4/1.3.0 -> v8.4/1.3.0 * [new tag] v8.4/1.30.0 -> v8.4/1.30.0 * [new tag] v8.4/1.4.0 -> v8.4/1.4.0 * [new tag] v8.4/1.5.0 -> v8.4/1.5.0 * [new tag] v8.4/1.6.0 -> v8.4/1.6.0 * [new tag] v8.4/1.7.0 -> v8.4/1.7.0 * [new tag] v8.4/1.8.0 -> v8.4/1.8.0 * [new tag] v8.4/1.9.0 -> v8.4/1.9.0 [rtd-command-info] start-time: 2026-04-29T18:19:35.998154Z, end-time: 2026-04-29T18:19:36.065911Z, duration: 0, exit-code: 0 git checkout --force b0d3c7cc5805539775672020a2fd3bed66ced4f0 Note: switching to 'b0d3c7cc5805539775672020a2fd3bed66ced4f0'. 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 b0d3c7c monorepo coverage for tiobe [rtd-command-info] start-time: 2026-04-29T18:19:36.268607Z, end-time: 2026-04-29T18:19:36.305870Z, 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: post_checkout: - git fetch --unshallow || true # Cancel building pull requests when there aren't changed in the docs directory. # If there are no changes (git diff exits with 0) we force the command to return with 183. # This is a special exit code on Read the Docs that will cancel the build immediately. # https://docs.readthedocs.io/en/stable/build-customization.html#cancel-build-based-on-a-condition - | if [ "$READTHEDOCS_VERSION_TYPE" = "external" ] && git diff --quiet origin/8.4/edge -- 'docs/' '.readthedocs.yaml'; then exit 183; fi # Build documentation in the docs/ directory with Sphinx sphinx: builder: dirhtml configuration: docs/conf.py fail_on_warning: true # If using Sphinx, optionally build your docs in additional formats such as PDF formats: - pdf # Optionally declare the Python requirements required to build your docs python: install: - requirements: docs/requirements.txt [rtd-command-info] start-time: 2026-04-29T18:19:36.486894Z, end-time: 2026-04-29T18:19:37.926756Z, duration: 1, exit-code: 0 git fetch --unshallow || true From https://github.com/canonical/mysql-operators * [new tag] mysql-k8s/rev355 -> mysql-k8s/rev355 * [new tag] mysql-k8s/rev356 -> mysql-k8s/rev356 * [new tag] mysql-k8s/rev357 -> mysql-k8s/rev357 * [new tag] mysql/rev455 -> mysql/rev455 * [new tag] mysql/rev456 -> mysql/rev456 * [new tag] mysql/rev457 -> mysql/rev457 * [new tag] v8.4/1.0.0 -> v8.4/1.0.0 * [new tag] v8.4/1.1.0 -> v8.4/1.1.0 [rtd-command-info] start-time: 2026-04-29T18:19:38.111534Z, end-time: 2026-04-29T18:19:38.150655Z, duration: 0, exit-code: 183 if [ "$READTHEDOCS_VERSION_TYPE" = "external" ] && git diff --quiet origin/8.4/edge -- 'docs/' '.readthedocs.yaml'; then exit 183; fi