On Tuesday, 25 August 2015 20:43:43 UTC-7, John H Palmieri wrote: > > I'd say that the problem is the error-reporting: there was certainly an > error at least one docstring, it was just reporting the wrong one. I didn't > see any evidence of docbuilding itself being flaky. >
what did not work with MAKE="make -j4", did work with MAKE="make -j1" for me. Apparently the error was critical only when docs were built in parallel. Dima > > John > > > On Tuesday, August 25, 2015 at 8:05:23 PM UTC-7, Dima Pasechnik wrote: >> >> thanks to John Palmieri, who suggested some non-obvious patches, I can >> again use -jN with N>1 on this branch. >> Still, this is very disturbing that sage -docbuild is so flaky... >> >> On Tuesday, 25 August 2015 14:34:21 UTC-7, Dima Pasechnik wrote: >>> >>> >>> >>> On Tuesday, 25 August 2015 14:11:05 UTC-7, Dima Pasechnik wrote: >>>> >>>> >>>> >>>> On Tuesday, 25 August 2015 13:26:25 UTC-7, Nathann Cohen wrote: >>>>> >>>>> Is it well-known to be a constant issue that I was not aware of? Or is >>>>>> it a regression? >>>>>> >>>>> >>>>> Do I say the obvious if I answer that nobody is likely to answer your >>>>> question if you do not even tell what is the bug that you meet? >>>>> >>>> >>>> well, the stuff like: >>>> >>>> OSError: <Class name: line number... --- which have no errors>: WARNING: >>>> Literal block expected; none found. >>>> >>>> >>> As well, patchbots are screaming about errors which are not there, e.g. >>> >>> >>> OSError: [graphs ] >>> /mnt/pile/data/servers/sage/sage-patchbot/local/lib/python2.7/site-packages/sage/graphs/graph_generators.py:docstring >>> of sage.graphs.graph_generators.GraphGenerators.SymplecticGraph:16: >>> WARNING: Literal block expected; none found. >>> >>> >>> in >>> http://patchbot.sagemath.org/log/18997/debian/stretch/sid/x86_64/4.1.0-1-amd64/zorn/2015-08-24%2005:58:24%20+0000 >>> >>> >>>> >>>> Sometimes the location has nothing to do with the branch I work on, >>>> sometimes it does, and then it causes hours of wasted time looking for >>>> a wrong spacing or something like this where everything is actually >>>> good. >>>> >>>> >>>> -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
