-
Notifications
You must be signed in to change notification settings - Fork 323
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
The runner has received a shutdown signal. This can happen when the runner service is stopped, or a manually started runner is canceled. #2581
Comments
Hi @Kshitij-Katiyar, It's very difficult to tell what is going on from the information you provided. Could you share a link to the repository on which this is happening? |
@jketema Sure, https://github.com/mattermost/mattermost-plugin-jira |
Thanks. I have access to the logs. It looks like the Go analysis started failing when we rolled out CodeQL 2.19.2. I'll loop in the responsible engineering team. |
Thank you so much, @jketema. Let me know if you need any more help from us. |
Hey @jketema, have you informed the engineering team responsible for this issue? |
Yes, they're looking into this. |
@jketema Thanks for the update |
Hi @Kshitij-Katiyar 👋🏻 I am on the engineering team that supports Go for CodeQL. I have looked at your repo and what's going on in your CodeQL runs. Fundamentally, there's no difference in what is happening in the successful runs and the ones that are now failing consistently, except that the latter crash when running What I can observe, however, is that If I run a system-wide version of In any case, this suggests that there is an issue with Alternatively, if you don't want to pin a newer version of
|
My repo has codeQL go analysis enabled and was working fine until a few weeks ago.
no it fails with the following error
The runner has received a shutdown signal. This can happen when the runner service is stopped, or a manually started runner is canceled.
Logs show no error everything seems to work fine except the below line, which I think is unrelated
2024-11-05T12:25:48.3087301Z 2024/11/05 12:25:48 Makefile found. 2024-11-05T12:25:48.3088372Z 2024/11/05 12:25:48 Trying build command make [] 2024-11-05T12:26:09.5990096Z : No names found, cannot describe anything.
The text was updated successfully, but these errors were encountered: