-
Notifications
You must be signed in to change notification settings - Fork 8
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
Sometimes package files are missing in automatic update PR #317
Comments
Looking at the logs for PR #314, in the download phase of the "Build GAP and packages"
Then later:
But then looking at the "Build package" step, we see no mention of Also in the various jobs for the individual packages, when looking at the "Extract GAP artifact" step (the raw logs in this case are a bit easier to search for me), it is clear that no |
Urgh, in the case of hap the problem is upstream: https://github.com/gap-packages/hap/releases/download/v1.39/hap-1.39.tar.gz is missing and in fact there is no release there at all. So the download produce a 404 error:
So the real bug in this case then is why we don't detect the broken URL and go on, instead of erroring out... |
Also submitted gap-packages/hap#67 |
Indeed we ignored the HTTP status code. Should be fixed in 5495746 |
OK, I missed that ... but then how best to deal with it? We don't want to just abort So we could just skip over updates with a 404 error... but then how do we learn about such broken updates?? It'll be quite easy to miss Another option would be to open a PR in this case anyway, with a fake |
Actually, what really should have happened is that And then I noticed the (in hindsight) obvious bug 🤦 which will be fixed by PR #322 |
This happened at least twice, see
The text was updated successfully, but these errors were encountered: