-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Spurious incremental mkdir error #36238
Comments
Ah and the spurious failure was #35074 (comment) |
@alexcrichton That's strange, the directory is created using your own |
@michaelwoerister yeah that function has worked well, but also assumes that no directories are being deleted. Perhaps there's a deletion racing with a creation here? |
As far as I can tell, the directory the error is about should never be deleted, only sub-directories of it. Maybe |
Hm yeah, maybe some directory is being deleted? Haven't seen it since yet unfortunately :( |
So, we have a case on 32bit Linux and one on 64bit Linux, so far. |
Haven't seen this in awhile, and we're off buildbot, so let's see if it's gone. |
Seen on https://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/10408/steps/test/logs/stdio
Seems relatively serious?
cc @michaelwoerister
cc @nikomatsakis
The text was updated successfully, but these errors were encountered: