rmetzger commented on pull request #15599:
URL: https://github.com/apache/flink/pull/15599#issuecomment-827326084


   Yeah, I'm happy to help, I also think I know what's causing this, but I 
don't know how to resolve it 😢 
   
   I pushed this PR onto 
   - my Personal CI, where it passed without problems.
   - onto Flink's CI, where it passed without problems.
   - I manually restarted this PRs CI, and it broke again.
   
   The only difference between all these runs is that the broken PR CI run is 
downloading data from the maven cache on Azure (e.g. the local .m2 directory 
contains stuff in the failure case).
   
   @galenwarren Could you do me a favor and add a "-U" argument here: 
https://github.com/apache/flink/blob/master/tools/ci/maven-utils.sh#L107. This 
COULD resolve the issue.
   
   > This can be confirmed from the maven log, where no "Downloading xxx" can 
be found until the failure.
   
   The reason for the missing log statements is that we've disabled the 
download messages from maven: 
https://github.com/apache/flink/blob/master/tools/ci/maven-utils.sh#L103


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

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


Reply via email to