-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 rbml failure in incremental tests #33435
Comments
The incremental code should probably use |
Hang on, the problem is that it's trying to load the dep graph at all, which was written by a previous build run? Shouldn't we just nuke |
There is a FIXME related to this issue, |
…s counter measure" This reverts commit be73a1f.
http://buildbot.rust-lang.org/builders/auto-linux-64-opt-rustbuild/builds/983/steps/test/logs/stdio
https://gist.github.com/alexcrichton/df863e77c5c5de902151c189b7319d71
#33091 (comment)
Looks like either these files are being read/written concurrently or we've got stale artifacts from previous builds.
cc @michaelwoerister, thoughts?
The text was updated successfully, but these errors were encountered: