-
Notifications
You must be signed in to change notification settings - Fork 13.3k
rustpkg::tests::test_package_request_version fails on Linux #7006
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
In the logs for #7040, this also failed on Mac |
I'm not sure if this would be related, but it looks like it's contacting github which I've seen fail on the bots occasionally. Maybe sporadic failures could be github network trouble? |
@alexcrichton Could be. I'm not sure what to do about it, though; github can be flaky, but I want to have tests for remote packages. |
Is this still an issue? I thought I saw a commit go by awhile back which used a local repo instead of a remote git repo. If we still use a remote, though, carry on :) |
Somehow, this test lost its |
This can close when #8570 lands |
Stop linting `else if let` pattern in [`option_if_let_else`] lint For readability concerns, it is counterproductive to lint `else if let` pattern. Unfortunately the suggested code is much less readable. Fixes: rust-lang#7006 changelog: stop linting `else if let` pattern in [`option_if_let_else`] lint
(From a commit I'm about to re-approve.) I don't know why, and can't get the VPN to work so I can experiment on the Linux bot.
The text was updated successfully, but these errors were encountered: