onichols-pivotal opened a new pull request #5565:
URL: https://github.com/apache/geode/pull/5565


   #5537 passed in PR checked, which run only JDK11, but under JDK8 a bug in 
archunit is encountered which results in OOM:
   
   
https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/IntegrationTestOpenJDK8/builds/462
   
   > java.lang.OutOfMemoryError: Java heap space
   >    at java.util.Formatter.parse(Formatter.java:2560)
   >    at java.util.Formatter.format(Formatter.java:2501)
   >    at java.util.Formatter.format(Formatter.java:2455)
   >    at java.lang.String.format(String.java:2940)
   >    at 
com.tngtech.archunit.core.domain.SourceCodeLocation.formatLocation(SourceCodeLocation.java:60)
   >    at 
com.tngtech.archunit.core.domain.SourceCodeLocation.<init>(SourceCodeLocation.java:78)
   >    at 
com.tngtech.archunit.core.domain.SourceCodeLocation.of(SourceCodeLocation.java:52)
   >    ...
   
   This archunit bug seems to have been introduced in 0.13.0, so downgrade to 
the version prior


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