Closed ratatosk closed 7 years ago
Is it possible that there were old stats files from your previous Infer build/run lying around? This looks like it could be the result of processing an old-format stats file with a new build.
I have just realized that Dockerfile fetches the same release version every time, so no, it should have been the same version. And I think I removed the infer-out directory. Strangely enough I haven't seen this error previously with the same version. Probably my fault setting up environment. I'll retry with master and close this if it doesn't reproduce.
There used to be a race condition in the aggregation of stats files like the one you posted, it should be fixed in master.
@ratatosk, do you still see the error with the latest version of Infer?
Closing, but feel free to re-open if you see the issue with the latest version.
Rebuilt the image earlier today and now I'm hitting this:
The setup is the same as here: https://github.com/facebook/infer/pull/688 (I added
-g
to my wrapper) LMK if i can provide more info.