Skip to content
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: signal (15): Terminated while testing line_bundle_cohomologies.jl #2570

Closed
benlorenz opened this issue Jul 19, 2023 · 2 comments
Closed
Labels
bug Something isn't working duplicate This issue or pull request already exists

Comments

@benlorenz
Copy link
Member

This seems to happen on different julia version, latest occurrence with julia 1.6 today:
https://github.com/oscar-system/Oscar.jl/actions/runs/5596287816/jobs/10233127160#step:6:1709
Previously with 1.10:
https://github.com/oscar-system/Oscar.jl/actions/runs/5542800957/jobs/10117956123#step:6:1769
Or 1.8:
https://github.com/oscar-system/Oscar.jl/actions/runs/5538993303/jobs/10109491192#step:6:1787
https://github.com/oscar-system/Oscar.jl/actions/runs/5529093333/jobs/10086687187#step:6:1719
https://github.com/oscar-system/Oscar.jl/actions/runs/5522538540/jobs/10072274228#step:6:1719
https://github.com/oscar-system/Oscar.jl/actions/runs/5517015410/jobs/10059075149#step:6:1721
https://github.com/oscar-system/Oscar.jl/actions/runs/5514895096/jobs/10054660090#step:6:1721
(These are from the two pages of most recent commits on master)

The terminated probably means that the process ran out of memory and was killed by the operating system, this might explain why it does not seem to happen on the macos runners (which have more RAM).
On a successful run one can see that this test does quite a lot of allocations:

-> Testing AlgebraicGeometry/ToricVarieties/line_bundle_cohomologies.jl took: runtime 50.507 seconds + compilation 8.342 seconds + recompilation 0.000 seconds, 12781.50 MB

12 GB is one of our larger test-files, which can be seen in the table here: https://github.com/oscar-system/Oscar.jl/actions/runs/5592243123#summary-15147145693
Whether this leads to such a crash also depends how much of this memory is needed at the same time, but bringing this down might help avoiding these failures.

cc: @HereAround who created this test file.

PS: I have seen these Terminated prints also during other tests but most of the time this happens in the `line_bundle_cohomologies.
Other cases:

@benlorenz benlorenz added the bug Something isn't working label Jul 19, 2023
@lgoettgens
Copy link
Member

This is a duplicate of #2441.

@benlorenz
Copy link
Member Author

This is a duplicate of #2441.

Indeed, I added more details there, adjusted the title a bit and a added link to this ticket.

@benlorenz benlorenz closed this as not planned Won't fix, can't repro, duplicate, stale Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants