bmscomp commented on PR #14032:
URL: https://github.com/apache/kafka/pull/14032#issuecomment-1642924837

   @divijvaidya  In the `retry_zinc` file bash script in the kafka root 
directory there is something about this issue but related to an older version 
of gradle 
   
   ```
   
   # Hacky workaround for https://github.com/gradle/gradle/issues/3777
   # There is currently no configurable timeout, so we retry builds jenkins 
when we can't get a lock on the zinc compiler cache
   # Hopefully we can remove this in the future, but this will save us from 
having to manually rebuild for the time being.
   # Example:
   # [2021-10-19T17:25:07.234Z] * What went wrong:
   # [2021-10-19T17:25:07.234Z] Execution failed for task 
':streams:streams-scala:compileScala'.
   # [2021-10-19T17:25:07.234Z] > Timeout waiting to lock zinc-1.3.5_2.13.6_8 
compiler cache (/home/jenkins/.gradle/caches/7.0.2/zinc-1.3.5_2.13.6_8). It is 
currently in use by another Gradle instance.
   # [2021-10-19T17:25:07.234Z]   Owner PID: 3999
   # [2021-10-19T17:25:07.234Z]   Our PID: 3973
   # [2021-10-19T17:25:07.234Z]   Owner Operation: 
   # [2021-10-19T17:25:07.234Z]   Our operation: 
   # [2021-10-19T17:25:07.234Z]   Lock file: 
/home/jenkins/.gradle/caches/7.0.2/zinc-1.3.5_2.13.6_8/zinc-1.3.5_2.13.6_8.lock
   
   ```
   
   Notice that we are using old version of zinc incremental plugin and may be 
it will be a good idea to consider upgrading it toe a recent version 
   
   https://github.com/sbt/zinc/releases
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to