-
Notifications
You must be signed in to change notification settings - Fork 409
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
Parsing java has failures in hashing #1599
Comments
Getting the same issue. Randomly getting:
|
Any news on this? Getting it quite frequently
|
i will try do work on it or at least get some help from the compiler team @harri35 could you post your project so i can have a little more data about the issue? |
@MarcinAman Sorry, the project source code is proprietary and I can't post it. If there are any files / logs from the build process then maybe I can provide these. |
I've experienced this a couple of times today since upgrading from 0.10 to v1. Here's the project: https://github.com/relaycorp/relaynet-cogrpc-jvm |
The bug seems to appear randomly and it is hard to reproduce. Here is a run where it failed: Here is the corresponding Gradle build scan: https://scans.gradle.com/s/6pyir6cwg3nts Other runs on the same code base worked. |
Describe the bug
Parsing java has failures in hashing
To Reproduce
https://cs.android.com/androidx/platform/tools/dokka-devsite-plugin/+/master:testData/fragment/source/ Using the source of the Android Jetpack Fragment library we often (but not always) see two kinds of errors in hashing from
findVirtualFileForTopLevelClass
Stacktrace 1
Stacktrace 2
Installation
The text was updated successfully, but these errors were encountered: