dajac opened a new pull request, #13854:
URL: https://github.com/apache/kafka/pull/13854

   This fix the following issue that we occasionally see in 
[builds](https://ci-builds.apache.org/blue/organizations/jenkins/Kafka%2Fkafka-pr/detail/PR-13848/4/pipeline/13/).
   
   ```
   [2023-06-14T11:41:50.769Z] * What went wrong:
   [2023-06-14T11:41:50.769Z] A problem was found with the configuration of 
task ':rat' (type 'RatTask').
   [2023-06-14T11:41:50.769Z]   - Gradle detected a problem with the following 
location: '/home/jenkins/jenkins-agent/workspace/Kafka_kafka-pr_PR-13848'.
   [2023-06-14T11:41:50.769Z]     
   [2023-06-14T11:41:50.769Z]     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-06-14T11:41:50.769Z]     
   [2023-06-14T11:41:50.769Z]     Possible solutions:
   [2023-06-14T11:41:50.769Z]       1. Declare task 
':clients:processTestMessages' as an input of ':rat'.
   [2023-06-14T11:41:50.769Z]       2. Declare an explicit dependency on 
':clients:processTestMessages' from ':rat' using Task#dependsOn.
   [2023-06-14T11:41:50.769Z]       3. Declare an explicit dependency on 
':clients:processTestMessages' from ':rat' using Task#mustRunAfter.
   [2023-06-14T11:41:50.769Z]     
   [2023-06-14T11:41:50.769Z]     Please refer to 
https://docs.gradle.org/8.1.1/userguide/validation_problems.html#implicit_dependency
 for more details about this problem.
   ```
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


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