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 action failing to build docker image #7

Closed
lmasaya opened this issue Mar 10, 2021 · 2 comments
Closed

GitHub action failing to build docker image #7

lmasaya opened this issue Mar 10, 2021 · 2 comments

Comments

@lmasaya
Copy link

lmasaya commented Mar 10, 2021

We are using this GitHub action to doing checks, but we run across the following issue when running the action:

   ---> Running in 3946f63452e5
  runtime: mlock of signal stack failed: 12
  runtime: increase the mlock limit (ulimit -l) or
  runtime: update your kernel to 5.3.15+, 5.4.2+, or 5.5+
  fatal error: mlock failed

This happens sometimes, but not always. This causes our Pull Requests to be unable to be merged.

@fernandrone
Copy link
Owner

Hi, sorry for this, I missed the notification for this issue.

It seems that GitHub Actions ubuntu-latest already has an updated Kernel https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md (Linux kernel version: 5.8.0-1036-azure), so this error shouldn't happen anymore. This comment seems to confirm that the problem is indeed at the kernel: golang/go#37436 (comment)

Can you confirm if this has been fixed or is still happening @lmasaya?

@lmasaya
Copy link
Author

lmasaya commented Jul 6, 2021

Yes, this is no longer occurring. Thanks for your response

@lmasaya lmasaya closed this as completed Jul 6, 2021
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

2 participants