-
Notifications
You must be signed in to change notification settings - Fork 221
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
Multithread tests fail on master #2302
Comments
Was curious and checked the logs: The final culprit seems to be the write access in https://github.com/JuliaLang/julia/blob/96fd25a764c316e9e09dfd7de8e84d854a73b2cd/base/logging/ConsoleLogger.jl#L112 but AFAICT it is only triggered by the deprecation warning of ADTypes triggered in LogDensityProblemsAD. |
tpapp/LogDensityProblemsAD.jl#34 should fix the deprecation warning |
Thanks @devmotion! I was looking at the ConsoleLogger bit as well, and I find it alarming that calling |
It seems fixing the ADTypes deprecations resolved the test error: https://github.com/TuringLang/Turing.jl/actions/runs/10322735917/job/28712240978 |
Great, thanks! |
The root cause is this long standing Julia issue: JuliaLang/julia#34600 |
This happened recently:
That's still the case on master. Looking into this now.
The text was updated successfully, but these errors were encountered: