-
Notifications
You must be signed in to change notification settings - Fork 131
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
CI failing on nightly #2476
Comments
My guess is that JuliaLang/julia@03c4bc1#diff-b6ee767647e20ffec70782ae28c0f9d50dc5eb5d2e5285f9d7071064434fe3d9 requires a rebuild of libjulia_jll and some GAP jlls, since it changes some structs in The process seems to run into some deadlock, I can reproduce this locally with just GAP.jl which also randomly gets stuck (just not every time like Oscar.jl, but maybe this is just because the tests are a lot shorter):
Thread list:
Everything waiting, 0% CPU load, this might be due to some memory corruption due to the changed structs? |
Thank you for filing the issue. I hope we can figure it out soon... |
This was fixed on julia master now, thanks Max, tests with nightly do work on ubuntu. Edit: Macos nightly tests also succeeded now. |
Since around June 14th, nightly tests start hanging after running for a few minutes and then get killed after 2h30min.
It started some time between d5412e9 and 2bca8fc.
I would assume this is due to some changes in julia itself, since only nightly fails. I could bisect it using https://github.com/oscar-system/Oscar.jl/actions/runs/5258937597/jobs/9503831992 and https://github.com/oscar-system/Oscar.jl/actions/runs/5263887152/jobs/9514506365 to JuliaLang/julia@320e00d...8a1b642
The text was updated successfully, but these errors were encountered: