-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Outage about 10 hours ago #1865
Comments
I think this is a duplicate of #1864 , it should already be fixed. |
The underlying issue may be a dupe (and thanks for the link, as I didn't know about it). But I already knew the outage was fixed. This issue focuses on what I can change in my pipeline to avoid such outages in the future. It seems to be due to using |
We could probably change the scripts to look for a |
The new release for cargo-binstall is marked as draft by default and requires me to set it to latest manually, I admit previously I didn't realize a race condition could happen and just do it whenever I saw it.)l However, the outrage you've seen now is probably not related to this. Just before the 1.9.0 release, I updated CI to use release-plz for library crates, and it creates a github release for each library crate and sets them to latest, hence why it's broken. I proposed a new feature in release-plz that should fix this release-plz/release-plz#1583
Yes we should do that as well, starting by supporting installing specific version in installation script and action. I will welcome contribution for this! |
All my builds failed about 10 hours ago, and failed on re-run. It appears to have aligned with the 1.9.0 release, which may have been in progress.
I'd like to ensure future builds don't fail on an unpredictable schedule like that. How can I change this script in my pipeline so that I'm not vulnerable to such timing breaks?
Following are each of the errors with which my builds failed last night:
Windows agents
Linux agents
++ mktemp -d
++ uname -s
++ uname -m
curl: (22) The requested URL returned error: 404
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
MacOS agents
++ mktemp -d
++ uname -s
curl: (22) The requested URL returned error: 404
The text was updated successfully, but these errors were encountered: