-
Notifications
You must be signed in to change notification settings - Fork 133
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
QuadFormAndIsom
sometimes needing absurd time in CI
#2599
Comments
I had hoped that this would be #2543, but this does not seem to be the case? |
JuliaLang/julia#50599 (which should have fixed #2543, we just cannot check this as there are other errors occurring earlier in ci) has been merged a few days ago and the logs above are from yesterday. So unfortunately this seems to be something different. |
The corresponding doctest also seems quite demanding regarding memory:
On my laptop the memory usage when running just this block goes up to 4.5GB, but this seems to be during compilation and not running the code. Repeating the code gives:
|
@benlorenz I see a slightly larger memory usage on julia nightly than on julia 1.9 for this example from the doctst. Not sure this explains the observation in OP. |
Running JET's I also took a look with the memory profiler, and over 50% of the allocation in the About 10% of the allocations are of type I am going to dig a bit more to see if I can report something that's actually helpful... |
@StevellM is this resolved? |
Describe the bug
The file
experimental/QuadFormAndIsom/test/runtest.jl
needs almost an hour if CI time.See https://github.com/oscar-system/Oscar.jl/actions/runs/5683498908/job/15404205914?pr=2598#step:6:1165 (nightly, macOS) and https://github.com/oscar-system/Oscar.jl/actions/runs/5682985233/job/15402594964#step:6:1165 (nightly, macOS).
To Reproduce
No idea. Once I find more logs, I add them here to hopefully get some idea. Ubuntu nightly jobs most times don't even get to this test due to #2441.
Cc @StevellM
The text was updated successfully, but these errors were encountered: