-
Notifications
You must be signed in to change notification settings - Fork 324
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
go build hangs after codeql init #2589
Comments
Not sure what is happening here. Can you please re-run the action in debug mode and share the debug artifact that gets uploaded after the run completes? If this is a private repo, you can raise a support request, share the artifact in the request, and someone will look at it. If the repo is public, can you share a link here? |
It's a private repo. Could you please clarify about debug mode and the artifact? I'm running init with the debug flag and also set But the build just hangs, I see the following error after the timeout:
So no sarif file uploaded because compilation not even completed. I'm surprised why autobuild works (but still hangs at some point) but |
Can you try clicking "re-run failing jobs" and make sure the "Debug" checkbox is selected. It has a similar effect to what you've already done, but I believe it will also upload the build logs as artifacts, but if you're getting "lost communication with the server", that may not be any help. Another thing you can try is to coerce the Also, if you have terminal access to the runner, could you zip the partially created database? Then create a support request and attach the database to the request. |
Hi,
I'm trying out codeql, after running codeql init for go language and with the debug flag I build my app with
go build -x
and it just hangs, no output. I use the same steps to build my app in a separate workflow where there's no codeql and it works just fine. Running locally with codeql CLI (macos arm64) also works.My workflow (simplified):
I tried autobuild but after a few minutes it just hangs on one of the go files and I don't know why, would be great to learn how can I debug this.
Thank you.
The text was updated successfully, but these errors were encountered: