SciML / SciMLDocs

Global documentation for the Julia SciML Scientific Machine Learning Organization
https://docs.sciml.ai
MIT License
58 stars 41 forks source link

Fix documentation build cache corruption #224

Closed ChrisRackauckas closed 4 months ago

ChrisRackauckas commented 6 months ago

@avik-pal or @oxinabox, would anyone happen to know why ChainRulesCore is giving world age issues?

https://buildkite.com/julialang/scimldocs/builds/4206#018ec037-416d-4dee-a985-0fa5135a0aa1/720-2219

│    MethodError: no method matching ChainRulesCore.ZeroTangent()
│    The applicable method may be too new: running in world age 61534, while current world is 189034.
oxinabox commented 6 months ago

I have never seen anything like that. ZeroTangent() does nothing fancy with eval or @generated or anything

ChrisRackauckas commented 5 months ago

CC @maleadt, this also is weird stuff at exactly the same places that said "Not Implemented". Something seems very odd.

gbaraldi commented 5 months ago

Are we able to get this under rr?

ChrisRackauckas commented 4 months ago

Solved by... removing DiffEqFlux from the docs build. https://github.com/SciML/SciMLDocs/pull/232. Not an ideal situation and quite scary to know this exists, but it gets the docs building