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

Github Actions CI is broken #1934

Closed
jackc opened this issue Mar 7, 2024 · 0 comments
Closed

Github Actions CI is broken #1934

jackc opened this issue Mar 7, 2024 · 0 comments

Comments

@jackc
Copy link
Owner

jackc commented Mar 7, 2024

It seems to be impossible to finish a CI test run. At least one of the jobs will fail with:

Error: Process completed with exit code 143.

A bit of research seems to indicate that this is Github Actions killing the runner, presumably due to hitting some resource limit. However, I wasn't able to find a solution.

jackc added a commit that referenced this issue Mar 16, 2024
Tests were failing with:
Error: Process completed with exit code 143.

This appears to mean that Github Actions killed the runner.

See https://github.com/jackc/pgx/actions/runs/8216337993/job/22470808811
for an example.

It appears Github Actions kills runners based on resource usage. Running
tests one at a time reduces the resource usage and avoids the problem.

Or at least that's what I presume is happening. It sure is fun debugging
issues on cloud systems where you have limited visibility... :(

fixes #1934
@jackc jackc closed this as completed in 7fd6f2a Mar 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant