-
Notifications
You must be signed in to change notification settings - Fork 13.3k
MacOS beta missing #52686
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
Comments
cc @rust-lang/infra |
Looking at the manifest, these targets have all their components marked as Tier 1 platforms (tests guaranteed to pass):
Tier 2 platforms (builds guaranteed to be available):
So yeah, everything Apple is broken. Build different. |
This comment has been minimized.
This comment has been minimized.
Builds for Apple platforms seems to be available, so this is probably a bug in the manifest generation. |
Erm... Looking at the Travis build the OSX workers are... just gone! |
This... may be a travis bug? Our Travis configuration for that commit indeed says Er wait, oh dear! ... Oh dear! We're not building mac builds any more at all -- https://travis-ci.org/rust-lang/rust/builds/407985371 |
Hello everyone, I'm a Customer Support Engineer @ Travis CI and I wanted to acknowledge that the issue here is most probably on our end. Our team will be looking into it shortly and hopefully, the Rust Mac beta builds will be available again soon. Thank you for your patience! |
This should now be fixed. We have recently shipped a new parser for env vars in order to address performance issues with the previous regex based version that did not perform well under very specific conditions. This new parser has been tripped up by the extra newline that your env var strings have due to the YAML syntax used on the Line 31 in 6a3db03
Our test suite did not account for this case, and the parser blew up, causing the condition to reject the respective jobs. We've shipped a fix for this, and this looks like it confirms we should now respond correctly to your build config, too (these builds ran on staging, but we've also confirmed this in production):
Again, sorry about the issue, and thank you for your patience! |
Yes, this should be fixed and I believe a macOS beta is or will be out in the next ~24 hours. |
Great, I will be back to complain if it doesn't show up tomorrow! |
This seems fixed for me now. Thanks all! |
Rustup reports that all of the components are discontinued when trying to update beta. Nightly updates successfully. This doesn't appear to happen on Linux either.
The text was updated successfully, but these errors were encountered: