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

Fix out-of-memory errors in CI when running run-tests in rules_haskell_tests. #2089

Open
2 of 3 tasks
cgrindel opened this issue Dec 19, 2023 · 4 comments
Open
2 of 3 tasks
Assignees

Comments

@cgrindel
Copy link
Contributor

cgrindel commented Dec 19, 2023

Ci on the master branch started failing on 2023-12-18. It appears to be related to the rules_haskell_tests portion of the CI workflow.

Tasks

  1. cgrindel
  2. cgrindel
@cgrindel cgrindel self-assigned this Dec 19, 2023
@avdv
Copy link
Member

avdv commented Dec 19, 2023

This seems to be a bit flaky, as this does not happen very often. Seems like the bazel processes get killed:

Exit Code: ExitFailure (-9)

Maybe this is some sort of timeout?

@cgrindel
Copy link
Contributor Author

It could be. I have been trying to set up my personal MacOS laptop with Nix to try things out. (My Modus laptop is arm64 and I have not completed the work getting rules_haskell to work over there.) Unfortunately, the Nix install is failing. I must not have cleaned up from a previous Nix install attempt. 😣

@cgrindel
Copy link
Contributor Author

This issue seems to suggest that it may be running out of memory.

@cgrindel cgrindel changed the title Fix failing CI in rules_haskell Fix out-of-memory errors in CI when running run-tests in rules_haskell_tests. Dec 20, 2023
@cgrindel
Copy link
Contributor Author

For code locations where run-tests starts servers, see @avdv comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants