-
Notifications
You must be signed in to change notification settings - Fork 41
Build on readthedocs failing #2705
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The documentation build (CircleCI example) has now become flaky, with fails most of the time but not always. Error message:
Pinning the Python version to != 3.13.3 (#2709) seems to solve the issue. |
Some more detail: we're seeing two different errors, both with Python 3.13.3, build 100 (iris import error) and 101 (both iris import error and locale error observed), so the problem(s) may not be related to the Python version. Build failure on CircleCI on April 16: https://app.circleci.com/pipelines/github/ESMValGroup/ESMValCore/12871/workflows/a9246500-ca09-415b-aead-0e762679c534/jobs/53533 with locale error:
Build failure on CircleCI on April 17 https://app.circleci.com/pipelines/github/ESMValGroup/ESMValCore/12891/workflows/660cbe59-9f57-4774-8901-c2b36c44c697/jobs/53602 with import error coming from iris:
|
Compared the artifacts from the last successful nightly documentation build 4 days ago with the first broken one 3 days ago and the difference seems unlikely to be able to explain the failures. Maybe that is because the build is flaky and the issue did not occur the first time.
|
The readthedocs build fails with:
Full log: https://app.readthedocs.org/projects/esmvalcore/builds/27824089/
Possibly related to SciTools/cf-units#519
The text was updated successfully, but these errors were encountered: