You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2022/07/28 11:00:06 UTC

[GitHub] [kafka] divijvaidya commented on pull request #12452: KAFKA-14122: Fix flaky test DynamicBrokerReconfigurationTest#testKeyStoreAlter

divijvaidya commented on PR #12452:
URL: https://github.com/apache/kafka/pull/12452#issuecomment-1197991424

   The tests are failing due to:
   ```
   [2022-07-28T10:29:22.348Z] Execution failed for task ':streams:streams-scala:compileScala'.
   
   [2022-07-28T10:29:22.348Z] > Timeout waiting to lock zinc-1.6.1_2.12.15_8 compiler cache (/home/jenkins/.gradle/caches/7.5/zinc-1.6.1_2.12.15_8). It is currently in use by another Gradle instance.
   
   [2022-07-28T10:29:22.348Z]   Owner PID: 11362
   
   [2022-07-28T10:29:22.348Z]   Our PID: 11365
   
   [2022-07-28T10:29:22.348Z]   Owner Operation: 
   
   [2022-07-28T10:29:22.348Z]   Our operation: 
   
   [2022-07-28T10:29:22.348Z]   Lock file: /home/jenkins/.gradle/caches/7.5/zinc-1.6.1_2.12.15_8/zinc-1.6.1_2.12.15_8.lock
   ```
   which is unrelated to the change and associated with build infra. 


-- 
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-unsubscribe@kafka.apache.org

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