mjsax commented on PR #13449:
URL: https://github.com/apache/kafka/pull/13449#issuecomment-1489704546

   ```
   FAILURE: Build failed with an exception.
   [2023-03-28T21:07:13.365Z] 
   [2023-03-28T21:07:13.365Z] * What went wrong:
   [2023-03-28T21:07:13.365Z] A problem was found with the configuration of 
task ':rat' (type 'RatTask').
   [2023-03-28T21:07:13.365Z]   - Gradle detected a problem with the following 
location: '/home/jenkins/workspace/Kafka_kafka-pr_PR-13449'.
   [2023-03-28T21:07:13.365Z]     
   [2023-03-28T21:07:13.365Z]     Reason: Task ':rat' uses this output of task 
':clients:processTestMessages' without declaring an explicit or implicit 
dependency. This can lead to incorrect results being produced, depending on 
what order the tasks are executed.
   [2023-03-28T21:07:13.365Z]     
   [2023-03-28T21:07:13.365Z]     Possible solutions:
   [2023-03-28T21:07:13.365Z]       1. Declare task 
':clients:processTestMessages' as an input of ':rat'.
   [2023-03-28T21:07:13.365Z]       2. Declare an explicit dependency on 
':clients:processTestMessages' from ':rat' using Task#dependsOn.
   [2023-03-28T21:07:13.365Z]       3. Declare an explicit dependency on 
':clients:processTestMessages' from ':rat' using Task#mustRunAfter.
   ```
   
   Not 100% sure what this means. Will retrigger Jenkins to see if it goes away.


-- 
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