2022-01-22 13:05:04 UTC, Samuel Lelievre on sage-release: > > On Cygwin: failed to build sagemath_doc_html. > > On Debian: failed to build sagemath_doc_html. > See the ticket 0 patchbot report for pascaline at > https://patchbot.sagemath.org/ticket/0/
On Debian (but not on Cygwin), running `make distclean` and then `make` again allowed `sagemath_doc_html` to build and the whole build to complete. Tests then timed out in two files: - `src/sage/features/interfaces.py` - `src/sage/coding/linear_code.py` and failed in one file - `src/sage/game_theory/parser.py` The test failures in that file are due to lrslib doctests, fixed in #33101 which already has positive review. Not sure about the timeouts, maybe they also have to do with feature detection. See the second pascaline report at https://patchbot.sagemath.org/ticket/0/ (for as long as that page is about Sage 9.5.rc3 --- not sure how to refer to that report longer term). -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/8ba92fb5-6f9d-4e29-8266-99d30f387256n%40googlegroups.com.
