[GitHub] [maven-surefire] Tibor17 commented on pull request #422: [SUREFIRE-1975] JDK18 - The Security Manager is deprecated and will be removed in a future release

2022-01-01 Thread GitBox


Tibor17 commented on pull request #422:
URL: https://github.com/apache/maven-surefire/pull/422#issuecomment-1003637159


   @slawekjaranowski
   One of our colleagues told me that the Github CI reserves 14GB of disk 
space. Maybe the problem is that we execute 20 parallel builds. We should try 
to avoid the duplicates (push, pull_request) which makes 1.4GB. I would propose 
to additionally overriding the Java version with min and max, means 8 and 17 
only, if 10 parallel builds still does not help.


-- 
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: issues-unsubscr...@maven.apache.org

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




[GitHub] [maven-surefire] Tibor17 commented on pull request #422: [SUREFIRE-1975] JDK18 - The Security Manager is deprecated and will be removed in a future release

2022-01-01 Thread GitBox


Tibor17 commented on pull request #422:
URL: https://github.com/apache/maven-surefire/pull/422#issuecomment-1003593211


   This investigating has helped me.
   
   It looks like the GH build runs out of disk space.
   I made a ZIP of the largest sub-module and its target folder occupies 1.2GB 
and I deleted binary files. So the real consumption of the disk space must be 
much bigger.
   The problem is that the ZIP does not contain the logs of the last 40 
integration test however they were executed but their files are no more on the 
disk! Still we are somewhere in the middle of the entire test set.
   How can we prove my hypothesis other way that the particular build runs out 
of disk space?


-- 
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: issues-unsubscr...@maven.apache.org

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




[GitHub] [maven-surefire] Tibor17 commented on pull request #422: [SUREFIRE-1975] JDK18 - The Security Manager is deprecated and will be removed in a future release

2022-01-01 Thread GitBox


Tibor17 commented on pull request #422:
URL: https://github.com/apache/maven-surefire/pull/422#issuecomment-1003571346


   This CI script will publish archived artifacts for further analysis. We need 
to find out why the JVM exists after one hour of execution.


-- 
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: issues-unsubscr...@maven.apache.org

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