-
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
OSX builders may have flaky disks/filesystems #41201
Comments
Possibly cc #40802 if it is actually a network drive. Need to ask travis. |
Direct link to travis log: https://travis-ci.org/rust-lang/rust/jobs/220653967 For reference, here's the log snippet that I found odd (note that before this, cache restore was terminated for taking too long - could this have caused an odd state?):
In the log above, an Initially I suspected a bad and/or network drive (since that's what the internet mostly suggests), but my testing of the travis environment has found no evidence of autofs actually connecting over the network for I've sent travis support an e-mail. |
A possible explanation is that a file inside was owned by root and couldn't be deleted, which then made directory removal fail (note the cache restore failure, so indeed these files were owned by root). This is a bit odd though, because usually you'd expect a log line saying "Permission denied" in that scenario, like https://travis-ci.org/aidanhs/rust-appveyor/jobs/222240678#L74-L86. But travis points out that FS corruption is unlikely (I do agree) so let's close this for now since the git cache is being reworked. |
See #41188 (comment)
The text was updated successfully, but these errors were encountered: