-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Do not merge #129431
Do not merge #129431
Conversation
@bors try |
Do not merge This has been failing a lot lately. Let's see if we can get more info. r? ghost try-job: x86_64-msvc-ext
💔 Test failed - checks-actions |
@bors try |
Do not merge This has been failing a lot lately. Let's see if we can get more info. r? ghost try-job: x86_64-msvc-ext
☀️ Try build successful - checks-actions |
Oh no! Let's try again. @bors try |
Do not merge This has been failing a lot lately. Let's see if we can get more info. r? ghost try-job: x86_64-msvc-ext
☀️ Try build successful - checks-actions |
@bors try |
Do not merge This has been failing a lot lately. Let's see if we can get more info. r? ghost try-job: x86_64-msvc-ext
💔 Test failed - checks-actions |
@bors try |
Do not merge This has been failing a lot lately. Let's see if we can get more info. r? ghost try-job: x86_64-msvc-ext
💔 Test failed - checks-actions |
[Experimental] what if we use symlink_metadata r? ghost Follow up to information revealed in rust-lang#129431. The cargo branch contains a change: ```diff diff --git a/crates/cargo-util/src/paths.rs b/crates/cargo-util/src/paths.rs index 59e812f3aea..d2f023da3ce 100644 --- a/crates/cargo-util/src/paths.rs +++ b/crates/cargo-util/src/paths.rs `@@` -571,7 +571,9 `@@` where } fn set_not_readonly(p: &Path) -> io::Result<bool> { - let mut perms = p.metadata()?.permissions(); + // Note that `p` is possibly a symlink. What if this is + // `symlink_metadata`? + let mut perms = p.symlink_metadata()?.permissions(); if !perms.readonly() { return Ok(false); } ``` try-job: x86_64-msvc-ext
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
@bors try |
Do not merge This has been failing a lot lately. Let's see if we can get more info. r? ghost try-job: x86_64-msvc-ext
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
@bors try |
Do not merge This has been failing a lot lately. Let's see if we can get more info. r? ghost try-job: x86_64-msvc-ext
Something may be weird with bors here - the commit doesn't have |
Oh! |
Hmm, I might have to make a new PR... |
Weird 🤷 |
The job Click to see the possible cause of the failure (guessed by this bot)
|
This has been failing a lot lately. Let's see if we can get more info.
r? ghost
try-job: x86_64-msvc-ext