-
Notifications
You must be signed in to change notification settings - Fork 30
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
Action has stopped working, fails to download syft #472
Comments
Hi @martincostello, thanks for the report. I did a little bit of basic testing on my macOS machine and it looks like GitHub is working OK right now. We have seen rare API outages from GitHub which cause problems like this but I don't think that's the case here. Looking at your builds it looks like the Windows version is the only one that's failing. Am I reading that right? Have there been any other changes to your environment lately, particularly in the Windows build? |
It's true that it's the Windows version, but I only generate the SBOM on Windows as that's the platform I ship my artifacts from of the three. I've not explicitly changed anything myself in the environment, I just use the |
OK. Can you do me a favor and manually trigger one of these jobs and make sure it repeats the failure? I am not getting any useful info from the logs, it looks like a generic networking error fetching the release archive. I looked at the GitHub runner commits and it looks like some Docker components updated on the standard images yesterday. (actions/runner-images@7992e7f) |
Still failing (this is the 4th attempt): https://github.com/martincostello/browserstack-automate/actions/runs/9402696576 |
Thank you. That is odd. The We don't think we've made any chances on our side that would cause this. I am seeing some other folks reporting various problems with the new windows-latest image: actions/runner-images#10004 -- different symptoms, though. Unfortunately I don't believe there is any way to request a previous version of the runner image to eliminate that as a variable, unless I am missing something. I will let you know if we run across anything else helpful in the meantime. |
I can confirm this looks to be failing on windows runners: https://github.com/kzantow-anchore/sbom-action-test/actions/runs/9405721903/job/25907548486 Seeing as nothing has changed in |
Finding this in more or more repos as dependabot updates are coming in - for now I'm just going to have to turn it off as otherwise it's blocking my releases 😢 |
This appears to be exactly the issue affecting the |
Thanks for the issue report. This is looking like an upstream runner-on-windows curl issue which appears to now be fixed? Do feel free to file a new issue if the sbom-action continues to fail. Thanks again 🙏 |
The fix doesn't appear to have rolled out to the Windows runner. The action still fails for me. |
I'm not sure why they closed actions/runner-images#10009, it hasn't been fixed although a fix looks like it's been made in curl it hasn't been incorporated back into the runners. 😕 |
@martincostello https://github.com/anchore/sbom-action/releases/tag/v0.16.1 should be fixed now. Please let us know if you have any issues. Thanks! |
Since some time yesterday morning, the action has started failing to download syft in one of my repositories: logs
I've also tried explicitly updating to a newer version of syft, and that also fails:
I'm using the action pinned to e8d2a69 for the v0.16 tag.
The text was updated successfully, but these errors were encountered: