-
Notifications
You must be signed in to change notification settings - Fork 5
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
OverlappingFileLockException
from SerializerCheckCompilerPluginComponent$$anon$1.interactWithTheCacheFile
#308
Comments
Huh they might be caused by ASH indeed :/// such issues are notoriously difficult to debug... anyway, as a first step: would it be possible for you to share the repo with me? or is it a NDA-ed/proprietary project? |
Indeed that will be very difficult to debug. Unfortunately it is proprietary project. This project as more than 20 modules and the error started when the plugin has been enabled on around 15 (I guess). At this time. I had to disable the plugin on all modules and everything goes back to normal. Which seems to prove that the plugin is in cause, sadly. |
Ha! with respect to If it comes to |
OverlappingFileLockException
from SerializerCheckCompilerPluginComponent$$anon$1.interactWithTheCacheFile
No, I do not run ’ashDumpPersistenceSchema´. I have tried once but that’s not part of our build. I’ll try to disable it. Thanks for the suggestion. 👌 |
About the issue fixed in #218 and the comment in the code:
This looks like our actual problem. The issue started once I generalized the plugin to all our modules. 🤞 |
Okay... I've pushed a potential fix, I'll give you the snapshot version soon once it builds... |
@gervaisb pls try |
At first sight, this seems to be solved. I did not get the issue anymore on my machine and the CI is passing. I have launched a few more CI jobs and told my colleagues to test locally to be sure. I'll keep you informed. |
Gr8! 🎉 I'll release 0.7.1 soon then |
v0.7.1 is out 📦 |
🎉 I confirm it is solved on our side. Will get the 0.7.1 asap. |
Hello there. Me again. We got another similar error:
This one is much less frequent but still appearing from time to time. |
Huh looks like even more retries are needed |
...and pls check v0.7.2 |
Hi there,
We have enabled the plugin on many modules of our multi-module project. However, we are facing strange compilation errors:
Sometimes, we also get another error:
Both errors seem to be random and does not appear on the same module. Do you think it may be caused by your plugin ?
1.8.2
0.7.0
Plugin is enabled on each module:
The text was updated successfully, but these errors were encountered: